| 1 | [ Jul 30 01:30:27 Enabled. ] | ||
| 2 | [ Jul 30 01:30:27 Rereading configuration. ] | ||
| 3 | [ Jul 30 01:30:30 Rereading configuration. ] | ||
| 4 | [ Jul 30 01:30:41 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 30 01:30:41 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.30 01:30:42.145047 [ 1 ] {} <Information> Application: Will watch for the process with pid 27005 | ||
| 33 | 2024.07.30 01:30:42.145530 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 34 | 2024.07.30 01:30:42.661599 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 27005 | ||
| 35 | 2024.07.30 01:30:42.662331 [ 1 ] {} <Information> Application: starting up | ||
| 36 | 2024.07.30 01:30:42.663039 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 37 | 2024.07.30 01:30:42.752580 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 38 | 2024.07.30 01:30:42.780805 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 39 | 2024.07.30 01:30:42.780845 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 40 | 2024.07.30 01:30:42.780862 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 41 | 2024.07.30 01:30:42.780923 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 42 | 2024.07.30 01:30:42.781406 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 43 | 2024.07.30 01:30:42.782951 [ 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.30 01:30:42.783546 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
| 48 | 2024.07.30 01:30:42.784402 [ 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.30 01:30:42.784479 [ 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.30 01:30:42.784493 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 51 | 2024.07.30 01:30:42.784668 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 52 | 2024.07.30 01:30:42.785645 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 53 | 2024.07.30 01:30:42.790939 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 54 | 2024.07.30 01:30:42.791703 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 55 | 2024.07.30 01:30:42.792944 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 56 | 2024.07.30 01:30:42.793028 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
| 57 | 2024.07.30 01:30:42.794514 [ 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.30 01:30:42.794852 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
| 62 | 2024.07.30 01:30:42.799123 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
| 63 | 2024.07.30 01:30:42.799393 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
| 64 | 2024.07.30 01:30:42.800847 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 65 | 2024.07.30 01:30:42.801213 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 66 | 2024.07.30 01:30:42.801500 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 67 | 2024.07.30 01:30:42.801872 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 68 | 2024.07.30 01:30:42.803313 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 69 | 2024.07.30 01:30:42.803340 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 70 | 2024.07.30 01:30:42.803432 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 71 | 2024.07.30 01:30:42.803570 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 72 | 2024.07.30 01:30:42.811457 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 73 | 2024.07.30 01:30:42.811513 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000166941 sec | ||
| 74 | 2024.07.30 01:30:42.811549 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 75 | 2024.07.30 01:30:42.811561 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 76 | 2024.07.30 01:30:42.812678 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 77 | 2024.07.30 01:30:42.813757 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
| 78 | 2024.07.30 01:30:42.813805 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 79 | 2024.07.30 01:30:42.813836 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 80 | 2024.07.30 01:30:42.813875 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 81 | 2024.07.30 01:30:42.813889 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 82 | 2024.07.30 01:30:42.813946 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 83 | 2024.07.30 01:30:42.813959 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
| 84 | 2024.07.30 01:30:42.813997 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 85 | 2024.07.30 01:30:42.814056 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 86 | 2024.07.30 01:30:42.814069 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
| 87 | 2024.07.30 01:30:42.814107 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 88 | 2024.07.30 01:30:42.814147 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 89 | 2024.07.30 01:30:42.814178 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 90 | 2024.07.30 01:30:42.814216 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 91 | 2024.07.30 01:30:42.814257 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 92 | 2024.07.30 01:30:42.814284 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 93 | 2024.07.30 01:30:42.814322 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 94 | 2024.07.30 01:30:42.854372 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 95 | 2024.07.30 01:30:42.855763 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 96 | 2024.07.30 01:30:42.855815 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.0661e-05 sec | ||
| 97 | 2024.07.30 01:30:42.855829 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 98 | 2024.07.30 01:30:42.855868 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 99 | 2024.07.30 01:30:42.855890 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 100 | 2024.07.30 01:30:42.856083 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 101 | 2024.07.30 01:30:42.856154 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 102 | 2024.07.30 01:30:42.856168 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 103 | 2024.07.30 01:30:42.856211 [ 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.30 01:30:42.856223 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 105 | 2024.07.30 01:30:42.915747 [ 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.30 01:30:43.129482 [ 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.30 01:30:43.129570 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
| 108 | 2024.07.30 01:30:43.204544 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 109 | 2024.07.30 01:30:43.204795 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.86 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.08 MiB (RSS), difference: 147.21 MiB | ||
| 110 | 2024.07.30 01:30:43.205733 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.236e-05 sec. | ||
| 111 | 2024.07.30 01:30:43.206125 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 112 | 2024.07.30 01:30:43.206219 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 113 | 2024.07.30 01:30:43.206287 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
| 114 | 2024.07.30 01:30:43.206332 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 115 | 2024.07.30 01:30:49.869353 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 116 | 2024.07.30 01:30:49.869613 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 117 | 2024.07.30 01:30:49.869677 [ 3 ] {} <Debug> HTTP-Session: 0ffece65-4fce-47b4-b8a8-c5da6d266b44 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 118 | 2024.07.30 01:30:49.869710 [ 3 ] {} <Debug> HTTP-Session: 0ffece65-4fce-47b4-b8a8-c5da6d266b44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 119 | 2024.07.30 01:30:49.869757 [ 3 ] {} <Debug> HTTP-Session: 0ffece65-4fce-47b4-b8a8-c5da6d266b44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 120 | 2024.07.30 01:30:49.869870 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 121 | 2024.07.30 01:30:49.869908 [ 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.30 01:30:49.869989 [ 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.30 01:30:49.870088 [ 3 ] {} <Trace> HTTP-Session: 0ffece65-4fce-47b4-b8a8-c5da6d266b44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 124 | 2024.07.30 01:30:49.871297 [ 3 ] {cbaa4175-c458-4340-a1c8-9462e9e0c814} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
| 125 | 2024.07.30 01:30:49.911164 [ 3 ] {cbaa4175-c458-4340-a1c8-9462e9e0c814} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:52651) (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.30 01:30:49.912095 [ 3 ] {cbaa4175-c458-4340-a1c8-9462e9e0c814} <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.30 01:30:49.913627 [ 3 ] {} <Debug> HTTP-Session: 0ffece65-4fce-47b4-b8a8-c5da6d266b44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 176 | 2024.07.30 01:30:49.916025 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 177 | 2024.07.30 01:30:49.916105 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 178 | 2024.07.30 01:30:49.916165 [ 3 ] {} <Debug> HTTP-Session: 86fe5279-8a7b-4fda-bdb6-21f52bc0add5 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 179 | 2024.07.30 01:30:49.916224 [ 3 ] {} <Debug> HTTP-Session: 86fe5279-8a7b-4fda-bdb6-21f52bc0add5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 180 | 2024.07.30 01:30:49.916241 [ 3 ] {} <Debug> HTTP-Session: 86fe5279-8a7b-4fda-bdb6-21f52bc0add5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 181 | 2024.07.30 01:30:49.916321 [ 3 ] {} <Trace> HTTP-Session: 86fe5279-8a7b-4fda-bdb6-21f52bc0add5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 182 | 2024.07.30 01:30:49.917619 [ 3 ] {bc225e9b-e630-4c2f-b00f-d740e57662fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
| 183 | 2024.07.30 01:30:49.917767 [ 3 ] {bc225e9b-e630-4c2f-b00f-d740e57662fd} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
| 184 | 2024.07.30 01:30:49.919881 [ 3 ] {bc225e9b-e630-4c2f-b00f-d740e57662fd} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
| 185 | 2024.07.30 01:30:49.922834 [ 3 ] {bc225e9b-e630-4c2f-b00f-d740e57662fd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 186 | 2024.07.30 01:30:49.928834 [ 3 ] {bc225e9b-e630-4c2f-b00f-d740e57662fd} <Debug> DynamicQueryHandler: Done processing query | ||
| 187 | 2024.07.30 01:30:49.928892 [ 3 ] {bc225e9b-e630-4c2f-b00f-d740e57662fd} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 188 | 2024.07.30 01:30:49.928949 [ 3 ] {} <Debug> HTTP-Session: 86fe5279-8a7b-4fda-bdb6-21f52bc0add5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 189 | 2024.07.30 01:30:49.937646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 190 | 2024.07.30 01:30:49.937729 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 191 | 2024.07.30 01:30:49.937777 [ 3 ] {} <Debug> HTTP-Session: 0c1a8dc9-17f6-4a12-b0a7-a92cbd4b9bf5 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 192 | 2024.07.30 01:30:49.937795 [ 3 ] {} <Debug> HTTP-Session: 0c1a8dc9-17f6-4a12-b0a7-a92cbd4b9bf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 193 | 2024.07.30 01:30:49.937835 [ 3 ] {} <Debug> HTTP-Session: 0c1a8dc9-17f6-4a12-b0a7-a92cbd4b9bf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 194 | 2024.07.30 01:30:49.937897 [ 3 ] {} <Trace> HTTP-Session: 0c1a8dc9-17f6-4a12-b0a7-a92cbd4b9bf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 195 | 2024.07.30 01:30:49.938016 [ 3 ] {4d076b0e-d70d-45a3-818e-0c40891f606f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
| 196 | 2024.07.30 01:30:49.938298 [ 3 ] {4d076b0e-d70d-45a3-818e-0c40891f606f} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:52651) (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.30 01:30:49.938535 [ 3 ] {4d076b0e-d70d-45a3-818e-0c40891f606f} <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.30 01:30:49.938820 [ 3 ] {} <Debug> HTTP-Session: 0c1a8dc9-17f6-4a12-b0a7-a92cbd4b9bf5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 247 | 2024.07.30 01:30:49.942813 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 248 | 2024.07.30 01:30:49.942891 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 249 | 2024.07.30 01:30:49.942910 [ 3 ] {} <Debug> HTTP-Session: 4626c7d5-2ff6-4196-a698-23670fd363ca Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 250 | 2024.07.30 01:30:49.942954 [ 3 ] {} <Debug> HTTP-Session: 4626c7d5-2ff6-4196-a698-23670fd363ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 251 | 2024.07.30 01:30:49.942997 [ 3 ] {} <Debug> HTTP-Session: 4626c7d5-2ff6-4196-a698-23670fd363ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 252 | 2024.07.30 01:30:49.943027 [ 3 ] {} <Trace> HTTP-Session: 4626c7d5-2ff6-4196-a698-23670fd363ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 253 | 2024.07.30 01:30:49.943252 [ 3 ] {ad7141a0-a6e9-4660-b6ac-417cb798da78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 254 | 2024.07.30 01:30:49.943442 [ 3 ] {ad7141a0-a6e9-4660-b6ac-417cb798da78} <Debug> DynamicQueryHandler: Done processing query | ||
| 255 | 2024.07.30 01:30:49.943465 [ 3 ] {} <Debug> HTTP-Session: 4626c7d5-2ff6-4196-a698-23670fd363ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 256 | 2024.07.30 01:30:49.943607 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 257 | 2024.07.30 01:30:49.943680 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 258 | 2024.07.30 01:30:49.943727 [ 3 ] {} <Debug> HTTP-Session: 5b3fd7a1-e60c-4bd6-8a97-2b0e56e7acee Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 259 | 2024.07.30 01:30:49.943746 [ 3 ] {} <Debug> HTTP-Session: 5b3fd7a1-e60c-4bd6-8a97-2b0e56e7acee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 260 | 2024.07.30 01:30:49.943789 [ 3 ] {} <Debug> HTTP-Session: 5b3fd7a1-e60c-4bd6-8a97-2b0e56e7acee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 261 | 2024.07.30 01:30:49.943846 [ 3 ] {} <Trace> HTTP-Session: 5b3fd7a1-e60c-4bd6-8a97-2b0e56e7acee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 262 | 2024.07.30 01:30:49.943964 [ 3 ] {8fc83f67-6a26-4f40-bec8-e9cc41877ade} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 263 | 2024.07.30 01:30:49.944019 [ 3 ] {8fc83f67-6a26-4f40-bec8-e9cc41877ade} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 264 | 2024.07.30 01:30:49.945341 [ 3 ] {8fc83f67-6a26-4f40-bec8-e9cc41877ade} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 265 | 2024.07.30 01:30:49.945396 [ 3 ] {8fc83f67-6a26-4f40-bec8-e9cc41877ade} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.746e-05 sec | ||
| 266 | 2024.07.30 01:30:49.945411 [ 3 ] {8fc83f67-6a26-4f40-bec8-e9cc41877ade} <Trace> ReferentialDeps: No tables | ||
| 267 | 2024.07.30 01:30:49.945450 [ 3 ] {8fc83f67-6a26-4f40-bec8-e9cc41877ade} <Trace> LoadingDeps: No tables | ||
| 268 | 2024.07.30 01:30:49.945473 [ 3 ] {8fc83f67-6a26-4f40-bec8-e9cc41877ade} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 269 | 2024.07.30 01:30:49.945618 [ 3 ] {8fc83f67-6a26-4f40-bec8-e9cc41877ade} <Debug> DynamicQueryHandler: Done processing query | ||
| 270 | 2024.07.30 01:30:49.945641 [ 3 ] {} <Debug> HTTP-Session: 5b3fd7a1-e60c-4bd6-8a97-2b0e56e7acee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 271 | 2024.07.30 01:30:49.945791 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 272 | 2024.07.30 01:30:49.945864 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 273 | 2024.07.30 01:30:49.945884 [ 3 ] {} <Debug> HTTP-Session: 3307c573-430d-40c5-9b5e-109e9d626f00 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 274 | 2024.07.30 01:30:49.945927 [ 3 ] {} <Debug> HTTP-Session: 3307c573-430d-40c5-9b5e-109e9d626f00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 275 | 2024.07.30 01:30:49.945972 [ 3 ] {} <Debug> HTTP-Session: 3307c573-430d-40c5-9b5e-109e9d626f00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 276 | 2024.07.30 01:30:49.946002 [ 3 ] {} <Trace> HTTP-Session: 3307c573-430d-40c5-9b5e-109e9d626f00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 277 | 2024.07.30 01:30:49.946167 [ 3 ] {9e9d200d-4e18-4df3-a4e2-7559b0939aa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) /* 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.30 01:30:49.946243 [ 3 ] {9e9d200d-4e18-4df3-a4e2-7559b0939aa0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 280 | 2024.07.30 01:30:49.949721 [ 3 ] {9e9d200d-4e18-4df3-a4e2-7559b0939aa0} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 281 | 2024.07.30 01:30:49.950899 [ 3 ] {9e9d200d-4e18-4df3-a4e2-7559b0939aa0} <Debug> oximeter.version (51365b0d-be18-472e-992e-94700998e7ce): Loading data parts | ||
| 282 | 2024.07.30 01:30:49.951223 [ 3 ] {9e9d200d-4e18-4df3-a4e2-7559b0939aa0} <Debug> oximeter.version (51365b0d-be18-472e-992e-94700998e7ce): There are no data parts | ||
| 283 | 2024.07.30 01:30:49.953711 [ 3 ] {9e9d200d-4e18-4df3-a4e2-7559b0939aa0} <Debug> DynamicQueryHandler: Done processing query | ||
| 284 | 2024.07.30 01:30:49.953737 [ 3 ] {} <Debug> HTTP-Session: 3307c573-430d-40c5-9b5e-109e9d626f00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 285 | 2024.07.30 01:30:49.953878 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 286 | 2024.07.30 01:30:49.953953 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 287 | 2024.07.30 01:30:49.954003 [ 3 ] {} <Debug> HTTP-Session: 515579d3-c25e-40fb-82b9-5bf07e397e22 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 288 | 2024.07.30 01:30:49.954019 [ 3 ] {} <Debug> HTTP-Session: 515579d3-c25e-40fb-82b9-5bf07e397e22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 289 | 2024.07.30 01:30:49.954059 [ 3 ] {} <Debug> HTTP-Session: 515579d3-c25e-40fb-82b9-5bf07e397e22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 290 | 2024.07.30 01:30:49.954117 [ 3 ] {} <Trace> HTTP-Session: 515579d3-c25e-40fb-82b9-5bf07e397e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 291 | 2024.07.30 01:30:49.954314 [ 3 ] {8d446fb4-ed09-4d5e-bfd2-963ddeb52efb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) /* 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.30 01:30:49.954418 [ 3 ] {8d446fb4-ed09-4d5e-bfd2-963ddeb52efb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 303 | 2024.07.30 01:30:49.961077 [ 3 ] {8d446fb4-ed09-4d5e-bfd2-963ddeb52efb} <Debug> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Loading data parts | ||
| 304 | 2024.07.30 01:30:49.961234 [ 3 ] {8d446fb4-ed09-4d5e-bfd2-963ddeb52efb} <Debug> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): There are no data parts | ||
| 305 | 2024.07.30 01:30:49.962590 [ 3 ] {8d446fb4-ed09-4d5e-bfd2-963ddeb52efb} <Debug> DynamicQueryHandler: Done processing query | ||
| 306 | 2024.07.30 01:30:49.962617 [ 3 ] {} <Debug> HTTP-Session: 515579d3-c25e-40fb-82b9-5bf07e397e22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 307 | 2024.07.30 01:30:49.962774 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 308 | 2024.07.30 01:30:49.962852 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 309 | 2024.07.30 01:30:49.962900 [ 3 ] {} <Debug> HTTP-Session: 6bfc518d-1fe3-4221-b7ec-e1d17224f22b Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 310 | 2024.07.30 01:30:49.962918 [ 3 ] {} <Debug> HTTP-Session: 6bfc518d-1fe3-4221-b7ec-e1d17224f22b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 311 | 2024.07.30 01:30:49.962965 [ 3 ] {} <Debug> HTTP-Session: 6bfc518d-1fe3-4221-b7ec-e1d17224f22b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 312 | 2024.07.30 01:30:49.962996 [ 3 ] {} <Trace> HTTP-Session: 6bfc518d-1fe3-4221-b7ec-e1d17224f22b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 313 | 2024.07.30 01:30:49.963232 [ 3 ] {43eb4811-489c-4be6-85f2-3b01851f95b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) 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.30 01:30:49.963309 [ 3 ] {43eb4811-489c-4be6-85f2-3b01851f95b7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 315 | 2024.07.30 01:30:49.964984 [ 3 ] {43eb4811-489c-4be6-85f2-3b01851f95b7} <Debug> oximeter.measurements_i8 (4e0bc887-0a04-4801-954c-5725548357ec): Loading data parts | ||
| 316 | 2024.07.30 01:30:49.965100 [ 3 ] {43eb4811-489c-4be6-85f2-3b01851f95b7} <Debug> oximeter.measurements_i8 (4e0bc887-0a04-4801-954c-5725548357ec): There are no data parts | ||
| 317 | 2024.07.30 01:30:49.966308 [ 3 ] {43eb4811-489c-4be6-85f2-3b01851f95b7} <Debug> DynamicQueryHandler: Done processing query | ||
| 318 | 2024.07.30 01:30:49.966369 [ 3 ] {} <Debug> HTTP-Session: 6bfc518d-1fe3-4221-b7ec-e1d17224f22b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 319 | 2024.07.30 01:30:49.966483 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 320 | 2024.07.30 01:30:49.966556 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 321 | 2024.07.30 01:30:49.966605 [ 3 ] {} <Debug> HTTP-Session: ee0a6c30-cdd7-4ab5-9a53-33fa9e7fa26a Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 322 | 2024.07.30 01:30:49.966621 [ 3 ] {} <Debug> HTTP-Session: ee0a6c30-cdd7-4ab5-9a53-33fa9e7fa26a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 323 | 2024.07.30 01:30:49.966662 [ 3 ] {} <Debug> HTTP-Session: ee0a6c30-cdd7-4ab5-9a53-33fa9e7fa26a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 324 | 2024.07.30 01:30:49.966723 [ 3 ] {} <Trace> HTTP-Session: ee0a6c30-cdd7-4ab5-9a53-33fa9e7fa26a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 325 | 2024.07.30 01:30:49.966892 [ 3 ] {a504b2b6-f29c-4cd9-877d-962a2d226c6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) 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.30 01:30:49.966994 [ 3 ] {a504b2b6-f29c-4cd9-877d-962a2d226c6e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 327 | 2024.07.30 01:30:49.968711 [ 3 ] {a504b2b6-f29c-4cd9-877d-962a2d226c6e} <Debug> oximeter.measurements_u8 (30d04e2c-5bde-4dae-bbbf-37d65cf73fce): Loading data parts | ||
| 328 | 2024.07.30 01:30:49.968946 [ 3 ] {a504b2b6-f29c-4cd9-877d-962a2d226c6e} <Debug> oximeter.measurements_u8 (30d04e2c-5bde-4dae-bbbf-37d65cf73fce): There are no data parts | ||
| 329 | 2024.07.30 01:30:49.970168 [ 3 ] {a504b2b6-f29c-4cd9-877d-962a2d226c6e} <Debug> DynamicQueryHandler: Done processing query | ||
| 330 | 2024.07.30 01:30:49.970193 [ 3 ] {} <Debug> HTTP-Session: ee0a6c30-cdd7-4ab5-9a53-33fa9e7fa26a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 331 | 2024.07.30 01:30:49.970353 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 332 | 2024.07.30 01:30:49.970430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 333 | 2024.07.30 01:30:49.970477 [ 3 ] {} <Debug> HTTP-Session: 3fc57fa9-3519-4dcf-ba42-455e1fee7f76 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 334 | 2024.07.30 01:30:49.970495 [ 3 ] {} <Debug> HTTP-Session: 3fc57fa9-3519-4dcf-ba42-455e1fee7f76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 335 | 2024.07.30 01:30:49.970536 [ 3 ] {} <Debug> HTTP-Session: 3fc57fa9-3519-4dcf-ba42-455e1fee7f76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 336 | 2024.07.30 01:30:49.970592 [ 3 ] {} <Trace> HTTP-Session: 3fc57fa9-3519-4dcf-ba42-455e1fee7f76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 337 | 2024.07.30 01:30:49.970795 [ 3 ] {ddbf5d5d-1502-4365-bd5f-e0023c8abd93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) 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.30 01:30:49.970871 [ 3 ] {ddbf5d5d-1502-4365-bd5f-e0023c8abd93} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 339 | 2024.07.30 01:30:49.972604 [ 3 ] {ddbf5d5d-1502-4365-bd5f-e0023c8abd93} <Debug> oximeter.measurements_i16 (98acd301-479a-4c0d-9197-9220478def4c): Loading data parts | ||
| 340 | 2024.07.30 01:30:49.972773 [ 3 ] {ddbf5d5d-1502-4365-bd5f-e0023c8abd93} <Debug> oximeter.measurements_i16 (98acd301-479a-4c0d-9197-9220478def4c): There are no data parts | ||
| 341 | 2024.07.30 01:30:49.973979 [ 3 ] {ddbf5d5d-1502-4365-bd5f-e0023c8abd93} <Debug> DynamicQueryHandler: Done processing query | ||
| 342 | 2024.07.30 01:30:49.974040 [ 3 ] {} <Debug> HTTP-Session: 3fc57fa9-3519-4dcf-ba42-455e1fee7f76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 343 | 2024.07.30 01:30:49.974162 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 344 | 2024.07.30 01:30:49.974237 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 345 | 2024.07.30 01:30:49.974288 [ 3 ] {} <Debug> HTTP-Session: 5a25c22c-f335-44db-b84a-39b0c1ebfbee Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 346 | 2024.07.30 01:30:49.974304 [ 3 ] {} <Debug> HTTP-Session: 5a25c22c-f335-44db-b84a-39b0c1ebfbee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 347 | 2024.07.30 01:30:49.974345 [ 3 ] {} <Debug> HTTP-Session: 5a25c22c-f335-44db-b84a-39b0c1ebfbee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 348 | 2024.07.30 01:30:49.974405 [ 3 ] {} <Trace> HTTP-Session: 5a25c22c-f335-44db-b84a-39b0c1ebfbee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 349 | 2024.07.30 01:30:49.974574 [ 3 ] {c163ac1f-aff6-4b03-a2e1-3e015e04ab82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) 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.30 01:30:49.974678 [ 3 ] {c163ac1f-aff6-4b03-a2e1-3e015e04ab82} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 351 | 2024.07.30 01:30:49.976312 [ 3 ] {c163ac1f-aff6-4b03-a2e1-3e015e04ab82} <Debug> oximeter.measurements_u16 (55c71486-a11d-4fca-876b-5f6280d41cde): Loading data parts | ||
| 352 | 2024.07.30 01:30:49.976487 [ 3 ] {c163ac1f-aff6-4b03-a2e1-3e015e04ab82} <Debug> oximeter.measurements_u16 (55c71486-a11d-4fca-876b-5f6280d41cde): There are no data parts | ||
| 353 | 2024.07.30 01:30:49.977753 [ 3 ] {c163ac1f-aff6-4b03-a2e1-3e015e04ab82} <Debug> DynamicQueryHandler: Done processing query | ||
| 354 | 2024.07.30 01:30:49.977809 [ 3 ] {} <Debug> HTTP-Session: 5a25c22c-f335-44db-b84a-39b0c1ebfbee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 355 | 2024.07.30 01:30:49.977935 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 356 | 2024.07.30 01:30:49.978011 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 357 | 2024.07.30 01:30:49.978058 [ 3 ] {} <Debug> HTTP-Session: 32f16331-f9e1-40cb-980a-cd1d6774a39e Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 358 | 2024.07.30 01:30:49.978108 [ 3 ] {} <Debug> HTTP-Session: 32f16331-f9e1-40cb-980a-cd1d6774a39e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 359 | 2024.07.30 01:30:49.978122 [ 3 ] {} <Debug> HTTP-Session: 32f16331-f9e1-40cb-980a-cd1d6774a39e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 360 | 2024.07.30 01:30:49.978179 [ 3 ] {} <Trace> HTTP-Session: 32f16331-f9e1-40cb-980a-cd1d6774a39e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 361 | 2024.07.30 01:30:49.978389 [ 3 ] {55dea184-e913-4181-9e88-13745d13469e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) 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.30 01:30:49.978466 [ 3 ] {55dea184-e913-4181-9e88-13745d13469e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 363 | 2024.07.30 01:30:49.980106 [ 3 ] {55dea184-e913-4181-9e88-13745d13469e} <Debug> oximeter.measurements_i32 (5dcb706f-9a45-4886-ac66-6c64ad445370): Loading data parts | ||
| 364 | 2024.07.30 01:30:49.980263 [ 3 ] {55dea184-e913-4181-9e88-13745d13469e} <Debug> oximeter.measurements_i32 (5dcb706f-9a45-4886-ac66-6c64ad445370): There are no data parts | ||
| 365 | 2024.07.30 01:30:49.981505 [ 3 ] {55dea184-e913-4181-9e88-13745d13469e} <Debug> DynamicQueryHandler: Done processing query | ||
| 366 | 2024.07.30 01:30:49.981564 [ 3 ] {} <Debug> HTTP-Session: 32f16331-f9e1-40cb-980a-cd1d6774a39e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 367 | 2024.07.30 01:30:49.981670 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 368 | 2024.07.30 01:30:49.981748 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 369 | 2024.07.30 01:30:49.981823 [ 3 ] {} <Debug> HTTP-Session: 796a88bb-70ab-451d-bad9-0e0e4de3d9f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 370 | 2024.07.30 01:30:49.981839 [ 3 ] {} <Debug> HTTP-Session: 796a88bb-70ab-451d-bad9-0e0e4de3d9f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 371 | 2024.07.30 01:30:49.981879 [ 3 ] {} <Debug> HTTP-Session: 796a88bb-70ab-451d-bad9-0e0e4de3d9f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 372 | 2024.07.30 01:30:49.981940 [ 3 ] {} <Trace> HTTP-Session: 796a88bb-70ab-451d-bad9-0e0e4de3d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 373 | 2024.07.30 01:30:49.982140 [ 3 ] {f850f5d2-d54a-41a3-b33d-4689a86daff9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) 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.30 01:30:49.982220 [ 3 ] {f850f5d2-d54a-41a3-b33d-4689a86daff9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 375 | 2024.07.30 01:30:49.983851 [ 3 ] {f850f5d2-d54a-41a3-b33d-4689a86daff9} <Debug> oximeter.measurements_u32 (f634102c-5d8f-4d1c-baac-f5d2c26a7c82): Loading data parts | ||
| 376 | 2024.07.30 01:30:49.984042 [ 3 ] {f850f5d2-d54a-41a3-b33d-4689a86daff9} <Debug> oximeter.measurements_u32 (f634102c-5d8f-4d1c-baac-f5d2c26a7c82): There are no data parts | ||
| 377 | 2024.07.30 01:30:49.985279 [ 3 ] {f850f5d2-d54a-41a3-b33d-4689a86daff9} <Debug> DynamicQueryHandler: Done processing query | ||
| 378 | 2024.07.30 01:30:49.985336 [ 3 ] {} <Debug> HTTP-Session: 796a88bb-70ab-451d-bad9-0e0e4de3d9f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 379 | 2024.07.30 01:30:49.985444 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 380 | 2024.07.30 01:30:49.985522 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 381 | 2024.07.30 01:30:49.985572 [ 3 ] {} <Debug> HTTP-Session: 7b84efa2-5c16-4489-b5d2-3f9e4ffe7ef7 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 382 | 2024.07.30 01:30:49.985678 [ 3 ] {} <Debug> HTTP-Session: 7b84efa2-5c16-4489-b5d2-3f9e4ffe7ef7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 383 | 2024.07.30 01:30:49.985692 [ 3 ] {} <Debug> HTTP-Session: 7b84efa2-5c16-4489-b5d2-3f9e4ffe7ef7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 384 | 2024.07.30 01:30:49.985751 [ 3 ] {} <Trace> HTTP-Session: 7b84efa2-5c16-4489-b5d2-3f9e4ffe7ef7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 385 | 2024.07.30 01:30:49.985955 [ 3 ] {580832ec-139e-4f59-b964-013e5ee91be9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) 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.30 01:30:49.986063 [ 3 ] {580832ec-139e-4f59-b964-013e5ee91be9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 387 | 2024.07.30 01:30:49.987719 [ 3 ] {580832ec-139e-4f59-b964-013e5ee91be9} <Debug> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Loading data parts | ||
| 388 | 2024.07.30 01:30:49.987910 [ 3 ] {580832ec-139e-4f59-b964-013e5ee91be9} <Debug> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): There are no data parts | ||
| 389 | 2024.07.30 01:30:49.989032 [ 3 ] {580832ec-139e-4f59-b964-013e5ee91be9} <Debug> DynamicQueryHandler: Done processing query | ||
| 390 | 2024.07.30 01:30:49.989091 [ 3 ] {} <Debug> HTTP-Session: 7b84efa2-5c16-4489-b5d2-3f9e4ffe7ef7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 391 | 2024.07.30 01:30:49.989187 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 392 | 2024.07.30 01:30:49.989293 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 393 | 2024.07.30 01:30:49.989313 [ 3 ] {} <Debug> HTTP-Session: fd6b5c7d-7bf8-41ee-a26c-b7e149e172ba Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 394 | 2024.07.30 01:30:49.989359 [ 3 ] {} <Debug> HTTP-Session: fd6b5c7d-7bf8-41ee-a26c-b7e149e172ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 395 | 2024.07.30 01:30:49.989376 [ 3 ] {} <Debug> HTTP-Session: fd6b5c7d-7bf8-41ee-a26c-b7e149e172ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 396 | 2024.07.30 01:30:49.989438 [ 3 ] {} <Trace> HTTP-Session: fd6b5c7d-7bf8-41ee-a26c-b7e149e172ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 397 | 2024.07.30 01:30:49.989643 [ 3 ] {7c355eba-ee54-40c6-a8cc-f2ca72884b2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) 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.30 01:30:49.989723 [ 3 ] {7c355eba-ee54-40c6-a8cc-f2ca72884b2a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 399 | 2024.07.30 01:30:49.991355 [ 3 ] {7c355eba-ee54-40c6-a8cc-f2ca72884b2a} <Debug> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Loading data parts | ||
| 400 | 2024.07.30 01:30:49.991545 [ 3 ] {7c355eba-ee54-40c6-a8cc-f2ca72884b2a} <Debug> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): There are no data parts | ||
| 401 | 2024.07.30 01:30:49.992744 [ 3 ] {7c355eba-ee54-40c6-a8cc-f2ca72884b2a} <Debug> DynamicQueryHandler: Done processing query | ||
| 402 | 2024.07.30 01:30:49.992803 [ 3 ] {} <Debug> HTTP-Session: fd6b5c7d-7bf8-41ee-a26c-b7e149e172ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 403 | 2024.07.30 01:30:49.992947 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 404 | 2024.07.30 01:30:49.992994 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 405 | 2024.07.30 01:30:49.993045 [ 3 ] {} <Debug> HTTP-Session: fab54b4d-d886-4d48-9937-acc4c30067f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 406 | 2024.07.30 01:30:49.993093 [ 3 ] {} <Debug> HTTP-Session: fab54b4d-d886-4d48-9937-acc4c30067f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 407 | 2024.07.30 01:30:49.993108 [ 3 ] {} <Debug> HTTP-Session: fab54b4d-d886-4d48-9937-acc4c30067f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 408 | 2024.07.30 01:30:49.993167 [ 3 ] {} <Trace> HTTP-Session: fab54b4d-d886-4d48-9937-acc4c30067f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 409 | 2024.07.30 01:30:49.993372 [ 3 ] {0e10a9a2-b3cb-45a3-9e4b-0ebdcc3ba75a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) 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.30 01:30:49.993479 [ 3 ] {0e10a9a2-b3cb-45a3-9e4b-0ebdcc3ba75a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 411 | 2024.07.30 01:30:49.995090 [ 3 ] {0e10a9a2-b3cb-45a3-9e4b-0ebdcc3ba75a} <Debug> oximeter.measurements_f32 (31038162-bd8a-475c-8c69-6d1787eec1a2): Loading data parts | ||
| 412 | 2024.07.30 01:30:49.995283 [ 3 ] {0e10a9a2-b3cb-45a3-9e4b-0ebdcc3ba75a} <Debug> oximeter.measurements_f32 (31038162-bd8a-475c-8c69-6d1787eec1a2): There are no data parts | ||
| 413 | 2024.07.30 01:30:49.996463 [ 3 ] {0e10a9a2-b3cb-45a3-9e4b-0ebdcc3ba75a} <Debug> DynamicQueryHandler: Done processing query | ||
| 414 | 2024.07.30 01:30:49.996489 [ 3 ] {} <Debug> HTTP-Session: fab54b4d-d886-4d48-9937-acc4c30067f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 415 | 2024.07.30 01:30:49.996592 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 416 | 2024.07.30 01:30:49.996700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 417 | 2024.07.30 01:30:49.996723 [ 3 ] {} <Debug> HTTP-Session: 17e82f03-4225-49fc-a276-ae3892dcd5b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 418 | 2024.07.30 01:30:49.996769 [ 3 ] {} <Debug> HTTP-Session: 17e82f03-4225-49fc-a276-ae3892dcd5b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 419 | 2024.07.30 01:30:49.996814 [ 3 ] {} <Debug> HTTP-Session: 17e82f03-4225-49fc-a276-ae3892dcd5b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 420 | 2024.07.30 01:30:49.996846 [ 3 ] {} <Trace> HTTP-Session: 17e82f03-4225-49fc-a276-ae3892dcd5b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 421 | 2024.07.30 01:30:49.997047 [ 3 ] {e18bf751-bbe3-4425-a0a2-9b0b220d2705} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) 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.30 01:30:49.997155 [ 3 ] {e18bf751-bbe3-4425-a0a2-9b0b220d2705} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 423 | 2024.07.30 01:30:49.998857 [ 3 ] {e18bf751-bbe3-4425-a0a2-9b0b220d2705} <Debug> oximeter.measurements_f64 (f0288bd4-fdc5-412a-bcce-a87056b00539): Loading data parts | ||
| 424 | 2024.07.30 01:30:49.999047 [ 3 ] {e18bf751-bbe3-4425-a0a2-9b0b220d2705} <Debug> oximeter.measurements_f64 (f0288bd4-fdc5-412a-bcce-a87056b00539): There are no data parts | ||
| 425 | 2024.07.30 01:30:50.000168 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.74 MiB, peak 161.70 MiB, free memory in arenas 0.00 B, will set to 170.93 MiB (RSS), difference: 11.19 MiB | ||
| 426 | 2024.07.30 01:30:50.000481 [ 3 ] {e18bf751-bbe3-4425-a0a2-9b0b220d2705} <Debug> DynamicQueryHandler: Done processing query | ||
| 427 | 2024.07.30 01:30:50.000627 [ 3 ] {} <Debug> HTTP-Session: 17e82f03-4225-49fc-a276-ae3892dcd5b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 428 | 2024.07.30 01:30:50.000759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 429 | 2024.07.30 01:30:50.000873 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 430 | 2024.07.30 01:30:50.000894 [ 3 ] {} <Debug> HTTP-Session: 95831cec-78cc-41df-9ece-27f6772c36da Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 431 | 2024.07.30 01:30:50.000910 [ 3 ] {} <Debug> HTTP-Session: 95831cec-78cc-41df-9ece-27f6772c36da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 432 | 2024.07.30 01:30:50.000953 [ 3 ] {} <Debug> HTTP-Session: 95831cec-78cc-41df-9ece-27f6772c36da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 433 | 2024.07.30 01:30:50.001017 [ 3 ] {} <Trace> HTTP-Session: 95831cec-78cc-41df-9ece-27f6772c36da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 434 | 2024.07.30 01:30:50.001229 [ 3 ] {103c6e74-8525-4bb5-bd7b-86b3a799adeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) 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) | ||
| 435 | 2024.07.30 01:30:50.001311 [ 3 ] {103c6e74-8525-4bb5-bd7b-86b3a799adeb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 436 | 2024.07.30 01:30:50.003036 [ 3 ] {103c6e74-8525-4bb5-bd7b-86b3a799adeb} <Debug> oximeter.measurements_string (8a550aff-97dc-4961-843f-8d54c7de1c2e): Loading data parts | ||
| 437 | 2024.07.30 01:30:50.003224 [ 3 ] {103c6e74-8525-4bb5-bd7b-86b3a799adeb} <Debug> oximeter.measurements_string (8a550aff-97dc-4961-843f-8d54c7de1c2e): There are no data parts | ||
| 438 | 2024.07.30 01:30:50.004531 [ 3 ] {103c6e74-8525-4bb5-bd7b-86b3a799adeb} <Debug> DynamicQueryHandler: Done processing query | ||
| 439 | 2024.07.30 01:30:50.004591 [ 3 ] {} <Debug> HTTP-Session: 95831cec-78cc-41df-9ece-27f6772c36da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 440 | 2024.07.30 01:30:50.004742 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 441 | 2024.07.30 01:30:50.004789 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 442 | 2024.07.30 01:30:50.004839 [ 3 ] {} <Debug> HTTP-Session: b3a37632-9866-4d45-b7f0-0b6a86a61400 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 443 | 2024.07.30 01:30:50.004885 [ 3 ] {} <Debug> HTTP-Session: b3a37632-9866-4d45-b7f0-0b6a86a61400 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 444 | 2024.07.30 01:30:50.004900 [ 3 ] {} <Debug> HTTP-Session: b3a37632-9866-4d45-b7f0-0b6a86a61400 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 445 | 2024.07.30 01:30:50.004959 [ 3 ] {} <Trace> HTTP-Session: b3a37632-9866-4d45-b7f0-0b6a86a61400 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 446 | 2024.07.30 01:30:50.005165 [ 3 ] {4f18e109-a7a2-4283-ba06-c6013f4bad5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 447 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 448 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 449 | * a string isn't palatable for a few reasons. | ||
| 450 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 451 | * details. | ||
| 452 | */ | ||
| 453 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 454 | 2024.07.30 01:30:50.005273 [ 3 ] {4f18e109-a7a2-4283-ba06-c6013f4bad5d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 455 | 2024.07.30 01:30:50.006940 [ 3 ] {4f18e109-a7a2-4283-ba06-c6013f4bad5d} <Debug> oximeter.measurements_bytes (a96629ec-5720-44b3-96d7-3baa7394838a): Loading data parts | ||
| 456 | 2024.07.30 01:30:50.007092 [ 3 ] {4f18e109-a7a2-4283-ba06-c6013f4bad5d} <Debug> oximeter.measurements_bytes (a96629ec-5720-44b3-96d7-3baa7394838a): There are no data parts | ||
| 457 | 2024.07.30 01:30:50.008354 [ 3 ] {4f18e109-a7a2-4283-ba06-c6013f4bad5d} <Debug> DynamicQueryHandler: Done processing query | ||
| 458 | 2024.07.30 01:30:50.008381 [ 3 ] {} <Debug> HTTP-Session: b3a37632-9866-4d45-b7f0-0b6a86a61400 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 459 | 2024.07.30 01:30:50.008527 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 460 | 2024.07.30 01:30:50.008606 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 461 | 2024.07.30 01:30:50.008629 [ 3 ] {} <Debug> HTTP-Session: 14d17623-b473-421f-b594-f3862f65c339 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 462 | 2024.07.30 01:30:50.008677 [ 3 ] {} <Debug> HTTP-Session: 14d17623-b473-421f-b594-f3862f65c339 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 463 | 2024.07.30 01:30:50.008721 [ 3 ] {} <Debug> HTTP-Session: 14d17623-b473-421f-b594-f3862f65c339 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 464 | 2024.07.30 01:30:50.008755 [ 3 ] {} <Trace> HTTP-Session: 14d17623-b473-421f-b594-f3862f65c339 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 465 | 2024.07.30 01:30:50.008970 [ 3 ] {98d3275e-8e6a-4cac-aa35-cb42a2fb8507} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 466 | 2024.07.30 01:30:50.009082 [ 3 ] {98d3275e-8e6a-4cac-aa35-cb42a2fb8507} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 467 | 2024.07.30 01:30:50.010808 [ 3 ] {98d3275e-8e6a-4cac-aa35-cb42a2fb8507} <Debug> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Loading data parts | ||
| 468 | 2024.07.30 01:30:50.010992 [ 3 ] {98d3275e-8e6a-4cac-aa35-cb42a2fb8507} <Debug> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): There are no data parts | ||
| 469 | 2024.07.30 01:30:50.012204 [ 3 ] {98d3275e-8e6a-4cac-aa35-cb42a2fb8507} <Debug> DynamicQueryHandler: Done processing query | ||
| 470 | 2024.07.30 01:30:50.012270 [ 3 ] {} <Debug> HTTP-Session: 14d17623-b473-421f-b594-f3862f65c339 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 471 | 2024.07.30 01:30:50.012391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 472 | 2024.07.30 01:30:50.012470 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 473 | 2024.07.30 01:30:50.012521 [ 3 ] {} <Debug> HTTP-Session: 45d51117-9451-4090-a35d-1ad16f43d3b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 474 | 2024.07.30 01:30:50.012540 [ 3 ] {} <Debug> HTTP-Session: 45d51117-9451-4090-a35d-1ad16f43d3b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 475 | 2024.07.30 01:30:50.012586 [ 3 ] {} <Debug> HTTP-Session: 45d51117-9451-4090-a35d-1ad16f43d3b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 476 | 2024.07.30 01:30:50.012647 [ 3 ] {} <Trace> HTTP-Session: 45d51117-9451-4090-a35d-1ad16f43d3b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 477 | 2024.07.30 01:30:50.012865 [ 3 ] {6cfaa28d-5262-42c5-a1d0-3c5a6ce64d88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 478 | 2024.07.30 01:30:50.012976 [ 3 ] {6cfaa28d-5262-42c5-a1d0-3c5a6ce64d88} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 479 | 2024.07.30 01:30:50.014664 [ 3 ] {6cfaa28d-5262-42c5-a1d0-3c5a6ce64d88} <Debug> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Loading data parts | ||
| 480 | 2024.07.30 01:30:50.014859 [ 3 ] {6cfaa28d-5262-42c5-a1d0-3c5a6ce64d88} <Debug> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): There are no data parts | ||
| 481 | 2024.07.30 01:30:50.016197 [ 3 ] {6cfaa28d-5262-42c5-a1d0-3c5a6ce64d88} <Debug> DynamicQueryHandler: Done processing query | ||
| 482 | 2024.07.30 01:30:50.016224 [ 3 ] {} <Debug> HTTP-Session: 45d51117-9451-4090-a35d-1ad16f43d3b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 483 | 2024.07.30 01:30:50.016325 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 484 | 2024.07.30 01:30:50.016435 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 485 | 2024.07.30 01:30:50.016457 [ 3 ] {} <Debug> HTTP-Session: 45841105-5eb4-42b9-8591-2691975714a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 486 | 2024.07.30 01:30:50.016503 [ 3 ] {} <Debug> HTTP-Session: 45841105-5eb4-42b9-8591-2691975714a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 487 | 2024.07.30 01:30:50.016550 [ 3 ] {} <Debug> HTTP-Session: 45841105-5eb4-42b9-8591-2691975714a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 488 | 2024.07.30 01:30:50.016582 [ 3 ] {} <Trace> HTTP-Session: 45841105-5eb4-42b9-8591-2691975714a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 489 | 2024.07.30 01:30:50.016793 [ 3 ] {e20771e3-ae57-4f1c-8f5f-d4cff5cc14bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 490 | 2024.07.30 01:30:50.016909 [ 3 ] {e20771e3-ae57-4f1c-8f5f-d4cff5cc14bc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 491 | 2024.07.30 01:30:50.018637 [ 3 ] {e20771e3-ae57-4f1c-8f5f-d4cff5cc14bc} <Debug> oximeter.measurements_cumulativef32 (c6ad9135-6030-459b-8964-0baf6484e915): Loading data parts | ||
| 492 | 2024.07.30 01:30:50.018799 [ 3 ] {e20771e3-ae57-4f1c-8f5f-d4cff5cc14bc} <Debug> oximeter.measurements_cumulativef32 (c6ad9135-6030-459b-8964-0baf6484e915): There are no data parts | ||
| 493 | 2024.07.30 01:30:50.020007 [ 3 ] {e20771e3-ae57-4f1c-8f5f-d4cff5cc14bc} <Debug> DynamicQueryHandler: Done processing query | ||
| 494 | 2024.07.30 01:30:50.020073 [ 3 ] {} <Debug> HTTP-Session: 45841105-5eb4-42b9-8591-2691975714a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 495 | 2024.07.30 01:30:50.020195 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 496 | 2024.07.30 01:30:50.020273 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 497 | 2024.07.30 01:30:50.020329 [ 3 ] {} <Debug> HTTP-Session: 8f595b7b-8683-4c55-819d-36e76eda5800 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 498 | 2024.07.30 01:30:50.020346 [ 3 ] {} <Debug> HTTP-Session: 8f595b7b-8683-4c55-819d-36e76eda5800 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 499 | 2024.07.30 01:30:50.020390 [ 3 ] {} <Debug> HTTP-Session: 8f595b7b-8683-4c55-819d-36e76eda5800 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 500 | 2024.07.30 01:30:50.020459 [ 3 ] {} <Trace> HTTP-Session: 8f595b7b-8683-4c55-819d-36e76eda5800 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 501 | 2024.07.30 01:30:50.020640 [ 3 ] {e5353ec9-ebcb-4a1e-979e-c2ac57f1839c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 502 | 2024.07.30 01:30:50.020754 [ 3 ] {e5353ec9-ebcb-4a1e-979e-c2ac57f1839c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 503 | 2024.07.30 01:30:50.022491 [ 3 ] {e5353ec9-ebcb-4a1e-979e-c2ac57f1839c} <Debug> oximeter.measurements_cumulativef64 (8152d60f-330e-410d-b776-023cbebdf41f): Loading data parts | ||
| 504 | 2024.07.30 01:30:50.022681 [ 3 ] {e5353ec9-ebcb-4a1e-979e-c2ac57f1839c} <Debug> oximeter.measurements_cumulativef64 (8152d60f-330e-410d-b776-023cbebdf41f): There are no data parts | ||
| 505 | 2024.07.30 01:30:50.023918 [ 3 ] {e5353ec9-ebcb-4a1e-979e-c2ac57f1839c} <Debug> DynamicQueryHandler: Done processing query | ||
| 506 | 2024.07.30 01:30:50.023978 [ 3 ] {} <Debug> HTTP-Session: 8f595b7b-8683-4c55-819d-36e76eda5800 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 507 | 2024.07.30 01:30:50.024089 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 508 | 2024.07.30 01:30:50.024170 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 509 | 2024.07.30 01:30:50.024220 [ 3 ] {} <Debug> HTTP-Session: d6fdc132-4dcd-447c-9264-3e16f6c3eb05 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 510 | 2024.07.30 01:30:50.024270 [ 3 ] {} <Debug> HTTP-Session: d6fdc132-4dcd-447c-9264-3e16f6c3eb05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 511 | 2024.07.30 01:30:50.024285 [ 3 ] {} <Debug> HTTP-Session: d6fdc132-4dcd-447c-9264-3e16f6c3eb05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 512 | 2024.07.30 01:30:50.024345 [ 3 ] {} <Trace> HTTP-Session: d6fdc132-4dcd-447c-9264-3e16f6c3eb05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 513 | 2024.07.30 01:30:50.024623 [ 3 ] {865b724f-800c-4adf-9e97-1c25735f4410} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 514 | * NOTE: Array types cannot be Nullable, see | ||
| 515 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 516 | * for more details. | ||
| 517 | * | ||
| 518 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 519 | * is unfortunate, and at this point relies on the fact that an | ||
| 520 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 521 | * to figure out another way to represent missing samples here. | ||
| 522 | */ | ||
| 523 | bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 524 | 2024.07.30 01:30:50.024803 [ 3 ] {865b724f-800c-4adf-9e97-1c25735f4410} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 525 | 2024.07.30 01:30:50.026774 [ 3 ] {865b724f-800c-4adf-9e97-1c25735f4410} <Debug> oximeter.measurements_histogrami8 (e0e649b0-490b-4948-b5c8-4811de218072): Loading data parts | ||
| 526 | 2024.07.30 01:30:50.026944 [ 3 ] {865b724f-800c-4adf-9e97-1c25735f4410} <Debug> oximeter.measurements_histogrami8 (e0e649b0-490b-4948-b5c8-4811de218072): There are no data parts | ||
| 527 | 2024.07.30 01:30:50.028185 [ 3 ] {865b724f-800c-4adf-9e97-1c25735f4410} <Debug> DynamicQueryHandler: Done processing query | ||
| 528 | 2024.07.30 01:30:50.028246 [ 3 ] {} <Debug> HTTP-Session: d6fdc132-4dcd-447c-9264-3e16f6c3eb05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 529 | 2024.07.30 01:30:50.028364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 530 | 2024.07.30 01:30:50.028444 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 531 | 2024.07.30 01:30:50.028499 [ 3 ] {} <Debug> HTTP-Session: 34b0c1e3-852b-4ba1-baa8-75f63bbadbe6 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 532 | 2024.07.30 01:30:50.028517 [ 3 ] {} <Debug> HTTP-Session: 34b0c1e3-852b-4ba1-baa8-75f63bbadbe6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 533 | 2024.07.30 01:30:50.028561 [ 3 ] {} <Debug> HTTP-Session: 34b0c1e3-852b-4ba1-baa8-75f63bbadbe6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 534 | 2024.07.30 01:30:50.028626 [ 3 ] {} <Trace> HTTP-Session: 34b0c1e3-852b-4ba1-baa8-75f63bbadbe6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 535 | 2024.07.30 01:30:50.028874 [ 3 ] {a4e328c1-091a-4b7f-9e7c-6c7b3a4e3909} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 536 | 2024.07.30 01:30:50.028994 [ 3 ] {a4e328c1-091a-4b7f-9e7c-6c7b3a4e3909} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 537 | 2024.07.30 01:30:50.030953 [ 3 ] {a4e328c1-091a-4b7f-9e7c-6c7b3a4e3909} <Debug> oximeter.measurements_histogramu8 (b691e8fb-3659-42d9-9eec-9d0ce48a081b): Loading data parts | ||
| 538 | 2024.07.30 01:30:50.031140 [ 3 ] {a4e328c1-091a-4b7f-9e7c-6c7b3a4e3909} <Debug> oximeter.measurements_histogramu8 (b691e8fb-3659-42d9-9eec-9d0ce48a081b): There are no data parts | ||
| 539 | 2024.07.30 01:30:50.032400 [ 3 ] {a4e328c1-091a-4b7f-9e7c-6c7b3a4e3909} <Debug> DynamicQueryHandler: Done processing query | ||
| 540 | 2024.07.30 01:30:50.032461 [ 3 ] {} <Debug> HTTP-Session: 34b0c1e3-852b-4ba1-baa8-75f63bbadbe6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 541 | 2024.07.30 01:30:50.032572 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 542 | 2024.07.30 01:30:50.032651 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 543 | 2024.07.30 01:30:50.032702 [ 3 ] {} <Debug> HTTP-Session: bc657316-7f54-45d4-bad8-d1627b6a00d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 544 | 2024.07.30 01:30:50.032753 [ 3 ] {} <Debug> HTTP-Session: bc657316-7f54-45d4-bad8-d1627b6a00d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 545 | 2024.07.30 01:30:50.032767 [ 3 ] {} <Debug> HTTP-Session: bc657316-7f54-45d4-bad8-d1627b6a00d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 546 | 2024.07.30 01:30:50.032828 [ 3 ] {} <Trace> HTTP-Session: bc657316-7f54-45d4-bad8-d1627b6a00d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 547 | 2024.07.30 01:30:50.033107 [ 3 ] {3dab24fb-a89f-466c-9353-0971553f80dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 548 | 2024.07.30 01:30:50.033228 [ 3 ] {3dab24fb-a89f-466c-9353-0971553f80dd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 549 | 2024.07.30 01:30:50.035194 [ 3 ] {3dab24fb-a89f-466c-9353-0971553f80dd} <Debug> oximeter.measurements_histogrami16 (8f4b2401-3da8-4fa0-a527-a858ec7f421c): Loading data parts | ||
| 550 | 2024.07.30 01:30:50.035354 [ 3 ] {3dab24fb-a89f-466c-9353-0971553f80dd} <Debug> oximeter.measurements_histogrami16 (8f4b2401-3da8-4fa0-a527-a858ec7f421c): There are no data parts | ||
| 551 | 2024.07.30 01:30:50.036636 [ 3 ] {3dab24fb-a89f-466c-9353-0971553f80dd} <Debug> DynamicQueryHandler: Done processing query | ||
| 552 | 2024.07.30 01:30:50.036699 [ 3 ] {} <Debug> HTTP-Session: bc657316-7f54-45d4-bad8-d1627b6a00d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 553 | 2024.07.30 01:30:50.036816 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 554 | 2024.07.30 01:30:50.036896 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 555 | 2024.07.30 01:30:50.036950 [ 3 ] {} <Debug> HTTP-Session: 233dde62-7fda-41cf-8408-39dbb313c1de Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 556 | 2024.07.30 01:30:50.036967 [ 3 ] {} <Debug> HTTP-Session: 233dde62-7fda-41cf-8408-39dbb313c1de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 557 | 2024.07.30 01:30:50.037010 [ 3 ] {} <Debug> HTTP-Session: 233dde62-7fda-41cf-8408-39dbb313c1de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 558 | 2024.07.30 01:30:50.037075 [ 3 ] {} <Trace> HTTP-Session: 233dde62-7fda-41cf-8408-39dbb313c1de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 559 | 2024.07.30 01:30:50.037351 [ 3 ] {07cf68ee-e3b3-49bd-bef3-266e0c14621b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 560 | 2024.07.30 01:30:50.037472 [ 3 ] {07cf68ee-e3b3-49bd-bef3-266e0c14621b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 561 | 2024.07.30 01:30:50.039489 [ 3 ] {07cf68ee-e3b3-49bd-bef3-266e0c14621b} <Debug> oximeter.measurements_histogramu16 (91084daf-4a7c-4ef2-b646-23a947d777ef): Loading data parts | ||
| 562 | 2024.07.30 01:30:50.039703 [ 3 ] {07cf68ee-e3b3-49bd-bef3-266e0c14621b} <Debug> oximeter.measurements_histogramu16 (91084daf-4a7c-4ef2-b646-23a947d777ef): There are no data parts | ||
| 563 | 2024.07.30 01:30:50.041003 [ 3 ] {07cf68ee-e3b3-49bd-bef3-266e0c14621b} <Debug> DynamicQueryHandler: Done processing query | ||
| 564 | 2024.07.30 01:30:50.041065 [ 3 ] {} <Debug> HTTP-Session: 233dde62-7fda-41cf-8408-39dbb313c1de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 565 | 2024.07.30 01:30:50.041235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 566 | 2024.07.30 01:30:50.041284 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 567 | 2024.07.30 01:30:50.041335 [ 3 ] {} <Debug> HTTP-Session: acc47caf-2e9c-484d-94a6-2e1d172a02a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 568 | 2024.07.30 01:30:50.041387 [ 3 ] {} <Debug> HTTP-Session: acc47caf-2e9c-484d-94a6-2e1d172a02a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 569 | 2024.07.30 01:30:50.041401 [ 3 ] {} <Debug> HTTP-Session: acc47caf-2e9c-484d-94a6-2e1d172a02a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 570 | 2024.07.30 01:30:50.041461 [ 3 ] {} <Trace> HTTP-Session: acc47caf-2e9c-484d-94a6-2e1d172a02a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 571 | 2024.07.30 01:30:50.041751 [ 3 ] {13430828-90ba-481f-b548-0b3e0a6e7e7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 572 | 2024.07.30 01:30:50.041876 [ 3 ] {13430828-90ba-481f-b548-0b3e0a6e7e7f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 573 | 2024.07.30 01:30:50.043843 [ 3 ] {13430828-90ba-481f-b548-0b3e0a6e7e7f} <Debug> oximeter.measurements_histogrami32 (9350d314-b854-4707-a1f6-2dec345cfc01): Loading data parts | ||
| 574 | 2024.07.30 01:30:50.044020 [ 3 ] {13430828-90ba-481f-b548-0b3e0a6e7e7f} <Debug> oximeter.measurements_histogrami32 (9350d314-b854-4707-a1f6-2dec345cfc01): There are no data parts | ||
| 575 | 2024.07.30 01:30:50.045339 [ 3 ] {13430828-90ba-481f-b548-0b3e0a6e7e7f} <Debug> DynamicQueryHandler: Done processing query | ||
| 576 | 2024.07.30 01:30:50.045366 [ 3 ] {} <Debug> HTTP-Session: acc47caf-2e9c-484d-94a6-2e1d172a02a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 577 | 2024.07.30 01:30:50.045475 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 578 | 2024.07.30 01:30:50.045597 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 579 | 2024.07.30 01:30:50.045620 [ 3 ] {} <Debug> HTTP-Session: 24627a7d-657f-47d2-93b8-b375a9d34365 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 580 | 2024.07.30 01:30:50.045674 [ 3 ] {} <Debug> HTTP-Session: 24627a7d-657f-47d2-93b8-b375a9d34365 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 581 | 2024.07.30 01:30:50.045691 [ 3 ] {} <Debug> HTTP-Session: 24627a7d-657f-47d2-93b8-b375a9d34365 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 582 | 2024.07.30 01:30:50.045757 [ 3 ] {} <Trace> HTTP-Session: 24627a7d-657f-47d2-93b8-b375a9d34365 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 583 | 2024.07.30 01:30:50.046037 [ 3 ] {aaf88c65-b755-4d06-b680-a5f4d3257d11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 584 | 2024.07.30 01:30:50.046159 [ 3 ] {aaf88c65-b755-4d06-b680-a5f4d3257d11} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 585 | 2024.07.30 01:30:50.048126 [ 3 ] {aaf88c65-b755-4d06-b680-a5f4d3257d11} <Debug> oximeter.measurements_histogramu32 (f522641c-1eb0-4e30-81cf-49194212db8f): Loading data parts | ||
| 586 | 2024.07.30 01:30:50.048321 [ 3 ] {aaf88c65-b755-4d06-b680-a5f4d3257d11} <Debug> oximeter.measurements_histogramu32 (f522641c-1eb0-4e30-81cf-49194212db8f): There are no data parts | ||
| 587 | 2024.07.30 01:30:50.049620 [ 3 ] {aaf88c65-b755-4d06-b680-a5f4d3257d11} <Debug> DynamicQueryHandler: Done processing query | ||
| 588 | 2024.07.30 01:30:50.049683 [ 3 ] {} <Debug> HTTP-Session: 24627a7d-657f-47d2-93b8-b375a9d34365 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 589 | 2024.07.30 01:30:50.049821 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 590 | 2024.07.30 01:30:50.049868 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 591 | 2024.07.30 01:30:50.049924 [ 3 ] {} <Debug> HTTP-Session: 3b180785-e1c4-4092-b214-f0ccafd3ef33 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 592 | 2024.07.30 01:30:50.049980 [ 3 ] {} <Debug> HTTP-Session: 3b180785-e1c4-4092-b214-f0ccafd3ef33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 593 | 2024.07.30 01:30:50.049994 [ 3 ] {} <Debug> HTTP-Session: 3b180785-e1c4-4092-b214-f0ccafd3ef33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 594 | 2024.07.30 01:30:50.050059 [ 3 ] {} <Trace> HTTP-Session: 3b180785-e1c4-4092-b214-f0ccafd3ef33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 595 | 2024.07.30 01:30:50.050342 [ 3 ] {f63de60a-9e42-42ee-953d-888bf22b9d77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 596 | 2024.07.30 01:30:50.050468 [ 3 ] {f63de60a-9e42-42ee-953d-888bf22b9d77} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 597 | 2024.07.30 01:30:50.052384 [ 3 ] {f63de60a-9e42-42ee-953d-888bf22b9d77} <Debug> oximeter.measurements_histogrami64 (cc2139ce-6196-4f2b-91f5-15c2fda5e986): Loading data parts | ||
| 598 | 2024.07.30 01:30:50.052562 [ 3 ] {f63de60a-9e42-42ee-953d-888bf22b9d77} <Debug> oximeter.measurements_histogrami64 (cc2139ce-6196-4f2b-91f5-15c2fda5e986): There are no data parts | ||
| 599 | 2024.07.30 01:30:50.053788 [ 3 ] {f63de60a-9e42-42ee-953d-888bf22b9d77} <Debug> DynamicQueryHandler: Done processing query | ||
| 600 | 2024.07.30 01:30:50.053815 [ 3 ] {} <Debug> HTTP-Session: 3b180785-e1c4-4092-b214-f0ccafd3ef33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 601 | 2024.07.30 01:30:50.053928 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 602 | 2024.07.30 01:30:50.054044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 603 | 2024.07.30 01:30:50.054067 [ 3 ] {} <Debug> HTTP-Session: 5812892b-9688-45ef-bdcc-419b6f403230 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 604 | 2024.07.30 01:30:50.054116 [ 3 ] {} <Debug> HTTP-Session: 5812892b-9688-45ef-bdcc-419b6f403230 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 605 | 2024.07.30 01:30:50.054166 [ 3 ] {} <Debug> HTTP-Session: 5812892b-9688-45ef-bdcc-419b6f403230 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 606 | 2024.07.30 01:30:50.054198 [ 3 ] {} <Trace> HTTP-Session: 5812892b-9688-45ef-bdcc-419b6f403230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 607 | 2024.07.30 01:30:50.054475 [ 3 ] {0b5cfde6-9e8f-4e5e-9a78-7150ccb66981} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 608 | 2024.07.30 01:30:50.054596 [ 3 ] {0b5cfde6-9e8f-4e5e-9a78-7150ccb66981} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 609 | 2024.07.30 01:30:50.056552 [ 3 ] {0b5cfde6-9e8f-4e5e-9a78-7150ccb66981} <Debug> oximeter.measurements_histogramu64 (d9869f5c-592e-40fd-b526-4e2bb11de237): Loading data parts | ||
| 610 | 2024.07.30 01:30:50.056744 [ 3 ] {0b5cfde6-9e8f-4e5e-9a78-7150ccb66981} <Debug> oximeter.measurements_histogramu64 (d9869f5c-592e-40fd-b526-4e2bb11de237): There are no data parts | ||
| 611 | 2024.07.30 01:30:50.058052 [ 3 ] {0b5cfde6-9e8f-4e5e-9a78-7150ccb66981} <Debug> DynamicQueryHandler: Done processing query | ||
| 612 | 2024.07.30 01:30:50.058079 [ 3 ] {} <Debug> HTTP-Session: 5812892b-9688-45ef-bdcc-419b6f403230 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 613 | 2024.07.30 01:30:50.058228 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 614 | 2024.07.30 01:30:50.058308 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 615 | 2024.07.30 01:30:50.058330 [ 3 ] {} <Debug> HTTP-Session: 94091712-abb6-4b0a-bafa-e7b2b1f6b51f Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 616 | 2024.07.30 01:30:50.058380 [ 3 ] {} <Debug> HTTP-Session: 94091712-abb6-4b0a-bafa-e7b2b1f6b51f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 617 | 2024.07.30 01:30:50.058396 [ 3 ] {} <Debug> HTTP-Session: 94091712-abb6-4b0a-bafa-e7b2b1f6b51f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 618 | 2024.07.30 01:30:50.058458 [ 3 ] {} <Trace> HTTP-Session: 94091712-abb6-4b0a-bafa-e7b2b1f6b51f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 619 | 2024.07.30 01:30:50.058735 [ 3 ] {ade98712-5c28-4cc6-8fd4-972261bc4a6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 620 | 2024.07.30 01:30:50.058856 [ 3 ] {ade98712-5c28-4cc6-8fd4-972261bc4a6e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 621 | 2024.07.30 01:30:50.060813 [ 3 ] {ade98712-5c28-4cc6-8fd4-972261bc4a6e} <Debug> oximeter.measurements_histogramf32 (14a14fb5-d4f1-4b51-b1dd-3a0633dce5a9): Loading data parts | ||
| 622 | 2024.07.30 01:30:50.060998 [ 3 ] {ade98712-5c28-4cc6-8fd4-972261bc4a6e} <Debug> oximeter.measurements_histogramf32 (14a14fb5-d4f1-4b51-b1dd-3a0633dce5a9): There are no data parts | ||
| 623 | 2024.07.30 01:30:50.062260 [ 3 ] {ade98712-5c28-4cc6-8fd4-972261bc4a6e} <Debug> DynamicQueryHandler: Done processing query | ||
| 624 | 2024.07.30 01:30:50.062286 [ 3 ] {} <Debug> HTTP-Session: 94091712-abb6-4b0a-bafa-e7b2b1f6b51f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 625 | 2024.07.30 01:30:50.062412 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 626 | 2024.07.30 01:30:50.062494 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 627 | 2024.07.30 01:30:50.062514 [ 3 ] {} <Debug> HTTP-Session: d8e8f1a7-6b36-47a0-ba24-c00093024fbb Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 628 | 2024.07.30 01:30:50.062562 [ 3 ] {} <Debug> HTTP-Session: d8e8f1a7-6b36-47a0-ba24-c00093024fbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 629 | 2024.07.30 01:30:50.062611 [ 3 ] {} <Debug> HTTP-Session: d8e8f1a7-6b36-47a0-ba24-c00093024fbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 630 | 2024.07.30 01:30:50.062643 [ 3 ] {} <Trace> HTTP-Session: d8e8f1a7-6b36-47a0-ba24-c00093024fbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 631 | 2024.07.30 01:30:50.062917 [ 3 ] {17bf9a81-766c-4ef1-846f-fe6c02c67173} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 632 | 2024.07.30 01:30:50.063041 [ 3 ] {17bf9a81-766c-4ef1-846f-fe6c02c67173} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 633 | 2024.07.30 01:30:50.065074 [ 3 ] {17bf9a81-766c-4ef1-846f-fe6c02c67173} <Debug> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Loading data parts | ||
| 634 | 2024.07.30 01:30:50.065237 [ 3 ] {17bf9a81-766c-4ef1-846f-fe6c02c67173} <Debug> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): There are no data parts | ||
| 635 | 2024.07.30 01:30:50.066690 [ 3 ] {17bf9a81-766c-4ef1-846f-fe6c02c67173} <Debug> DynamicQueryHandler: Done processing query | ||
| 636 | 2024.07.30 01:30:50.066718 [ 3 ] {} <Debug> HTTP-Session: d8e8f1a7-6b36-47a0-ba24-c00093024fbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 637 | 2024.07.30 01:30:50.066867 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 638 | 2024.07.30 01:30:50.066948 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 639 | 2024.07.30 01:30:50.067006 [ 3 ] {} <Debug> HTTP-Session: c5b17625-5db4-4f63-aed6-247672f34495 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 640 | 2024.07.30 01:30:50.067023 [ 3 ] {} <Debug> HTTP-Session: c5b17625-5db4-4f63-aed6-247672f34495 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 641 | 2024.07.30 01:30:50.067127 [ 3 ] {} <Debug> HTTP-Session: c5b17625-5db4-4f63-aed6-247672f34495 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 642 | 2024.07.30 01:30:50.067195 [ 3 ] {} <Trace> HTTP-Session: c5b17625-5db4-4f63-aed6-247672f34495 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 643 | 2024.07.30 01:30:50.067343 [ 3 ] {901c5f47-8143-4df5-a568-adddcf0e5e38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) /* The field tables store named dimensions of each timeseries. | ||
| 644 | * | ||
| 645 | * As with the measurement tables, there is one field table for each field data | ||
| 646 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 647 | * this behavior **must not** be relied upon for query correctness. | ||
| 648 | * | ||
| 649 | * The index for the fields differs from the measurements, however. Rows are | ||
| 650 | * sorted by timeseries name, then field name, field value, and finally | ||
| 651 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 652 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 653 | * usually then used to look up measurements. | ||
| 654 | * | ||
| 655 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 656 | * timeseries name and then key, since it would improve lookups where one | ||
| 657 | * already has the key. Realistically though, these tables are quite small and | ||
| 658 | * so performance benefits will be low in absolute terms. | ||
| 659 | */ | ||
| 660 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 661 | 2024.07.30 01:30:50.067454 [ 3 ] {901c5f47-8143-4df5-a568-adddcf0e5e38} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 662 | 2024.07.30 01:30:50.069077 [ 3 ] {901c5f47-8143-4df5-a568-adddcf0e5e38} <Debug> oximeter.fields_bool (644caffd-6ae5-4682-b958-e5a2ae078fcb): Loading data parts | ||
| 663 | 2024.07.30 01:30:50.069281 [ 3 ] {901c5f47-8143-4df5-a568-adddcf0e5e38} <Debug> oximeter.fields_bool (644caffd-6ae5-4682-b958-e5a2ae078fcb): There are no data parts | ||
| 664 | 2024.07.30 01:30:50.070616 [ 3 ] {901c5f47-8143-4df5-a568-adddcf0e5e38} <Debug> DynamicQueryHandler: Done processing query | ||
| 665 | 2024.07.30 01:30:50.070683 [ 3 ] {} <Debug> HTTP-Session: c5b17625-5db4-4f63-aed6-247672f34495 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 666 | 2024.07.30 01:30:50.070810 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 667 | 2024.07.30 01:30:50.071002 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 668 | 2024.07.30 01:30:50.071024 [ 3 ] {} <Debug> HTTP-Session: a88a6765-43ca-466f-a0c5-a4c92d533cb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 669 | 2024.07.30 01:30:50.071042 [ 3 ] {} <Debug> HTTP-Session: a88a6765-43ca-466f-a0c5-a4c92d533cb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 670 | 2024.07.30 01:30:50.071090 [ 3 ] {} <Debug> HTTP-Session: a88a6765-43ca-466f-a0c5-a4c92d533cb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 671 | 2024.07.30 01:30:50.071161 [ 3 ] {} <Trace> HTTP-Session: a88a6765-43ca-466f-a0c5-a4c92d533cb0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 672 | 2024.07.30 01:30:50.071338 [ 3 ] {23cc4e69-86f4-4c85-be03-56893bdb56b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 673 | 2024.07.30 01:30:50.071420 [ 3 ] {23cc4e69-86f4-4c85-be03-56893bdb56b0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 674 | 2024.07.30 01:30:50.073047 [ 3 ] {23cc4e69-86f4-4c85-be03-56893bdb56b0} <Debug> oximeter.fields_i8 (4704c12f-22eb-4d37-ac56-cb8e8dd8f43b): Loading data parts | ||
| 675 | 2024.07.30 01:30:50.073239 [ 3 ] {23cc4e69-86f4-4c85-be03-56893bdb56b0} <Debug> oximeter.fields_i8 (4704c12f-22eb-4d37-ac56-cb8e8dd8f43b): There are no data parts | ||
| 676 | 2024.07.30 01:30:50.074550 [ 3 ] {23cc4e69-86f4-4c85-be03-56893bdb56b0} <Debug> DynamicQueryHandler: Done processing query | ||
| 677 | 2024.07.30 01:30:50.074612 [ 3 ] {} <Debug> HTTP-Session: a88a6765-43ca-466f-a0c5-a4c92d533cb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 678 | 2024.07.30 01:30:50.074728 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 679 | 2024.07.30 01:30:50.074811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 680 | 2024.07.30 01:30:50.074865 [ 3 ] {} <Debug> HTTP-Session: be4c463c-adbc-4340-8ca0-f3690275d603 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 681 | 2024.07.30 01:30:50.074884 [ 3 ] {} <Debug> HTTP-Session: be4c463c-adbc-4340-8ca0-f3690275d603 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 682 | 2024.07.30 01:30:50.074934 [ 3 ] {} <Debug> HTTP-Session: be4c463c-adbc-4340-8ca0-f3690275d603 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 683 | 2024.07.30 01:30:50.074998 [ 3 ] {} <Trace> HTTP-Session: be4c463c-adbc-4340-8ca0-f3690275d603 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 684 | 2024.07.30 01:30:50.075176 [ 3 ] {f9fc9bf6-9818-4789-90fa-027f3b7e91bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 685 | 2024.07.30 01:30:50.075256 [ 3 ] {f9fc9bf6-9818-4789-90fa-027f3b7e91bd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 686 | 2024.07.30 01:30:50.076876 [ 3 ] {f9fc9bf6-9818-4789-90fa-027f3b7e91bd} <Debug> oximeter.fields_u8 (27d01b7f-8c3e-4caf-8435-f7a968f6b6b0): Loading data parts | ||
| 687 | 2024.07.30 01:30:50.077034 [ 3 ] {f9fc9bf6-9818-4789-90fa-027f3b7e91bd} <Debug> oximeter.fields_u8 (27d01b7f-8c3e-4caf-8435-f7a968f6b6b0): There are no data parts | ||
| 688 | 2024.07.30 01:30:50.078300 [ 3 ] {f9fc9bf6-9818-4789-90fa-027f3b7e91bd} <Debug> DynamicQueryHandler: Done processing query | ||
| 689 | 2024.07.30 01:30:50.078360 [ 3 ] {} <Debug> HTTP-Session: be4c463c-adbc-4340-8ca0-f3690275d603 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 690 | 2024.07.30 01:30:50.078471 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 691 | 2024.07.30 01:30:50.078549 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 692 | 2024.07.30 01:30:50.078604 [ 3 ] {} <Debug> HTTP-Session: 4a92d545-6205-46ce-a01c-7f32fdb12e0d Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 693 | 2024.07.30 01:30:50.078620 [ 3 ] {} <Debug> HTTP-Session: 4a92d545-6205-46ce-a01c-7f32fdb12e0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 694 | 2024.07.30 01:30:50.078664 [ 3 ] {} <Debug> HTTP-Session: 4a92d545-6205-46ce-a01c-7f32fdb12e0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 695 | 2024.07.30 01:30:50.078728 [ 3 ] {} <Trace> HTTP-Session: 4a92d545-6205-46ce-a01c-7f32fdb12e0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 696 | 2024.07.30 01:30:50.078900 [ 3 ] {2f2eb2b0-b972-4889-a454-99a535c28b1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 697 | 2024.07.30 01:30:50.079009 [ 3 ] {2f2eb2b0-b972-4889-a454-99a535c28b1a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 698 | 2024.07.30 01:30:50.080558 [ 3 ] {2f2eb2b0-b972-4889-a454-99a535c28b1a} <Debug> oximeter.fields_i16 (0253534e-dedf-4cd6-bf09-020df9030cb8): Loading data parts | ||
| 699 | 2024.07.30 01:30:50.080748 [ 3 ] {2f2eb2b0-b972-4889-a454-99a535c28b1a} <Debug> oximeter.fields_i16 (0253534e-dedf-4cd6-bf09-020df9030cb8): There are no data parts | ||
| 700 | 2024.07.30 01:30:50.082105 [ 3 ] {2f2eb2b0-b972-4889-a454-99a535c28b1a} <Debug> DynamicQueryHandler: Done processing query | ||
| 701 | 2024.07.30 01:30:50.082131 [ 3 ] {} <Debug> HTTP-Session: 4a92d545-6205-46ce-a01c-7f32fdb12e0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 702 | 2024.07.30 01:30:50.082262 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 703 | 2024.07.30 01:30:50.082345 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 704 | 2024.07.30 01:30:50.082366 [ 3 ] {} <Debug> HTTP-Session: 355aaf44-9c1e-40fa-80c7-3009a00e4b41 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 705 | 2024.07.30 01:30:50.082415 [ 3 ] {} <Debug> HTTP-Session: 355aaf44-9c1e-40fa-80c7-3009a00e4b41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2024.07.30 01:30:50.082465 [ 3 ] {} <Debug> HTTP-Session: 355aaf44-9c1e-40fa-80c7-3009a00e4b41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 707 | 2024.07.30 01:30:50.082497 [ 3 ] {} <Trace> HTTP-Session: 355aaf44-9c1e-40fa-80c7-3009a00e4b41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 708 | 2024.07.30 01:30:50.082667 [ 3 ] {e27811d1-c338-4334-9da7-d111a3672f8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 709 | 2024.07.30 01:30:50.082777 [ 3 ] {e27811d1-c338-4334-9da7-d111a3672f8a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 710 | 2024.07.30 01:30:50.084346 [ 3 ] {e27811d1-c338-4334-9da7-d111a3672f8a} <Debug> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Loading data parts | ||
| 711 | 2024.07.30 01:30:50.084536 [ 3 ] {e27811d1-c338-4334-9da7-d111a3672f8a} <Debug> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): There are no data parts | ||
| 712 | 2024.07.30 01:30:50.085782 [ 3 ] {e27811d1-c338-4334-9da7-d111a3672f8a} <Debug> DynamicQueryHandler: Done processing query | ||
| 713 | 2024.07.30 01:30:50.085845 [ 3 ] {} <Debug> HTTP-Session: 355aaf44-9c1e-40fa-80c7-3009a00e4b41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 714 | 2024.07.30 01:30:50.085989 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 715 | 2024.07.30 01:30:50.086070 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 716 | 2024.07.30 01:30:50.086093 [ 3 ] {} <Debug> HTTP-Session: 96be85b4-3e42-478b-aad7-8000d718fa3c Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 717 | 2024.07.30 01:30:50.086151 [ 3 ] {} <Debug> HTTP-Session: 96be85b4-3e42-478b-aad7-8000d718fa3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 718 | 2024.07.30 01:30:50.086166 [ 3 ] {} <Debug> HTTP-Session: 96be85b4-3e42-478b-aad7-8000d718fa3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 719 | 2024.07.30 01:30:50.086228 [ 3 ] {} <Trace> HTTP-Session: 96be85b4-3e42-478b-aad7-8000d718fa3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 720 | 2024.07.30 01:30:50.086405 [ 3 ] {9b014339-d17c-4817-9d37-b406d37b845d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 721 | 2024.07.30 01:30:50.086511 [ 3 ] {9b014339-d17c-4817-9d37-b406d37b845d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 722 | 2024.07.30 01:30:50.088020 [ 3 ] {9b014339-d17c-4817-9d37-b406d37b845d} <Debug> oximeter.fields_i32 (7ea17ec3-c623-4486-b66c-d37ad864efaa): Loading data parts | ||
| 723 | 2024.07.30 01:30:50.088212 [ 3 ] {9b014339-d17c-4817-9d37-b406d37b845d} <Debug> oximeter.fields_i32 (7ea17ec3-c623-4486-b66c-d37ad864efaa): There are no data parts | ||
| 724 | 2024.07.30 01:30:50.089388 [ 3 ] {9b014339-d17c-4817-9d37-b406d37b845d} <Debug> DynamicQueryHandler: Done processing query | ||
| 725 | 2024.07.30 01:30:50.089451 [ 3 ] {} <Debug> HTTP-Session: 96be85b4-3e42-478b-aad7-8000d718fa3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 726 | 2024.07.30 01:30:50.089561 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 727 | 2024.07.30 01:30:50.089673 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 728 | 2024.07.30 01:30:50.089694 [ 3 ] {} <Debug> HTTP-Session: 18878c19-060f-43ca-9b92-7b8a7f066999 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 729 | 2024.07.30 01:30:50.089744 [ 3 ] {} <Debug> HTTP-Session: 18878c19-060f-43ca-9b92-7b8a7f066999 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 730 | 2024.07.30 01:30:50.089760 [ 3 ] {} <Debug> HTTP-Session: 18878c19-060f-43ca-9b92-7b8a7f066999 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 731 | 2024.07.30 01:30:50.089825 [ 3 ] {} <Trace> HTTP-Session: 18878c19-060f-43ca-9b92-7b8a7f066999 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 732 | 2024.07.30 01:30:50.089997 [ 3 ] {cc79c02c-0798-4732-a5e2-f4a6639acd13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 733 | 2024.07.30 01:30:50.090077 [ 3 ] {cc79c02c-0798-4732-a5e2-f4a6639acd13} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 734 | 2024.07.30 01:30:50.091700 [ 3 ] {cc79c02c-0798-4732-a5e2-f4a6639acd13} <Debug> oximeter.fields_u32 (20f906ec-9eb1-44c0-bd9e-2e4bb9699466): Loading data parts | ||
| 735 | 2024.07.30 01:30:50.091885 [ 3 ] {cc79c02c-0798-4732-a5e2-f4a6639acd13} <Debug> oximeter.fields_u32 (20f906ec-9eb1-44c0-bd9e-2e4bb9699466): There are no data parts | ||
| 736 | 2024.07.30 01:30:50.093026 [ 3 ] {cc79c02c-0798-4732-a5e2-f4a6639acd13} <Debug> DynamicQueryHandler: Done processing query | ||
| 737 | 2024.07.30 01:30:50.093088 [ 3 ] {} <Debug> HTTP-Session: 18878c19-060f-43ca-9b92-7b8a7f066999 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 738 | 2024.07.30 01:30:50.093195 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 739 | 2024.07.30 01:30:50.093282 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 740 | 2024.07.30 01:30:50.093346 [ 3 ] {} <Debug> HTTP-Session: fa004a59-b542-451c-9dd5-fbb4c6590cea Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 741 | 2024.07.30 01:30:50.093365 [ 3 ] {} <Debug> HTTP-Session: fa004a59-b542-451c-9dd5-fbb4c6590cea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 742 | 2024.07.30 01:30:50.093378 [ 3 ] {} <Debug> HTTP-Session: fa004a59-b542-451c-9dd5-fbb4c6590cea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 743 | 2024.07.30 01:30:50.093442 [ 3 ] {} <Trace> HTTP-Session: fa004a59-b542-451c-9dd5-fbb4c6590cea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 744 | 2024.07.30 01:30:50.093588 [ 3 ] {ce833d7f-9210-4f6c-bae1-d122cac18fbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 745 | 2024.07.30 01:30:50.093665 [ 3 ] {ce833d7f-9210-4f6c-bae1-d122cac18fbb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 746 | 2024.07.30 01:30:50.095190 [ 3 ] {ce833d7f-9210-4f6c-bae1-d122cac18fbb} <Debug> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Loading data parts | ||
| 747 | 2024.07.30 01:30:50.095353 [ 3 ] {ce833d7f-9210-4f6c-bae1-d122cac18fbb} <Debug> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): There are no data parts | ||
| 748 | 2024.07.30 01:30:50.096562 [ 3 ] {ce833d7f-9210-4f6c-bae1-d122cac18fbb} <Debug> DynamicQueryHandler: Done processing query | ||
| 749 | 2024.07.30 01:30:50.096589 [ 3 ] {} <Debug> HTTP-Session: fa004a59-b542-451c-9dd5-fbb4c6590cea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 750 | 2024.07.30 01:30:50.096696 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 751 | 2024.07.30 01:30:50.096746 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 752 | 2024.07.30 01:30:50.096767 [ 3 ] {} <Debug> HTTP-Session: 40399ce6-5a63-48c3-9bb6-ecb182cb94ae Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 753 | 2024.07.30 01:30:50.096783 [ 3 ] {} <Debug> HTTP-Session: 40399ce6-5a63-48c3-9bb6-ecb182cb94ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 754 | 2024.07.30 01:30:50.096797 [ 3 ] {} <Debug> HTTP-Session: 40399ce6-5a63-48c3-9bb6-ecb182cb94ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 755 | 2024.07.30 01:30:50.096827 [ 3 ] {} <Trace> HTTP-Session: 40399ce6-5a63-48c3-9bb6-ecb182cb94ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 756 | 2024.07.30 01:30:50.096967 [ 3 ] {ebe2fab5-97ea-4e92-9cd3-be3f3113b34a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 757 | 2024.07.30 01:30:50.097007 [ 3 ] {ebe2fab5-97ea-4e92-9cd3-be3f3113b34a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 758 | 2024.07.30 01:30:50.098526 [ 3 ] {ebe2fab5-97ea-4e92-9cd3-be3f3113b34a} <Debug> oximeter.fields_u64 (4a3e5bbb-44ad-43d8-8b24-bf8cd9ec2543): Loading data parts | ||
| 759 | 2024.07.30 01:30:50.098688 [ 3 ] {ebe2fab5-97ea-4e92-9cd3-be3f3113b34a} <Debug> oximeter.fields_u64 (4a3e5bbb-44ad-43d8-8b24-bf8cd9ec2543): There are no data parts | ||
| 760 | 2024.07.30 01:30:50.099808 [ 3 ] {ebe2fab5-97ea-4e92-9cd3-be3f3113b34a} <Debug> DynamicQueryHandler: Done processing query | ||
| 761 | 2024.07.30 01:30:50.099834 [ 3 ] {} <Debug> HTTP-Session: 40399ce6-5a63-48c3-9bb6-ecb182cb94ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 762 | 2024.07.30 01:30:50.099920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 763 | 2024.07.30 01:30:50.099968 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 764 | 2024.07.30 01:30:50.099987 [ 3 ] {} <Debug> HTTP-Session: 6502c09c-037d-477a-ac0e-2ab17e28bfcb Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 765 | 2024.07.30 01:30:50.100004 [ 3 ] {} <Debug> HTTP-Session: 6502c09c-037d-477a-ac0e-2ab17e28bfcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 766 | 2024.07.30 01:30:50.100017 [ 3 ] {} <Debug> HTTP-Session: 6502c09c-037d-477a-ac0e-2ab17e28bfcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 767 | 2024.07.30 01:30:50.100049 [ 3 ] {} <Trace> HTTP-Session: 6502c09c-037d-477a-ac0e-2ab17e28bfcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 768 | 2024.07.30 01:30:50.100191 [ 3 ] {06e33937-18c3-41cd-b8d2-e99b9473578b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 769 | 2024.07.30 01:30:50.100232 [ 3 ] {06e33937-18c3-41cd-b8d2-e99b9473578b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 770 | 2024.07.30 01:30:50.101780 [ 3 ] {06e33937-18c3-41cd-b8d2-e99b9473578b} <Debug> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Loading data parts | ||
| 771 | 2024.07.30 01:30:50.101939 [ 3 ] {06e33937-18c3-41cd-b8d2-e99b9473578b} <Debug> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): There are no data parts | ||
| 772 | 2024.07.30 01:30:50.103105 [ 3 ] {06e33937-18c3-41cd-b8d2-e99b9473578b} <Debug> DynamicQueryHandler: Done processing query | ||
| 773 | 2024.07.30 01:30:50.103132 [ 3 ] {} <Debug> HTTP-Session: 6502c09c-037d-477a-ac0e-2ab17e28bfcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 774 | 2024.07.30 01:30:50.103233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 775 | 2024.07.30 01:30:50.103279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 776 | 2024.07.30 01:30:50.103299 [ 3 ] {} <Debug> HTTP-Session: 8af45395-1c4d-43de-9b17-b800ae11989e Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 777 | 2024.07.30 01:30:50.103315 [ 3 ] {} <Debug> HTTP-Session: 8af45395-1c4d-43de-9b17-b800ae11989e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 778 | 2024.07.30 01:30:50.103328 [ 3 ] {} <Debug> HTTP-Session: 8af45395-1c4d-43de-9b17-b800ae11989e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 779 | 2024.07.30 01:30:50.103358 [ 3 ] {} <Trace> HTTP-Session: 8af45395-1c4d-43de-9b17-b800ae11989e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 780 | 2024.07.30 01:30:50.103493 [ 3 ] {26a9d817-dcba-46f9-8791-89345822b9ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 781 | 2024.07.30 01:30:50.103532 [ 3 ] {26a9d817-dcba-46f9-8791-89345822b9ed} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 782 | 2024.07.30 01:30:50.105033 [ 3 ] {26a9d817-dcba-46f9-8791-89345822b9ed} <Debug> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Loading data parts | ||
| 783 | 2024.07.30 01:30:50.105189 [ 3 ] {26a9d817-dcba-46f9-8791-89345822b9ed} <Debug> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): There are no data parts | ||
| 784 | 2024.07.30 01:30:50.106348 [ 3 ] {26a9d817-dcba-46f9-8791-89345822b9ed} <Debug> DynamicQueryHandler: Done processing query | ||
| 785 | 2024.07.30 01:30:50.106375 [ 3 ] {} <Debug> HTTP-Session: 8af45395-1c4d-43de-9b17-b800ae11989e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 786 | 2024.07.30 01:30:50.106481 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 787 | 2024.07.30 01:30:50.106527 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 788 | 2024.07.30 01:30:50.106547 [ 3 ] {} <Debug> HTTP-Session: d5ef03bd-ba52-46e9-b268-e2c2d2e66619 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 789 | 2024.07.30 01:30:50.106563 [ 3 ] {} <Debug> HTTP-Session: d5ef03bd-ba52-46e9-b268-e2c2d2e66619 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 790 | 2024.07.30 01:30:50.106577 [ 3 ] {} <Debug> HTTP-Session: d5ef03bd-ba52-46e9-b268-e2c2d2e66619 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 791 | 2024.07.30 01:30:50.106607 [ 3 ] {} <Trace> HTTP-Session: d5ef03bd-ba52-46e9-b268-e2c2d2e66619 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 792 | 2024.07.30 01:30:50.106745 [ 3 ] {f4ff72a2-10d2-41b2-97d4-636dca6f8b33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 793 | 2024.07.30 01:30:50.106784 [ 3 ] {f4ff72a2-10d2-41b2-97d4-636dca6f8b33} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 794 | 2024.07.30 01:30:50.108270 [ 3 ] {f4ff72a2-10d2-41b2-97d4-636dca6f8b33} <Debug> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Loading data parts | ||
| 795 | 2024.07.30 01:30:50.108426 [ 3 ] {f4ff72a2-10d2-41b2-97d4-636dca6f8b33} <Debug> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): There are no data parts | ||
| 796 | 2024.07.30 01:30:50.109667 [ 3 ] {f4ff72a2-10d2-41b2-97d4-636dca6f8b33} <Debug> DynamicQueryHandler: Done processing query | ||
| 797 | 2024.07.30 01:30:50.109694 [ 3 ] {} <Debug> HTTP-Session: d5ef03bd-ba52-46e9-b268-e2c2d2e66619 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 798 | 2024.07.30 01:30:50.109800 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 799 | 2024.07.30 01:30:50.109848 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 800 | 2024.07.30 01:30:50.109869 [ 3 ] {} <Debug> HTTP-Session: 2a69c28d-676b-429a-9fdd-0f4d71447402 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 801 | 2024.07.30 01:30:50.109885 [ 3 ] {} <Debug> HTTP-Session: 2a69c28d-676b-429a-9fdd-0f4d71447402 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 802 | 2024.07.30 01:30:50.109899 [ 3 ] {} <Debug> HTTP-Session: 2a69c28d-676b-429a-9fdd-0f4d71447402 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 803 | 2024.07.30 01:30:50.109930 [ 3 ] {} <Trace> HTTP-Session: 2a69c28d-676b-429a-9fdd-0f4d71447402 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 804 | 2024.07.30 01:30:50.110134 [ 3 ] {5a9128e2-a1cf-469d-b89a-f51caff9f88c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) /* The timeseries schema table stores the extracted schema for the samples | ||
| 805 | * oximeter collects. | ||
| 806 | */ | ||
| 807 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
| 808 | 2024.07.30 01:30:50.110194 [ 3 ] {5a9128e2-a1cf-469d-b89a-f51caff9f88c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 809 | 2024.07.30 01:30:50.111883 [ 3 ] {5a9128e2-a1cf-469d-b89a-f51caff9f88c} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7): Loading data parts | ||
| 810 | 2024.07.30 01:30:50.112051 [ 3 ] {5a9128e2-a1cf-469d-b89a-f51caff9f88c} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7): There are no data parts | ||
| 811 | 2024.07.30 01:30:50.113286 [ 3 ] {5a9128e2-a1cf-469d-b89a-f51caff9f88c} <Debug> DynamicQueryHandler: Done processing query | ||
| 812 | 2024.07.30 01:30:50.113313 [ 3 ] {} <Debug> HTTP-Session: 2a69c28d-676b-429a-9fdd-0f4d71447402 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 813 | 2024.07.30 01:30:50.113447 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 814 | 2024.07.30 01:30:50.113496 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 815 | 2024.07.30 01:30:50.113516 [ 3 ] {} <Debug> HTTP-Session: f89bc909-7cdb-4f13-a5b0-c82a3f6be6cd Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 816 | 2024.07.30 01:30:50.113533 [ 3 ] {} <Debug> HTTP-Session: f89bc909-7cdb-4f13-a5b0-c82a3f6be6cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 817 | 2024.07.30 01:30:50.113547 [ 3 ] {} <Debug> HTTP-Session: f89bc909-7cdb-4f13-a5b0-c82a3f6be6cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 818 | 2024.07.30 01:30:50.113578 [ 3 ] {} <Trace> HTTP-Session: f89bc909-7cdb-4f13-a5b0-c82a3f6be6cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 819 | 2024.07.30 01:30:50.113739 [ 3 ] {b31432ea-5eac-4f77-bcd6-5c2d3e858c38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 820 | 2024.07.30 01:30:50.115485 [ 3 ] {b31432ea-5eac-4f77-bcd6-5c2d3e858c38} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 821 | 2024.07.30 01:30:50.119439 [ 3 ] {b31432ea-5eac-4f77-bcd6-5c2d3e858c38} <Trace> oximeter.version (51365b0d-be18-472e-992e-94700998e7ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 822 | 2024.07.30 01:30:50.119475 [ 3 ] {b31432ea-5eac-4f77-bcd6-5c2d3e858c38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 823 | 2024.07.30 01:30:50.124274 [ 3 ] {b31432ea-5eac-4f77-bcd6-5c2d3e858c38} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 824 | 2024.07.30 01:30:50.125679 [ 3 ] {b31432ea-5eac-4f77-bcd6-5c2d3e858c38} <Trace> oximeter.version (51365b0d-be18-472e-992e-94700998e7ce): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 825 | 2024.07.30 01:30:50.125938 [ 3 ] {b31432ea-5eac-4f77-bcd6-5c2d3e858c38} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.012275 sec., 81.4663951120163 rows/sec., 1.27 KiB/sec. | ||
| 826 | 2024.07.30 01:30:50.126097 [ 3 ] {b31432ea-5eac-4f77-bcd6-5c2d3e858c38} <Debug> DynamicQueryHandler: Done processing query | ||
| 827 | 2024.07.30 01:30:50.126121 [ 3 ] {b31432ea-5eac-4f77-bcd6-5c2d3e858c38} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 828 | 2024.07.30 01:30:50.126137 [ 3 ] {} <Debug> HTTP-Session: f89bc909-7cdb-4f13-a5b0-c82a3f6be6cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 829 | 2024.07.30 01:30:51.000217 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 172.42 MiB, peak 177.56 MiB, free memory in arenas 0.00 B, will set to 173.68 MiB (RSS), difference: 1.26 MiB | ||
| 830 | 2024.07.30 01:30:55.128357 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 831 | 2024.07.30 01:30:55.128489 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 832 | 2024.07.30 01:30:55.128515 [ 3 ] {} <Debug> HTTP-Session: 1f440a9f-b1c9-473a-9b82-0fd2517121c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 833 | 2024.07.30 01:30:55.128547 [ 3 ] {} <Debug> HTTP-Session: 1f440a9f-b1c9-473a-9b82-0fd2517121c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 834 | 2024.07.30 01:30:55.128564 [ 3 ] {} <Debug> HTTP-Session: 1f440a9f-b1c9-473a-9b82-0fd2517121c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 835 | 2024.07.30 01:30:55.128619 [ 3 ] {} <Trace> HTTP-Session: 1f440a9f-b1c9-473a-9b82-0fd2517121c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 836 | 2024.07.30 01:30:55.128816 [ 3 ] {3c76fc05-8548-42c1-a1e8-99dac6ea4fd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
| 837 | 2024.07.30 01:30:55.129170 [ 3 ] {3c76fc05-8548-42c1-a1e8-99dac6ea4fd0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 838 | 2024.07.30 01:30:55.129319 [ 3 ] {3c76fc05-8548-42c1-a1e8-99dac6ea4fd0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 839 | 2024.07.30 01:30:55.130363 [ 3 ] {3c76fc05-8548-42c1-a1e8-99dac6ea4fd0} <Debug> DynamicQueryHandler: Done processing query | ||
| 840 | 2024.07.30 01:30:55.130395 [ 3 ] {3c76fc05-8548-42c1-a1e8-99dac6ea4fd0} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 841 | 2024.07.30 01:30:55.130413 [ 3 ] {} <Debug> HTTP-Session: 1f440a9f-b1c9-473a-9b82-0fd2517121c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 842 | 2024.07.30 01:30:55.137207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 843 | 2024.07.30 01:30:55.137279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 844 | 2024.07.30 01:30:55.137303 [ 3 ] {} <Debug> HTTP-Session: de874e67-fed9-476f-8df5-67fc2405d759 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 845 | 2024.07.30 01:30:55.137322 [ 3 ] {} <Debug> HTTP-Session: de874e67-fed9-476f-8df5-67fc2405d759 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 846 | 2024.07.30 01:30:55.137337 [ 3 ] {} <Debug> HTTP-Session: de874e67-fed9-476f-8df5-67fc2405d759 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 847 | 2024.07.30 01:30:55.137377 [ 3 ] {} <Trace> HTTP-Session: de874e67-fed9-476f-8df5-67fc2405d759 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 848 | 2024.07.30 01:30:55.137556 [ 3 ] {b5e3b99b-5a40-418e-8f65-aac221819af6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
| 849 | 2024.07.30 01:30:55.140011 [ 3 ] {b5e3b99b-5a40-418e-8f65-aac221819af6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 850 | 2024.07.30 01:30:55.140071 [ 3 ] {b5e3b99b-5a40-418e-8f65-aac221819af6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 851 | 2024.07.30 01:30:55.141133 [ 3 ] {b5e3b99b-5a40-418e-8f65-aac221819af6} <Debug> DynamicQueryHandler: Done processing query | ||
| 852 | 2024.07.30 01:30:55.141164 [ 3 ] {b5e3b99b-5a40-418e-8f65-aac221819af6} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 853 | 2024.07.30 01:30:55.141181 [ 3 ] {} <Debug> HTTP-Session: de874e67-fed9-476f-8df5-67fc2405d759 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 854 | 2024.07.30 01:30:55.141485 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 855 | 2024.07.30 01:30:55.141542 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 856 | 2024.07.30 01:30:55.141561 [ 3 ] {} <Debug> HTTP-Session: 7a9ed15e-d864-4bb7-8289-68b49cbf10a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 857 | 2024.07.30 01:30:55.141580 [ 3 ] {} <Debug> HTTP-Session: 7a9ed15e-d864-4bb7-8289-68b49cbf10a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 858 | 2024.07.30 01:30:55.141594 [ 3 ] {} <Debug> HTTP-Session: 7a9ed15e-d864-4bb7-8289-68b49cbf10a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 859 | 2024.07.30 01:30:55.141630 [ 3 ] {} <Trace> HTTP-Session: 7a9ed15e-d864-4bb7-8289-68b49cbf10a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 860 | 2024.07.30 01:30:55.141768 [ 3 ] {d9bbee3c-c50c-42d8-a575-b68a10206682} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
| 861 | 2024.07.30 01:30:55.142137 [ 3 ] {d9bbee3c-c50c-42d8-a575-b68a10206682} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 862 | 2024.07.30 01:30:55.142190 [ 3 ] {d9bbee3c-c50c-42d8-a575-b68a10206682} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 863 | 2024.07.30 01:30:55.143138 [ 3 ] {d9bbee3c-c50c-42d8-a575-b68a10206682} <Debug> DynamicQueryHandler: Done processing query | ||
| 864 | 2024.07.30 01:30:55.143168 [ 3 ] {d9bbee3c-c50c-42d8-a575-b68a10206682} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 865 | 2024.07.30 01:30:55.143185 [ 3 ] {} <Debug> HTTP-Session: 7a9ed15e-d864-4bb7-8289-68b49cbf10a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 866 | 2024.07.30 01:30:55.143401 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 867 | 2024.07.30 01:30:55.143452 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 868 | 2024.07.30 01:30:55.143472 [ 3 ] {} <Debug> HTTP-Session: b51116d8-6712-42ad-8a9e-3666f208b603 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 869 | 2024.07.30 01:30:55.143489 [ 3 ] {} <Debug> HTTP-Session: b51116d8-6712-42ad-8a9e-3666f208b603 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 870 | 2024.07.30 01:30:55.143503 [ 3 ] {} <Debug> HTTP-Session: b51116d8-6712-42ad-8a9e-3666f208b603 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 871 | 2024.07.30 01:30:55.143535 [ 3 ] {} <Trace> HTTP-Session: b51116d8-6712-42ad-8a9e-3666f208b603 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 872 | 2024.07.30 01:30:55.143676 [ 3 ] {e2ba7c7a-de4c-410a-b5b6-f6366e3d8a47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 873 | 2024.07.30 01:30:55.144006 [ 3 ] {e2ba7c7a-de4c-410a-b5b6-f6366e3d8a47} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 874 | 2024.07.30 01:30:55.144059 [ 3 ] {e2ba7c7a-de4c-410a-b5b6-f6366e3d8a47} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 875 | 2024.07.30 01:30:55.144989 [ 3 ] {e2ba7c7a-de4c-410a-b5b6-f6366e3d8a47} <Debug> DynamicQueryHandler: Done processing query | ||
| 876 | 2024.07.30 01:30:55.145016 [ 3 ] {e2ba7c7a-de4c-410a-b5b6-f6366e3d8a47} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 877 | 2024.07.30 01:30:55.145033 [ 3 ] {} <Debug> HTTP-Session: b51116d8-6712-42ad-8a9e-3666f208b603 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 878 | 2024.07.30 01:30:55.145247 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 247, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 879 | 2024.07.30 01:30:55.145297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 880 | 2024.07.30 01:30:55.145320 [ 3 ] {} <Debug> HTTP-Session: b7eaf68d-5783-4660-9d5b-c22124d0a6cc Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 881 | 2024.07.30 01:30:55.145338 [ 3 ] {} <Debug> HTTP-Session: b7eaf68d-5783-4660-9d5b-c22124d0a6cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 882 | 2024.07.30 01:30:55.145351 [ 3 ] {} <Debug> HTTP-Session: b7eaf68d-5783-4660-9d5b-c22124d0a6cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 883 | 2024.07.30 01:30:55.145383 [ 3 ] {} <Trace> HTTP-Session: b7eaf68d-5783-4660-9d5b-c22124d0a6cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 884 | 2024.07.30 01:30:55.145510 [ 3 ] {f09b3daa-1273-4b79-984a-e97af5855d2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 885 | 2024.07.30 01:30:55.145833 [ 3 ] {f09b3daa-1273-4b79-984a-e97af5855d2e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 886 | 2024.07.30 01:30:55.145886 [ 3 ] {f09b3daa-1273-4b79-984a-e97af5855d2e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 887 | 2024.07.30 01:30:55.146769 [ 3 ] {f09b3daa-1273-4b79-984a-e97af5855d2e} <Debug> DynamicQueryHandler: Done processing query | ||
| 888 | 2024.07.30 01:30:55.146795 [ 3 ] {f09b3daa-1273-4b79-984a-e97af5855d2e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 889 | 2024.07.30 01:30:55.146812 [ 3 ] {} <Debug> HTTP-Session: b7eaf68d-5783-4660-9d5b-c22124d0a6cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 890 | 2024.07.30 01:30:55.147020 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 891 | 2024.07.30 01:30:55.147068 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 892 | 2024.07.30 01:30:55.147088 [ 3 ] {} <Debug> HTTP-Session: 04d80383-008c-4659-8b7f-fbb19d25d551 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 893 | 2024.07.30 01:30:55.147105 [ 3 ] {} <Debug> HTTP-Session: 04d80383-008c-4659-8b7f-fbb19d25d551 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 894 | 2024.07.30 01:30:55.147118 [ 3 ] {} <Debug> HTTP-Session: 04d80383-008c-4659-8b7f-fbb19d25d551 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 895 | 2024.07.30 01:30:55.147152 [ 3 ] {} <Trace> HTTP-Session: 04d80383-008c-4659-8b7f-fbb19d25d551 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 896 | 2024.07.30 01:30:55.147278 [ 3 ] {b2126f30-5017-471b-ba54-43039e6646aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 897 | 2024.07.30 01:30:55.147598 [ 3 ] {b2126f30-5017-471b-ba54-43039e6646aa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 898 | 2024.07.30 01:30:55.147649 [ 3 ] {b2126f30-5017-471b-ba54-43039e6646aa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 899 | 2024.07.30 01:30:55.148502 [ 3 ] {b2126f30-5017-471b-ba54-43039e6646aa} <Debug> DynamicQueryHandler: Done processing query | ||
| 900 | 2024.07.30 01:30:55.148528 [ 3 ] {b2126f30-5017-471b-ba54-43039e6646aa} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 901 | 2024.07.30 01:30:55.148545 [ 3 ] {} <Debug> HTTP-Session: 04d80383-008c-4659-8b7f-fbb19d25d551 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 902 | 2024.07.30 01:30:55.148746 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 903 | 2024.07.30 01:30:55.148796 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 904 | 2024.07.30 01:30:55.148817 [ 3 ] {} <Debug> HTTP-Session: 1100995a-e198-4f66-8e04-218fbda3a6a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 905 | 2024.07.30 01:30:55.148834 [ 3 ] {} <Debug> HTTP-Session: 1100995a-e198-4f66-8e04-218fbda3a6a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 906 | 2024.07.30 01:30:55.148847 [ 3 ] {} <Debug> HTTP-Session: 1100995a-e198-4f66-8e04-218fbda3a6a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 907 | 2024.07.30 01:30:55.148878 [ 3 ] {} <Trace> HTTP-Session: 1100995a-e198-4f66-8e04-218fbda3a6a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 908 | 2024.07.30 01:30:55.149001 [ 3 ] {20b2e283-e56d-457b-be7e-9ef370ca3ec4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 909 | 2024.07.30 01:30:55.149328 [ 3 ] {20b2e283-e56d-457b-be7e-9ef370ca3ec4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 910 | 2024.07.30 01:30:55.149379 [ 3 ] {20b2e283-e56d-457b-be7e-9ef370ca3ec4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 911 | 2024.07.30 01:30:55.150270 [ 3 ] {20b2e283-e56d-457b-be7e-9ef370ca3ec4} <Debug> DynamicQueryHandler: Done processing query | ||
| 912 | 2024.07.30 01:30:55.150299 [ 3 ] {20b2e283-e56d-457b-be7e-9ef370ca3ec4} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 913 | 2024.07.30 01:30:55.150318 [ 3 ] {} <Debug> HTTP-Session: 1100995a-e198-4f66-8e04-218fbda3a6a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 914 | 2024.07.30 01:30:55.150530 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 915 | 2024.07.30 01:30:55.150578 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 916 | 2024.07.30 01:30:55.150598 [ 3 ] {} <Debug> HTTP-Session: e4704089-44cb-44a0-a953-4c495062b445 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 917 | 2024.07.30 01:30:55.150615 [ 3 ] {} <Debug> HTTP-Session: e4704089-44cb-44a0-a953-4c495062b445 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 918 | 2024.07.30 01:30:55.150628 [ 3 ] {} <Debug> HTTP-Session: e4704089-44cb-44a0-a953-4c495062b445 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 919 | 2024.07.30 01:30:55.150660 [ 3 ] {} <Trace> HTTP-Session: e4704089-44cb-44a0-a953-4c495062b445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 920 | 2024.07.30 01:30:55.150783 [ 3 ] {5bb77438-922e-4ca0-bfa8-f9f5300c766d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 921 | 2024.07.30 01:30:55.151125 [ 3 ] {5bb77438-922e-4ca0-bfa8-f9f5300c766d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 922 | 2024.07.30 01:30:55.151187 [ 3 ] {5bb77438-922e-4ca0-bfa8-f9f5300c766d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 923 | 2024.07.30 01:30:55.152128 [ 3 ] {5bb77438-922e-4ca0-bfa8-f9f5300c766d} <Debug> DynamicQueryHandler: Done processing query | ||
| 924 | 2024.07.30 01:30:55.152156 [ 3 ] {5bb77438-922e-4ca0-bfa8-f9f5300c766d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 925 | 2024.07.30 01:30:55.152173 [ 3 ] {} <Debug> HTTP-Session: e4704089-44cb-44a0-a953-4c495062b445 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 926 | 2024.07.30 01:30:55.152369 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 389, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 927 | 2024.07.30 01:30:55.152416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 928 | 2024.07.30 01:30:55.152440 [ 3 ] {} <Debug> HTTP-Session: 42ace060-07bc-4674-80cf-4d809f3d7831 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 929 | 2024.07.30 01:30:55.152460 [ 3 ] {} <Debug> HTTP-Session: 42ace060-07bc-4674-80cf-4d809f3d7831 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 930 | 2024.07.30 01:30:55.152481 [ 3 ] {} <Debug> HTTP-Session: 42ace060-07bc-4674-80cf-4d809f3d7831 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 931 | 2024.07.30 01:30:55.152513 [ 3 ] {} <Trace> HTTP-Session: 42ace060-07bc-4674-80cf-4d809f3d7831 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 932 | 2024.07.30 01:30:55.152640 [ 3 ] {aeffcc87-c582-4120-a7e1-a50516e4566c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 933 | 2024.07.30 01:30:55.152971 [ 3 ] {aeffcc87-c582-4120-a7e1-a50516e4566c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 934 | 2024.07.30 01:30:55.153023 [ 3 ] {aeffcc87-c582-4120-a7e1-a50516e4566c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 935 | 2024.07.30 01:30:55.153915 [ 3 ] {aeffcc87-c582-4120-a7e1-a50516e4566c} <Debug> DynamicQueryHandler: Done processing query | ||
| 936 | 2024.07.30 01:30:55.153942 [ 3 ] {aeffcc87-c582-4120-a7e1-a50516e4566c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 937 | 2024.07.30 01:30:55.153958 [ 3 ] {} <Debug> HTTP-Session: 42ace060-07bc-4674-80cf-4d809f3d7831 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 938 | 2024.07.30 01:30:55.154162 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 939 | 2024.07.30 01:30:55.154209 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 940 | 2024.07.30 01:30:55.154229 [ 3 ] {} <Debug> HTTP-Session: 76a86456-c69c-47b0-aa38-7e9be34dabac Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 941 | 2024.07.30 01:30:55.154246 [ 3 ] {} <Debug> HTTP-Session: 76a86456-c69c-47b0-aa38-7e9be34dabac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 942 | 2024.07.30 01:30:55.154260 [ 3 ] {} <Debug> HTTP-Session: 76a86456-c69c-47b0-aa38-7e9be34dabac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 943 | 2024.07.30 01:30:55.154291 [ 3 ] {} <Trace> HTTP-Session: 76a86456-c69c-47b0-aa38-7e9be34dabac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 944 | 2024.07.30 01:30:55.154433 [ 3 ] {28c82fb8-3df6-4ab3-b7d0-e1eb864ca9ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 945 | 2024.07.30 01:30:55.154767 [ 3 ] {28c82fb8-3df6-4ab3-b7d0-e1eb864ca9ae} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 946 | 2024.07.30 01:30:55.154822 [ 3 ] {28c82fb8-3df6-4ab3-b7d0-e1eb864ca9ae} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 947 | 2024.07.30 01:30:55.155762 [ 3 ] {28c82fb8-3df6-4ab3-b7d0-e1eb864ca9ae} <Debug> DynamicQueryHandler: Done processing query | ||
| 948 | 2024.07.30 01:30:55.155789 [ 3 ] {28c82fb8-3df6-4ab3-b7d0-e1eb864ca9ae} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 949 | 2024.07.30 01:30:55.155805 [ 3 ] {} <Debug> HTTP-Session: 76a86456-c69c-47b0-aa38-7e9be34dabac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 950 | 2024.07.30 01:30:55.156008 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 951 | 2024.07.30 01:30:55.156055 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 952 | 2024.07.30 01:30:55.156075 [ 3 ] {} <Debug> HTTP-Session: b28bfdac-7452-42b1-b547-2664ca92546b Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 953 | 2024.07.30 01:30:55.156092 [ 3 ] {} <Debug> HTTP-Session: b28bfdac-7452-42b1-b547-2664ca92546b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 954 | 2024.07.30 01:30:55.156105 [ 3 ] {} <Debug> HTTP-Session: b28bfdac-7452-42b1-b547-2664ca92546b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 955 | 2024.07.30 01:30:55.156137 [ 3 ] {} <Trace> HTTP-Session: b28bfdac-7452-42b1-b547-2664ca92546b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 956 | 2024.07.30 01:30:55.156267 [ 3 ] {e09cb60b-0a9f-4caf-a3e2-253f4d70da28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 957 | 2024.07.30 01:30:55.156605 [ 3 ] {e09cb60b-0a9f-4caf-a3e2-253f4d70da28} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 958 | 2024.07.30 01:30:55.156658 [ 3 ] {e09cb60b-0a9f-4caf-a3e2-253f4d70da28} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 959 | 2024.07.30 01:30:55.157561 [ 3 ] {e09cb60b-0a9f-4caf-a3e2-253f4d70da28} <Debug> DynamicQueryHandler: Done processing query | ||
| 960 | 2024.07.30 01:30:55.157600 [ 3 ] {e09cb60b-0a9f-4caf-a3e2-253f4d70da28} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 961 | 2024.07.30 01:30:55.157619 [ 3 ] {} <Debug> HTTP-Session: b28bfdac-7452-42b1-b547-2664ca92546b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 962 | 2024.07.30 01:30:55.157833 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 963 | 2024.07.30 01:30:55.157892 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 964 | 2024.07.30 01:30:55.157915 [ 3 ] {} <Debug> HTTP-Session: 3efb42b7-a40d-4846-9465-07ccae62d76d Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 965 | 2024.07.30 01:30:55.157932 [ 3 ] {} <Debug> HTTP-Session: 3efb42b7-a40d-4846-9465-07ccae62d76d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 966 | 2024.07.30 01:30:55.157946 [ 3 ] {} <Debug> HTTP-Session: 3efb42b7-a40d-4846-9465-07ccae62d76d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 967 | 2024.07.30 01:30:55.157978 [ 3 ] {} <Trace> HTTP-Session: 3efb42b7-a40d-4846-9465-07ccae62d76d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 968 | 2024.07.30 01:30:55.158197 [ 3 ] {da7c4ae1-df7d-484f-9f2e-ba848a0a21d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 969 | 2024.07.30 01:30:55.158561 [ 3 ] {da7c4ae1-df7d-484f-9f2e-ba848a0a21d9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 970 | 2024.07.30 01:30:55.158615 [ 3 ] {da7c4ae1-df7d-484f-9f2e-ba848a0a21d9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 971 | 2024.07.30 01:30:55.159529 [ 3 ] {da7c4ae1-df7d-484f-9f2e-ba848a0a21d9} <Debug> DynamicQueryHandler: Done processing query | ||
| 972 | 2024.07.30 01:30:55.159556 [ 3 ] {da7c4ae1-df7d-484f-9f2e-ba848a0a21d9} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 973 | 2024.07.30 01:30:55.159573 [ 3 ] {} <Debug> HTTP-Session: 3efb42b7-a40d-4846-9465-07ccae62d76d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 974 | 2024.07.30 01:30:55.159780 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 522, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 975 | 2024.07.30 01:30:55.159830 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 976 | 2024.07.30 01:30:55.159851 [ 3 ] {} <Debug> HTTP-Session: 96924fc4-6abb-45b0-b2bb-43a2b7e38992 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 977 | 2024.07.30 01:30:55.159868 [ 3 ] {} <Debug> HTTP-Session: 96924fc4-6abb-45b0-b2bb-43a2b7e38992 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 978 | 2024.07.30 01:30:55.159881 [ 3 ] {} <Debug> HTTP-Session: 96924fc4-6abb-45b0-b2bb-43a2b7e38992 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 979 | 2024.07.30 01:30:55.159913 [ 3 ] {} <Trace> HTTP-Session: 96924fc4-6abb-45b0-b2bb-43a2b7e38992 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 980 | 2024.07.30 01:30:55.160050 [ 3 ] {22263d57-79cc-49d2-96e4-b954b9fb6d00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 981 | 2024.07.30 01:30:55.160401 [ 3 ] {22263d57-79cc-49d2-96e4-b954b9fb6d00} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 982 | 2024.07.30 01:30:55.160455 [ 3 ] {22263d57-79cc-49d2-96e4-b954b9fb6d00} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 983 | 2024.07.30 01:30:55.161365 [ 3 ] {22263d57-79cc-49d2-96e4-b954b9fb6d00} <Debug> DynamicQueryHandler: Done processing query | ||
| 984 | 2024.07.30 01:30:55.161402 [ 3 ] {22263d57-79cc-49d2-96e4-b954b9fb6d00} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 985 | 2024.07.30 01:30:55.161420 [ 3 ] {} <Debug> HTTP-Session: 96924fc4-6abb-45b0-b2bb-43a2b7e38992 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 986 | 2024.07.30 01:30:55.161643 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 987 | 2024.07.30 01:30:55.161700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 988 | 2024.07.30 01:30:55.161721 [ 3 ] {} <Debug> HTTP-Session: 0b327287-e278-47a0-9769-d69c7adb6853 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 989 | 2024.07.30 01:30:55.161738 [ 3 ] {} <Debug> HTTP-Session: 0b327287-e278-47a0-9769-d69c7adb6853 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 990 | 2024.07.30 01:30:55.161752 [ 3 ] {} <Debug> HTTP-Session: 0b327287-e278-47a0-9769-d69c7adb6853 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 991 | 2024.07.30 01:30:55.161784 [ 3 ] {} <Trace> HTTP-Session: 0b327287-e278-47a0-9769-d69c7adb6853 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 992 | 2024.07.30 01:30:55.161917 [ 3 ] {1184f9b0-e969-4ea0-b9aa-85cad53f87fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 993 | 2024.07.30 01:30:55.162274 [ 3 ] {1184f9b0-e969-4ea0-b9aa-85cad53f87fc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 994 | 2024.07.30 01:30:55.162329 [ 3 ] {1184f9b0-e969-4ea0-b9aa-85cad53f87fc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 995 | 2024.07.30 01:30:55.163258 [ 3 ] {1184f9b0-e969-4ea0-b9aa-85cad53f87fc} <Debug> DynamicQueryHandler: Done processing query | ||
| 996 | 2024.07.30 01:30:55.163285 [ 3 ] {1184f9b0-e969-4ea0-b9aa-85cad53f87fc} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 997 | 2024.07.30 01:30:55.163301 [ 3 ] {} <Debug> HTTP-Session: 0b327287-e278-47a0-9769-d69c7adb6853 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 998 | 2024.07.30 01:30:55.166076 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 999 | 2024.07.30 01:30:55.166139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1000 | 2024.07.30 01:30:55.166162 [ 3 ] {} <Debug> HTTP-Session: 266290d4-9c06-48d7-89df-66f6dfd32abe Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1001 | 2024.07.30 01:30:55.166180 [ 3 ] {} <Debug> HTTP-Session: 266290d4-9c06-48d7-89df-66f6dfd32abe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1002 | 2024.07.30 01:30:55.166194 [ 3 ] {} <Debug> HTTP-Session: 266290d4-9c06-48d7-89df-66f6dfd32abe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1003 | 2024.07.30 01:30:55.166229 [ 3 ] {} <Trace> HTTP-Session: 266290d4-9c06-48d7-89df-66f6dfd32abe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1004 | 2024.07.30 01:30:55.166427 [ 3 ] {781913a9-0007-4478-aa4f-c292fe7dc031} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 1005 | 2024.07.30 01:30:55.166481 [ 3 ] {781913a9-0007-4478-aa4f-c292fe7dc031} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1006 | 2024.07.30 01:30:55.166689 [ 3 ] {781913a9-0007-4478-aa4f-c292fe7dc031} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1007 | 2024.07.30 01:30:55.167161 [ 3 ] {781913a9-0007-4478-aa4f-c292fe7dc031} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1008 | 2024.07.30 01:30:55.167201 [ 3 ] {781913a9-0007-4478-aa4f-c292fe7dc031} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1009 | 2024.07.30 01:30:55.167915 [ 3 ] {781913a9-0007-4478-aa4f-c292fe7dc031} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1010 | 2024.07.30 01:30:55.168516 [ 3 ] {781913a9-0007-4478-aa4f-c292fe7dc031} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1011 | 2024.07.30 01:30:55.168662 [ 3 ] {781913a9-0007-4478-aa4f-c292fe7dc031} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.002294 sec., 6102.877070619006 rows/sec., 875.67 KiB/sec. | ||
| 1012 | 2024.07.30 01:30:55.168829 [ 3 ] {781913a9-0007-4478-aa4f-c292fe7dc031} <Debug> DynamicQueryHandler: Done processing query | ||
| 1013 | 2024.07.30 01:30:55.168853 [ 3 ] {781913a9-0007-4478-aa4f-c292fe7dc031} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1014 | 2024.07.30 01:30:55.168870 [ 3 ] {} <Debug> HTTP-Session: 266290d4-9c06-48d7-89df-66f6dfd32abe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1015 | 2024.07.30 01:30:55.169022 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3689, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1016 | 2024.07.30 01:30:55.169070 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1017 | 2024.07.30 01:30:55.169089 [ 3 ] {} <Debug> HTTP-Session: 1a954d8d-f4ec-483e-8422-4cb985a3be77 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1018 | 2024.07.30 01:30:55.169107 [ 3 ] {} <Debug> HTTP-Session: 1a954d8d-f4ec-483e-8422-4cb985a3be77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1019 | 2024.07.30 01:30:55.169121 [ 3 ] {} <Debug> HTTP-Session: 1a954d8d-f4ec-483e-8422-4cb985a3be77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1020 | 2024.07.30 01:30:55.169154 [ 3 ] {} <Trace> HTTP-Session: 1a954d8d-f4ec-483e-8422-4cb985a3be77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1021 | 2024.07.30 01:30:55.169263 [ 3 ] {d89a0c3f-5272-4ae7-a321-bf9a4bc3431d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1022 | 2024.07.30 01:30:55.169306 [ 3 ] {d89a0c3f-5272-4ae7-a321-bf9a4bc3431d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1023 | 2024.07.30 01:30:55.169437 [ 3 ] {d89a0c3f-5272-4ae7-a321-bf9a4bc3431d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1024 | 2024.07.30 01:30:55.170514 [ 3 ] {d89a0c3f-5272-4ae7-a321-bf9a4bc3431d} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1025 | 2024.07.30 01:30:55.170552 [ 3 ] {d89a0c3f-5272-4ae7-a321-bf9a4bc3431d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1026 | 2024.07.30 01:30:55.171021 [ 3 ] {d89a0c3f-5272-4ae7-a321-bf9a4bc3431d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1027 | 2024.07.30 01:30:55.171643 [ 3 ] {d89a0c3f-5272-4ae7-a321-bf9a4bc3431d} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1028 | 2024.07.30 01:30:55.171769 [ 3 ] {d89a0c3f-5272-4ae7-a321-bf9a4bc3431d} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.002539 sec., 10240.252067743206 rows/sec., 811.94 KiB/sec. | ||
| 1029 | 2024.07.30 01:30:55.171936 [ 3 ] {d89a0c3f-5272-4ae7-a321-bf9a4bc3431d} <Debug> DynamicQueryHandler: Done processing query | ||
| 1030 | 2024.07.30 01:30:55.171960 [ 3 ] {d89a0c3f-5272-4ae7-a321-bf9a4bc3431d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1031 | 2024.07.30 01:30:55.171976 [ 3 ] {} <Debug> HTTP-Session: 1a954d8d-f4ec-483e-8422-4cb985a3be77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1032 | 2024.07.30 01:30:55.172097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 4794, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1033 | 2024.07.30 01:30:55.172162 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1034 | 2024.07.30 01:30:55.172186 [ 3 ] {} <Debug> HTTP-Session: 7212773c-4355-4c0e-975d-ef61567bbaa2 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1035 | 2024.07.30 01:30:55.172203 [ 3 ] {} <Debug> HTTP-Session: 7212773c-4355-4c0e-975d-ef61567bbaa2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1036 | 2024.07.30 01:30:55.172217 [ 3 ] {} <Debug> HTTP-Session: 7212773c-4355-4c0e-975d-ef61567bbaa2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1037 | 2024.07.30 01:30:55.172249 [ 3 ] {} <Trace> HTTP-Session: 7212773c-4355-4c0e-975d-ef61567bbaa2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1038 | 2024.07.30 01:30:55.172358 [ 3 ] {142a941c-7bd6-4c27-9f81-8a30ba2bc8fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1039 | 2024.07.30 01:30:55.172413 [ 3 ] {142a941c-7bd6-4c27-9f81-8a30ba2bc8fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1040 | 2024.07.30 01:30:55.173193 [ 3 ] {142a941c-7bd6-4c27-9f81-8a30ba2bc8fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1041 | 2024.07.30 01:30:55.173536 [ 3 ] {142a941c-7bd6-4c27-9f81-8a30ba2bc8fd} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1042 | 2024.07.30 01:30:55.173573 [ 3 ] {142a941c-7bd6-4c27-9f81-8a30ba2bc8fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1043 | 2024.07.30 01:30:55.174676 [ 3 ] {142a941c-7bd6-4c27-9f81-8a30ba2bc8fd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1044 | 2024.07.30 01:30:55.175341 [ 3 ] {142a941c-7bd6-4c27-9f81-8a30ba2bc8fd} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1045 | 2024.07.30 01:30:55.175465 [ 3 ] {142a941c-7bd6-4c27-9f81-8a30ba2bc8fd} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.003142 sec., 8911.521323997455 rows/sec., 711.75 KiB/sec. | ||
| 1046 | 2024.07.30 01:30:55.175728 [ 3 ] {142a941c-7bd6-4c27-9f81-8a30ba2bc8fd} <Debug> DynamicQueryHandler: Done processing query | ||
| 1047 | 2024.07.30 01:30:55.175754 [ 3 ] {142a941c-7bd6-4c27-9f81-8a30ba2bc8fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1048 | 2024.07.30 01:30:55.175770 [ 3 ] {} <Debug> HTTP-Session: 7212773c-4355-4c0e-975d-ef61567bbaa2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1049 | 2024.07.30 01:30:55.175914 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3883, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1050 | 2024.07.30 01:30:55.175963 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1051 | 2024.07.30 01:30:55.175983 [ 3 ] {} <Debug> HTTP-Session: eb116d35-f7dc-4103-a899-422b4a50060f Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1052 | 2024.07.30 01:30:55.176000 [ 3 ] {} <Debug> HTTP-Session: eb116d35-f7dc-4103-a899-422b4a50060f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1053 | 2024.07.30 01:30:55.176014 [ 3 ] {} <Debug> HTTP-Session: eb116d35-f7dc-4103-a899-422b4a50060f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1054 | 2024.07.30 01:30:55.176047 [ 3 ] {} <Trace> HTTP-Session: eb116d35-f7dc-4103-a899-422b4a50060f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1055 | 2024.07.30 01:30:55.176157 [ 3 ] {bd72d9a4-858f-4ab4-87ac-6c294ac092e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1056 | 2024.07.30 01:30:55.176204 [ 3 ] {bd72d9a4-858f-4ab4-87ac-6c294ac092e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1057 | 2024.07.30 01:30:55.176365 [ 3 ] {bd72d9a4-858f-4ab4-87ac-6c294ac092e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1058 | 2024.07.30 01:30:55.177312 [ 3 ] {bd72d9a4-858f-4ab4-87ac-6c294ac092e4} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1059 | 2024.07.30 01:30:55.177347 [ 3 ] {bd72d9a4-858f-4ab4-87ac-6c294ac092e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1060 | 2024.07.30 01:30:55.177939 [ 3 ] {bd72d9a4-858f-4ab4-87ac-6c294ac092e4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1061 | 2024.07.30 01:30:55.178606 [ 3 ] {bd72d9a4-858f-4ab4-87ac-6c294ac092e4} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1062 | 2024.07.30 01:30:55.178734 [ 3 ] {bd72d9a4-858f-4ab4-87ac-6c294ac092e4} <Debug> executeQuery: Read 20 rows, 1.42 KiB in 0.002614 sec., 7651.109410864576 rows/sec., 543.20 KiB/sec. | ||
| 1063 | 2024.07.30 01:30:55.178906 [ 3 ] {bd72d9a4-858f-4ab4-87ac-6c294ac092e4} <Debug> DynamicQueryHandler: Done processing query | ||
| 1064 | 2024.07.30 01:30:55.178942 [ 3 ] {bd72d9a4-858f-4ab4-87ac-6c294ac092e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1065 | 2024.07.30 01:30:55.178965 [ 3 ] {} <Debug> HTTP-Session: eb116d35-f7dc-4103-a899-422b4a50060f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1066 | 2024.07.30 01:30:55.179088 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 1275, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1067 | 2024.07.30 01:30:55.179140 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1068 | 2024.07.30 01:30:55.179160 [ 3 ] {} <Debug> HTTP-Session: 45a21de7-8c91-44c6-9fd7-a40d36f54586 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1069 | 2024.07.30 01:30:55.179177 [ 3 ] {} <Debug> HTTP-Session: 45a21de7-8c91-44c6-9fd7-a40d36f54586 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1070 | 2024.07.30 01:30:55.179191 [ 3 ] {} <Debug> HTTP-Session: 45a21de7-8c91-44c6-9fd7-a40d36f54586 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1071 | 2024.07.30 01:30:55.179223 [ 3 ] {} <Trace> HTTP-Session: 45a21de7-8c91-44c6-9fd7-a40d36f54586 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1072 | 2024.07.30 01:30:55.179321 [ 3 ] {4b679d55-9dab-4253-bae9-94b01c420a3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1073 | 2024.07.30 01:30:55.179366 [ 3 ] {4b679d55-9dab-4253-bae9-94b01c420a3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1074 | 2024.07.30 01:30:55.179501 [ 3 ] {4b679d55-9dab-4253-bae9-94b01c420a3e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1075 | 2024.07.30 01:30:55.179771 [ 3 ] {4b679d55-9dab-4253-bae9-94b01c420a3e} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1076 | 2024.07.30 01:30:55.179818 [ 3 ] {4b679d55-9dab-4253-bae9-94b01c420a3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1077 | 2024.07.30 01:30:55.180343 [ 3 ] {4b679d55-9dab-4253-bae9-94b01c420a3e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1078 | 2024.07.30 01:30:55.180999 [ 3 ] {4b679d55-9dab-4253-bae9-94b01c420a3e} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1079 | 2024.07.30 01:30:55.181135 [ 3 ] {4b679d55-9dab-4253-bae9-94b01c420a3e} <Debug> executeQuery: Read 8 rows, 576.00 B in 0.001836 sec., 4357.298474945534 rows/sec., 306.37 KiB/sec. | ||
| 1080 | 2024.07.30 01:30:55.181373 [ 3 ] {4b679d55-9dab-4253-bae9-94b01c420a3e} <Debug> DynamicQueryHandler: Done processing query | ||
| 1081 | 2024.07.30 01:30:55.181399 [ 3 ] {4b679d55-9dab-4253-bae9-94b01c420a3e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1082 | 2024.07.30 01:30:55.181415 [ 3 ] {} <Debug> HTTP-Session: 45a21de7-8c91-44c6-9fd7-a40d36f54586 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1083 | 2024.07.30 01:30:57.803656 [ 123 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1084 | 2024.07.30 01:30:57.803728 [ 123 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1085 | 2024.07.30 01:31:00.131518 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3689, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1086 | 2024.07.30 01:31:00.131645 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1087 | 2024.07.30 01:31:00.131675 [ 3 ] {} <Debug> HTTP-Session: 73f65c22-ed98-47b4-afe2-cac98e882229 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1088 | 2024.07.30 01:31:00.131703 [ 3 ] {} <Debug> HTTP-Session: 73f65c22-ed98-47b4-afe2-cac98e882229 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1089 | 2024.07.30 01:31:00.131721 [ 3 ] {} <Debug> HTTP-Session: 73f65c22-ed98-47b4-afe2-cac98e882229 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1090 | 2024.07.30 01:31:00.131779 [ 3 ] {} <Trace> HTTP-Session: 73f65c22-ed98-47b4-afe2-cac98e882229 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1091 | 2024.07.30 01:31:00.131985 [ 3 ] {29b6f864-adcf-47b9-bb9d-6f2b0c52d7f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1092 | 2024.07.30 01:31:00.132060 [ 3 ] {29b6f864-adcf-47b9-bb9d-6f2b0c52d7f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1093 | 2024.07.30 01:31:00.132291 [ 3 ] {29b6f864-adcf-47b9-bb9d-6f2b0c52d7f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1094 | 2024.07.30 01:31:00.132783 [ 3 ] {29b6f864-adcf-47b9-bb9d-6f2b0c52d7f2} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1095 | 2024.07.30 01:31:00.132824 [ 3 ] {29b6f864-adcf-47b9-bb9d-6f2b0c52d7f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1096 | 2024.07.30 01:31:00.133330 [ 3 ] {29b6f864-adcf-47b9-bb9d-6f2b0c52d7f2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1097 | 2024.07.30 01:31:00.133879 [ 3 ] {29b6f864-adcf-47b9-bb9d-6f2b0c52d7f2} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1098 | 2024.07.30 01:31:00.134073 [ 3 ] {29b6f864-adcf-47b9-bb9d-6f2b0c52d7f2} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.002148 sec., 12104.283054003723 rows/sec., 959.74 KiB/sec. | ||
| 1099 | 2024.07.30 01:31:00.134279 [ 3 ] {29b6f864-adcf-47b9-bb9d-6f2b0c52d7f2} <Debug> DynamicQueryHandler: Done processing query | ||
| 1100 | 2024.07.30 01:31:00.134306 [ 3 ] {29b6f864-adcf-47b9-bb9d-6f2b0c52d7f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1101 | 2024.07.30 01:31:00.134322 [ 3 ] {} <Debug> HTTP-Session: 73f65c22-ed98-47b4-afe2-cac98e882229 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1102 | 2024.07.30 01:31:00.134450 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 4794, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1103 | 2024.07.30 01:31:00.134505 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1104 | 2024.07.30 01:31:00.134526 [ 3 ] {} <Debug> HTTP-Session: 375390c0-53de-45a2-b634-103e025e7d67 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1105 | 2024.07.30 01:31:00.134544 [ 3 ] {} <Debug> HTTP-Session: 375390c0-53de-45a2-b634-103e025e7d67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1106 | 2024.07.30 01:31:00.134558 [ 3 ] {} <Debug> HTTP-Session: 375390c0-53de-45a2-b634-103e025e7d67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1107 | 2024.07.30 01:31:00.134594 [ 3 ] {} <Trace> HTTP-Session: 375390c0-53de-45a2-b634-103e025e7d67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1108 | 2024.07.30 01:31:00.134708 [ 3 ] {9ff25e01-1bfc-416e-8ee5-2ca3faadac3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1109 | 2024.07.30 01:31:00.134757 [ 3 ] {9ff25e01-1bfc-416e-8ee5-2ca3faadac3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1110 | 2024.07.30 01:31:00.134891 [ 3 ] {9ff25e01-1bfc-416e-8ee5-2ca3faadac3e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1111 | 2024.07.30 01:31:00.135224 [ 3 ] {9ff25e01-1bfc-416e-8ee5-2ca3faadac3e} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1112 | 2024.07.30 01:31:00.135262 [ 3 ] {9ff25e01-1bfc-416e-8ee5-2ca3faadac3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1113 | 2024.07.30 01:31:00.135706 [ 3 ] {9ff25e01-1bfc-416e-8ee5-2ca3faadac3e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1114 | 2024.07.30 01:31:00.136289 [ 3 ] {9ff25e01-1bfc-416e-8ee5-2ca3faadac3e} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1115 | 2024.07.30 01:31:00.136447 [ 3 ] {9ff25e01-1bfc-416e-8ee5-2ca3faadac3e} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001773 sec., 15792.442188381274 rows/sec., 1.23 MiB/sec. | ||
| 1116 | 2024.07.30 01:31:00.136629 [ 3 ] {9ff25e01-1bfc-416e-8ee5-2ca3faadac3e} <Debug> DynamicQueryHandler: Done processing query | ||
| 1117 | 2024.07.30 01:31:00.136654 [ 3 ] {9ff25e01-1bfc-416e-8ee5-2ca3faadac3e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1118 | 2024.07.30 01:31:00.136670 [ 3 ] {} <Debug> HTTP-Session: 375390c0-53de-45a2-b634-103e025e7d67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1119 | 2024.07.30 01:31:00.136801 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1120 | 2024.07.30 01:31:00.136851 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1121 | 2024.07.30 01:31:00.136871 [ 3 ] {} <Debug> HTTP-Session: 8fbaaf32-c183-4732-b2df-81f4c6397c6a Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1122 | 2024.07.30 01:31:00.136887 [ 3 ] {} <Debug> HTTP-Session: 8fbaaf32-c183-4732-b2df-81f4c6397c6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1123 | 2024.07.30 01:31:00.136901 [ 3 ] {} <Debug> HTTP-Session: 8fbaaf32-c183-4732-b2df-81f4c6397c6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1124 | 2024.07.30 01:31:00.136932 [ 3 ] {} <Trace> HTTP-Session: 8fbaaf32-c183-4732-b2df-81f4c6397c6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1125 | 2024.07.30 01:31:00.137053 [ 3 ] {d592502a-64b7-4dae-95ae-f1fb01b08afd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1126 | 2024.07.30 01:31:00.137102 [ 3 ] {d592502a-64b7-4dae-95ae-f1fb01b08afd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1127 | 2024.07.30 01:31:00.137248 [ 3 ] {d592502a-64b7-4dae-95ae-f1fb01b08afd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1128 | 2024.07.30 01:31:00.137549 [ 3 ] {d592502a-64b7-4dae-95ae-f1fb01b08afd} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1129 | 2024.07.30 01:31:00.137585 [ 3 ] {d592502a-64b7-4dae-95ae-f1fb01b08afd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1130 | 2024.07.30 01:31:00.138089 [ 3 ] {d592502a-64b7-4dae-95ae-f1fb01b08afd} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1131 | 2024.07.30 01:31:00.138777 [ 3 ] {d592502a-64b7-4dae-95ae-f1fb01b08afd} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1132 | 2024.07.30 01:31:00.138945 [ 3 ] {d592502a-64b7-4dae-95ae-f1fb01b08afd} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.00193 sec., 25906.735751295335 rows/sec., 1.80 MiB/sec. | ||
| 1133 | 2024.07.30 01:31:00.139231 [ 3 ] {d592502a-64b7-4dae-95ae-f1fb01b08afd} <Debug> DynamicQueryHandler: Done processing query | ||
| 1134 | 2024.07.30 01:31:00.139255 [ 3 ] {d592502a-64b7-4dae-95ae-f1fb01b08afd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1135 | 2024.07.30 01:31:00.139271 [ 3 ] {} <Debug> HTTP-Session: 8fbaaf32-c183-4732-b2df-81f4c6397c6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1136 | 2024.07.30 01:31:00.139380 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1137 | 2024.07.30 01:31:00.139433 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1138 | 2024.07.30 01:31:00.139453 [ 3 ] {} <Debug> HTTP-Session: ef3e917a-1b3a-49a5-ac5a-a4c11bf6041a Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1139 | 2024.07.30 01:31:00.139470 [ 3 ] {} <Debug> HTTP-Session: ef3e917a-1b3a-49a5-ac5a-a4c11bf6041a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1140 | 2024.07.30 01:31:00.139483 [ 3 ] {} <Debug> HTTP-Session: ef3e917a-1b3a-49a5-ac5a-a4c11bf6041a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1141 | 2024.07.30 01:31:00.139514 [ 3 ] {} <Trace> HTTP-Session: ef3e917a-1b3a-49a5-ac5a-a4c11bf6041a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1142 | 2024.07.30 01:31:00.139617 [ 3 ] {0c07aa73-c513-4936-872c-c83ddc119b5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1143 | 2024.07.30 01:31:00.139664 [ 3 ] {0c07aa73-c513-4936-872c-c83ddc119b5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1144 | 2024.07.30 01:31:00.139815 [ 3 ] {0c07aa73-c513-4936-872c-c83ddc119b5f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1145 | 2024.07.30 01:31:00.140106 [ 3 ] {0c07aa73-c513-4936-872c-c83ddc119b5f} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1146 | 2024.07.30 01:31:00.140142 [ 3 ] {0c07aa73-c513-4936-872c-c83ddc119b5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1147 | 2024.07.30 01:31:00.140639 [ 3 ] {0c07aa73-c513-4936-872c-c83ddc119b5f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1148 | 2024.07.30 01:31:00.141274 [ 3 ] {0c07aa73-c513-4936-872c-c83ddc119b5f} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1149 | 2024.07.30 01:31:00.141416 [ 3 ] {0c07aa73-c513-4936-872c-c83ddc119b5f} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.001829 sec., 10934.937124111537 rows/sec., 768.86 KiB/sec. | ||
| 1150 | 2024.07.30 01:31:00.141612 [ 3 ] {0c07aa73-c513-4936-872c-c83ddc119b5f} <Debug> DynamicQueryHandler: Done processing query | ||
| 1151 | 2024.07.30 01:31:00.141636 [ 3 ] {0c07aa73-c513-4936-872c-c83ddc119b5f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1152 | 2024.07.30 01:31:00.141652 [ 3 ] {} <Debug> HTTP-Session: ef3e917a-1b3a-49a5-ac5a-a4c11bf6041a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1153 | 2024.07.30 01:31:05.129291 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1154 | 2024.07.30 01:31:05.129440 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1155 | 2024.07.30 01:31:05.129470 [ 3 ] {} <Debug> HTTP-Session: 15979d4e-146b-4fe3-8239-d5658f8e44fa Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1156 | 2024.07.30 01:31:05.129499 [ 3 ] {} <Debug> HTTP-Session: 15979d4e-146b-4fe3-8239-d5658f8e44fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1157 | 2024.07.30 01:31:05.129516 [ 3 ] {} <Debug> HTTP-Session: 15979d4e-146b-4fe3-8239-d5658f8e44fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1158 | 2024.07.30 01:31:05.129571 [ 3 ] {} <Trace> HTTP-Session: 15979d4e-146b-4fe3-8239-d5658f8e44fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1159 | 2024.07.30 01:31:05.129830 [ 3 ] {420a09d4-c07e-4347-894c-dd6f6d36b2ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 1160 | 2024.07.30 01:31:05.130297 [ 3 ] {420a09d4-c07e-4347-894c-dd6f6d36b2ce} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1161 | 2024.07.30 01:31:05.130386 [ 3 ] {420a09d4-c07e-4347-894c-dd6f6d36b2ce} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent')" moved to PREWHERE | ||
| 1162 | 2024.07.30 01:31:05.130677 [ 3 ] {420a09d4-c07e-4347-894c-dd6f6d36b2ce} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1163 | 2024.07.30 01:31:05.130862 [ 3 ] {420a09d4-c07e-4347-894c-dd6f6d36b2ce} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1164 | 2024.07.30 01:31:05.131208 [ 3 ] {420a09d4-c07e-4347-894c-dd6f6d36b2ce} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
| 1165 | 2024.07.30 01:31:05.132389 [ 3 ] {420a09d4-c07e-4347-894c-dd6f6d36b2ce} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1166 | 2024.07.30 01:31:05.132441 [ 3 ] {420a09d4-c07e-4347-894c-dd6f6d36b2ce} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1167 | 2024.07.30 01:31:05.132461 [ 3 ] {420a09d4-c07e-4347-894c-dd6f6d36b2ce} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1168 | 2024.07.30 01:31:05.132564 [ 3 ] {420a09d4-c07e-4347-894c-dd6f6d36b2ce} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent'))" | ||
| 1169 | 2024.07.30 01:31:05.132588 [ 3 ] {420a09d4-c07e-4347-894c-dd6f6d36b2ce} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1170 | 2024.07.30 01:31:05.134635 [ 3 ] {420a09d4-c07e-4347-894c-dd6f6d36b2ce} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.004915 sec., 2848.4231943031537 rows/sec., 116.23 KiB/sec. | ||
| 1171 | 2024.07.30 01:31:05.134919 [ 3 ] {420a09d4-c07e-4347-894c-dd6f6d36b2ce} <Debug> DynamicQueryHandler: Done processing query | ||
| 1172 | 2024.07.30 01:31:05.134944 [ 3 ] {420a09d4-c07e-4347-894c-dd6f6d36b2ce} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1173 | 2024.07.30 01:31:05.134961 [ 3 ] {} <Debug> HTTP-Session: 15979d4e-146b-4fe3-8239-d5658f8e44fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1174 | 2024.07.30 01:31:05.135184 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1175 | 2024.07.30 01:31:05.135235 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1176 | 2024.07.30 01:31:05.135255 [ 3 ] {} <Debug> HTTP-Session: f383871c-1122-44f0-8c3b-2cb12d722094 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1177 | 2024.07.30 01:31:05.135271 [ 3 ] {} <Debug> HTTP-Session: f383871c-1122-44f0-8c3b-2cb12d722094 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1178 | 2024.07.30 01:31:05.135284 [ 3 ] {} <Debug> HTTP-Session: f383871c-1122-44f0-8c3b-2cb12d722094 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1179 | 2024.07.30 01:31:05.135317 [ 3 ] {} <Trace> HTTP-Session: f383871c-1122-44f0-8c3b-2cb12d722094 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1180 | 2024.07.30 01:31:05.135457 [ 3 ] {c532842f-4ac9-41fe-8a3e-5f63e24839d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1181 | 2024.07.30 01:31:05.135711 [ 3 ] {c532842f-4ac9-41fe-8a3e-5f63e24839d4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1182 | 2024.07.30 01:31:05.135750 [ 3 ] {c532842f-4ac9-41fe-8a3e-5f63e24839d4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_routes')" moved to PREWHERE | ||
| 1183 | 2024.07.30 01:31:05.135988 [ 3 ] {c532842f-4ac9-41fe-8a3e-5f63e24839d4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1184 | 2024.07.30 01:31:05.136052 [ 3 ] {c532842f-4ac9-41fe-8a3e-5f63e24839d4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1185 | 2024.07.30 01:31:05.136189 [ 3 ] {c532842f-4ac9-41fe-8a3e-5f63e24839d4} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
| 1186 | 2024.07.30 01:31:05.136221 [ 3 ] {c532842f-4ac9-41fe-8a3e-5f63e24839d4} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1187 | 2024.07.30 01:31:05.136243 [ 3 ] {c532842f-4ac9-41fe-8a3e-5f63e24839d4} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1188 | 2024.07.30 01:31:05.136259 [ 3 ] {c532842f-4ac9-41fe-8a3e-5f63e24839d4} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1189 | 2024.07.30 01:31:05.136299 [ 3 ] {c532842f-4ac9-41fe-8a3e-5f63e24839d4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_routes'))" | ||
| 1190 | 2024.07.30 01:31:05.136325 [ 3 ] {c532842f-4ac9-41fe-8a3e-5f63e24839d4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1191 | 2024.07.30 01:31:05.137185 [ 3 ] {c532842f-4ac9-41fe-8a3e-5f63e24839d4} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001791 sec., 7816.862088218872 rows/sec., 318.98 KiB/sec. | ||
| 1192 | 2024.07.30 01:31:05.137417 [ 3 ] {c532842f-4ac9-41fe-8a3e-5f63e24839d4} <Debug> DynamicQueryHandler: Done processing query | ||
| 1193 | 2024.07.30 01:31:05.137441 [ 3 ] {c532842f-4ac9-41fe-8a3e-5f63e24839d4} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1194 | 2024.07.30 01:31:05.137457 [ 3 ] {} <Debug> HTTP-Session: f383871c-1122-44f0-8c3b-2cb12d722094 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1195 | 2024.07.30 01:31:05.137668 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 685, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1196 | 2024.07.30 01:31:05.137716 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1197 | 2024.07.30 01:31:05.137735 [ 3 ] {} <Debug> HTTP-Session: df7bf0de-8a8e-45f7-9b8e-b4511ce86ae8 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1198 | 2024.07.30 01:31:05.137751 [ 3 ] {} <Debug> HTTP-Session: df7bf0de-8a8e-45f7-9b8e-b4511ce86ae8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1199 | 2024.07.30 01:31:05.137764 [ 3 ] {} <Debug> HTTP-Session: df7bf0de-8a8e-45f7-9b8e-b4511ce86ae8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1200 | 2024.07.30 01:31:05.137795 [ 3 ] {} <Trace> HTTP-Session: df7bf0de-8a8e-45f7-9b8e-b4511ce86ae8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1201 | 2024.07.30 01:31:05.137930 [ 3 ] {7d3a4c7f-63a0-47c0-8475-9513a056ad85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1202 | 2024.07.30 01:31:05.138181 [ 3 ] {7d3a4c7f-63a0-47c0-8475-9513a056ad85} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1203 | 2024.07.30 01:31:05.138220 [ 3 ] {7d3a4c7f-63a0-47c0-8475-9513a056ad85} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE | ||
| 1204 | 2024.07.30 01:31:05.138462 [ 3 ] {7d3a4c7f-63a0-47c0-8475-9513a056ad85} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1205 | 2024.07.30 01:31:05.138525 [ 3 ] {7d3a4c7f-63a0-47c0-8475-9513a056ad85} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1206 | 2024.07.30 01:31:05.138659 [ 3 ] {7d3a4c7f-63a0-47c0-8475-9513a056ad85} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
| 1207 | 2024.07.30 01:31:05.138690 [ 3 ] {7d3a4c7f-63a0-47c0-8475-9513a056ad85} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1208 | 2024.07.30 01:31:05.138713 [ 3 ] {7d3a4c7f-63a0-47c0-8475-9513a056ad85} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1209 | 2024.07.30 01:31:05.138729 [ 3 ] {7d3a4c7f-63a0-47c0-8475-9513a056ad85} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1210 | 2024.07.30 01:31:05.138768 [ 3 ] {7d3a4c7f-63a0-47c0-8475-9513a056ad85} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
| 1211 | 2024.07.30 01:31:05.138789 [ 3 ] {7d3a4c7f-63a0-47c0-8475-9513a056ad85} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1212 | 2024.07.30 01:31:05.139628 [ 3 ] {7d3a4c7f-63a0-47c0-8475-9513a056ad85} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001738 sec., 8055.2359033371695 rows/sec., 328.70 KiB/sec. | ||
| 1213 | 2024.07.30 01:31:05.139908 [ 3 ] {7d3a4c7f-63a0-47c0-8475-9513a056ad85} <Debug> DynamicQueryHandler: Done processing query | ||
| 1214 | 2024.07.30 01:31:05.139933 [ 3 ] {7d3a4c7f-63a0-47c0-8475-9513a056ad85} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1215 | 2024.07.30 01:31:05.139949 [ 3 ] {} <Debug> HTTP-Session: df7bf0de-8a8e-45f7-9b8e-b4511ce86ae8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1216 | 2024.07.30 01:31:05.140147 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 713, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1217 | 2024.07.30 01:31:05.140196 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1218 | 2024.07.30 01:31:05.140216 [ 3 ] {} <Debug> HTTP-Session: 17776127-042b-4ae1-b2cc-c1a0dbc3787a Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1219 | 2024.07.30 01:31:05.140232 [ 3 ] {} <Debug> HTTP-Session: 17776127-042b-4ae1-b2cc-c1a0dbc3787a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1220 | 2024.07.30 01:31:05.140245 [ 3 ] {} <Debug> HTTP-Session: 17776127-042b-4ae1-b2cc-c1a0dbc3787a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1221 | 2024.07.30 01:31:05.140275 [ 3 ] {} <Trace> HTTP-Session: 17776127-042b-4ae1-b2cc-c1a0dbc3787a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1222 | 2024.07.30 01:31:05.140414 [ 3 ] {987803dc-bd04-4d57-8b6f-b8cdf39cd25e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1223 | 2024.07.30 01:31:05.140660 [ 3 ] {987803dc-bd04-4d57-8b6f-b8cdf39cd25e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1224 | 2024.07.30 01:31:05.140699 [ 3 ] {987803dc-bd04-4d57-8b6f-b8cdf39cd25e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1225 | 2024.07.30 01:31:05.140943 [ 3 ] {987803dc-bd04-4d57-8b6f-b8cdf39cd25e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1226 | 2024.07.30 01:31:05.141005 [ 3 ] {987803dc-bd04-4d57-8b6f-b8cdf39cd25e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1227 | 2024.07.30 01:31:05.141136 [ 3 ] {987803dc-bd04-4d57-8b6f-b8cdf39cd25e} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
| 1228 | 2024.07.30 01:31:05.141169 [ 3 ] {987803dc-bd04-4d57-8b6f-b8cdf39cd25e} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1229 | 2024.07.30 01:31:05.141191 [ 3 ] {987803dc-bd04-4d57-8b6f-b8cdf39cd25e} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1230 | 2024.07.30 01:31:05.141207 [ 3 ] {987803dc-bd04-4d57-8b6f-b8cdf39cd25e} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1231 | 2024.07.30 01:31:05.141247 [ 3 ] {987803dc-bd04-4d57-8b6f-b8cdf39cd25e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1232 | 2024.07.30 01:31:05.141267 [ 3 ] {987803dc-bd04-4d57-8b6f-b8cdf39cd25e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1233 | 2024.07.30 01:31:05.142069 [ 3 ] {987803dc-bd04-4d57-8b6f-b8cdf39cd25e} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001717 sec., 8153.756552125801 rows/sec., 332.73 KiB/sec. | ||
| 1234 | 2024.07.30 01:31:05.142301 [ 3 ] {987803dc-bd04-4d57-8b6f-b8cdf39cd25e} <Debug> DynamicQueryHandler: Done processing query | ||
| 1235 | 2024.07.30 01:31:05.142328 [ 3 ] {987803dc-bd04-4d57-8b6f-b8cdf39cd25e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1236 | 2024.07.30 01:31:05.142344 [ 3 ] {} <Debug> HTTP-Session: 17776127-042b-4ae1-b2cc-c1a0dbc3787a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1237 | 2024.07.30 01:31:05.144680 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 754, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1238 | 2024.07.30 01:31:05.144738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1239 | 2024.07.30 01:31:05.144762 [ 3 ] {} <Debug> HTTP-Session: da163e49-6b7a-4098-a696-b93ee83b470e Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1240 | 2024.07.30 01:31:05.144782 [ 3 ] {} <Debug> HTTP-Session: da163e49-6b7a-4098-a696-b93ee83b470e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1241 | 2024.07.30 01:31:05.144798 [ 3 ] {} <Debug> HTTP-Session: da163e49-6b7a-4098-a696-b93ee83b470e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1242 | 2024.07.30 01:31:05.144835 [ 3 ] {} <Trace> HTTP-Session: da163e49-6b7a-4098-a696-b93ee83b470e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1243 | 2024.07.30 01:31:05.145002 [ 3 ] {90ecf94d-d40e-4498-8f28-7b2930c98728} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1244 | 2024.07.30 01:31:05.145314 [ 3 ] {90ecf94d-d40e-4498-8f28-7b2930c98728} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1245 | 2024.07.30 01:31:05.145363 [ 3 ] {90ecf94d-d40e-4498-8f28-7b2930c98728} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1246 | 2024.07.30 01:31:05.145618 [ 3 ] {90ecf94d-d40e-4498-8f28-7b2930c98728} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1247 | 2024.07.30 01:31:05.145680 [ 3 ] {90ecf94d-d40e-4498-8f28-7b2930c98728} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1248 | 2024.07.30 01:31:05.145816 [ 3 ] {90ecf94d-d40e-4498-8f28-7b2930c98728} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1249 | 2024.07.30 01:31:05.145847 [ 3 ] {90ecf94d-d40e-4498-8f28-7b2930c98728} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1250 | 2024.07.30 01:31:05.145871 [ 3 ] {90ecf94d-d40e-4498-8f28-7b2930c98728} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1251 | 2024.07.30 01:31:05.145887 [ 3 ] {90ecf94d-d40e-4498-8f28-7b2930c98728} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1252 | 2024.07.30 01:31:05.145926 [ 3 ] {90ecf94d-d40e-4498-8f28-7b2930c98728} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1253 | 2024.07.30 01:31:05.145947 [ 3 ] {90ecf94d-d40e-4498-8f28-7b2930c98728} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1254 | 2024.07.30 01:31:05.146847 [ 3 ] {90ecf94d-d40e-4498-8f28-7b2930c98728} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001922 sec., 7284.0790842872 rows/sec., 297.24 KiB/sec. | ||
| 1255 | 2024.07.30 01:31:05.147089 [ 3 ] {90ecf94d-d40e-4498-8f28-7b2930c98728} <Debug> DynamicQueryHandler: Done processing query | ||
| 1256 | 2024.07.30 01:31:05.147114 [ 3 ] {90ecf94d-d40e-4498-8f28-7b2930c98728} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1257 | 2024.07.30 01:31:05.147130 [ 3 ] {} <Debug> HTTP-Session: da163e49-6b7a-4098-a696-b93ee83b470e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1258 | 2024.07.30 01:31:05.147348 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 775, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1259 | 2024.07.30 01:31:05.147395 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1260 | 2024.07.30 01:31:05.147415 [ 3 ] {} <Debug> HTTP-Session: 37c06416-5e2e-4a16-bdde-1345c192a583 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1261 | 2024.07.30 01:31:05.147431 [ 3 ] {} <Debug> HTTP-Session: 37c06416-5e2e-4a16-bdde-1345c192a583 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1262 | 2024.07.30 01:31:05.147444 [ 3 ] {} <Debug> HTTP-Session: 37c06416-5e2e-4a16-bdde-1345c192a583 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1263 | 2024.07.30 01:31:05.147475 [ 3 ] {} <Trace> HTTP-Session: 37c06416-5e2e-4a16-bdde-1345c192a583 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1264 | 2024.07.30 01:31:05.147615 [ 3 ] {9567997b-2413-4a45-b71a-2ebefc27ad59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1265 | 2024.07.30 01:31:05.147871 [ 3 ] {9567997b-2413-4a45-b71a-2ebefc27ad59} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1266 | 2024.07.30 01:31:05.147911 [ 3 ] {9567997b-2413-4a45-b71a-2ebefc27ad59} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1267 | 2024.07.30 01:31:05.148158 [ 3 ] {9567997b-2413-4a45-b71a-2ebefc27ad59} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1268 | 2024.07.30 01:31:05.148222 [ 3 ] {9567997b-2413-4a45-b71a-2ebefc27ad59} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1269 | 2024.07.30 01:31:05.148356 [ 3 ] {9567997b-2413-4a45-b71a-2ebefc27ad59} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1270 | 2024.07.30 01:31:05.148388 [ 3 ] {9567997b-2413-4a45-b71a-2ebefc27ad59} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1271 | 2024.07.30 01:31:05.148412 [ 3 ] {9567997b-2413-4a45-b71a-2ebefc27ad59} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1272 | 2024.07.30 01:31:05.148429 [ 3 ] {9567997b-2413-4a45-b71a-2ebefc27ad59} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1273 | 2024.07.30 01:31:05.148469 [ 3 ] {9567997b-2413-4a45-b71a-2ebefc27ad59} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1274 | 2024.07.30 01:31:05.148489 [ 3 ] {9567997b-2413-4a45-b71a-2ebefc27ad59} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1275 | 2024.07.30 01:31:05.149211 [ 3 ] {9567997b-2413-4a45-b71a-2ebefc27ad59} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001659 sec., 8438.818565400843 rows/sec., 344.36 KiB/sec. | ||
| 1276 | 2024.07.30 01:31:05.149438 [ 3 ] {9567997b-2413-4a45-b71a-2ebefc27ad59} <Debug> DynamicQueryHandler: Done processing query | ||
| 1277 | 2024.07.30 01:31:05.149462 [ 3 ] {9567997b-2413-4a45-b71a-2ebefc27ad59} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1278 | 2024.07.30 01:31:05.149480 [ 3 ] {} <Debug> HTTP-Session: 37c06416-5e2e-4a16-bdde-1345c192a583 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1279 | 2024.07.30 01:31:05.149936 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1280 | 2024.07.30 01:31:05.149984 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1281 | 2024.07.30 01:31:05.150004 [ 3 ] {} <Debug> HTTP-Session: 02ff8122-d8af-4aea-b184-0de59d70825e Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1282 | 2024.07.30 01:31:05.150020 [ 3 ] {} <Debug> HTTP-Session: 02ff8122-d8af-4aea-b184-0de59d70825e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1283 | 2024.07.30 01:31:05.150033 [ 3 ] {} <Debug> HTTP-Session: 02ff8122-d8af-4aea-b184-0de59d70825e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1284 | 2024.07.30 01:31:05.150064 [ 3 ] {} <Trace> HTTP-Session: 02ff8122-d8af-4aea-b184-0de59d70825e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1285 | 2024.07.30 01:31:05.150204 [ 3 ] {8d417677-e56e-4190-9726-6f2b6af1c271} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1286 | 2024.07.30 01:31:05.150459 [ 3 ] {8d417677-e56e-4190-9726-6f2b6af1c271} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1287 | 2024.07.30 01:31:05.150500 [ 3 ] {8d417677-e56e-4190-9726-6f2b6af1c271} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1288 | 2024.07.30 01:31:05.150751 [ 3 ] {8d417677-e56e-4190-9726-6f2b6af1c271} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1289 | 2024.07.30 01:31:05.150815 [ 3 ] {8d417677-e56e-4190-9726-6f2b6af1c271} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1290 | 2024.07.30 01:31:05.150946 [ 3 ] {8d417677-e56e-4190-9726-6f2b6af1c271} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1291 | 2024.07.30 01:31:05.150979 [ 3 ] {8d417677-e56e-4190-9726-6f2b6af1c271} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1292 | 2024.07.30 01:31:05.151003 [ 3 ] {8d417677-e56e-4190-9726-6f2b6af1c271} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1293 | 2024.07.30 01:31:05.151019 [ 3 ] {8d417677-e56e-4190-9726-6f2b6af1c271} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1294 | 2024.07.30 01:31:05.151059 [ 3 ] {8d417677-e56e-4190-9726-6f2b6af1c271} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1295 | 2024.07.30 01:31:05.151079 [ 3 ] {8d417677-e56e-4190-9726-6f2b6af1c271} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1296 | 2024.07.30 01:31:05.152088 [ 3 ] {8d417677-e56e-4190-9726-6f2b6af1c271} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001921 sec., 7287.870900572619 rows/sec., 297.39 KiB/sec. | ||
| 1297 | 2024.07.30 01:31:05.152344 [ 3 ] {8d417677-e56e-4190-9726-6f2b6af1c271} <Debug> DynamicQueryHandler: Done processing query | ||
| 1298 | 2024.07.30 01:31:05.152369 [ 3 ] {8d417677-e56e-4190-9726-6f2b6af1c271} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1299 | 2024.07.30 01:31:05.152387 [ 3 ] {} <Debug> HTTP-Session: 02ff8122-d8af-4aea-b184-0de59d70825e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1300 | 2024.07.30 01:31:05.152592 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 821, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1301 | 2024.07.30 01:31:05.152641 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1302 | 2024.07.30 01:31:05.152661 [ 3 ] {} <Debug> HTTP-Session: 25eaf796-08ff-4ba9-afe2-d16d85f24c69 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1303 | 2024.07.30 01:31:05.152677 [ 3 ] {} <Debug> HTTP-Session: 25eaf796-08ff-4ba9-afe2-d16d85f24c69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1304 | 2024.07.30 01:31:05.152691 [ 3 ] {} <Debug> HTTP-Session: 25eaf796-08ff-4ba9-afe2-d16d85f24c69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1305 | 2024.07.30 01:31:05.152721 [ 3 ] {} <Trace> HTTP-Session: 25eaf796-08ff-4ba9-afe2-d16d85f24c69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1306 | 2024.07.30 01:31:05.152861 [ 3 ] {0c78ad7e-698a-4e55-8ecb-8227f4f4b940} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT JSONEachRow; (stage: Complete) | ||
| 1307 | 2024.07.30 01:31:05.153121 [ 3 ] {0c78ad7e-698a-4e55-8ecb-8227f4f4b940} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1308 | 2024.07.30 01:31:05.153161 [ 3 ] {0c78ad7e-698a-4e55-8ecb-8227f4f4b940} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
| 1309 | 2024.07.30 01:31:05.153417 [ 3 ] {0c78ad7e-698a-4e55-8ecb-8227f4f4b940} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1310 | 2024.07.30 01:31:05.153479 [ 3 ] {0c78ad7e-698a-4e55-8ecb-8227f4f4b940} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1311 | 2024.07.30 01:31:05.153613 [ 3 ] {0c78ad7e-698a-4e55-8ecb-8227f4f4b940} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1312 | 2024.07.30 01:31:05.153645 [ 3 ] {0c78ad7e-698a-4e55-8ecb-8227f4f4b940} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1313 | 2024.07.30 01:31:05.153667 [ 3 ] {0c78ad7e-698a-4e55-8ecb-8227f4f4b940} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1314 | 2024.07.30 01:31:05.153684 [ 3 ] {0c78ad7e-698a-4e55-8ecb-8227f4f4b940} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1315 | 2024.07.30 01:31:05.153724 [ 3 ] {0c78ad7e-698a-4e55-8ecb-8227f4f4b940} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1316 | 2024.07.30 01:31:05.153746 [ 3 ] {0c78ad7e-698a-4e55-8ecb-8227f4f4b940} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1317 | 2024.07.30 01:31:05.154505 [ 3 ] {0c78ad7e-698a-4e55-8ecb-8227f4f4b940} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001709 sec., 8191.925102399064 rows/sec., 334.28 KiB/sec. | ||
| 1318 | 2024.07.30 01:31:05.154733 [ 3 ] {0c78ad7e-698a-4e55-8ecb-8227f4f4b940} <Debug> DynamicQueryHandler: Done processing query | ||
| 1319 | 2024.07.30 01:31:05.154757 [ 3 ] {0c78ad7e-698a-4e55-8ecb-8227f4f4b940} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1320 | 2024.07.30 01:31:05.154773 [ 3 ] {} <Debug> HTTP-Session: 25eaf796-08ff-4ba9-afe2-d16d85f24c69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1321 | 2024.07.30 01:31:05.154985 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1322 | 2024.07.30 01:31:05.155034 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1323 | 2024.07.30 01:31:05.155053 [ 3 ] {} <Debug> HTTP-Session: 29a549b5-4fdf-449a-b065-7979a5e2485d Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1324 | 2024.07.30 01:31:05.155069 [ 3 ] {} <Debug> HTTP-Session: 29a549b5-4fdf-449a-b065-7979a5e2485d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1325 | 2024.07.30 01:31:05.155083 [ 3 ] {} <Debug> HTTP-Session: 29a549b5-4fdf-449a-b065-7979a5e2485d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1326 | 2024.07.30 01:31:05.155113 [ 3 ] {} <Trace> HTTP-Session: 29a549b5-4fdf-449a-b065-7979a5e2485d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1327 | 2024.07.30 01:31:05.155254 [ 3 ] {1c7c169b-65a2-4015-b25d-a13345a6ba8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
| 1328 | 2024.07.30 01:31:05.155515 [ 3 ] {1c7c169b-65a2-4015-b25d-a13345a6ba8f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1329 | 2024.07.30 01:31:05.155555 [ 3 ] {1c7c169b-65a2-4015-b25d-a13345a6ba8f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1330 | 2024.07.30 01:31:05.155811 [ 3 ] {1c7c169b-65a2-4015-b25d-a13345a6ba8f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1331 | 2024.07.30 01:31:05.155875 [ 3 ] {1c7c169b-65a2-4015-b25d-a13345a6ba8f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1332 | 2024.07.30 01:31:05.156010 [ 3 ] {1c7c169b-65a2-4015-b25d-a13345a6ba8f} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1333 | 2024.07.30 01:31:05.156042 [ 3 ] {1c7c169b-65a2-4015-b25d-a13345a6ba8f} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1334 | 2024.07.30 01:31:05.156064 [ 3 ] {1c7c169b-65a2-4015-b25d-a13345a6ba8f} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1335 | 2024.07.30 01:31:05.156081 [ 3 ] {1c7c169b-65a2-4015-b25d-a13345a6ba8f} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1336 | 2024.07.30 01:31:05.156121 [ 3 ] {1c7c169b-65a2-4015-b25d-a13345a6ba8f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1337 | 2024.07.30 01:31:05.156218 [ 3 ] {1c7c169b-65a2-4015-b25d-a13345a6ba8f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1338 | 2024.07.30 01:31:05.157151 [ 3 ] {1c7c169b-65a2-4015-b25d-a13345a6ba8f} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001961 sec., 7139.214686384497 rows/sec., 291.33 KiB/sec. | ||
| 1339 | 2024.07.30 01:31:05.157406 [ 3 ] {1c7c169b-65a2-4015-b25d-a13345a6ba8f} <Debug> DynamicQueryHandler: Done processing query | ||
| 1340 | 2024.07.30 01:31:05.157431 [ 3 ] {1c7c169b-65a2-4015-b25d-a13345a6ba8f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1341 | 2024.07.30 01:31:05.157448 [ 3 ] {} <Debug> HTTP-Session: 29a549b5-4fdf-449a-b065-7979a5e2485d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1342 | 2024.07.30 01:31:05.157663 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 871, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1343 | 2024.07.30 01:31:05.157712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1344 | 2024.07.30 01:31:05.157731 [ 3 ] {} <Debug> HTTP-Session: 14d9b5b9-e894-4fd3-9846-7877921326bf Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1345 | 2024.07.30 01:31:05.157747 [ 3 ] {} <Debug> HTTP-Session: 14d9b5b9-e894-4fd3-9846-7877921326bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1346 | 2024.07.30 01:31:05.157760 [ 3 ] {} <Debug> HTTP-Session: 14d9b5b9-e894-4fd3-9846-7877921326bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1347 | 2024.07.30 01:31:05.157791 [ 3 ] {} <Trace> HTTP-Session: 14d9b5b9-e894-4fd3-9846-7877921326bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1348 | 2024.07.30 01:31:05.158009 [ 3 ] {1dc625c3-7762-49ac-a82b-c44f522f4248} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
| 1349 | 2024.07.30 01:31:05.158276 [ 3 ] {1dc625c3-7762-49ac-a82b-c44f522f4248} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1350 | 2024.07.30 01:31:05.158318 [ 3 ] {1dc625c3-7762-49ac-a82b-c44f522f4248} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1351 | 2024.07.30 01:31:05.158579 [ 3 ] {1dc625c3-7762-49ac-a82b-c44f522f4248} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1352 | 2024.07.30 01:31:05.158641 [ 3 ] {1dc625c3-7762-49ac-a82b-c44f522f4248} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1353 | 2024.07.30 01:31:05.158777 [ 3 ] {1dc625c3-7762-49ac-a82b-c44f522f4248} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1354 | 2024.07.30 01:31:05.158809 [ 3 ] {1dc625c3-7762-49ac-a82b-c44f522f4248} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1355 | 2024.07.30 01:31:05.158831 [ 3 ] {1dc625c3-7762-49ac-a82b-c44f522f4248} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (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 | ||
| 1356 | 2024.07.30 01:31:05.158848 [ 3 ] {1dc625c3-7762-49ac-a82b-c44f522f4248} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1357 | 2024.07.30 01:31:05.158888 [ 3 ] {1dc625c3-7762-49ac-a82b-c44f522f4248} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1358 | 2024.07.30 01:31:05.158908 [ 3 ] {1dc625c3-7762-49ac-a82b-c44f522f4248} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1359 | 2024.07.30 01:31:05.159679 [ 3 ] {1dc625c3-7762-49ac-a82b-c44f522f4248} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001737 sec., 8059.873344847438 rows/sec., 328.89 KiB/sec. | ||
| 1360 | 2024.07.30 01:31:05.159905 [ 3 ] {1dc625c3-7762-49ac-a82b-c44f522f4248} <Debug> DynamicQueryHandler: Done processing query | ||
| 1361 | 2024.07.30 01:31:05.159929 [ 3 ] {1dc625c3-7762-49ac-a82b-c44f522f4248} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1362 | 2024.07.30 01:31:05.159946 [ 3 ] {} <Debug> HTTP-Session: 14d9b5b9-e894-4fd3-9846-7877921326bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1363 | 2024.07.30 01:31:05.160137 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 895, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1364 | 2024.07.30 01:31:05.160184 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1365 | 2024.07.30 01:31:05.160203 [ 3 ] {} <Debug> HTTP-Session: db0cb5f4-9ecf-4c9a-be28-4a2922534024 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1366 | 2024.07.30 01:31:05.160218 [ 3 ] {} <Debug> HTTP-Session: db0cb5f4-9ecf-4c9a-be28-4a2922534024 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1367 | 2024.07.30 01:31:05.160232 [ 3 ] {} <Debug> HTTP-Session: db0cb5f4-9ecf-4c9a-be28-4a2922534024 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1368 | 2024.07.30 01:31:05.160261 [ 3 ] {} <Trace> HTTP-Session: db0cb5f4-9ecf-4c9a-be28-4a2922534024 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1369 | 2024.07.30 01:31:05.160402 [ 3 ] {eba8d83c-22b0-42bc-825b-de582529253f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
| 1370 | 2024.07.30 01:31:05.160664 [ 3 ] {eba8d83c-22b0-42bc-825b-de582529253f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1371 | 2024.07.30 01:31:05.160705 [ 3 ] {eba8d83c-22b0-42bc-825b-de582529253f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1372 | 2024.07.30 01:31:05.160967 [ 3 ] {eba8d83c-22b0-42bc-825b-de582529253f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1373 | 2024.07.30 01:31:05.161029 [ 3 ] {eba8d83c-22b0-42bc-825b-de582529253f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1374 | 2024.07.30 01:31:05.161165 [ 3 ] {eba8d83c-22b0-42bc-825b-de582529253f} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1375 | 2024.07.30 01:31:05.161197 [ 3 ] {eba8d83c-22b0-42bc-825b-de582529253f} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1376 | 2024.07.30 01:31:05.161220 [ 3 ] {eba8d83c-22b0-42bc-825b-de582529253f} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (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 | ||
| 1377 | 2024.07.30 01:31:05.161236 [ 3 ] {eba8d83c-22b0-42bc-825b-de582529253f} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1378 | 2024.07.30 01:31:05.161277 [ 3 ] {eba8d83c-22b0-42bc-825b-de582529253f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1379 | 2024.07.30 01:31:05.161296 [ 3 ] {eba8d83c-22b0-42bc-825b-de582529253f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1380 | 2024.07.30 01:31:05.162204 [ 3 ] {eba8d83c-22b0-42bc-825b-de582529253f} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001866 sec., 7502.679528403001 rows/sec., 306.16 KiB/sec. | ||
| 1381 | 2024.07.30 01:31:05.162448 [ 3 ] {eba8d83c-22b0-42bc-825b-de582529253f} <Debug> DynamicQueryHandler: Done processing query | ||
| 1382 | 2024.07.30 01:31:05.162472 [ 3 ] {eba8d83c-22b0-42bc-825b-de582529253f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1383 | 2024.07.30 01:31:05.162489 [ 3 ] {} <Debug> HTTP-Session: db0cb5f4-9ecf-4c9a-be28-4a2922534024 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1384 | 2024.07.30 01:31:05.162722 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1385 | 2024.07.30 01:31:05.162771 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1386 | 2024.07.30 01:31:05.162790 [ 3 ] {} <Debug> HTTP-Session: 2e71d52b-8e25-4dae-bdf9-61fce4a3a9ec Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1387 | 2024.07.30 01:31:05.162806 [ 3 ] {} <Debug> HTTP-Session: 2e71d52b-8e25-4dae-bdf9-61fce4a3a9ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1388 | 2024.07.30 01:31:05.162819 [ 3 ] {} <Debug> HTTP-Session: 2e71d52b-8e25-4dae-bdf9-61fce4a3a9ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1389 | 2024.07.30 01:31:05.162850 [ 3 ] {} <Trace> HTTP-Session: 2e71d52b-8e25-4dae-bdf9-61fce4a3a9ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1390 | 2024.07.30 01:31:05.162991 [ 3 ] {694a075d-4cab-431b-bb0c-101df217f754} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1391 | 2024.07.30 01:31:05.163256 [ 3 ] {694a075d-4cab-431b-bb0c-101df217f754} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1392 | 2024.07.30 01:31:05.163297 [ 3 ] {694a075d-4cab-431b-bb0c-101df217f754} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1393 | 2024.07.30 01:31:05.163563 [ 3 ] {694a075d-4cab-431b-bb0c-101df217f754} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1394 | 2024.07.30 01:31:05.163628 [ 3 ] {694a075d-4cab-431b-bb0c-101df217f754} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1395 | 2024.07.30 01:31:05.163764 [ 3 ] {694a075d-4cab-431b-bb0c-101df217f754} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1396 | 2024.07.30 01:31:05.163796 [ 3 ] {694a075d-4cab-431b-bb0c-101df217f754} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1397 | 2024.07.30 01:31:05.163819 [ 3 ] {694a075d-4cab-431b-bb0c-101df217f754} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (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 | ||
| 1398 | 2024.07.30 01:31:05.163835 [ 3 ] {694a075d-4cab-431b-bb0c-101df217f754} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1399 | 2024.07.30 01:31:05.163875 [ 3 ] {694a075d-4cab-431b-bb0c-101df217f754} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1400 | 2024.07.30 01:31:05.163895 [ 3 ] {694a075d-4cab-431b-bb0c-101df217f754} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1401 | 2024.07.30 01:31:05.164830 [ 3 ] {694a075d-4cab-431b-bb0c-101df217f754} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.00187 sec., 7486.631016042781 rows/sec., 305.50 KiB/sec. | ||
| 1402 | 2024.07.30 01:31:05.165090 [ 3 ] {694a075d-4cab-431b-bb0c-101df217f754} <Debug> DynamicQueryHandler: Done processing query | ||
| 1403 | 2024.07.30 01:31:05.165114 [ 3 ] {694a075d-4cab-431b-bb0c-101df217f754} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1404 | 2024.07.30 01:31:05.165131 [ 3 ] {} <Debug> HTTP-Session: 2e71d52b-8e25-4dae-bdf9-61fce4a3a9ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1405 | 2024.07.30 01:31:05.165332 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 946, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1406 | 2024.07.30 01:31:05.165382 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1407 | 2024.07.30 01:31:05.165401 [ 3 ] {} <Debug> HTTP-Session: 33bd4def-7d0e-45ff-b799-8b1d2cdd94cc Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1408 | 2024.07.30 01:31:05.165417 [ 3 ] {} <Debug> HTTP-Session: 33bd4def-7d0e-45ff-b799-8b1d2cdd94cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1409 | 2024.07.30 01:31:05.165432 [ 3 ] {} <Debug> HTTP-Session: 33bd4def-7d0e-45ff-b799-8b1d2cdd94cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1410 | 2024.07.30 01:31:05.165462 [ 3 ] {} <Trace> HTTP-Session: 33bd4def-7d0e-45ff-b799-8b1d2cdd94cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1411 | 2024.07.30 01:31:05.165605 [ 3 ] {1e65be03-3654-49a3-816a-02e33a3c6799} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1412 | 2024.07.30 01:31:05.165871 [ 3 ] {1e65be03-3654-49a3-816a-02e33a3c6799} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1413 | 2024.07.30 01:31:05.165914 [ 3 ] {1e65be03-3654-49a3-816a-02e33a3c6799} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1414 | 2024.07.30 01:31:05.166179 [ 3 ] {1e65be03-3654-49a3-816a-02e33a3c6799} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1415 | 2024.07.30 01:31:05.166242 [ 3 ] {1e65be03-3654-49a3-816a-02e33a3c6799} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1416 | 2024.07.30 01:31:05.166378 [ 3 ] {1e65be03-3654-49a3-816a-02e33a3c6799} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1417 | 2024.07.30 01:31:05.166412 [ 3 ] {1e65be03-3654-49a3-816a-02e33a3c6799} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1418 | 2024.07.30 01:31:05.166435 [ 3 ] {1e65be03-3654-49a3-816a-02e33a3c6799} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (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 | ||
| 1419 | 2024.07.30 01:31:05.166451 [ 3 ] {1e65be03-3654-49a3-816a-02e33a3c6799} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1420 | 2024.07.30 01:31:05.166490 [ 3 ] {1e65be03-3654-49a3-816a-02e33a3c6799} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1421 | 2024.07.30 01:31:05.166512 [ 3 ] {1e65be03-3654-49a3-816a-02e33a3c6799} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1422 | 2024.07.30 01:31:05.167291 [ 3 ] {1e65be03-3654-49a3-816a-02e33a3c6799} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001755 sec., 7977.207977207977 rows/sec., 325.52 KiB/sec. | ||
| 1423 | 2024.07.30 01:31:05.167521 [ 3 ] {1e65be03-3654-49a3-816a-02e33a3c6799} <Debug> DynamicQueryHandler: Done processing query | ||
| 1424 | 2024.07.30 01:31:05.167545 [ 3 ] {1e65be03-3654-49a3-816a-02e33a3c6799} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1425 | 2024.07.30 01:31:05.167561 [ 3 ] {} <Debug> HTTP-Session: 33bd4def-7d0e-45ff-b799-8b1d2cdd94cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1426 | 2024.07.30 01:31:05.167777 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 976, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1427 | 2024.07.30 01:31:05.167825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1428 | 2024.07.30 01:31:05.167845 [ 3 ] {} <Debug> HTTP-Session: db00d726-25f7-4f15-b956-7e5242d53a00 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1429 | 2024.07.30 01:31:05.167860 [ 3 ] {} <Debug> HTTP-Session: db00d726-25f7-4f15-b956-7e5242d53a00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1430 | 2024.07.30 01:31:05.167873 [ 3 ] {} <Debug> HTTP-Session: db00d726-25f7-4f15-b956-7e5242d53a00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1431 | 2024.07.30 01:31:05.167903 [ 3 ] {} <Trace> HTTP-Session: db00d726-25f7-4f15-b956-7e5242d53a00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1432 | 2024.07.30 01:31:05.168046 [ 3 ] {7046878f-630e-4562-8677-2c89f01b42df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1433 | 2024.07.30 01:31:05.168313 [ 3 ] {7046878f-630e-4562-8677-2c89f01b42df} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1434 | 2024.07.30 01:31:05.168355 [ 3 ] {7046878f-630e-4562-8677-2c89f01b42df} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1435 | 2024.07.30 01:31:05.168625 [ 3 ] {7046878f-630e-4562-8677-2c89f01b42df} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1436 | 2024.07.30 01:31:05.168688 [ 3 ] {7046878f-630e-4562-8677-2c89f01b42df} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1437 | 2024.07.30 01:31:05.168824 [ 3 ] {7046878f-630e-4562-8677-2c89f01b42df} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1438 | 2024.07.30 01:31:05.168856 [ 3 ] {7046878f-630e-4562-8677-2c89f01b42df} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1439 | 2024.07.30 01:31:05.168878 [ 3 ] {7046878f-630e-4562-8677-2c89f01b42df} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (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 | ||
| 1440 | 2024.07.30 01:31:05.168896 [ 3 ] {7046878f-630e-4562-8677-2c89f01b42df} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1441 | 2024.07.30 01:31:05.168935 [ 3 ] {7046878f-630e-4562-8677-2c89f01b42df} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1442 | 2024.07.30 01:31:05.168957 [ 3 ] {7046878f-630e-4562-8677-2c89f01b42df} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1443 | 2024.07.30 01:31:05.169953 [ 3 ] {7046878f-630e-4562-8677-2c89f01b42df} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001927 sec., 7265.179034769071 rows/sec., 296.47 KiB/sec. | ||
| 1444 | 2024.07.30 01:31:05.170209 [ 3 ] {7046878f-630e-4562-8677-2c89f01b42df} <Debug> DynamicQueryHandler: Done processing query | ||
| 1445 | 2024.07.30 01:31:05.170233 [ 3 ] {7046878f-630e-4562-8677-2c89f01b42df} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1446 | 2024.07.30 01:31:05.170249 [ 3 ] {} <Debug> HTTP-Session: db00d726-25f7-4f15-b956-7e5242d53a00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1447 | 2024.07.30 01:31:05.170449 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 1006, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1448 | 2024.07.30 01:31:05.170493 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1449 | 2024.07.30 01:31:05.170511 [ 3 ] {} <Debug> HTTP-Session: 2307a598-924b-4970-8213-153989d6319b Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1450 | 2024.07.30 01:31:05.170526 [ 3 ] {} <Debug> HTTP-Session: 2307a598-924b-4970-8213-153989d6319b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1451 | 2024.07.30 01:31:05.170538 [ 3 ] {} <Debug> HTTP-Session: 2307a598-924b-4970-8213-153989d6319b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1452 | 2024.07.30 01:31:05.170566 [ 3 ] {} <Trace> HTTP-Session: 2307a598-924b-4970-8213-153989d6319b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1453 | 2024.07.30 01:31:05.170700 [ 3 ] {39225760-cb22-4d19-b295-6ea019327eaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1454 | 2024.07.30 01:31:05.170950 [ 3 ] {39225760-cb22-4d19-b295-6ea019327eaa} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1455 | 2024.07.30 01:31:05.170991 [ 3 ] {39225760-cb22-4d19-b295-6ea019327eaa} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1456 | 2024.07.30 01:31:05.171247 [ 3 ] {39225760-cb22-4d19-b295-6ea019327eaa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1457 | 2024.07.30 01:31:05.171374 [ 3 ] {39225760-cb22-4d19-b295-6ea019327eaa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1458 | 2024.07.30 01:31:05.171507 [ 3 ] {39225760-cb22-4d19-b295-6ea019327eaa} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1459 | 2024.07.30 01:31:05.171538 [ 3 ] {39225760-cb22-4d19-b295-6ea019327eaa} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1460 | 2024.07.30 01:31:05.171561 [ 3 ] {39225760-cb22-4d19-b295-6ea019327eaa} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (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 | ||
| 1461 | 2024.07.30 01:31:05.171577 [ 3 ] {39225760-cb22-4d19-b295-6ea019327eaa} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1462 | 2024.07.30 01:31:05.171618 [ 3 ] {39225760-cb22-4d19-b295-6ea019327eaa} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1463 | 2024.07.30 01:31:05.171639 [ 3 ] {39225760-cb22-4d19-b295-6ea019327eaa} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1464 | 2024.07.30 01:31:05.172376 [ 3 ] {39225760-cb22-4d19-b295-6ea019327eaa} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001718 sec., 8149.010477299185 rows/sec., 332.53 KiB/sec. | ||
| 1465 | 2024.07.30 01:31:05.172604 [ 3 ] {39225760-cb22-4d19-b295-6ea019327eaa} <Debug> DynamicQueryHandler: Done processing query | ||
| 1466 | 2024.07.30 01:31:05.172628 [ 3 ] {39225760-cb22-4d19-b295-6ea019327eaa} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1467 | 2024.07.30 01:31:05.172645 [ 3 ] {} <Debug> HTTP-Session: 2307a598-924b-4970-8213-153989d6319b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1468 | 2024.07.30 01:31:05.177115 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 1033, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1469 | 2024.07.30 01:31:05.177177 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1470 | 2024.07.30 01:31:05.177200 [ 3 ] {} <Debug> HTTP-Session: 49cab240-c99c-4cf2-93b8-8a79be0a8fea Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1471 | 2024.07.30 01:31:05.177220 [ 3 ] {} <Debug> HTTP-Session: 49cab240-c99c-4cf2-93b8-8a79be0a8fea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1472 | 2024.07.30 01:31:05.177237 [ 3 ] {} <Debug> HTTP-Session: 49cab240-c99c-4cf2-93b8-8a79be0a8fea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1473 | 2024.07.30 01:31:05.177274 [ 3 ] {} <Trace> HTTP-Session: 49cab240-c99c-4cf2-93b8-8a79be0a8fea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1474 | 2024.07.30 01:31:05.177457 [ 3 ] {3be4d143-8c9a-4be0-ab20-8a07fb583f6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1475 | 2024.07.30 01:31:05.177789 [ 3 ] {3be4d143-8c9a-4be0-ab20-8a07fb583f6b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1476 | 2024.07.30 01:31:05.177842 [ 3 ] {3be4d143-8c9a-4be0-ab20-8a07fb583f6b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1477 | 2024.07.30 01:31:05.178179 [ 3 ] {3be4d143-8c9a-4be0-ab20-8a07fb583f6b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1478 | 2024.07.30 01:31:05.178257 [ 3 ] {3be4d143-8c9a-4be0-ab20-8a07fb583f6b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1479 | 2024.07.30 01:31:05.178429 [ 3 ] {3be4d143-8c9a-4be0-ab20-8a07fb583f6b} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1480 | 2024.07.30 01:31:05.178462 [ 3 ] {3be4d143-8c9a-4be0-ab20-8a07fb583f6b} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1481 | 2024.07.30 01:31:05.178485 [ 3 ] {3be4d143-8c9a-4be0-ab20-8a07fb583f6b} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (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 | ||
| 1482 | 2024.07.30 01:31:05.178501 [ 3 ] {3be4d143-8c9a-4be0-ab20-8a07fb583f6b} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1483 | 2024.07.30 01:31:05.178542 [ 3 ] {3be4d143-8c9a-4be0-ab20-8a07fb583f6b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1484 | 2024.07.30 01:31:05.178563 [ 3 ] {3be4d143-8c9a-4be0-ab20-8a07fb583f6b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1485 | 2024.07.30 01:31:05.179486 [ 3 ] {3be4d143-8c9a-4be0-ab20-8a07fb583f6b} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.002117 sec., 6613.131790269249 rows/sec., 269.86 KiB/sec. | ||
| 1486 | 2024.07.30 01:31:05.179722 [ 3 ] {3be4d143-8c9a-4be0-ab20-8a07fb583f6b} <Debug> DynamicQueryHandler: Done processing query | ||
| 1487 | 2024.07.30 01:31:05.179745 [ 3 ] {3be4d143-8c9a-4be0-ab20-8a07fb583f6b} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1488 | 2024.07.30 01:31:05.179762 [ 3 ] {} <Debug> HTTP-Session: 49cab240-c99c-4cf2-93b8-8a79be0a8fea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1489 | 2024.07.30 01:31:05.180705 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 4317, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1490 | 2024.07.30 01:31:05.180753 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1491 | 2024.07.30 01:31:05.180771 [ 3 ] {} <Debug> HTTP-Session: fded2142-89be-4729-94e7-6c004fe4b0bb Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1492 | 2024.07.30 01:31:05.180787 [ 3 ] {} <Debug> HTTP-Session: fded2142-89be-4729-94e7-6c004fe4b0bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1493 | 2024.07.30 01:31:05.180801 [ 3 ] {} <Debug> HTTP-Session: fded2142-89be-4729-94e7-6c004fe4b0bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1494 | 2024.07.30 01:31:05.180831 [ 3 ] {} <Trace> HTTP-Session: fded2142-89be-4729-94e7-6c004fe4b0bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1495 | 2024.07.30 01:31:05.180953 [ 3 ] {0d5d40a6-87cc-44ae-b8eb-10f4a00c29c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 1496 | 2024.07.30 01:31:05.180999 [ 3 ] {0d5d40a6-87cc-44ae-b8eb-10f4a00c29c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1497 | 2024.07.30 01:31:05.181167 [ 3 ] {0d5d40a6-87cc-44ae-b8eb-10f4a00c29c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1498 | 2024.07.30 01:31:05.181467 [ 3 ] {0d5d40a6-87cc-44ae-b8eb-10f4a00c29c5} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1499 | 2024.07.30 01:31:05.181506 [ 3 ] {0d5d40a6-87cc-44ae-b8eb-10f4a00c29c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1500 | 2024.07.30 01:31:05.182123 [ 3 ] {0d5d40a6-87cc-44ae-b8eb-10f4a00c29c5} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1501 | 2024.07.30 01:31:05.182661 [ 3 ] {0d5d40a6-87cc-44ae-b8eb-10f4a00c29c5} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1502 | 2024.07.30 01:31:05.182845 [ 3 ] {0d5d40a6-87cc-44ae-b8eb-10f4a00c29c5} <Debug> executeQuery: Read 16 rows, 2.13 KiB in 0.001925 sec., 8311.688311688311 rows/sec., 1.08 MiB/sec. | ||
| 1503 | 2024.07.30 01:31:05.183148 [ 3 ] {0d5d40a6-87cc-44ae-b8eb-10f4a00c29c5} <Debug> DynamicQueryHandler: Done processing query | ||
| 1504 | 2024.07.30 01:31:05.183173 [ 3 ] {0d5d40a6-87cc-44ae-b8eb-10f4a00c29c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1505 | 2024.07.30 01:31:05.183189 [ 3 ] {} <Debug> HTTP-Session: fded2142-89be-4729-94e7-6c004fe4b0bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1506 | 2024.07.30 01:31:05.183294 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1507 | 2024.07.30 01:31:05.183344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1508 | 2024.07.30 01:31:05.183363 [ 3 ] {} <Debug> HTTP-Session: 2cc4d0a8-c1eb-49d2-aff5-09adf7605632 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1509 | 2024.07.30 01:31:05.183380 [ 3 ] {} <Debug> HTTP-Session: 2cc4d0a8-c1eb-49d2-aff5-09adf7605632 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1510 | 2024.07.30 01:31:05.183393 [ 3 ] {} <Debug> HTTP-Session: 2cc4d0a8-c1eb-49d2-aff5-09adf7605632 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1511 | 2024.07.30 01:31:05.183424 [ 3 ] {} <Trace> HTTP-Session: 2cc4d0a8-c1eb-49d2-aff5-09adf7605632 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1512 | 2024.07.30 01:31:05.183524 [ 3 ] {1247632f-5733-450d-9ced-99c87c3c1b2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1513 | 2024.07.30 01:31:05.183568 [ 3 ] {1247632f-5733-450d-9ced-99c87c3c1b2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1514 | 2024.07.30 01:31:05.183718 [ 3 ] {1247632f-5733-450d-9ced-99c87c3c1b2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1515 | 2024.07.30 01:31:05.184564 [ 3 ] {1247632f-5733-450d-9ced-99c87c3c1b2e} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1516 | 2024.07.30 01:31:05.184602 [ 3 ] {1247632f-5733-450d-9ced-99c87c3c1b2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1517 | 2024.07.30 01:31:05.185083 [ 3 ] {1247632f-5733-450d-9ced-99c87c3c1b2e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1518 | 2024.07.30 01:31:05.185670 [ 3 ] {1247632f-5733-450d-9ced-99c87c3c1b2e} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1519 | 2024.07.30 01:31:05.185831 [ 3 ] {1247632f-5733-450d-9ced-99c87c3c1b2e} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.002323 sec., 2582.8669823504088 rows/sec., 146.30 KiB/sec. | ||
| 1520 | 2024.07.30 01:31:05.186130 [ 3 ] {1247632f-5733-450d-9ced-99c87c3c1b2e} <Debug> DynamicQueryHandler: Done processing query | ||
| 1521 | 2024.07.30 01:31:05.186156 [ 3 ] {1247632f-5733-450d-9ced-99c87c3c1b2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1522 | 2024.07.30 01:31:05.186172 [ 3 ] {} <Debug> HTTP-Session: 2cc4d0a8-c1eb-49d2-aff5-09adf7605632 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1523 | 2024.07.30 01:31:05.186369 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 20796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1524 | 2024.07.30 01:31:05.186417 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1525 | 2024.07.30 01:31:05.186437 [ 3 ] {} <Debug> HTTP-Session: 37560fa5-8fa3-424c-848c-57c2918f0735 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1526 | 2024.07.30 01:31:05.186453 [ 3 ] {} <Debug> HTTP-Session: 37560fa5-8fa3-424c-848c-57c2918f0735 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1527 | 2024.07.30 01:31:05.186467 [ 3 ] {} <Debug> HTTP-Session: 37560fa5-8fa3-424c-848c-57c2918f0735 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1528 | 2024.07.30 01:31:05.186496 [ 3 ] {} <Trace> HTTP-Session: 37560fa5-8fa3-424c-848c-57c2918f0735 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1529 | 2024.07.30 01:31:05.186633 [ 3 ] {730b62e1-59d6-40f9-979f-668fc2115932} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1530 | 2024.07.30 01:31:05.186678 [ 3 ] {730b62e1-59d6-40f9-979f-668fc2115932} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1531 | 2024.07.30 01:31:05.186815 [ 3 ] {730b62e1-59d6-40f9-979f-668fc2115932} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1532 | 2024.07.30 01:31:05.187159 [ 3 ] {730b62e1-59d6-40f9-979f-668fc2115932} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1533 | 2024.07.30 01:31:05.187196 [ 3 ] {730b62e1-59d6-40f9-979f-668fc2115932} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1534 | 2024.07.30 01:31:05.187693 [ 3 ] {730b62e1-59d6-40f9-979f-668fc2115932} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1535 | 2024.07.30 01:31:05.188278 [ 3 ] {730b62e1-59d6-40f9-979f-668fc2115932} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1536 | 2024.07.30 01:31:05.188456 [ 3 ] {730b62e1-59d6-40f9-979f-668fc2115932} <Debug> executeQuery: Read 135 rows, 12.55 KiB in 0.001871 sec., 72153.92838054516 rows/sec., 6.55 MiB/sec. | ||
| 1537 | 2024.07.30 01:31:05.188771 [ 3 ] {730b62e1-59d6-40f9-979f-668fc2115932} <Debug> DynamicQueryHandler: Done processing query | ||
| 1538 | 2024.07.30 01:31:05.188795 [ 3 ] {730b62e1-59d6-40f9-979f-668fc2115932} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 1539 | 2024.07.30 01:31:05.188811 [ 3 ] {} <Debug> HTTP-Session: 37560fa5-8fa3-424c-848c-57c2918f0735 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1540 | 2024.07.30 01:31:05.189132 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 56842, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1541 | 2024.07.30 01:31:05.189180 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1542 | 2024.07.30 01:31:05.189198 [ 3 ] {} <Debug> HTTP-Session: afc9023f-d56e-4716-bb3f-7bbe90d6877f Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1543 | 2024.07.30 01:31:05.189214 [ 3 ] {} <Debug> HTTP-Session: afc9023f-d56e-4716-bb3f-7bbe90d6877f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1544 | 2024.07.30 01:31:05.189227 [ 3 ] {} <Debug> HTTP-Session: afc9023f-d56e-4716-bb3f-7bbe90d6877f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1545 | 2024.07.30 01:31:05.189257 [ 3 ] {} <Trace> HTTP-Session: afc9023f-d56e-4716-bb3f-7bbe90d6877f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1546 | 2024.07.30 01:31:05.189448 [ 3 ] {38d2d020-da53-4544-8fd7-e2395c79cf33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1547 | 2024.07.30 01:31:05.189492 [ 3 ] {38d2d020-da53-4544-8fd7-e2395c79cf33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1548 | 2024.07.30 01:31:05.189632 [ 3 ] {38d2d020-da53-4544-8fd7-e2395c79cf33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1549 | 2024.07.30 01:31:05.190091 [ 3 ] {38d2d020-da53-4544-8fd7-e2395c79cf33} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1550 | 2024.07.30 01:31:05.190126 [ 3 ] {38d2d020-da53-4544-8fd7-e2395c79cf33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1551 | 2024.07.30 01:31:05.190672 [ 3 ] {38d2d020-da53-4544-8fd7-e2395c79cf33} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1552 | 2024.07.30 01:31:05.191246 [ 3 ] {38d2d020-da53-4544-8fd7-e2395c79cf33} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1553 | 2024.07.30 01:31:05.191409 [ 3 ] {38d2d020-da53-4544-8fd7-e2395c79cf33} <Debug> executeQuery: Read 354 rows, 25.24 KiB in 0.00205 sec., 172682.92682926828 rows/sec., 12.02 MiB/sec. | ||
| 1554 | 2024.07.30 01:31:05.191560 [ 3 ] {38d2d020-da53-4544-8fd7-e2395c79cf33} <Debug> DynamicQueryHandler: Done processing query | ||
| 1555 | 2024.07.30 01:31:05.191583 [ 3 ] {38d2d020-da53-4544-8fd7-e2395c79cf33} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 1556 | 2024.07.30 01:31:05.191598 [ 3 ] {} <Debug> HTTP-Session: afc9023f-d56e-4716-bb3f-7bbe90d6877f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1557 | 2024.07.30 01:31:05.191706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1558 | 2024.07.30 01:31:05.191753 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1559 | 2024.07.30 01:31:05.191772 [ 3 ] {} <Debug> HTTP-Session: cd95584c-f998-4704-93bc-8cb1d503b853 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1560 | 2024.07.30 01:31:05.191788 [ 3 ] {} <Debug> HTTP-Session: cd95584c-f998-4704-93bc-8cb1d503b853 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1561 | 2024.07.30 01:31:05.191801 [ 3 ] {} <Debug> HTTP-Session: cd95584c-f998-4704-93bc-8cb1d503b853 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1562 | 2024.07.30 01:31:05.191830 [ 3 ] {} <Trace> HTTP-Session: cd95584c-f998-4704-93bc-8cb1d503b853 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1563 | 2024.07.30 01:31:05.191923 [ 3 ] {c7ef1499-fd6e-4e61-b84b-a57d8566572e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 1564 | 2024.07.30 01:31:05.191968 [ 3 ] {c7ef1499-fd6e-4e61-b84b-a57d8566572e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1565 | 2024.07.30 01:31:05.192090 [ 3 ] {c7ef1499-fd6e-4e61-b84b-a57d8566572e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1566 | 2024.07.30 01:31:05.192356 [ 3 ] {c7ef1499-fd6e-4e61-b84b-a57d8566572e} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1567 | 2024.07.30 01:31:05.192393 [ 3 ] {c7ef1499-fd6e-4e61-b84b-a57d8566572e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1568 | 2024.07.30 01:31:05.192932 [ 3 ] {c7ef1499-fd6e-4e61-b84b-a57d8566572e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1569 | 2024.07.30 01:31:05.193554 [ 3 ] {c7ef1499-fd6e-4e61-b84b-a57d8566572e} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1570 | 2024.07.30 01:31:05.193685 [ 3 ] {c7ef1499-fd6e-4e61-b84b-a57d8566572e} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001783 sec., 3365.1149747616373 rows/sec., 144.59 KiB/sec. | ||
| 1571 | 2024.07.30 01:31:05.193940 [ 3 ] {c7ef1499-fd6e-4e61-b84b-a57d8566572e} <Debug> DynamicQueryHandler: Done processing query | ||
| 1572 | 2024.07.30 01:31:05.193963 [ 3 ] {c7ef1499-fd6e-4e61-b84b-a57d8566572e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1573 | 2024.07.30 01:31:05.193979 [ 3 ] {} <Debug> HTTP-Session: cd95584c-f998-4704-93bc-8cb1d503b853 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1574 | 2024.07.30 01:31:05.194146 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1575 | 2024.07.30 01:31:05.194191 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1576 | 2024.07.30 01:31:05.194209 [ 3 ] {} <Debug> HTTP-Session: 087098f4-f4ce-47a0-ac61-0cd47631ed96 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1577 | 2024.07.30 01:31:05.194225 [ 3 ] {} <Debug> HTTP-Session: 087098f4-f4ce-47a0-ac61-0cd47631ed96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1578 | 2024.07.30 01:31:05.194238 [ 3 ] {} <Debug> HTTP-Session: 087098f4-f4ce-47a0-ac61-0cd47631ed96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1579 | 2024.07.30 01:31:05.194268 [ 3 ] {} <Trace> HTTP-Session: 087098f4-f4ce-47a0-ac61-0cd47631ed96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1580 | 2024.07.30 01:31:05.194411 [ 3 ] {a56ab157-3e06-4205-89c7-6dca99166eec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 1581 | 2024.07.30 01:31:05.194457 [ 3 ] {a56ab157-3e06-4205-89c7-6dca99166eec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 1582 | 2024.07.30 01:31:05.194612 [ 3 ] {a56ab157-3e06-4205-89c7-6dca99166eec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1583 | 2024.07.30 01:31:05.194896 [ 3 ] {a56ab157-3e06-4205-89c7-6dca99166eec} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1584 | 2024.07.30 01:31:05.194932 [ 3 ] {a56ab157-3e06-4205-89c7-6dca99166eec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1585 | 2024.07.30 01:31:05.195416 [ 3 ] {a56ab157-3e06-4205-89c7-6dca99166eec} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1586 | 2024.07.30 01:31:05.196103 [ 3 ] {a56ab157-3e06-4205-89c7-6dca99166eec} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1587 | 2024.07.30 01:31:05.196254 [ 3 ] {a56ab157-3e06-4205-89c7-6dca99166eec} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001912 sec., 40271.96652719665 rows/sec., 2.48 MiB/sec. | ||
| 1588 | 2024.07.30 01:31:05.196408 [ 3 ] {a56ab157-3e06-4205-89c7-6dca99166eec} <Debug> DynamicQueryHandler: Done processing query | ||
| 1589 | 2024.07.30 01:31:05.196432 [ 3 ] {a56ab157-3e06-4205-89c7-6dca99166eec} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1590 | 2024.07.30 01:31:05.196447 [ 3 ] {} <Debug> HTTP-Session: 087098f4-f4ce-47a0-ac61-0cd47631ed96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1591 | 2024.07.30 01:31:05.196580 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 11567, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1592 | 2024.07.30 01:31:05.196625 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1593 | 2024.07.30 01:31:05.196644 [ 3 ] {} <Debug> HTTP-Session: d9d7becf-d316-44a9-8b20-261ea204fa21 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1594 | 2024.07.30 01:31:05.196661 [ 3 ] {} <Debug> HTTP-Session: d9d7becf-d316-44a9-8b20-261ea204fa21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1595 | 2024.07.30 01:31:05.196674 [ 3 ] {} <Debug> HTTP-Session: d9d7becf-d316-44a9-8b20-261ea204fa21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1596 | 2024.07.30 01:31:05.196704 [ 3 ] {} <Trace> HTTP-Session: d9d7becf-d316-44a9-8b20-261ea204fa21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1597 | 2024.07.30 01:31:05.196829 [ 3 ] {b76aabb8-9696-48ae-b101-a907164e41c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1598 | 2024.07.30 01:31:05.196873 [ 3 ] {b76aabb8-9696-48ae-b101-a907164e41c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1599 | 2024.07.30 01:31:05.197014 [ 3 ] {b76aabb8-9696-48ae-b101-a907164e41c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1600 | 2024.07.30 01:31:05.197327 [ 3 ] {b76aabb8-9696-48ae-b101-a907164e41c2} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1601 | 2024.07.30 01:31:05.197363 [ 3 ] {b76aabb8-9696-48ae-b101-a907164e41c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1602 | 2024.07.30 01:31:05.197852 [ 3 ] {b76aabb8-9696-48ae-b101-a907164e41c2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1603 | 2024.07.30 01:31:05.198474 [ 3 ] {b76aabb8-9696-48ae-b101-a907164e41c2} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1604 | 2024.07.30 01:31:05.198642 [ 3 ] {b76aabb8-9696-48ae-b101-a907164e41c2} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001858 sec., 32292.787944025833 rows/sec., 2.27 MiB/sec. | ||
| 1605 | 2024.07.30 01:31:05.198919 [ 3 ] {b76aabb8-9696-48ae-b101-a907164e41c2} <Debug> DynamicQueryHandler: Done processing query | ||
| 1606 | 2024.07.30 01:31:05.198944 [ 3 ] {b76aabb8-9696-48ae-b101-a907164e41c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1607 | 2024.07.30 01:31:05.198959 [ 3 ] {} <Debug> HTTP-Session: d9d7becf-d316-44a9-8b20-261ea204fa21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1608 | 2024.07.30 01:31:05.199064 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1609 | 2024.07.30 01:31:05.199111 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1610 | 2024.07.30 01:31:05.199129 [ 3 ] {} <Debug> HTTP-Session: 3c49a767-156b-46e9-9854-e9955ec5d1e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1611 | 2024.07.30 01:31:05.199146 [ 3 ] {} <Debug> HTTP-Session: 3c49a767-156b-46e9-9854-e9955ec5d1e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1612 | 2024.07.30 01:31:05.199160 [ 3 ] {} <Debug> HTTP-Session: 3c49a767-156b-46e9-9854-e9955ec5d1e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1613 | 2024.07.30 01:31:05.199189 [ 3 ] {} <Trace> HTTP-Session: 3c49a767-156b-46e9-9854-e9955ec5d1e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1614 | 2024.07.30 01:31:05.199293 [ 3 ] {abe1b840-914e-4519-972f-08ae55598c22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1615 | 2024.07.30 01:31:05.199339 [ 3 ] {abe1b840-914e-4519-972f-08ae55598c22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1616 | 2024.07.30 01:31:05.199480 [ 3 ] {abe1b840-914e-4519-972f-08ae55598c22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1617 | 2024.07.30 01:31:05.199727 [ 3 ] {abe1b840-914e-4519-972f-08ae55598c22} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1618 | 2024.07.30 01:31:05.199762 [ 3 ] {abe1b840-914e-4519-972f-08ae55598c22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1619 | 2024.07.30 01:31:05.200229 [ 3 ] {abe1b840-914e-4519-972f-08ae55598c22} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1620 | 2024.07.30 01:31:05.200848 [ 3 ] {abe1b840-914e-4519-972f-08ae55598c22} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1621 | 2024.07.30 01:31:05.200997 [ 3 ] {abe1b840-914e-4519-972f-08ae55598c22} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001734 sec., 13264.129181084198 rows/sec., 717.50 KiB/sec. | ||
| 1622 | 2024.07.30 01:31:05.201143 [ 3 ] {abe1b840-914e-4519-972f-08ae55598c22} <Debug> DynamicQueryHandler: Done processing query | ||
| 1623 | 2024.07.30 01:31:05.201166 [ 3 ] {abe1b840-914e-4519-972f-08ae55598c22} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1624 | 2024.07.30 01:31:05.201181 [ 3 ] {} <Debug> HTTP-Session: 3c49a767-156b-46e9-9854-e9955ec5d1e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1625 | 2024.07.30 01:31:05.201291 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 4552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1626 | 2024.07.30 01:31:05.201337 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1627 | 2024.07.30 01:31:05.201355 [ 3 ] {} <Debug> HTTP-Session: 1f4d77be-19a6-4919-8153-16e35ba19ad9 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1628 | 2024.07.30 01:31:05.201371 [ 3 ] {} <Debug> HTTP-Session: 1f4d77be-19a6-4919-8153-16e35ba19ad9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1629 | 2024.07.30 01:31:05.201384 [ 3 ] {} <Debug> HTTP-Session: 1f4d77be-19a6-4919-8153-16e35ba19ad9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1630 | 2024.07.30 01:31:05.201414 [ 3 ] {} <Trace> HTTP-Session: 1f4d77be-19a6-4919-8153-16e35ba19ad9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1631 | 2024.07.30 01:31:05.201514 [ 3 ] {49c2b94a-0a9b-4a18-a8b5-686f0337ad72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1632 | 2024.07.30 01:31:05.201557 [ 3 ] {49c2b94a-0a9b-4a18-a8b5-686f0337ad72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1633 | 2024.07.30 01:31:05.201679 [ 3 ] {49c2b94a-0a9b-4a18-a8b5-686f0337ad72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1634 | 2024.07.30 01:31:05.201924 [ 3 ] {49c2b94a-0a9b-4a18-a8b5-686f0337ad72} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1635 | 2024.07.30 01:31:05.201959 [ 3 ] {49c2b94a-0a9b-4a18-a8b5-686f0337ad72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1636 | 2024.07.30 01:31:05.202472 [ 3 ] {49c2b94a-0a9b-4a18-a8b5-686f0337ad72} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1637 | 2024.07.30 01:31:05.203168 [ 3 ] {49c2b94a-0a9b-4a18-a8b5-686f0337ad72} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1638 | 2024.07.30 01:31:05.203322 [ 3 ] {49c2b94a-0a9b-4a18-a8b5-686f0337ad72} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001836 sec., 16339.869281045752 rows/sec., 1.08 MiB/sec. | ||
| 1639 | 2024.07.30 01:31:05.203468 [ 3 ] {49c2b94a-0a9b-4a18-a8b5-686f0337ad72} <Debug> DynamicQueryHandler: Done processing query | ||
| 1640 | 2024.07.30 01:31:05.203491 [ 3 ] {49c2b94a-0a9b-4a18-a8b5-686f0337ad72} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1641 | 2024.07.30 01:31:05.203507 [ 3 ] {} <Debug> HTTP-Session: 1f4d77be-19a6-4919-8153-16e35ba19ad9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1642 | 2024.07.30 01:31:10.133099 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 7845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1643 | 2024.07.30 01:31:10.133241 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1644 | 2024.07.30 01:31:10.133271 [ 3 ] {} <Debug> HTTP-Session: c6abe85b-bffe-4be9-b063-6b348e6ae917 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1645 | 2024.07.30 01:31:10.133299 [ 3 ] {} <Debug> HTTP-Session: c6abe85b-bffe-4be9-b063-6b348e6ae917 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1646 | 2024.07.30 01:31:10.133316 [ 3 ] {} <Debug> HTTP-Session: c6abe85b-bffe-4be9-b063-6b348e6ae917 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1647 | 2024.07.30 01:31:10.133372 [ 3 ] {} <Trace> HTTP-Session: c6abe85b-bffe-4be9-b063-6b348e6ae917 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1648 | 2024.07.30 01:31:10.133591 [ 3 ] {73c5d23c-bbfd-4018-ad03-a3774a7fe0a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1649 | 2024.07.30 01:31:10.133659 [ 3 ] {73c5d23c-bbfd-4018-ad03-a3774a7fe0a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1650 | 2024.07.30 01:31:10.133848 [ 3 ] {73c5d23c-bbfd-4018-ad03-a3774a7fe0a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1651 | 2024.07.30 01:31:10.134265 [ 3 ] {73c5d23c-bbfd-4018-ad03-a3774a7fe0a8} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1652 | 2024.07.30 01:31:10.134309 [ 3 ] {73c5d23c-bbfd-4018-ad03-a3774a7fe0a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1653 | 2024.07.30 01:31:10.134840 [ 3 ] {73c5d23c-bbfd-4018-ad03-a3774a7fe0a8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1654 | 2024.07.30 01:31:10.135464 [ 3 ] {73c5d23c-bbfd-4018-ad03-a3774a7fe0a8} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1655 | 2024.07.30 01:31:10.135642 [ 3 ] {73c5d23c-bbfd-4018-ad03-a3774a7fe0a8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002117 sec., 26452.527161076996 rows/sec., 2.03 MiB/sec. | ||
| 1656 | 2024.07.30 01:31:10.135982 [ 3 ] {73c5d23c-bbfd-4018-ad03-a3774a7fe0a8} <Debug> DynamicQueryHandler: Done processing query | ||
| 1657 | 2024.07.30 01:31:10.136009 [ 3 ] {73c5d23c-bbfd-4018-ad03-a3774a7fe0a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1658 | 2024.07.30 01:31:10.136025 [ 3 ] {} <Debug> HTTP-Session: c6abe85b-bffe-4be9-b063-6b348e6ae917 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1659 | 2024.07.30 01:31:10.136204 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 10894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1660 | 2024.07.30 01:31:10.136255 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1661 | 2024.07.30 01:31:10.136274 [ 3 ] {} <Debug> HTTP-Session: e6e3bc9b-f049-4f77-bc62-7afa71ca5a0f Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1662 | 2024.07.30 01:31:10.136291 [ 3 ] {} <Debug> HTTP-Session: e6e3bc9b-f049-4f77-bc62-7afa71ca5a0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1663 | 2024.07.30 01:31:10.136304 [ 3 ] {} <Debug> HTTP-Session: e6e3bc9b-f049-4f77-bc62-7afa71ca5a0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1664 | 2024.07.30 01:31:10.136336 [ 3 ] {} <Trace> HTTP-Session: e6e3bc9b-f049-4f77-bc62-7afa71ca5a0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1665 | 2024.07.30 01:31:10.136460 [ 3 ] {4eed9f89-e804-49a5-b9e8-fd4953a3fc7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1666 | 2024.07.30 01:31:10.136506 [ 3 ] {4eed9f89-e804-49a5-b9e8-fd4953a3fc7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1667 | 2024.07.30 01:31:10.136650 [ 3 ] {4eed9f89-e804-49a5-b9e8-fd4953a3fc7c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1668 | 2024.07.30 01:31:10.136992 [ 3 ] {4eed9f89-e804-49a5-b9e8-fd4953a3fc7c} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1669 | 2024.07.30 01:31:10.137032 [ 3 ] {4eed9f89-e804-49a5-b9e8-fd4953a3fc7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1670 | 2024.07.30 01:31:10.137487 [ 3 ] {4eed9f89-e804-49a5-b9e8-fd4953a3fc7c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1671 | 2024.07.30 01:31:10.138110 [ 3 ] {4eed9f89-e804-49a5-b9e8-fd4953a3fc7c} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1672 | 2024.07.30 01:31:10.138261 [ 3 ] {4eed9f89-e804-49a5-b9e8-fd4953a3fc7c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001834 sec., 34896.40130861505 rows/sec., 2.72 MiB/sec. | ||
| 1673 | 2024.07.30 01:31:10.138432 [ 3 ] {4eed9f89-e804-49a5-b9e8-fd4953a3fc7c} <Debug> DynamicQueryHandler: Done processing query | ||
| 1674 | 2024.07.30 01:31:10.138457 [ 3 ] {4eed9f89-e804-49a5-b9e8-fd4953a3fc7c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1675 | 2024.07.30 01:31:10.138473 [ 3 ] {} <Debug> HTTP-Session: e6e3bc9b-f049-4f77-bc62-7afa71ca5a0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1676 | 2024.07.30 01:31:10.138670 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 19189, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1677 | 2024.07.30 01:31:10.138719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1678 | 2024.07.30 01:31:10.138738 [ 3 ] {} <Debug> HTTP-Session: 097b7dc0-0035-45ca-9937-46c7b7ddf14a Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1679 | 2024.07.30 01:31:10.138754 [ 3 ] {} <Debug> HTTP-Session: 097b7dc0-0035-45ca-9937-46c7b7ddf14a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1680 | 2024.07.30 01:31:10.138769 [ 3 ] {} <Debug> HTTP-Session: 097b7dc0-0035-45ca-9937-46c7b7ddf14a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1681 | 2024.07.30 01:31:10.138800 [ 3 ] {} <Trace> HTTP-Session: 097b7dc0-0035-45ca-9937-46c7b7ddf14a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1682 | 2024.07.30 01:31:10.138929 [ 3 ] {b8b614ff-9805-4b20-85e9-e249f0200ee6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1683 | 2024.07.30 01:31:10.138976 [ 3 ] {b8b614ff-9805-4b20-85e9-e249f0200ee6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1684 | 2024.07.30 01:31:10.139121 [ 3 ] {b8b614ff-9805-4b20-85e9-e249f0200ee6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1685 | 2024.07.30 01:31:10.139464 [ 3 ] {b8b614ff-9805-4b20-85e9-e249f0200ee6} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1686 | 2024.07.30 01:31:10.139501 [ 3 ] {b8b614ff-9805-4b20-85e9-e249f0200ee6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1687 | 2024.07.30 01:31:10.140010 [ 3 ] {b8b614ff-9805-4b20-85e9-e249f0200ee6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1688 | 2024.07.30 01:31:10.140673 [ 3 ] {b8b614ff-9805-4b20-85e9-e249f0200ee6} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1689 | 2024.07.30 01:31:10.140834 [ 3 ] {b8b614ff-9805-4b20-85e9-e249f0200ee6} <Debug> executeQuery: Read 100 rows, 7.15 KiB in 0.001954 sec., 51177.072671443195 rows/sec., 3.57 MiB/sec. | ||
| 1690 | 2024.07.30 01:31:10.141139 [ 3 ] {b8b614ff-9805-4b20-85e9-e249f0200ee6} <Debug> DynamicQueryHandler: Done processing query | ||
| 1691 | 2024.07.30 01:31:10.141164 [ 3 ] {b8b614ff-9805-4b20-85e9-e249f0200ee6} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1692 | 2024.07.30 01:31:10.141180 [ 3 ] {} <Debug> HTTP-Session: 097b7dc0-0035-45ca-9937-46c7b7ddf14a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1693 | 2024.07.30 01:31:10.141304 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 6376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1694 | 2024.07.30 01:31:10.141351 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1695 | 2024.07.30 01:31:10.141370 [ 3 ] {} <Debug> HTTP-Session: 348ff168-bd9b-466f-99f6-195b2b383d29 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1696 | 2024.07.30 01:31:10.141387 [ 3 ] {} <Debug> HTTP-Session: 348ff168-bd9b-466f-99f6-195b2b383d29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1697 | 2024.07.30 01:31:10.141401 [ 3 ] {} <Debug> HTTP-Session: 348ff168-bd9b-466f-99f6-195b2b383d29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1698 | 2024.07.30 01:31:10.141433 [ 3 ] {} <Trace> HTTP-Session: 348ff168-bd9b-466f-99f6-195b2b383d29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1699 | 2024.07.30 01:31:10.141536 [ 3 ] {f1493907-867e-4907-a3ff-4c1ffcea0fd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1700 | 2024.07.30 01:31:10.141581 [ 3 ] {f1493907-867e-4907-a3ff-4c1ffcea0fd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1701 | 2024.07.30 01:31:10.141725 [ 3 ] {f1493907-867e-4907-a3ff-4c1ffcea0fd8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1702 | 2024.07.30 01:31:10.142003 [ 3 ] {f1493907-867e-4907-a3ff-4c1ffcea0fd8} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1703 | 2024.07.30 01:31:10.142040 [ 3 ] {f1493907-867e-4907-a3ff-4c1ffcea0fd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1704 | 2024.07.30 01:31:10.142536 [ 3 ] {f1493907-867e-4907-a3ff-4c1ffcea0fd8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1705 | 2024.07.30 01:31:10.143162 [ 3 ] {f1493907-867e-4907-a3ff-4c1ffcea0fd8} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1706 | 2024.07.30 01:31:10.143311 [ 3 ] {f1493907-867e-4907-a3ff-4c1ffcea0fd8} <Debug> executeQuery: Read 42 rows, 2.88 KiB in 0.001809 sec., 23217.247097844112 rows/sec., 1.55 MiB/sec. | ||
| 1707 | 2024.07.30 01:31:10.143472 [ 3 ] {f1493907-867e-4907-a3ff-4c1ffcea0fd8} <Debug> DynamicQueryHandler: Done processing query | ||
| 1708 | 2024.07.30 01:31:10.143495 [ 3 ] {f1493907-867e-4907-a3ff-4c1ffcea0fd8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1709 | 2024.07.30 01:31:10.143511 [ 3 ] {} <Debug> HTTP-Session: 348ff168-bd9b-466f-99f6-195b2b383d29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1710 | 2024.07.30 01:31:12.803770 [ 95 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1711 | 2024.07.30 01:31:12.803844 [ 95 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1712 | 2024.07.30 01:31:15.141215 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1713 | 2024.07.30 01:31:15.141335 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1714 | 2024.07.30 01:31:15.141364 [ 3 ] {} <Debug> HTTP-Session: 25c0dcb8-98a2-40b3-99e7-e6011254938f Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1715 | 2024.07.30 01:31:15.141390 [ 3 ] {} <Debug> HTTP-Session: 25c0dcb8-98a2-40b3-99e7-e6011254938f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1716 | 2024.07.30 01:31:15.141405 [ 3 ] {} <Debug> HTTP-Session: 25c0dcb8-98a2-40b3-99e7-e6011254938f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1717 | 2024.07.30 01:31:15.141455 [ 3 ] {} <Trace> HTTP-Session: 25c0dcb8-98a2-40b3-99e7-e6011254938f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1718 | 2024.07.30 01:31:15.141632 [ 3 ] {a4d675bf-a917-4d2b-933c-69f3b9f9e6bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1719 | 2024.07.30 01:31:15.141698 [ 3 ] {a4d675bf-a917-4d2b-933c-69f3b9f9e6bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1720 | 2024.07.30 01:31:15.141888 [ 3 ] {a4d675bf-a917-4d2b-933c-69f3b9f9e6bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1721 | 2024.07.30 01:31:15.142314 [ 3 ] {a4d675bf-a917-4d2b-933c-69f3b9f9e6bb} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1722 | 2024.07.30 01:31:15.142355 [ 3 ] {a4d675bf-a917-4d2b-933c-69f3b9f9e6bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1723 | 2024.07.30 01:31:15.142936 [ 3 ] {a4d675bf-a917-4d2b-933c-69f3b9f9e6bb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1724 | 2024.07.30 01:31:15.143499 [ 3 ] {a4d675bf-a917-4d2b-933c-69f3b9f9e6bb} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1725 | 2024.07.30 01:31:15.143646 [ 3 ] {a4d675bf-a917-4d2b-933c-69f3b9f9e6bb} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.002066 sec., 2904.162633107454 rows/sec., 164.49 KiB/sec. | ||
| 1726 | 2024.07.30 01:31:15.143836 [ 3 ] {a4d675bf-a917-4d2b-933c-69f3b9f9e6bb} <Debug> DynamicQueryHandler: Done processing query | ||
| 1727 | 2024.07.30 01:31:15.143864 [ 3 ] {a4d675bf-a917-4d2b-933c-69f3b9f9e6bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1728 | 2024.07.30 01:31:15.143882 [ 3 ] {} <Debug> HTTP-Session: 25c0dcb8-98a2-40b3-99e7-e6011254938f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1729 | 2024.07.30 01:31:15.144098 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 24372, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1730 | 2024.07.30 01:31:15.144148 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1731 | 2024.07.30 01:31:15.144170 [ 3 ] {} <Debug> HTTP-Session: 3bdf5989-b88e-4856-89ef-c5814a1795cb Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1732 | 2024.07.30 01:31:15.144187 [ 3 ] {} <Debug> HTTP-Session: 3bdf5989-b88e-4856-89ef-c5814a1795cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1733 | 2024.07.30 01:31:15.144202 [ 3 ] {} <Debug> HTTP-Session: 3bdf5989-b88e-4856-89ef-c5814a1795cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1734 | 2024.07.30 01:31:15.144236 [ 3 ] {} <Trace> HTTP-Session: 3bdf5989-b88e-4856-89ef-c5814a1795cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1735 | 2024.07.30 01:31:15.144377 [ 3 ] {a3fdca5b-f267-4811-b31e-3df12af452c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1736 | 2024.07.30 01:31:15.144423 [ 3 ] {a3fdca5b-f267-4811-b31e-3df12af452c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1737 | 2024.07.30 01:31:15.144552 [ 3 ] {a3fdca5b-f267-4811-b31e-3df12af452c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1738 | 2024.07.30 01:31:15.144976 [ 3 ] {a3fdca5b-f267-4811-b31e-3df12af452c5} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1739 | 2024.07.30 01:31:15.145013 [ 3 ] {a3fdca5b-f267-4811-b31e-3df12af452c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1740 | 2024.07.30 01:31:15.145461 [ 3 ] {a3fdca5b-f267-4811-b31e-3df12af452c5} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1741 | 2024.07.30 01:31:15.145984 [ 3 ] {a3fdca5b-f267-4811-b31e-3df12af452c5} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1742 | 2024.07.30 01:31:15.146133 [ 3 ] {a3fdca5b-f267-4811-b31e-3df12af452c5} <Debug> executeQuery: Read 161 rows, 14.56 KiB in 0.001817 sec., 88607.59493670886 rows/sec., 7.82 MiB/sec. | ||
| 1743 | 2024.07.30 01:31:15.146295 [ 3 ] {a3fdca5b-f267-4811-b31e-3df12af452c5} <Debug> DynamicQueryHandler: Done processing query | ||
| 1744 | 2024.07.30 01:31:15.146320 [ 3 ] {a3fdca5b-f267-4811-b31e-3df12af452c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 1745 | 2024.07.30 01:31:15.146336 [ 3 ] {} <Debug> HTTP-Session: 3bdf5989-b88e-4856-89ef-c5814a1795cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1746 | 2024.07.30 01:31:15.146662 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 61582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1747 | 2024.07.30 01:31:15.146711 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1748 | 2024.07.30 01:31:15.146732 [ 3 ] {} <Debug> HTTP-Session: eb0fd51c-0199-4fb6-93e6-06602000509e Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1749 | 2024.07.30 01:31:15.146749 [ 3 ] {} <Debug> HTTP-Session: eb0fd51c-0199-4fb6-93e6-06602000509e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1750 | 2024.07.30 01:31:15.146763 [ 3 ] {} <Debug> HTTP-Session: eb0fd51c-0199-4fb6-93e6-06602000509e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1751 | 2024.07.30 01:31:15.146794 [ 3 ] {} <Trace> HTTP-Session: eb0fd51c-0199-4fb6-93e6-06602000509e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1752 | 2024.07.30 01:31:15.146997 [ 3 ] {0e6cf7b6-e6f5-43da-b33c-2bd08be1bc1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1753 | 2024.07.30 01:31:15.147040 [ 3 ] {0e6cf7b6-e6f5-43da-b33c-2bd08be1bc1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1754 | 2024.07.30 01:31:15.147163 [ 3 ] {0e6cf7b6-e6f5-43da-b33c-2bd08be1bc1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1755 | 2024.07.30 01:31:15.147651 [ 3 ] {0e6cf7b6-e6f5-43da-b33c-2bd08be1bc1b} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1756 | 2024.07.30 01:31:15.147689 [ 3 ] {0e6cf7b6-e6f5-43da-b33c-2bd08be1bc1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1757 | 2024.07.30 01:31:15.148113 [ 3 ] {0e6cf7b6-e6f5-43da-b33c-2bd08be1bc1b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1758 | 2024.07.30 01:31:15.148654 [ 3 ] {0e6cf7b6-e6f5-43da-b33c-2bd08be1bc1b} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1759 | 2024.07.30 01:31:15.148833 [ 3 ] {0e6cf7b6-e6f5-43da-b33c-2bd08be1bc1b} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.00195 sec., 195897.4358974359 rows/sec., 13.76 MiB/sec. | ||
| 1760 | 2024.07.30 01:31:15.149055 [ 3 ] {0e6cf7b6-e6f5-43da-b33c-2bd08be1bc1b} <Debug> DynamicQueryHandler: Done processing query | ||
| 1761 | 2024.07.30 01:31:15.149086 [ 3 ] {0e6cf7b6-e6f5-43da-b33c-2bd08be1bc1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 1762 | 2024.07.30 01:31:15.149107 [ 3 ] {} <Debug> HTTP-Session: eb0fd51c-0199-4fb6-93e6-06602000509e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1763 | 2024.07.30 01:31:15.149262 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1764 | 2024.07.30 01:31:15.149312 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1765 | 2024.07.30 01:31:15.149332 [ 3 ] {} <Debug> HTTP-Session: 36a260f9-360a-4959-8c57-0f8faf7ce228 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1766 | 2024.07.30 01:31:15.149349 [ 3 ] {} <Debug> HTTP-Session: 36a260f9-360a-4959-8c57-0f8faf7ce228 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1767 | 2024.07.30 01:31:15.149363 [ 3 ] {} <Debug> HTTP-Session: 36a260f9-360a-4959-8c57-0f8faf7ce228 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1768 | 2024.07.30 01:31:15.149396 [ 3 ] {} <Trace> HTTP-Session: 36a260f9-360a-4959-8c57-0f8faf7ce228 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1769 | 2024.07.30 01:31:15.149492 [ 3 ] {629193a5-4728-4d05-ac02-75e17ff9cfec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 1770 | 2024.07.30 01:31:15.149537 [ 3 ] {629193a5-4728-4d05-ac02-75e17ff9cfec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1771 | 2024.07.30 01:31:15.149662 [ 3 ] {629193a5-4728-4d05-ac02-75e17ff9cfec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1772 | 2024.07.30 01:31:15.149996 [ 3 ] {629193a5-4728-4d05-ac02-75e17ff9cfec} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1773 | 2024.07.30 01:31:15.150032 [ 3 ] {629193a5-4728-4d05-ac02-75e17ff9cfec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1774 | 2024.07.30 01:31:15.150537 [ 3 ] {629193a5-4728-4d05-ac02-75e17ff9cfec} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1775 | 2024.07.30 01:31:15.151134 [ 3 ] {629193a5-4728-4d05-ac02-75e17ff9cfec} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1776 | 2024.07.30 01:31:15.151260 [ 3 ] {629193a5-4728-4d05-ac02-75e17ff9cfec} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001793 sec., 3346.346904629113 rows/sec., 143.79 KiB/sec. | ||
| 1777 | 2024.07.30 01:31:15.151419 [ 3 ] {629193a5-4728-4d05-ac02-75e17ff9cfec} <Debug> DynamicQueryHandler: Done processing query | ||
| 1778 | 2024.07.30 01:31:15.151443 [ 3 ] {629193a5-4728-4d05-ac02-75e17ff9cfec} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1779 | 2024.07.30 01:31:15.151461 [ 3 ] {} <Debug> HTTP-Session: 36a260f9-360a-4959-8c57-0f8faf7ce228 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1780 | 2024.07.30 01:31:15.151616 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1781 | 2024.07.30 01:31:15.151665 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1782 | 2024.07.30 01:31:15.151684 [ 3 ] {} <Debug> HTTP-Session: 6aaa2469-9b6e-4d22-990e-872a231ae2e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1783 | 2024.07.30 01:31:15.151700 [ 3 ] {} <Debug> HTTP-Session: 6aaa2469-9b6e-4d22-990e-872a231ae2e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1784 | 2024.07.30 01:31:15.151714 [ 3 ] {} <Debug> HTTP-Session: 6aaa2469-9b6e-4d22-990e-872a231ae2e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1785 | 2024.07.30 01:31:15.151745 [ 3 ] {} <Trace> HTTP-Session: 6aaa2469-9b6e-4d22-990e-872a231ae2e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1786 | 2024.07.30 01:31:15.151863 [ 3 ] {533a7f60-43f7-425b-8de3-88401a919844} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 1787 | 2024.07.30 01:31:15.151909 [ 3 ] {533a7f60-43f7-425b-8de3-88401a919844} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 1788 | 2024.07.30 01:31:15.152049 [ 3 ] {533a7f60-43f7-425b-8de3-88401a919844} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1789 | 2024.07.30 01:31:15.152370 [ 3 ] {533a7f60-43f7-425b-8de3-88401a919844} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1790 | 2024.07.30 01:31:15.152407 [ 3 ] {533a7f60-43f7-425b-8de3-88401a919844} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1791 | 2024.07.30 01:31:15.152903 [ 3 ] {533a7f60-43f7-425b-8de3-88401a919844} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1792 | 2024.07.30 01:31:15.153494 [ 3 ] {533a7f60-43f7-425b-8de3-88401a919844} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1793 | 2024.07.30 01:31:15.153624 [ 3 ] {533a7f60-43f7-425b-8de3-88401a919844} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001803 sec., 42706.600110926236 rows/sec., 2.63 MiB/sec. | ||
| 1794 | 2024.07.30 01:31:15.153780 [ 3 ] {533a7f60-43f7-425b-8de3-88401a919844} <Debug> DynamicQueryHandler: Done processing query | ||
| 1795 | 2024.07.30 01:31:15.153807 [ 3 ] {533a7f60-43f7-425b-8de3-88401a919844} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1796 | 2024.07.30 01:31:15.153825 [ 3 ] {} <Debug> HTTP-Session: 6aaa2469-9b6e-4d22-990e-872a231ae2e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1797 | 2024.07.30 01:31:15.154009 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1798 | 2024.07.30 01:31:15.154059 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1799 | 2024.07.30 01:31:15.154079 [ 3 ] {} <Debug> HTTP-Session: 2ecb537e-c660-4e3f-aa82-b4830bac281d Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1800 | 2024.07.30 01:31:15.154098 [ 3 ] {} <Debug> HTTP-Session: 2ecb537e-c660-4e3f-aa82-b4830bac281d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1801 | 2024.07.30 01:31:15.154112 [ 3 ] {} <Debug> HTTP-Session: 2ecb537e-c660-4e3f-aa82-b4830bac281d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1802 | 2024.07.30 01:31:15.154145 [ 3 ] {} <Trace> HTTP-Session: 2ecb537e-c660-4e3f-aa82-b4830bac281d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1803 | 2024.07.30 01:31:15.154335 [ 3 ] {7c9ddf3f-dfa0-44ac-84f4-48229b94c8dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1804 | 2024.07.30 01:31:15.154383 [ 3 ] {7c9ddf3f-dfa0-44ac-84f4-48229b94c8dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1805 | 2024.07.30 01:31:15.154521 [ 3 ] {7c9ddf3f-dfa0-44ac-84f4-48229b94c8dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1806 | 2024.07.30 01:31:15.154922 [ 3 ] {7c9ddf3f-dfa0-44ac-84f4-48229b94c8dc} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1807 | 2024.07.30 01:31:15.154959 [ 3 ] {7c9ddf3f-dfa0-44ac-84f4-48229b94c8dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1808 | 2024.07.30 01:31:15.155467 [ 3 ] {7c9ddf3f-dfa0-44ac-84f4-48229b94c8dc} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1809 | 2024.07.30 01:31:15.156138 [ 3 ] {7c9ddf3f-dfa0-44ac-84f4-48229b94c8dc} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1810 | 2024.07.30 01:31:15.156287 [ 3 ] {7c9ddf3f-dfa0-44ac-84f4-48229b94c8dc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00206 sec., 77669.90291262136 rows/sec., 5.41 MiB/sec. | ||
| 1811 | 2024.07.30 01:31:15.156451 [ 3 ] {7c9ddf3f-dfa0-44ac-84f4-48229b94c8dc} <Debug> DynamicQueryHandler: Done processing query | ||
| 1812 | 2024.07.30 01:31:15.156476 [ 3 ] {7c9ddf3f-dfa0-44ac-84f4-48229b94c8dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1813 | 2024.07.30 01:31:15.156492 [ 3 ] {} <Debug> HTTP-Session: 2ecb537e-c660-4e3f-aa82-b4830bac281d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1814 | 2024.07.30 01:31:15.156603 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1815 | 2024.07.30 01:31:15.156652 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1816 | 2024.07.30 01:31:15.156675 [ 3 ] {} <Debug> HTTP-Session: 2a0d5bfe-7336-487a-99aa-657038f5d744 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1817 | 2024.07.30 01:31:15.156693 [ 3 ] {} <Debug> HTTP-Session: 2a0d5bfe-7336-487a-99aa-657038f5d744 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1818 | 2024.07.30 01:31:15.156706 [ 3 ] {} <Debug> HTTP-Session: 2a0d5bfe-7336-487a-99aa-657038f5d744 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1819 | 2024.07.30 01:31:15.156743 [ 3 ] {} <Trace> HTTP-Session: 2a0d5bfe-7336-487a-99aa-657038f5d744 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1820 | 2024.07.30 01:31:15.156857 [ 3 ] {3126ab80-865b-4160-8141-04362e3f444d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1821 | 2024.07.30 01:31:15.156902 [ 3 ] {3126ab80-865b-4160-8141-04362e3f444d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1822 | 2024.07.30 01:31:15.157025 [ 3 ] {3126ab80-865b-4160-8141-04362e3f444d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1823 | 2024.07.30 01:31:15.157293 [ 3 ] {3126ab80-865b-4160-8141-04362e3f444d} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1824 | 2024.07.30 01:31:15.157330 [ 3 ] {3126ab80-865b-4160-8141-04362e3f444d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1825 | 2024.07.30 01:31:15.157849 [ 3 ] {3126ab80-865b-4160-8141-04362e3f444d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1826 | 2024.07.30 01:31:15.158423 [ 3 ] {3126ab80-865b-4160-8141-04362e3f444d} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1827 | 2024.07.30 01:31:15.158557 [ 3 ] {3126ab80-865b-4160-8141-04362e3f444d} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001729 sec., 13302.486986697513 rows/sec., 719.57 KiB/sec. | ||
| 1828 | 2024.07.30 01:31:15.158708 [ 3 ] {3126ab80-865b-4160-8141-04362e3f444d} <Debug> DynamicQueryHandler: Done processing query | ||
| 1829 | 2024.07.30 01:31:15.158735 [ 3 ] {3126ab80-865b-4160-8141-04362e3f444d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1830 | 2024.07.30 01:31:15.158752 [ 3 ] {} <Debug> HTTP-Session: 2a0d5bfe-7336-487a-99aa-657038f5d744 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1831 | 2024.07.30 01:31:15.158870 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1832 | 2024.07.30 01:31:15.158918 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1833 | 2024.07.30 01:31:15.158937 [ 3 ] {} <Debug> HTTP-Session: 49c68ba4-fc32-4b02-9b6e-9f62e0252f25 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1834 | 2024.07.30 01:31:15.158955 [ 3 ] {} <Debug> HTTP-Session: 49c68ba4-fc32-4b02-9b6e-9f62e0252f25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1835 | 2024.07.30 01:31:15.158968 [ 3 ] {} <Debug> HTTP-Session: 49c68ba4-fc32-4b02-9b6e-9f62e0252f25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1836 | 2024.07.30 01:31:15.158999 [ 3 ] {} <Trace> HTTP-Session: 49c68ba4-fc32-4b02-9b6e-9f62e0252f25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1837 | 2024.07.30 01:31:15.159125 [ 3 ] {1be2129e-28ff-43d4-a9d3-0db8db878ed5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1838 | 2024.07.30 01:31:15.159169 [ 3 ] {1be2129e-28ff-43d4-a9d3-0db8db878ed5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1839 | 2024.07.30 01:31:15.159293 [ 3 ] {1be2129e-28ff-43d4-a9d3-0db8db878ed5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1840 | 2024.07.30 01:31:15.159620 [ 3 ] {1be2129e-28ff-43d4-a9d3-0db8db878ed5} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1841 | 2024.07.30 01:31:15.159657 [ 3 ] {1be2129e-28ff-43d4-a9d3-0db8db878ed5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1842 | 2024.07.30 01:31:15.160119 [ 3 ] {1be2129e-28ff-43d4-a9d3-0db8db878ed5} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1843 | 2024.07.30 01:31:15.160755 [ 3 ] {1be2129e-28ff-43d4-a9d3-0db8db878ed5} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1844 | 2024.07.30 01:31:15.160904 [ 3 ] {1be2129e-28ff-43d4-a9d3-0db8db878ed5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001826 sec., 32858.70755750274 rows/sec., 2.21 MiB/sec. | ||
| 1845 | 2024.07.30 01:31:15.161174 [ 3 ] {1be2129e-28ff-43d4-a9d3-0db8db878ed5} <Debug> DynamicQueryHandler: Done processing query | ||
| 1846 | 2024.07.30 01:31:15.161199 [ 3 ] {1be2129e-28ff-43d4-a9d3-0db8db878ed5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1847 | 2024.07.30 01:31:15.161215 [ 3 ] {} <Debug> HTTP-Session: 49c68ba4-fc32-4b02-9b6e-9f62e0252f25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1848 | 2024.07.30 01:31:20.136720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 7845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1849 | 2024.07.30 01:31:20.136852 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1850 | 2024.07.30 01:31:20.136881 [ 3 ] {} <Debug> HTTP-Session: fe849802-e94d-448d-abe2-0569f7b05c31 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1851 | 2024.07.30 01:31:20.136908 [ 3 ] {} <Debug> HTTP-Session: fe849802-e94d-448d-abe2-0569f7b05c31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1852 | 2024.07.30 01:31:20.136922 [ 3 ] {} <Debug> HTTP-Session: fe849802-e94d-448d-abe2-0569f7b05c31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1853 | 2024.07.30 01:31:20.136972 [ 3 ] {} <Trace> HTTP-Session: fe849802-e94d-448d-abe2-0569f7b05c31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1854 | 2024.07.30 01:31:20.137172 [ 3 ] {c8b1d77a-7fea-4901-b30c-3524cfec514d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1855 | 2024.07.30 01:31:20.137241 [ 3 ] {c8b1d77a-7fea-4901-b30c-3524cfec514d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1856 | 2024.07.30 01:31:20.137434 [ 3 ] {c8b1d77a-7fea-4901-b30c-3524cfec514d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1857 | 2024.07.30 01:31:20.137890 [ 3 ] {c8b1d77a-7fea-4901-b30c-3524cfec514d} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1858 | 2024.07.30 01:31:20.137936 [ 3 ] {c8b1d77a-7fea-4901-b30c-3524cfec514d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1859 | 2024.07.30 01:31:20.138443 [ 3 ] {c8b1d77a-7fea-4901-b30c-3524cfec514d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1860 | 2024.07.30 01:31:20.139047 [ 3 ] {c8b1d77a-7fea-4901-b30c-3524cfec514d} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1861 | 2024.07.30 01:31:20.139223 [ 85 ] {} <Debug> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1862 | 2024.07.30 01:31:20.139234 [ 3 ] {c8b1d77a-7fea-4901-b30c-3524cfec514d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002118 sec., 26440.03777148253 rows/sec., 2.03 MiB/sec. | ||
| 1863 | 2024.07.30 01:31:20.139320 [ 85 ] {} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1864 | 2024.07.30 01:31:20.139385 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1865 | 2024.07.30 01:31:20.139591 [ 3 ] {c8b1d77a-7fea-4901-b30c-3524cfec514d} <Debug> DynamicQueryHandler: Done processing query | ||
| 1866 | 2024.07.30 01:31:20.139639 [ 3 ] {c8b1d77a-7fea-4901-b30c-3524cfec514d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1867 | 2024.07.30 01:31:20.139660 [ 3 ] {} <Debug> HTTP-Session: fe849802-e94d-448d-abe2-0569f7b05c31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1868 | 2024.07.30 01:31:20.139711 [ 188 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::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 | ||
| 1869 | 2024.07.30 01:31:20.139817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 10894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1870 | 2024.07.30 01:31:20.139925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1871 | 2024.07.30 01:31:20.139989 [ 3 ] {} <Debug> HTTP-Session: cbcb8db9-d187-4cfb-bfa1-a491bbd889cb Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1872 | 2024.07.30 01:31:20.140041 [ 3 ] {} <Debug> HTTP-Session: cbcb8db9-d187-4cfb-bfa1-a491bbd889cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1873 | 2024.07.30 01:31:20.140061 [ 188 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1874 | 2024.07.30 01:31:20.140070 [ 3 ] {} <Debug> HTTP-Session: cbcb8db9-d187-4cfb-bfa1-a491bbd889cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1875 | 2024.07.30 01:31:20.140135 [ 3 ] {} <Trace> HTTP-Session: cbcb8db9-d187-4cfb-bfa1-a491bbd889cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1876 | 2024.07.30 01:31:20.140159 [ 188 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part | ||
| 1877 | 2024.07.30 01:31:20.140410 [ 3 ] {696ce0fe-93dc-4408-9eb1-7044c4156d03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1878 | 2024.07.30 01:31:20.140496 [ 188 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part | ||
| 1879 | 2024.07.30 01:31:20.140526 [ 3 ] {696ce0fe-93dc-4408-9eb1-7044c4156d03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1880 | 2024.07.30 01:31:20.140830 [ 188 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 135 rows starting from the beginning of the part | ||
| 1881 | 2024.07.30 01:31:20.141176 [ 188 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part | ||
| 1882 | 2024.07.30 01:31:20.141525 [ 188 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 161 rows starting from the beginning of the part | ||
| 1883 | 2024.07.30 01:31:20.141586 [ 3 ] {696ce0fe-93dc-4408-9eb1-7044c4156d03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1884 | 2024.07.30 01:31:20.141771 [ 188 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part | ||
| 1885 | 2024.07.30 01:31:20.142435 [ 3 ] {696ce0fe-93dc-4408-9eb1-7044c4156d03} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1886 | 2024.07.30 01:31:20.142497 [ 3 ] {696ce0fe-93dc-4408-9eb1-7044c4156d03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1887 | 2024.07.30 01:31:20.143435 [ 3 ] {696ce0fe-93dc-4408-9eb1-7044c4156d03} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1888 | 2024.07.30 01:31:20.144418 [ 186 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 4 columns (4 merged, 0 gathered) in 0.00491426 sec., 93605.14095713291 rows/sec., 7.96 MiB/sec. | ||
| 1889 | 2024.07.30 01:31:20.144510 [ 3 ] {696ce0fe-93dc-4408-9eb1-7044c4156d03} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1890 | 2024.07.30 01:31:20.144698 [ 85 ] {} <Debug> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1891 | 2024.07.30 01:31:20.144719 [ 3 ] {696ce0fe-93dc-4408-9eb1-7044c4156d03} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004447 sec., 14391.724758263998 rows/sec., 1.12 MiB/sec. | ||
| 1892 | 2024.07.30 01:31:20.144752 [ 85 ] {} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1893 | 2024.07.30 01:31:20.144832 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1894 | 2024.07.30 01:31:20.144868 [ 195 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1895 | 2024.07.30 01:31:20.145342 [ 3 ] {696ce0fe-93dc-4408-9eb1-7044c4156d03} <Debug> DynamicQueryHandler: Done processing query | ||
| 1896 | 2024.07.30 01:31:20.145435 [ 3 ] {696ce0fe-93dc-4408-9eb1-7044c4156d03} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1897 | 2024.07.30 01:31:20.145449 [ 186 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::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 | ||
| 1898 | 2024.07.30 01:31:20.145511 [ 3 ] {} <Debug> HTTP-Session: cbcb8db9-d187-4cfb-bfa1-a491bbd889cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1899 | 2024.07.30 01:31:20.145881 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1900 | 2024.07.30 01:31:20.146056 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1901 | 2024.07.30 01:31:20.146145 [ 186 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1902 | 2024.07.30 01:31:20.146152 [ 3 ] {} <Debug> HTTP-Session: cf233279-217e-464e-a1dd-71f64e71853e Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1903 | 2024.07.30 01:31:20.146214 [ 3 ] {} <Debug> HTTP-Session: cf233279-217e-464e-a1dd-71f64e71853e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1904 | 2024.07.30 01:31:20.146247 [ 3 ] {} <Debug> HTTP-Session: cf233279-217e-464e-a1dd-71f64e71853e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1905 | 2024.07.30 01:31:20.146238 [ 186 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 28 rows starting from the beginning of the part | ||
| 1906 | 2024.07.30 01:31:20.146313 [ 3 ] {} <Trace> HTTP-Session: cf233279-217e-464e-a1dd-71f64e71853e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1907 | 2024.07.30 01:31:20.146619 [ 186 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part | ||
| 1908 | 2024.07.30 01:31:20.146763 [ 3 ] {592d1334-05f5-49e6-986f-814e6ae571d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1909 | 2024.07.30 01:31:20.146817 [ 188 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_6_1} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1910 | 2024.07.30 01:31:20.147003 [ 3 ] {592d1334-05f5-49e6-986f-814e6ae571d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1911 | 2024.07.30 01:31:20.147165 [ 186 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 354 rows starting from the beginning of the part | ||
| 1912 | 2024.07.30 01:31:20.147242 [ 188 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_6_1} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1913 | 2024.07.30 01:31:20.147630 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 1914 | 2024.07.30 01:31:20.147756 [ 186 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part | ||
| 1915 | 2024.07.30 01:31:20.148041 [ 186 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 382 rows starting from the beginning of the part | ||
| 1916 | 2024.07.30 01:31:20.148284 [ 3 ] {592d1334-05f5-49e6-986f-814e6ae571d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1917 | 2024.07.30 01:31:20.148338 [ 186 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part | ||
| 1918 | 2024.07.30 01:31:20.149312 [ 3 ] {592d1334-05f5-49e6-986f-814e6ae571d4} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1919 | 2024.07.30 01:31:20.149393 [ 3 ] {592d1334-05f5-49e6-986f-814e6ae571d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1920 | 2024.07.30 01:31:20.150584 [ 3 ] {592d1334-05f5-49e6-986f-814e6ae571d4} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1921 | 2024.07.30 01:31:20.150832 [ 188 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 920 rows, containing 4 columns (4 merged, 0 gathered) in 0.005822619 sec., 158004.499349863 rows/sec., 11.31 MiB/sec. | ||
| 1922 | 2024.07.30 01:31:20.151122 [ 195 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1923 | 2024.07.30 01:31:20.151417 [ 3 ] {592d1334-05f5-49e6-986f-814e6ae571d4} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1924 | 2024.07.30 01:31:20.151679 [ 85 ] {} <Debug> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1925 | 2024.07.30 01:31:20.151692 [ 3 ] {592d1334-05f5-49e6-986f-814e6ae571d4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005139 sec., 31134.461957579293 rows/sec., 2.17 MiB/sec. | ||
| 1926 | 2024.07.30 01:31:20.151804 [ 85 ] {} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1927 | 2024.07.30 01:31:20.151948 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1928 | 2024.07.30 01:31:20.152180 [ 195 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_6_1} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1929 | 2024.07.30 01:31:20.152305 [ 3 ] {592d1334-05f5-49e6-986f-814e6ae571d4} <Debug> DynamicQueryHandler: Done processing query | ||
| 1930 | 2024.07.30 01:31:20.152331 [ 188 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 1931 | 2024.07.30 01:31:20.152356 [ 3 ] {592d1334-05f5-49e6-986f-814e6ae571d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1932 | 2024.07.30 01:31:20.152425 [ 3 ] {} <Debug> HTTP-Session: cf233279-217e-464e-a1dd-71f64e71853e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1933 | 2024.07.30 01:31:20.152462 [ 195 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_6_1} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1934 | 2024.07.30 01:31:20.152676 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1935 | 2024.07.30 01:31:20.152734 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 1936 | 2024.07.30 01:31:20.152832 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1937 | 2024.07.30 01:31:20.152890 [ 3 ] {} <Debug> HTTP-Session: f037212a-d68e-4260-b788-2e4e373812bf Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1938 | 2024.07.30 01:31:20.152901 [ 188 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1939 | 2024.07.30 01:31:20.152918 [ 3 ] {} <Debug> HTTP-Session: f037212a-d68e-4260-b788-2e4e373812bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1940 | 2024.07.30 01:31:20.152968 [ 3 ] {} <Debug> HTTP-Session: f037212a-d68e-4260-b788-2e4e373812bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1941 | 2024.07.30 01:31:20.152974 [ 188 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 20 rows starting from the beginning of the part | ||
| 1942 | 2024.07.30 01:31:20.153038 [ 3 ] {} <Trace> HTTP-Session: f037212a-d68e-4260-b788-2e4e373812bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1943 | 2024.07.30 01:31:20.153260 [ 188 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 1944 | 2024.07.30 01:31:20.153434 [ 3 ] {bb562207-f54c-4c8c-8fb8-5be0eea5b354} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1945 | 2024.07.30 01:31:20.153595 [ 3 ] {bb562207-f54c-4c8c-8fb8-5be0eea5b354} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1946 | 2024.07.30 01:31:20.153618 [ 188 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part | ||
| 1947 | 2024.07.30 01:31:20.153978 [ 188 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 100 rows starting from the beginning of the part | ||
| 1948 | 2024.07.30 01:31:20.154379 [ 188 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part | ||
| 1949 | 2024.07.30 01:31:20.154540 [ 3 ] {bb562207-f54c-4c8c-8fb8-5be0eea5b354} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1950 | 2024.07.30 01:31:20.154702 [ 188 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part | ||
| 1951 | 2024.07.30 01:31:20.155441 [ 3 ] {bb562207-f54c-4c8c-8fb8-5be0eea5b354} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1952 | 2024.07.30 01:31:20.155501 [ 3 ] {bb562207-f54c-4c8c-8fb8-5be0eea5b354} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1953 | 2024.07.30 01:31:20.156545 [ 3 ] {bb562207-f54c-4c8c-8fb8-5be0eea5b354} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1954 | 2024.07.30 01:31:20.157467 [ 192 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 550 rows, containing 5 columns (5 merged, 0 gathered) in 0.005354695 sec., 102713.5999342633 rows/sec., 7.16 MiB/sec. | ||
| 1955 | 2024.07.30 01:31:20.157814 [ 3 ] {bb562207-f54c-4c8c-8fb8-5be0eea5b354} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1956 | 2024.07.30 01:31:20.157827 [ 195 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1957 | 2024.07.30 01:31:20.158035 [ 85 ] {} <Debug> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1958 | 2024.07.30 01:31:20.158065 [ 3 ] {bb562207-f54c-4c8c-8fb8-5be0eea5b354} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004804 sec., 12489.592006661116 rows/sec., 861.91 KiB/sec. | ||
| 1959 | 2024.07.30 01:31:20.158119 [ 85 ] {} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1960 | 2024.07.30 01:31:20.158216 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1961 | 2024.07.30 01:31:20.158648 [ 3 ] {bb562207-f54c-4c8c-8fb8-5be0eea5b354} <Debug> DynamicQueryHandler: Done processing query | ||
| 1962 | 2024.07.30 01:31:20.158737 [ 3 ] {bb562207-f54c-4c8c-8fb8-5be0eea5b354} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1963 | 2024.07.30 01:31:20.158823 [ 3 ] {} <Debug> HTTP-Session: f037212a-d68e-4260-b788-2e4e373812bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1964 | 2024.07.30 01:31:20.158861 [ 192 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 1965 | 2024.07.30 01:31:20.159143 [ 192 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1966 | 2024.07.30 01:31:20.159204 [ 192 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 1967 | 2024.07.30 01:31:20.159408 [ 192 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 1968 | 2024.07.30 01:31:20.159513 [ 195 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1969 | 2024.07.30 01:31:20.159714 [ 192 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part | ||
| 1970 | 2024.07.30 01:31:20.159912 [ 195 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1971 | 2024.07.30 01:31:20.160036 [ 192 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 42 rows starting from the beginning of the part | ||
| 1972 | 2024.07.30 01:31:20.160181 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 1973 | 2024.07.30 01:31:20.160310 [ 192 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part | ||
| 1974 | 2024.07.30 01:31:20.160464 [ 192 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part | ||
| 1975 | 2024.07.30 01:31:20.161681 [ 195 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 220 rows, containing 4 columns (4 merged, 0 gathered) in 0.003274413 sec., 67187.61500152852 rows/sec., 4.52 MiB/sec. | ||
| 1976 | 2024.07.30 01:31:20.161978 [ 189 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1977 | 2024.07.30 01:31:20.162802 [ 189 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_6_1} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1978 | 2024.07.30 01:31:20.162905 [ 189 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_6_1} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1979 | 2024.07.30 01:31:20.163008 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 1980 | 2024.07.30 01:31:25.141716 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1981 | 2024.07.30 01:31:25.141869 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1982 | 2024.07.30 01:31:25.141902 [ 3 ] {} <Debug> HTTP-Session: 63a3f8eb-5aa8-42a5-a00c-68def48d973d Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 1983 | 2024.07.30 01:31:25.141931 [ 3 ] {} <Debug> HTTP-Session: 63a3f8eb-5aa8-42a5-a00c-68def48d973d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1984 | 2024.07.30 01:31:25.141949 [ 3 ] {} <Debug> HTTP-Session: 63a3f8eb-5aa8-42a5-a00c-68def48d973d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1985 | 2024.07.30 01:31:25.142007 [ 3 ] {} <Trace> HTTP-Session: 63a3f8eb-5aa8-42a5-a00c-68def48d973d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1986 | 2024.07.30 01:31:25.142214 [ 3 ] {e8a5eee7-9aca-4c9d-a3c9-605c822ed00b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1987 | 2024.07.30 01:31:25.142282 [ 3 ] {e8a5eee7-9aca-4c9d-a3c9-605c822ed00b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1988 | 2024.07.30 01:31:25.142480 [ 3 ] {e8a5eee7-9aca-4c9d-a3c9-605c822ed00b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1989 | 2024.07.30 01:31:25.142939 [ 3 ] {e8a5eee7-9aca-4c9d-a3c9-605c822ed00b} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1990 | 2024.07.30 01:31:25.142987 [ 3 ] {e8a5eee7-9aca-4c9d-a3c9-605c822ed00b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1991 | 2024.07.30 01:31:25.143543 [ 3 ] {e8a5eee7-9aca-4c9d-a3c9-605c822ed00b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1992 | 2024.07.30 01:31:25.144157 [ 3 ] {e8a5eee7-9aca-4c9d-a3c9-605c822ed00b} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1993 | 2024.07.30 01:31:25.144340 [ 3 ] {e8a5eee7-9aca-4c9d-a3c9-605c822ed00b} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.002183 sec., 2748.5112230874943 rows/sec., 155.68 KiB/sec. | ||
| 1994 | 2024.07.30 01:31:25.144663 [ 3 ] {e8a5eee7-9aca-4c9d-a3c9-605c822ed00b} <Debug> DynamicQueryHandler: Done processing query | ||
| 1995 | 2024.07.30 01:31:25.144690 [ 3 ] {e8a5eee7-9aca-4c9d-a3c9-605c822ed00b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1996 | 2024.07.30 01:31:25.144708 [ 3 ] {} <Debug> HTTP-Session: 63a3f8eb-5aa8-42a5-a00c-68def48d973d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1997 | 2024.07.30 01:31:25.144894 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 24372, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1998 | 2024.07.30 01:31:25.144952 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1999 | 2024.07.30 01:31:25.144972 [ 3 ] {} <Debug> HTTP-Session: e1c0519f-a100-4e3d-9691-808960d589a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2000 | 2024.07.30 01:31:25.144990 [ 3 ] {} <Debug> HTTP-Session: e1c0519f-a100-4e3d-9691-808960d589a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2001 | 2024.07.30 01:31:25.145005 [ 3 ] {} <Debug> HTTP-Session: e1c0519f-a100-4e3d-9691-808960d589a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2002 | 2024.07.30 01:31:25.145042 [ 3 ] {} <Trace> HTTP-Session: e1c0519f-a100-4e3d-9691-808960d589a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2003 | 2024.07.30 01:31:25.145194 [ 3 ] {701ee855-ab31-4d89-8b4a-504f595cd046} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2004 | 2024.07.30 01:31:25.145243 [ 3 ] {701ee855-ab31-4d89-8b4a-504f595cd046} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2005 | 2024.07.30 01:31:25.145392 [ 3 ] {701ee855-ab31-4d89-8b4a-504f595cd046} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2006 | 2024.07.30 01:31:25.145834 [ 3 ] {701ee855-ab31-4d89-8b4a-504f595cd046} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2007 | 2024.07.30 01:31:25.145872 [ 3 ] {701ee855-ab31-4d89-8b4a-504f595cd046} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2008 | 2024.07.30 01:31:25.146335 [ 3 ] {701ee855-ab31-4d89-8b4a-504f595cd046} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2009 | 2024.07.30 01:31:25.146916 [ 3 ] {701ee855-ab31-4d89-8b4a-504f595cd046} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2010 | 2024.07.30 01:31:25.147081 [ 3 ] {701ee855-ab31-4d89-8b4a-504f595cd046} <Debug> executeQuery: Read 161 rows, 14.56 KiB in 0.001949 sec., 82606.46485377116 rows/sec., 7.29 MiB/sec. | ||
| 2011 | 2024.07.30 01:31:25.147254 [ 3 ] {701ee855-ab31-4d89-8b4a-504f595cd046} <Debug> DynamicQueryHandler: Done processing query | ||
| 2012 | 2024.07.30 01:31:25.147279 [ 3 ] {701ee855-ab31-4d89-8b4a-504f595cd046} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 2013 | 2024.07.30 01:31:25.147295 [ 3 ] {} <Debug> HTTP-Session: e1c0519f-a100-4e3d-9691-808960d589a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2014 | 2024.07.30 01:31:25.147726 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 61582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2015 | 2024.07.30 01:31:25.147778 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2016 | 2024.07.30 01:31:25.147798 [ 3 ] {} <Debug> HTTP-Session: d928873d-bb81-4e59-aeeb-38e0df467e65 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2017 | 2024.07.30 01:31:25.147816 [ 3 ] {} <Debug> HTTP-Session: d928873d-bb81-4e59-aeeb-38e0df467e65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2018 | 2024.07.30 01:31:25.147830 [ 3 ] {} <Debug> HTTP-Session: d928873d-bb81-4e59-aeeb-38e0df467e65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2019 | 2024.07.30 01:31:25.147863 [ 3 ] {} <Trace> HTTP-Session: d928873d-bb81-4e59-aeeb-38e0df467e65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2020 | 2024.07.30 01:31:25.148188 [ 3 ] {de46ff3d-1aae-4cda-a85f-5daf65b759b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2021 | 2024.07.30 01:31:25.148234 [ 3 ] {de46ff3d-1aae-4cda-a85f-5daf65b759b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2022 | 2024.07.30 01:31:25.148366 [ 3 ] {de46ff3d-1aae-4cda-a85f-5daf65b759b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2023 | 2024.07.30 01:31:25.148914 [ 3 ] {de46ff3d-1aae-4cda-a85f-5daf65b759b9} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2024 | 2024.07.30 01:31:25.148950 [ 3 ] {de46ff3d-1aae-4cda-a85f-5daf65b759b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2025 | 2024.07.30 01:31:25.149441 [ 3 ] {de46ff3d-1aae-4cda-a85f-5daf65b759b9} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2026 | 2024.07.30 01:31:25.150128 [ 3 ] {de46ff3d-1aae-4cda-a85f-5daf65b759b9} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2027 | 2024.07.30 01:31:25.150286 [ 3 ] {de46ff3d-1aae-4cda-a85f-5daf65b759b9} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.002329 sec., 164018.89222842423 rows/sec., 11.52 MiB/sec. | ||
| 2028 | 2024.07.30 01:31:25.150460 [ 3 ] {de46ff3d-1aae-4cda-a85f-5daf65b759b9} <Debug> DynamicQueryHandler: Done processing query | ||
| 2029 | 2024.07.30 01:31:25.150485 [ 3 ] {de46ff3d-1aae-4cda-a85f-5daf65b759b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 2030 | 2024.07.30 01:31:25.150501 [ 3 ] {} <Debug> HTTP-Session: d928873d-bb81-4e59-aeeb-38e0df467e65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2031 | 2024.07.30 01:31:25.150636 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2032 | 2024.07.30 01:31:25.150687 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2033 | 2024.07.30 01:31:25.150707 [ 3 ] {} <Debug> HTTP-Session: 06226e9e-9b15-415d-a1ea-c703e99fe4bd Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2034 | 2024.07.30 01:31:25.150724 [ 3 ] {} <Debug> HTTP-Session: 06226e9e-9b15-415d-a1ea-c703e99fe4bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2035 | 2024.07.30 01:31:25.150738 [ 3 ] {} <Debug> HTTP-Session: 06226e9e-9b15-415d-a1ea-c703e99fe4bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2036 | 2024.07.30 01:31:25.150770 [ 3 ] {} <Trace> HTTP-Session: 06226e9e-9b15-415d-a1ea-c703e99fe4bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2037 | 2024.07.30 01:31:25.150869 [ 3 ] {c3fb9578-95a7-4c0c-b155-fe43019e2efc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 2038 | 2024.07.30 01:31:25.150915 [ 3 ] {c3fb9578-95a7-4c0c-b155-fe43019e2efc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2039 | 2024.07.30 01:31:25.151050 [ 3 ] {c3fb9578-95a7-4c0c-b155-fe43019e2efc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2040 | 2024.07.30 01:31:25.151343 [ 3 ] {c3fb9578-95a7-4c0c-b155-fe43019e2efc} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2041 | 2024.07.30 01:31:25.151379 [ 3 ] {c3fb9578-95a7-4c0c-b155-fe43019e2efc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2042 | 2024.07.30 01:31:25.151855 [ 3 ] {c3fb9578-95a7-4c0c-b155-fe43019e2efc} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2043 | 2024.07.30 01:31:25.152471 [ 3 ] {c3fb9578-95a7-4c0c-b155-fe43019e2efc} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2044 | 2024.07.30 01:31:25.152628 [ 3 ] {c3fb9578-95a7-4c0c-b155-fe43019e2efc} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001785 sec., 3361.3445378151264 rows/sec., 144.43 KiB/sec. | ||
| 2045 | 2024.07.30 01:31:25.152791 [ 3 ] {c3fb9578-95a7-4c0c-b155-fe43019e2efc} <Debug> DynamicQueryHandler: Done processing query | ||
| 2046 | 2024.07.30 01:31:25.152815 [ 3 ] {c3fb9578-95a7-4c0c-b155-fe43019e2efc} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2047 | 2024.07.30 01:31:25.152832 [ 3 ] {} <Debug> HTTP-Session: 06226e9e-9b15-415d-a1ea-c703e99fe4bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2048 | 2024.07.30 01:31:25.152991 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2049 | 2024.07.30 01:31:25.153041 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2050 | 2024.07.30 01:31:25.153062 [ 3 ] {} <Debug> HTTP-Session: 2e9a37b4-bd64-4739-9cdf-01839278c45b Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2051 | 2024.07.30 01:31:25.153078 [ 3 ] {} <Debug> HTTP-Session: 2e9a37b4-bd64-4739-9cdf-01839278c45b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2052 | 2024.07.30 01:31:25.153093 [ 3 ] {} <Debug> HTTP-Session: 2e9a37b4-bd64-4739-9cdf-01839278c45b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2053 | 2024.07.30 01:31:25.153124 [ 3 ] {} <Trace> HTTP-Session: 2e9a37b4-bd64-4739-9cdf-01839278c45b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2054 | 2024.07.30 01:31:25.153261 [ 3 ] {1c8d6e59-9b6f-4ea5-aaf2-abd28bc18e9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 2055 | 2024.07.30 01:31:25.153307 [ 3 ] {1c8d6e59-9b6f-4ea5-aaf2-abd28bc18e9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 2056 | 2024.07.30 01:31:25.153449 [ 3 ] {1c8d6e59-9b6f-4ea5-aaf2-abd28bc18e9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2057 | 2024.07.30 01:31:25.153778 [ 3 ] {1c8d6e59-9b6f-4ea5-aaf2-abd28bc18e9a} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2058 | 2024.07.30 01:31:25.153812 [ 3 ] {1c8d6e59-9b6f-4ea5-aaf2-abd28bc18e9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2059 | 2024.07.30 01:31:25.154257 [ 3 ] {1c8d6e59-9b6f-4ea5-aaf2-abd28bc18e9a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2060 | 2024.07.30 01:31:25.154903 [ 3 ] {1c8d6e59-9b6f-4ea5-aaf2-abd28bc18e9a} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2061 | 2024.07.30 01:31:25.155076 [ 3 ] {1c8d6e59-9b6f-4ea5-aaf2-abd28bc18e9a} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00187 sec., 41176.470588235294 rows/sec., 2.54 MiB/sec. | ||
| 2062 | 2024.07.30 01:31:25.155365 [ 3 ] {1c8d6e59-9b6f-4ea5-aaf2-abd28bc18e9a} <Debug> DynamicQueryHandler: Done processing query | ||
| 2063 | 2024.07.30 01:31:25.155390 [ 3 ] {1c8d6e59-9b6f-4ea5-aaf2-abd28bc18e9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2064 | 2024.07.30 01:31:25.155406 [ 3 ] {} <Debug> HTTP-Session: 2e9a37b4-bd64-4739-9cdf-01839278c45b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2065 | 2024.07.30 01:31:25.155591 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2066 | 2024.07.30 01:31:25.155641 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2067 | 2024.07.30 01:31:25.155660 [ 3 ] {} <Debug> HTTP-Session: c919fab2-4648-4d64-ad5c-5dd7f1005648 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2068 | 2024.07.30 01:31:25.155677 [ 3 ] {} <Debug> HTTP-Session: c919fab2-4648-4d64-ad5c-5dd7f1005648 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2069 | 2024.07.30 01:31:25.155691 [ 3 ] {} <Debug> HTTP-Session: c919fab2-4648-4d64-ad5c-5dd7f1005648 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2070 | 2024.07.30 01:31:25.155723 [ 3 ] {} <Trace> HTTP-Session: c919fab2-4648-4d64-ad5c-5dd7f1005648 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2071 | 2024.07.30 01:31:25.155888 [ 3 ] {6c740065-4728-49be-bf3d-210f99f372e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2072 | 2024.07.30 01:31:25.155933 [ 3 ] {6c740065-4728-49be-bf3d-210f99f372e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2073 | 2024.07.30 01:31:25.156096 [ 3 ] {6c740065-4728-49be-bf3d-210f99f372e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2074 | 2024.07.30 01:31:25.156496 [ 3 ] {6c740065-4728-49be-bf3d-210f99f372e7} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2075 | 2024.07.30 01:31:25.156532 [ 3 ] {6c740065-4728-49be-bf3d-210f99f372e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2076 | 2024.07.30 01:31:25.157021 [ 3 ] {6c740065-4728-49be-bf3d-210f99f372e7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2077 | 2024.07.30 01:31:25.157695 [ 3 ] {6c740065-4728-49be-bf3d-210f99f372e7} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2078 | 2024.07.30 01:31:25.157820 [ 3 ] {6c740065-4728-49be-bf3d-210f99f372e7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002018 sec., 79286.42220019823 rows/sec., 5.52 MiB/sec. | ||
| 2079 | 2024.07.30 01:31:25.157985 [ 3 ] {6c740065-4728-49be-bf3d-210f99f372e7} <Debug> DynamicQueryHandler: Done processing query | ||
| 2080 | 2024.07.30 01:31:25.158010 [ 3 ] {6c740065-4728-49be-bf3d-210f99f372e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2081 | 2024.07.30 01:31:25.158026 [ 3 ] {} <Debug> HTTP-Session: c919fab2-4648-4d64-ad5c-5dd7f1005648 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2082 | 2024.07.30 01:31:25.158164 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2083 | 2024.07.30 01:31:25.158214 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2084 | 2024.07.30 01:31:25.158233 [ 3 ] {} <Debug> HTTP-Session: d2ed712b-1e99-4387-9bf5-ad8355194f50 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2085 | 2024.07.30 01:31:25.158250 [ 3 ] {} <Debug> HTTP-Session: d2ed712b-1e99-4387-9bf5-ad8355194f50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2086 | 2024.07.30 01:31:25.158264 [ 3 ] {} <Debug> HTTP-Session: d2ed712b-1e99-4387-9bf5-ad8355194f50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2087 | 2024.07.30 01:31:25.158296 [ 3 ] {} <Trace> HTTP-Session: d2ed712b-1e99-4387-9bf5-ad8355194f50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2088 | 2024.07.30 01:31:25.158399 [ 3 ] {1f8a30ba-51f9-497c-809c-2951f170b57f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2089 | 2024.07.30 01:31:25.158443 [ 3 ] {1f8a30ba-51f9-497c-809c-2951f170b57f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2090 | 2024.07.30 01:31:25.158567 [ 3 ] {1f8a30ba-51f9-497c-809c-2951f170b57f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2091 | 2024.07.30 01:31:25.158856 [ 3 ] {1f8a30ba-51f9-497c-809c-2951f170b57f} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2092 | 2024.07.30 01:31:25.158890 [ 3 ] {1f8a30ba-51f9-497c-809c-2951f170b57f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2093 | 2024.07.30 01:31:25.159378 [ 3 ] {1f8a30ba-51f9-497c-809c-2951f170b57f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2094 | 2024.07.30 01:31:25.160027 [ 3 ] {1f8a30ba-51f9-497c-809c-2951f170b57f} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2095 | 2024.07.30 01:31:25.160153 [ 3 ] {1f8a30ba-51f9-497c-809c-2951f170b57f} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001785 sec., 12885.154061624651 rows/sec., 697.00 KiB/sec. | ||
| 2096 | 2024.07.30 01:31:25.160400 [ 3 ] {1f8a30ba-51f9-497c-809c-2951f170b57f} <Debug> DynamicQueryHandler: Done processing query | ||
| 2097 | 2024.07.30 01:31:25.160425 [ 3 ] {1f8a30ba-51f9-497c-809c-2951f170b57f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2098 | 2024.07.30 01:31:25.160441 [ 3 ] {} <Debug> HTTP-Session: d2ed712b-1e99-4387-9bf5-ad8355194f50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2099 | 2024.07.30 01:31:25.160566 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2100 | 2024.07.30 01:31:25.160616 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2101 | 2024.07.30 01:31:25.160636 [ 3 ] {} <Debug> HTTP-Session: 108272dd-9faf-428e-9df6-75487535c603 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2102 | 2024.07.30 01:31:25.160653 [ 3 ] {} <Debug> HTTP-Session: 108272dd-9faf-428e-9df6-75487535c603 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2103 | 2024.07.30 01:31:25.160667 [ 3 ] {} <Debug> HTTP-Session: 108272dd-9faf-428e-9df6-75487535c603 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2104 | 2024.07.30 01:31:25.160699 [ 3 ] {} <Trace> HTTP-Session: 108272dd-9faf-428e-9df6-75487535c603 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2105 | 2024.07.30 01:31:25.160818 [ 3 ] {42d149b4-cd54-447e-80b9-a8d076d37349} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2106 | 2024.07.30 01:31:25.160863 [ 3 ] {42d149b4-cd54-447e-80b9-a8d076d37349} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2107 | 2024.07.30 01:31:25.161006 [ 3 ] {42d149b4-cd54-447e-80b9-a8d076d37349} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2108 | 2024.07.30 01:31:25.161308 [ 3 ] {42d149b4-cd54-447e-80b9-a8d076d37349} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2109 | 2024.07.30 01:31:25.161343 [ 3 ] {42d149b4-cd54-447e-80b9-a8d076d37349} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2110 | 2024.07.30 01:31:25.161824 [ 3 ] {42d149b4-cd54-447e-80b9-a8d076d37349} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2111 | 2024.07.30 01:31:25.162518 [ 3 ] {42d149b4-cd54-447e-80b9-a8d076d37349} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2112 | 2024.07.30 01:31:25.162644 [ 3 ] {42d149b4-cd54-447e-80b9-a8d076d37349} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00187 sec., 32085.561497326205 rows/sec., 2.16 MiB/sec. | ||
| 2113 | 2024.07.30 01:31:25.162808 [ 3 ] {42d149b4-cd54-447e-80b9-a8d076d37349} <Debug> DynamicQueryHandler: Done processing query | ||
| 2114 | 2024.07.30 01:31:25.162832 [ 3 ] {42d149b4-cd54-447e-80b9-a8d076d37349} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2115 | 2024.07.30 01:31:25.162848 [ 3 ] {} <Debug> HTTP-Session: 108272dd-9faf-428e-9df6-75487535c603 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2116 | 2024.07.30 01:31:27.804090 [ 77 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2117 | 2024.07.30 01:31:27.804150 [ 77 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2118 | 2024.07.30 01:31:30.128994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 1056, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2119 | 2024.07.30 01:31:30.129170 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2120 | 2024.07.30 01:31:30.129216 [ 3 ] {} <Debug> HTTP-Session: b9d0f9ef-8056-4df6-a9d2-908122d4e6cc Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2121 | 2024.07.30 01:31:30.129258 [ 3 ] {} <Debug> HTTP-Session: b9d0f9ef-8056-4df6-a9d2-908122d4e6cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2122 | 2024.07.30 01:31:30.129287 [ 3 ] {} <Debug> HTTP-Session: b9d0f9ef-8056-4df6-a9d2-908122d4e6cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2123 | 2024.07.30 01:31:30.129379 [ 3 ] {} <Trace> HTTP-Session: b9d0f9ef-8056-4df6-a9d2-908122d4e6cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2124 | 2024.07.30 01:31:30.129794 [ 3 ] {41a87d11-6ca0-4ecb-9836-54dfd2568a67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2125 | 2024.07.30 01:31:30.130185 [ 3 ] {41a87d11-6ca0-4ecb-9836-54dfd2568a67} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2126 | 2024.07.30 01:31:30.130234 [ 3 ] {41a87d11-6ca0-4ecb-9836-54dfd2568a67} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2127 | 2024.07.30 01:31:30.130564 [ 3 ] {41a87d11-6ca0-4ecb-9836-54dfd2568a67} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2128 | 2024.07.30 01:31:30.130647 [ 3 ] {41a87d11-6ca0-4ecb-9836-54dfd2568a67} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2129 | 2024.07.30 01:31:30.130826 [ 3 ] {41a87d11-6ca0-4ecb-9836-54dfd2568a67} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 2130 | 2024.07.30 01:31:30.131004 [ 251 ] {41a87d11-6ca0-4ecb-9836-54dfd2568a67} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2131 | 2024.07.30 01:31:30.131020 [ 254 ] {41a87d11-6ca0-4ecb-9836-54dfd2568a67} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2132 | 2024.07.30 01:31:30.131206 [ 3 ] {41a87d11-6ca0-4ecb-9836-54dfd2568a67} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (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 | ||
| 2133 | 2024.07.30 01:31:30.131239 [ 3 ] {41a87d11-6ca0-4ecb-9836-54dfd2568a67} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2134 | 2024.07.30 01:31:30.131380 [ 3 ] {41a87d11-6ca0-4ecb-9836-54dfd2568a67} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2135 | 2024.07.30 01:31:30.131419 [ 3 ] {41a87d11-6ca0-4ecb-9836-54dfd2568a67} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 2136 | 2024.07.30 01:31:30.131475 [ 3 ] {41a87d11-6ca0-4ecb-9836-54dfd2568a67} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2137 | 2024.07.30 01:31:30.131521 [ 3 ] {41a87d11-6ca0-4ecb-9836-54dfd2568a67} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2138 | 2024.07.30 01:31:30.133476 [ 3 ] {41a87d11-6ca0-4ecb-9836-54dfd2568a67} <Debug> executeQuery: Read 30 rows, 1.09 KiB in 0.003862 sec., 7767.995857068876 rows/sec., 282.20 KiB/sec. | ||
| 2139 | 2024.07.30 01:31:30.133855 [ 3 ] {41a87d11-6ca0-4ecb-9836-54dfd2568a67} <Debug> DynamicQueryHandler: Done processing query | ||
| 2140 | 2024.07.30 01:31:30.133887 [ 3 ] {41a87d11-6ca0-4ecb-9836-54dfd2568a67} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 2141 | 2024.07.30 01:31:30.133909 [ 3 ] {} <Debug> HTTP-Session: b9d0f9ef-8056-4df6-a9d2-908122d4e6cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2142 | 2024.07.30 01:31:30.134144 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 1094, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2143 | 2024.07.30 01:31:30.134209 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2144 | 2024.07.30 01:31:30.134233 [ 3 ] {} <Debug> HTTP-Session: 340d1321-a392-401c-b5e6-64e3b637588f Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2145 | 2024.07.30 01:31:30.134256 [ 3 ] {} <Debug> HTTP-Session: 340d1321-a392-401c-b5e6-64e3b637588f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2146 | 2024.07.30 01:31:30.134273 [ 3 ] {} <Debug> HTTP-Session: 340d1321-a392-401c-b5e6-64e3b637588f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2147 | 2024.07.30 01:31:30.134317 [ 3 ] {} <Trace> HTTP-Session: 340d1321-a392-401c-b5e6-64e3b637588f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2148 | 2024.07.30 01:31:30.134487 [ 3 ] {235019ee-2c81-4151-afbd-d964c54ccb05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2149 | 2024.07.30 01:31:30.134781 [ 3 ] {235019ee-2c81-4151-afbd-d964c54ccb05} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2150 | 2024.07.30 01:31:30.134832 [ 3 ] {235019ee-2c81-4151-afbd-d964c54ccb05} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2151 | 2024.07.30 01:31:30.135124 [ 3 ] {235019ee-2c81-4151-afbd-d964c54ccb05} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2152 | 2024.07.30 01:31:30.135190 [ 3 ] {235019ee-2c81-4151-afbd-d964c54ccb05} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2153 | 2024.07.30 01:31:30.135332 [ 3 ] {235019ee-2c81-4151-afbd-d964c54ccb05} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 2154 | 2024.07.30 01:31:30.135431 [ 259 ] {235019ee-2c81-4151-afbd-d964c54ccb05} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2155 | 2024.07.30 01:31:30.135467 [ 258 ] {235019ee-2c81-4151-afbd-d964c54ccb05} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2156 | 2024.07.30 01:31:30.135618 [ 3 ] {235019ee-2c81-4151-afbd-d964c54ccb05} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (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 | ||
| 2157 | 2024.07.30 01:31:30.135649 [ 3 ] {235019ee-2c81-4151-afbd-d964c54ccb05} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2158 | 2024.07.30 01:31:30.135726 [ 3 ] {235019ee-2c81-4151-afbd-d964c54ccb05} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2159 | 2024.07.30 01:31:30.135748 [ 3 ] {235019ee-2c81-4151-afbd-d964c54ccb05} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 2160 | 2024.07.30 01:31:30.135789 [ 3 ] {235019ee-2c81-4151-afbd-d964c54ccb05} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2161 | 2024.07.30 01:31:30.135831 [ 3 ] {235019ee-2c81-4151-afbd-d964c54ccb05} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2162 | 2024.07.30 01:31:30.136965 [ 3 ] {235019ee-2c81-4151-afbd-d964c54ccb05} <Debug> executeQuery: Read 30 rows, 1.09 KiB in 0.00256 sec., 11718.749999999998 rows/sec., 425.72 KiB/sec. | ||
| 2163 | 2024.07.30 01:31:30.137253 [ 3 ] {235019ee-2c81-4151-afbd-d964c54ccb05} <Debug> DynamicQueryHandler: Done processing query | ||
| 2164 | 2024.07.30 01:31:30.137278 [ 3 ] {235019ee-2c81-4151-afbd-d964c54ccb05} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 2165 | 2024.07.30 01:31:30.137294 [ 3 ] {} <Debug> HTTP-Session: 340d1321-a392-401c-b5e6-64e3b637588f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2166 | 2024.07.30 01:31:30.137511 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 1128, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2167 | 2024.07.30 01:31:30.137561 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2168 | 2024.07.30 01:31:30.137581 [ 3 ] {} <Debug> HTTP-Session: 0d442e13-4f9c-44bc-8407-9d63a6732d1f Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2169 | 2024.07.30 01:31:30.137599 [ 3 ] {} <Debug> HTTP-Session: 0d442e13-4f9c-44bc-8407-9d63a6732d1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2170 | 2024.07.30 01:31:30.137613 [ 3 ] {} <Debug> HTTP-Session: 0d442e13-4f9c-44bc-8407-9d63a6732d1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2171 | 2024.07.30 01:31:30.137646 [ 3 ] {} <Trace> HTTP-Session: 0d442e13-4f9c-44bc-8407-9d63a6732d1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2172 | 2024.07.30 01:31:30.137800 [ 3 ] {ddff4b4d-c09b-4e3b-a761-aa2df5e6f077} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2173 | 2024.07.30 01:31:30.138083 [ 3 ] {ddff4b4d-c09b-4e3b-a761-aa2df5e6f077} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2174 | 2024.07.30 01:31:30.138129 [ 3 ] {ddff4b4d-c09b-4e3b-a761-aa2df5e6f077} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2175 | 2024.07.30 01:31:30.138421 [ 3 ] {ddff4b4d-c09b-4e3b-a761-aa2df5e6f077} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2176 | 2024.07.30 01:31:30.138488 [ 3 ] {ddff4b4d-c09b-4e3b-a761-aa2df5e6f077} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2177 | 2024.07.30 01:31:30.138623 [ 3 ] {ddff4b4d-c09b-4e3b-a761-aa2df5e6f077} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 2178 | 2024.07.30 01:31:30.138721 [ 251 ] {ddff4b4d-c09b-4e3b-a761-aa2df5e6f077} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2179 | 2024.07.30 01:31:30.138728 [ 255 ] {ddff4b4d-c09b-4e3b-a761-aa2df5e6f077} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2180 | 2024.07.30 01:31:30.138832 [ 3 ] {ddff4b4d-c09b-4e3b-a761-aa2df5e6f077} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (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 | ||
| 2181 | 2024.07.30 01:31:30.138855 [ 3 ] {ddff4b4d-c09b-4e3b-a761-aa2df5e6f077} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2182 | 2024.07.30 01:31:30.138932 [ 3 ] {ddff4b4d-c09b-4e3b-a761-aa2df5e6f077} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2183 | 2024.07.30 01:31:30.138954 [ 3 ] {ddff4b4d-c09b-4e3b-a761-aa2df5e6f077} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 2184 | 2024.07.30 01:31:30.138991 [ 3 ] {ddff4b4d-c09b-4e3b-a761-aa2df5e6f077} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2185 | 2024.07.30 01:31:30.139030 [ 3 ] {ddff4b4d-c09b-4e3b-a761-aa2df5e6f077} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2186 | 2024.07.30 01:31:30.140183 [ 3 ] {ddff4b4d-c09b-4e3b-a761-aa2df5e6f077} <Debug> executeQuery: Read 30 rows, 1.09 KiB in 0.002458 sec., 12205.044751830756 rows/sec., 443.39 KiB/sec. | ||
| 2187 | 2024.07.30 01:31:30.140476 [ 3 ] {ddff4b4d-c09b-4e3b-a761-aa2df5e6f077} <Debug> DynamicQueryHandler: Done processing query | ||
| 2188 | 2024.07.30 01:31:30.140501 [ 3 ] {ddff4b4d-c09b-4e3b-a761-aa2df5e6f077} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 2189 | 2024.07.30 01:31:30.140518 [ 3 ] {} <Debug> HTTP-Session: 0d442e13-4f9c-44bc-8407-9d63a6732d1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2190 | 2024.07.30 01:31:30.140732 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 1165, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2191 | 2024.07.30 01:31:30.140782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2192 | 2024.07.30 01:31:30.140802 [ 3 ] {} <Debug> HTTP-Session: aca6ce2d-d22c-45c3-afa4-df1985c0ab94 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2193 | 2024.07.30 01:31:30.140820 [ 3 ] {} <Debug> HTTP-Session: aca6ce2d-d22c-45c3-afa4-df1985c0ab94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2194 | 2024.07.30 01:31:30.140833 [ 3 ] {} <Debug> HTTP-Session: aca6ce2d-d22c-45c3-afa4-df1985c0ab94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2195 | 2024.07.30 01:31:30.140866 [ 3 ] {} <Trace> HTTP-Session: aca6ce2d-d22c-45c3-afa4-df1985c0ab94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2196 | 2024.07.30 01:31:30.141032 [ 3 ] {e368b855-24e8-49dd-940c-954256208fb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2197 | 2024.07.30 01:31:30.141319 [ 3 ] {e368b855-24e8-49dd-940c-954256208fb9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2198 | 2024.07.30 01:31:30.141366 [ 3 ] {e368b855-24e8-49dd-940c-954256208fb9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2199 | 2024.07.30 01:31:30.141659 [ 3 ] {e368b855-24e8-49dd-940c-954256208fb9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2200 | 2024.07.30 01:31:30.141724 [ 3 ] {e368b855-24e8-49dd-940c-954256208fb9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2201 | 2024.07.30 01:31:30.141860 [ 3 ] {e368b855-24e8-49dd-940c-954256208fb9} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 2202 | 2024.07.30 01:31:30.141937 [ 255 ] {e368b855-24e8-49dd-940c-954256208fb9} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2203 | 2024.07.30 01:31:30.141944 [ 259 ] {e368b855-24e8-49dd-940c-954256208fb9} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2204 | 2024.07.30 01:31:30.142023 [ 3 ] {e368b855-24e8-49dd-940c-954256208fb9} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (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 | ||
| 2205 | 2024.07.30 01:31:30.142047 [ 3 ] {e368b855-24e8-49dd-940c-954256208fb9} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2206 | 2024.07.30 01:31:30.142120 [ 3 ] {e368b855-24e8-49dd-940c-954256208fb9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2207 | 2024.07.30 01:31:30.142140 [ 3 ] {e368b855-24e8-49dd-940c-954256208fb9} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 2208 | 2024.07.30 01:31:30.142178 [ 3 ] {e368b855-24e8-49dd-940c-954256208fb9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2209 | 2024.07.30 01:31:30.142216 [ 3 ] {e368b855-24e8-49dd-940c-954256208fb9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2210 | 2024.07.30 01:31:30.143426 [ 3 ] {e368b855-24e8-49dd-940c-954256208fb9} <Debug> executeQuery: Read 30 rows, 1.09 KiB in 0.002469 sec., 12150.668286755772 rows/sec., 441.41 KiB/sec. | ||
| 2211 | 2024.07.30 01:31:30.143714 [ 3 ] {e368b855-24e8-49dd-940c-954256208fb9} <Debug> DynamicQueryHandler: Done processing query | ||
| 2212 | 2024.07.30 01:31:30.143739 [ 3 ] {e368b855-24e8-49dd-940c-954256208fb9} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 2213 | 2024.07.30 01:31:30.143756 [ 3 ] {} <Debug> HTTP-Session: aca6ce2d-d22c-45c3-afa4-df1985c0ab94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2214 | 2024.07.30 01:31:30.143957 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 1204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2215 | 2024.07.30 01:31:30.144006 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2216 | 2024.07.30 01:31:30.144026 [ 3 ] {} <Debug> HTTP-Session: ae9bf4b1-914a-4f2b-afbc-474b84b387dd Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2217 | 2024.07.30 01:31:30.144043 [ 3 ] {} <Debug> HTTP-Session: ae9bf4b1-914a-4f2b-afbc-474b84b387dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2218 | 2024.07.30 01:31:30.144058 [ 3 ] {} <Debug> HTTP-Session: ae9bf4b1-914a-4f2b-afbc-474b84b387dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2219 | 2024.07.30 01:31:30.144091 [ 3 ] {} <Trace> HTTP-Session: ae9bf4b1-914a-4f2b-afbc-474b84b387dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2220 | 2024.07.30 01:31:30.144243 [ 3 ] {5b307c7c-032b-449b-b137-3ae02ee500f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2221 | 2024.07.30 01:31:30.144530 [ 3 ] {5b307c7c-032b-449b-b137-3ae02ee500f1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2222 | 2024.07.30 01:31:30.144576 [ 3 ] {5b307c7c-032b-449b-b137-3ae02ee500f1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2223 | 2024.07.30 01:31:30.144878 [ 3 ] {5b307c7c-032b-449b-b137-3ae02ee500f1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2224 | 2024.07.30 01:31:30.144943 [ 3 ] {5b307c7c-032b-449b-b137-3ae02ee500f1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2225 | 2024.07.30 01:31:30.145082 [ 3 ] {5b307c7c-032b-449b-b137-3ae02ee500f1} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 2226 | 2024.07.30 01:31:30.145184 [ 258 ] {5b307c7c-032b-449b-b137-3ae02ee500f1} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2227 | 2024.07.30 01:31:30.145188 [ 259 ] {5b307c7c-032b-449b-b137-3ae02ee500f1} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2228 | 2024.07.30 01:31:30.145289 [ 3 ] {5b307c7c-032b-449b-b137-3ae02ee500f1} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (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 | ||
| 2229 | 2024.07.30 01:31:30.145312 [ 3 ] {5b307c7c-032b-449b-b137-3ae02ee500f1} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2230 | 2024.07.30 01:31:30.145389 [ 3 ] {5b307c7c-032b-449b-b137-3ae02ee500f1} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2231 | 2024.07.30 01:31:30.145409 [ 3 ] {5b307c7c-032b-449b-b137-3ae02ee500f1} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 2232 | 2024.07.30 01:31:30.145447 [ 3 ] {5b307c7c-032b-449b-b137-3ae02ee500f1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2233 | 2024.07.30 01:31:30.145487 [ 3 ] {5b307c7c-032b-449b-b137-3ae02ee500f1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2234 | 2024.07.30 01:31:30.146598 [ 3 ] {5b307c7c-032b-449b-b137-3ae02ee500f1} <Debug> executeQuery: Read 30 rows, 1.09 KiB in 0.002432 sec., 12335.526315789473 rows/sec., 448.13 KiB/sec. | ||
| 2235 | 2024.07.30 01:31:30.146867 [ 3 ] {5b307c7c-032b-449b-b137-3ae02ee500f1} <Debug> DynamicQueryHandler: Done processing query | ||
| 2236 | 2024.07.30 01:31:30.146892 [ 3 ] {5b307c7c-032b-449b-b137-3ae02ee500f1} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 2237 | 2024.07.30 01:31:30.146909 [ 3 ] {} <Debug> HTTP-Session: ae9bf4b1-914a-4f2b-afbc-474b84b387dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2238 | 2024.07.30 01:31:30.147148 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 1237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2239 | 2024.07.30 01:31:30.147197 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2240 | 2024.07.30 01:31:30.147217 [ 3 ] {} <Debug> HTTP-Session: 8ca7ce0d-48a1-45ab-8fba-d9cb6cae2965 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2241 | 2024.07.30 01:31:30.147233 [ 3 ] {} <Debug> HTTP-Session: 8ca7ce0d-48a1-45ab-8fba-d9cb6cae2965 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2242 | 2024.07.30 01:31:30.147248 [ 3 ] {} <Debug> HTTP-Session: 8ca7ce0d-48a1-45ab-8fba-d9cb6cae2965 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2243 | 2024.07.30 01:31:30.147279 [ 3 ] {} <Trace> HTTP-Session: 8ca7ce0d-48a1-45ab-8fba-d9cb6cae2965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2244 | 2024.07.30 01:31:30.147428 [ 3 ] {9dce8417-278b-4832-84ab-677437d716ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2245 | 2024.07.30 01:31:30.147718 [ 3 ] {9dce8417-278b-4832-84ab-677437d716ad} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2246 | 2024.07.30 01:31:30.147765 [ 3 ] {9dce8417-278b-4832-84ab-677437d716ad} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2247 | 2024.07.30 01:31:30.148066 [ 3 ] {9dce8417-278b-4832-84ab-677437d716ad} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2248 | 2024.07.30 01:31:30.148130 [ 3 ] {9dce8417-278b-4832-84ab-677437d716ad} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2249 | 2024.07.30 01:31:30.148265 [ 3 ] {9dce8417-278b-4832-84ab-677437d716ad} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 2250 | 2024.07.30 01:31:30.148357 [ 258 ] {9dce8417-278b-4832-84ab-677437d716ad} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2251 | 2024.07.30 01:31:30.148372 [ 251 ] {9dce8417-278b-4832-84ab-677437d716ad} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2252 | 2024.07.30 01:31:30.148482 [ 3 ] {9dce8417-278b-4832-84ab-677437d716ad} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (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 | ||
| 2253 | 2024.07.30 01:31:30.148511 [ 3 ] {9dce8417-278b-4832-84ab-677437d716ad} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2254 | 2024.07.30 01:31:30.148588 [ 3 ] {9dce8417-278b-4832-84ab-677437d716ad} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2255 | 2024.07.30 01:31:30.148608 [ 3 ] {9dce8417-278b-4832-84ab-677437d716ad} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 2256 | 2024.07.30 01:31:30.148646 [ 3 ] {9dce8417-278b-4832-84ab-677437d716ad} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2257 | 2024.07.30 01:31:30.148685 [ 3 ] {9dce8417-278b-4832-84ab-677437d716ad} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2258 | 2024.07.30 01:31:30.150041 [ 3 ] {9dce8417-278b-4832-84ab-677437d716ad} <Debug> executeQuery: Read 30 rows, 1.09 KiB in 0.002688 sec., 11160.714285714286 rows/sec., 405.45 KiB/sec. | ||
| 2259 | 2024.07.30 01:31:30.150334 [ 3 ] {9dce8417-278b-4832-84ab-677437d716ad} <Debug> DynamicQueryHandler: Done processing query | ||
| 2260 | 2024.07.30 01:31:30.150358 [ 3 ] {9dce8417-278b-4832-84ab-677437d716ad} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 2261 | 2024.07.30 01:31:30.150375 [ 3 ] {} <Debug> HTTP-Session: 8ca7ce0d-48a1-45ab-8fba-d9cb6cae2965 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2262 | 2024.07.30 01:31:30.164809 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 1942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2263 | 2024.07.30 01:31:30.164906 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2264 | 2024.07.30 01:31:30.164946 [ 3 ] {} <Debug> HTTP-Session: e7f47e99-e3bd-4fac-a3f1-505985c76727 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2265 | 2024.07.30 01:31:30.164980 [ 3 ] {} <Debug> HTTP-Session: e7f47e99-e3bd-4fac-a3f1-505985c76727 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2266 | 2024.07.30 01:31:30.165007 [ 3 ] {} <Debug> HTTP-Session: e7f47e99-e3bd-4fac-a3f1-505985c76727 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2267 | 2024.07.30 01:31:30.165070 [ 3 ] {} <Trace> HTTP-Session: e7f47e99-e3bd-4fac-a3f1-505985c76727 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2268 | 2024.07.30 01:31:30.165286 [ 3 ] {ee435bf9-7ed7-4414-9101-c8d30c6c3263} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 2269 | 2024.07.30 01:31:30.165375 [ 3 ] {ee435bf9-7ed7-4414-9101-c8d30c6c3263} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2270 | 2024.07.30 01:31:30.165565 [ 3 ] {ee435bf9-7ed7-4414-9101-c8d30c6c3263} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2271 | 2024.07.30 01:31:30.165907 [ 3 ] {ee435bf9-7ed7-4414-9101-c8d30c6c3263} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2272 | 2024.07.30 01:31:30.165945 [ 3 ] {ee435bf9-7ed7-4414-9101-c8d30c6c3263} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2273 | 2024.07.30 01:31:30.166428 [ 3 ] {ee435bf9-7ed7-4414-9101-c8d30c6c3263} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2274 | 2024.07.30 01:31:30.166760 [ 3 ] {ee435bf9-7ed7-4414-9101-c8d30c6c3263} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2275 | 2024.07.30 01:31:30.166911 [ 3 ] {ee435bf9-7ed7-4414-9101-c8d30c6c3263} <Debug> executeQuery: Read 6 rows, 996.00 B in 0.001702 sec., 3525.2643948296122 rows/sec., 571.48 KiB/sec. | ||
| 2276 | 2024.07.30 01:31:30.167125 [ 3 ] {ee435bf9-7ed7-4414-9101-c8d30c6c3263} <Debug> DynamicQueryHandler: Done processing query | ||
| 2277 | 2024.07.30 01:31:30.167149 [ 3 ] {ee435bf9-7ed7-4414-9101-c8d30c6c3263} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2278 | 2024.07.30 01:31:30.167165 [ 3 ] {} <Debug> HTTP-Session: e7f47e99-e3bd-4fac-a3f1-505985c76727 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2279 | 2024.07.30 01:31:30.167289 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 12825, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2280 | 2024.07.30 01:31:30.167338 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2281 | 2024.07.30 01:31:30.167357 [ 3 ] {} <Debug> HTTP-Session: ae747ecb-67ad-4bf6-9ede-c986a480276e Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2282 | 2024.07.30 01:31:30.167374 [ 3 ] {} <Debug> HTTP-Session: ae747ecb-67ad-4bf6-9ede-c986a480276e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2283 | 2024.07.30 01:31:30.167388 [ 3 ] {} <Debug> HTTP-Session: ae747ecb-67ad-4bf6-9ede-c986a480276e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2284 | 2024.07.30 01:31:30.167419 [ 3 ] {} <Trace> HTTP-Session: ae747ecb-67ad-4bf6-9ede-c986a480276e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2285 | 2024.07.30 01:31:30.167542 [ 3 ] {e8c60d1f-747e-45d8-b25b-ba6353cc298e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2286 | 2024.07.30 01:31:30.167586 [ 3 ] {e8c60d1f-747e-45d8-b25b-ba6353cc298e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2287 | 2024.07.30 01:31:30.167711 [ 3 ] {e8c60d1f-747e-45d8-b25b-ba6353cc298e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2288 | 2024.07.30 01:31:30.168075 [ 3 ] {e8c60d1f-747e-45d8-b25b-ba6353cc298e} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2289 | 2024.07.30 01:31:30.168112 [ 3 ] {e8c60d1f-747e-45d8-b25b-ba6353cc298e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2290 | 2024.07.30 01:31:30.168424 [ 3 ] {e8c60d1f-747e-45d8-b25b-ba6353cc298e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2291 | 2024.07.30 01:31:30.168737 [ 3 ] {e8c60d1f-747e-45d8-b25b-ba6353cc298e} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2292 | 2024.07.30 01:31:30.168897 [ 3 ] {e8c60d1f-747e-45d8-b25b-ba6353cc298e} <Debug> executeQuery: Read 92 rows, 7.22 KiB in 0.0014 sec., 65714.28571428571 rows/sec., 5.03 MiB/sec. | ||
| 2293 | 2024.07.30 01:31:30.169170 [ 3 ] {e8c60d1f-747e-45d8-b25b-ba6353cc298e} <Debug> DynamicQueryHandler: Done processing query | ||
| 2294 | 2024.07.30 01:31:30.169195 [ 3 ] {e8c60d1f-747e-45d8-b25b-ba6353cc298e} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 2295 | 2024.07.30 01:31:30.169211 [ 3 ] {} <Debug> HTTP-Session: ae747ecb-67ad-4bf6-9ede-c986a480276e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2296 | 2024.07.30 01:31:30.169331 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14934, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2297 | 2024.07.30 01:31:30.169381 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2298 | 2024.07.30 01:31:30.169401 [ 3 ] {} <Debug> HTTP-Session: 0dca47b7-e0f7-4ebe-98a9-c800e5301f62 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2299 | 2024.07.30 01:31:30.169417 [ 3 ] {} <Debug> HTTP-Session: 0dca47b7-e0f7-4ebe-98a9-c800e5301f62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2300 | 2024.07.30 01:31:30.169431 [ 3 ] {} <Debug> HTTP-Session: 0dca47b7-e0f7-4ebe-98a9-c800e5301f62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2301 | 2024.07.30 01:31:30.169463 [ 3 ] {} <Trace> HTTP-Session: 0dca47b7-e0f7-4ebe-98a9-c800e5301f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2302 | 2024.07.30 01:31:30.169585 [ 3 ] {8dea3680-f6f2-4b7e-8129-75a068a823c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2303 | 2024.07.30 01:31:30.169627 [ 3 ] {8dea3680-f6f2-4b7e-8129-75a068a823c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2304 | 2024.07.30 01:31:30.169765 [ 3 ] {8dea3680-f6f2-4b7e-8129-75a068a823c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2305 | 2024.07.30 01:31:30.170114 [ 3 ] {8dea3680-f6f2-4b7e-8129-75a068a823c9} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2306 | 2024.07.30 01:31:30.170150 [ 3 ] {8dea3680-f6f2-4b7e-8129-75a068a823c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2307 | 2024.07.30 01:31:30.170459 [ 3 ] {8dea3680-f6f2-4b7e-8129-75a068a823c9} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2308 | 2024.07.30 01:31:30.170791 [ 3 ] {8dea3680-f6f2-4b7e-8129-75a068a823c9} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2309 | 2024.07.30 01:31:30.170964 [ 3 ] {8dea3680-f6f2-4b7e-8129-75a068a823c9} <Debug> executeQuery: Read 88 rows, 7.01 KiB in 0.001425 sec., 61754.385964912275 rows/sec., 4.81 MiB/sec. | ||
| 2310 | 2024.07.30 01:31:30.171128 [ 3 ] {8dea3680-f6f2-4b7e-8129-75a068a823c9} <Debug> DynamicQueryHandler: Done processing query | ||
| 2311 | 2024.07.30 01:31:30.171152 [ 3 ] {8dea3680-f6f2-4b7e-8129-75a068a823c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 2312 | 2024.07.30 01:31:30.171167 [ 3 ] {} <Debug> HTTP-Session: 0dca47b7-e0f7-4ebe-98a9-c800e5301f62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2313 | 2024.07.30 01:31:30.171335 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 62920, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2314 | 2024.07.30 01:31:30.171383 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2315 | 2024.07.30 01:31:30.171402 [ 3 ] {} <Debug> HTTP-Session: 6c036406-6fc3-4e2f-9bef-11486d61b067 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2316 | 2024.07.30 01:31:30.171418 [ 3 ] {} <Debug> HTTP-Session: 6c036406-6fc3-4e2f-9bef-11486d61b067 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2317 | 2024.07.30 01:31:30.171432 [ 3 ] {} <Debug> HTTP-Session: 6c036406-6fc3-4e2f-9bef-11486d61b067 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2318 | 2024.07.30 01:31:30.171464 [ 3 ] {} <Trace> HTTP-Session: 6c036406-6fc3-4e2f-9bef-11486d61b067 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2319 | 2024.07.30 01:31:30.171750 [ 3 ] {b7f6beac-eb03-4db0-add5-61a248cfcd0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2320 | 2024.07.30 01:31:30.171802 [ 3 ] {b7f6beac-eb03-4db0-add5-61a248cfcd0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2321 | 2024.07.30 01:31:30.171951 [ 3 ] {b7f6beac-eb03-4db0-add5-61a248cfcd0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2322 | 2024.07.30 01:31:30.172449 [ 3 ] {b7f6beac-eb03-4db0-add5-61a248cfcd0e} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2323 | 2024.07.30 01:31:30.172485 [ 3 ] {b7f6beac-eb03-4db0-add5-61a248cfcd0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2324 | 2024.07.30 01:31:30.172903 [ 3 ] {b7f6beac-eb03-4db0-add5-61a248cfcd0e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2325 | 2024.07.30 01:31:30.173251 [ 3 ] {b7f6beac-eb03-4db0-add5-61a248cfcd0e} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2326 | 2024.07.30 01:31:30.173416 [ 3 ] {b7f6beac-eb03-4db0-add5-61a248cfcd0e} <Debug> executeQuery: Read 328 rows, 23.55 KiB in 0.001857 sec., 176628.97145934304 rows/sec., 12.39 MiB/sec. | ||
| 2327 | 2024.07.30 01:31:30.173586 [ 3 ] {b7f6beac-eb03-4db0-add5-61a248cfcd0e} <Debug> DynamicQueryHandler: Done processing query | ||
| 2328 | 2024.07.30 01:31:30.173610 [ 3 ] {b7f6beac-eb03-4db0-add5-61a248cfcd0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 2329 | 2024.07.30 01:31:30.173626 [ 3 ] {} <Debug> HTTP-Session: 6c036406-6fc3-4e2f-9bef-11486d61b067 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2330 | 2024.07.30 01:31:30.173767 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2331 | 2024.07.30 01:31:30.173817 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2332 | 2024.07.30 01:31:30.173836 [ 3 ] {} <Debug> HTTP-Session: 7eb4390c-3a07-45f3-b066-a575c5e12285 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2333 | 2024.07.30 01:31:30.173853 [ 3 ] {} <Debug> HTTP-Session: 7eb4390c-3a07-45f3-b066-a575c5e12285 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2334 | 2024.07.30 01:31:30.173868 [ 3 ] {} <Debug> HTTP-Session: 7eb4390c-3a07-45f3-b066-a575c5e12285 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2335 | 2024.07.30 01:31:30.173899 [ 3 ] {} <Trace> HTTP-Session: 7eb4390c-3a07-45f3-b066-a575c5e12285 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2336 | 2024.07.30 01:31:30.174031 [ 3 ] {40824e73-4c06-4091-9057-8089d75a1fdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2337 | 2024.07.30 01:31:30.174076 [ 3 ] {40824e73-4c06-4091-9057-8089d75a1fdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2338 | 2024.07.30 01:31:30.174201 [ 3 ] {40824e73-4c06-4091-9057-8089d75a1fdb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2339 | 2024.07.30 01:31:30.174492 [ 3 ] {40824e73-4c06-4091-9057-8089d75a1fdb} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2340 | 2024.07.30 01:31:30.174528 [ 3 ] {40824e73-4c06-4091-9057-8089d75a1fdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2341 | 2024.07.30 01:31:30.174891 [ 3 ] {40824e73-4c06-4091-9057-8089d75a1fdb} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2342 | 2024.07.30 01:31:30.175223 [ 3 ] {40824e73-4c06-4091-9057-8089d75a1fdb} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2343 | 2024.07.30 01:31:30.175387 [ 3 ] {40824e73-4c06-4091-9057-8089d75a1fdb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001401 sec., 42826.55246252677 rows/sec., 2.89 MiB/sec. | ||
| 2344 | 2024.07.30 01:31:30.175552 [ 3 ] {40824e73-4c06-4091-9057-8089d75a1fdb} <Debug> DynamicQueryHandler: Done processing query | ||
| 2345 | 2024.07.30 01:31:30.175576 [ 3 ] {40824e73-4c06-4091-9057-8089d75a1fdb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2346 | 2024.07.30 01:31:30.175591 [ 3 ] {} <Debug> HTTP-Session: 7eb4390c-3a07-45f3-b066-a575c5e12285 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2347 | 2024.07.30 01:31:35.142170 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2348 | 2024.07.30 01:31:35.142316 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2349 | 2024.07.30 01:31:35.142345 [ 3 ] {} <Debug> HTTP-Session: 6aace230-6b56-4ff3-91c1-5a2393f110f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2350 | 2024.07.30 01:31:35.142373 [ 3 ] {} <Debug> HTTP-Session: 6aace230-6b56-4ff3-91c1-5a2393f110f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2351 | 2024.07.30 01:31:35.142392 [ 3 ] {} <Debug> HTTP-Session: 6aace230-6b56-4ff3-91c1-5a2393f110f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2352 | 2024.07.30 01:31:35.142449 [ 3 ] {} <Trace> HTTP-Session: 6aace230-6b56-4ff3-91c1-5a2393f110f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2353 | 2024.07.30 01:31:35.142644 [ 3 ] {73bdecb5-b39c-4f44-adb4-77eb6d7e02da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2354 | 2024.07.30 01:31:35.142711 [ 3 ] {73bdecb5-b39c-4f44-adb4-77eb6d7e02da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2355 | 2024.07.30 01:31:35.142905 [ 3 ] {73bdecb5-b39c-4f44-adb4-77eb6d7e02da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2356 | 2024.07.30 01:31:35.143390 [ 3 ] {73bdecb5-b39c-4f44-adb4-77eb6d7e02da} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2357 | 2024.07.30 01:31:35.143430 [ 3 ] {73bdecb5-b39c-4f44-adb4-77eb6d7e02da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2358 | 2024.07.30 01:31:35.143804 [ 3 ] {73bdecb5-b39c-4f44-adb4-77eb6d7e02da} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2359 | 2024.07.30 01:31:35.144146 [ 3 ] {73bdecb5-b39c-4f44-adb4-77eb6d7e02da} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2360 | 2024.07.30 01:31:35.144310 [ 3 ] {73bdecb5-b39c-4f44-adb4-77eb6d7e02da} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001712 sec., 3504.6728971962616 rows/sec., 198.51 KiB/sec. | ||
| 2361 | 2024.07.30 01:31:35.144505 [ 3 ] {73bdecb5-b39c-4f44-adb4-77eb6d7e02da} <Debug> DynamicQueryHandler: Done processing query | ||
| 2362 | 2024.07.30 01:31:35.144532 [ 3 ] {73bdecb5-b39c-4f44-adb4-77eb6d7e02da} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2363 | 2024.07.30 01:31:35.144548 [ 3 ] {} <Debug> HTTP-Session: 6aace230-6b56-4ff3-91c1-5a2393f110f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2364 | 2024.07.30 01:31:35.144714 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 24372, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2365 | 2024.07.30 01:31:35.144765 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2366 | 2024.07.30 01:31:35.144785 [ 3 ] {} <Debug> HTTP-Session: ffe86af4-3518-475f-8a83-a0f98eaeef3d Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2367 | 2024.07.30 01:31:35.144802 [ 3 ] {} <Debug> HTTP-Session: ffe86af4-3518-475f-8a83-a0f98eaeef3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2368 | 2024.07.30 01:31:35.144816 [ 3 ] {} <Debug> HTTP-Session: ffe86af4-3518-475f-8a83-a0f98eaeef3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2369 | 2024.07.30 01:31:35.144848 [ 3 ] {} <Trace> HTTP-Session: ffe86af4-3518-475f-8a83-a0f98eaeef3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2370 | 2024.07.30 01:31:35.144990 [ 3 ] {60a6be73-b69d-4b91-8ce0-564a3c57e138} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2371 | 2024.07.30 01:31:35.145034 [ 3 ] {60a6be73-b69d-4b91-8ce0-564a3c57e138} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2372 | 2024.07.30 01:31:35.145159 [ 3 ] {60a6be73-b69d-4b91-8ce0-564a3c57e138} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2373 | 2024.07.30 01:31:35.145566 [ 3 ] {60a6be73-b69d-4b91-8ce0-564a3c57e138} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2374 | 2024.07.30 01:31:35.145603 [ 3 ] {60a6be73-b69d-4b91-8ce0-564a3c57e138} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2375 | 2024.07.30 01:31:35.145920 [ 3 ] {60a6be73-b69d-4b91-8ce0-564a3c57e138} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2376 | 2024.07.30 01:31:35.146236 [ 3 ] {60a6be73-b69d-4b91-8ce0-564a3c57e138} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2377 | 2024.07.30 01:31:35.146391 [ 3 ] {60a6be73-b69d-4b91-8ce0-564a3c57e138} <Debug> executeQuery: Read 161 rows, 14.56 KiB in 0.001466 sec., 109822.64665757162 rows/sec., 9.70 MiB/sec. | ||
| 2378 | 2024.07.30 01:31:35.146675 [ 3 ] {60a6be73-b69d-4b91-8ce0-564a3c57e138} <Debug> DynamicQueryHandler: Done processing query | ||
| 2379 | 2024.07.30 01:31:35.146699 [ 3 ] {60a6be73-b69d-4b91-8ce0-564a3c57e138} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 2380 | 2024.07.30 01:31:35.146715 [ 3 ] {} <Debug> HTTP-Session: ffe86af4-3518-475f-8a83-a0f98eaeef3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2381 | 2024.07.30 01:31:35.146895 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 61582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2382 | 2024.07.30 01:31:35.146942 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2383 | 2024.07.30 01:31:35.146960 [ 3 ] {} <Debug> HTTP-Session: 38c106c2-a3b5-4cbf-b1d3-3c52a28bc691 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2384 | 2024.07.30 01:31:35.146977 [ 3 ] {} <Debug> HTTP-Session: 38c106c2-a3b5-4cbf-b1d3-3c52a28bc691 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2385 | 2024.07.30 01:31:35.146991 [ 3 ] {} <Debug> HTTP-Session: 38c106c2-a3b5-4cbf-b1d3-3c52a28bc691 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2386 | 2024.07.30 01:31:35.147022 [ 3 ] {} <Trace> HTTP-Session: 38c106c2-a3b5-4cbf-b1d3-3c52a28bc691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2387 | 2024.07.30 01:31:35.147246 [ 3 ] {de54a6c5-a80c-4709-b569-8ff9154f3f2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2388 | 2024.07.30 01:31:35.147290 [ 3 ] {de54a6c5-a80c-4709-b569-8ff9154f3f2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2389 | 2024.07.30 01:31:35.147427 [ 3 ] {de54a6c5-a80c-4709-b569-8ff9154f3f2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2390 | 2024.07.30 01:31:35.147951 [ 3 ] {de54a6c5-a80c-4709-b569-8ff9154f3f2d} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2391 | 2024.07.30 01:31:35.147987 [ 3 ] {de54a6c5-a80c-4709-b569-8ff9154f3f2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2392 | 2024.07.30 01:31:35.148380 [ 3 ] {de54a6c5-a80c-4709-b569-8ff9154f3f2d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2393 | 2024.07.30 01:31:35.148701 [ 3 ] {de54a6c5-a80c-4709-b569-8ff9154f3f2d} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2394 | 2024.07.30 01:31:35.148855 [ 3 ] {de54a6c5-a80c-4709-b569-8ff9154f3f2d} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001747 sec., 218660.56096164853 rows/sec., 15.36 MiB/sec. | ||
| 2395 | 2024.07.30 01:31:35.149055 [ 3 ] {de54a6c5-a80c-4709-b569-8ff9154f3f2d} <Debug> DynamicQueryHandler: Done processing query | ||
| 2396 | 2024.07.30 01:31:35.149079 [ 3 ] {de54a6c5-a80c-4709-b569-8ff9154f3f2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 2397 | 2024.07.30 01:31:35.149095 [ 3 ] {} <Debug> HTTP-Session: 38c106c2-a3b5-4cbf-b1d3-3c52a28bc691 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2398 | 2024.07.30 01:31:35.149215 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2399 | 2024.07.30 01:31:35.149264 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2400 | 2024.07.30 01:31:35.149284 [ 3 ] {} <Debug> HTTP-Session: 842de8d8-322b-4aff-869a-ff10f17b2d99 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2401 | 2024.07.30 01:31:35.149301 [ 3 ] {} <Debug> HTTP-Session: 842de8d8-322b-4aff-869a-ff10f17b2d99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2402 | 2024.07.30 01:31:35.149315 [ 3 ] {} <Debug> HTTP-Session: 842de8d8-322b-4aff-869a-ff10f17b2d99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2403 | 2024.07.30 01:31:35.149347 [ 3 ] {} <Trace> HTTP-Session: 842de8d8-322b-4aff-869a-ff10f17b2d99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2404 | 2024.07.30 01:31:35.149441 [ 3 ] {77d54ddf-142c-4c48-b1d1-2ea12a413bb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 2405 | 2024.07.30 01:31:35.149487 [ 3 ] {77d54ddf-142c-4c48-b1d1-2ea12a413bb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2406 | 2024.07.30 01:31:35.149614 [ 3 ] {77d54ddf-142c-4c48-b1d1-2ea12a413bb2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2407 | 2024.07.30 01:31:35.149863 [ 3 ] {77d54ddf-142c-4c48-b1d1-2ea12a413bb2} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2408 | 2024.07.30 01:31:35.149899 [ 3 ] {77d54ddf-142c-4c48-b1d1-2ea12a413bb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2409 | 2024.07.30 01:31:35.150281 [ 3 ] {77d54ddf-142c-4c48-b1d1-2ea12a413bb2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2410 | 2024.07.30 01:31:35.150603 [ 3 ] {77d54ddf-142c-4c48-b1d1-2ea12a413bb2} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2411 | 2024.07.30 01:31:35.150752 [ 3 ] {77d54ddf-142c-4c48-b1d1-2ea12a413bb2} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001336 sec., 4491.017964071856 rows/sec., 192.97 KiB/sec. | ||
| 2412 | 2024.07.30 01:31:35.150903 [ 3 ] {77d54ddf-142c-4c48-b1d1-2ea12a413bb2} <Debug> DynamicQueryHandler: Done processing query | ||
| 2413 | 2024.07.30 01:31:35.150927 [ 3 ] {77d54ddf-142c-4c48-b1d1-2ea12a413bb2} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2414 | 2024.07.30 01:31:35.150942 [ 3 ] {} <Debug> HTTP-Session: 842de8d8-322b-4aff-869a-ff10f17b2d99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2415 | 2024.07.30 01:31:35.151064 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2416 | 2024.07.30 01:31:35.151111 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2417 | 2024.07.30 01:31:35.151131 [ 3 ] {} <Debug> HTTP-Session: b546e91b-d524-454c-aa25-f218de6def0c Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2418 | 2024.07.30 01:31:35.151147 [ 3 ] {} <Debug> HTTP-Session: b546e91b-d524-454c-aa25-f218de6def0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2419 | 2024.07.30 01:31:35.151162 [ 3 ] {} <Debug> HTTP-Session: b546e91b-d524-454c-aa25-f218de6def0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2420 | 2024.07.30 01:31:35.151193 [ 3 ] {} <Trace> HTTP-Session: b546e91b-d524-454c-aa25-f218de6def0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2421 | 2024.07.30 01:31:35.151329 [ 3 ] {a7dcd491-90bc-4d02-a911-a9555f711101} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 2422 | 2024.07.30 01:31:35.151376 [ 3 ] {a7dcd491-90bc-4d02-a911-a9555f711101} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 2423 | 2024.07.30 01:31:35.151519 [ 3 ] {a7dcd491-90bc-4d02-a911-a9555f711101} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2424 | 2024.07.30 01:31:35.151891 [ 3 ] {a7dcd491-90bc-4d02-a911-a9555f711101} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2425 | 2024.07.30 01:31:35.151927 [ 3 ] {a7dcd491-90bc-4d02-a911-a9555f711101} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2426 | 2024.07.30 01:31:35.152288 [ 3 ] {a7dcd491-90bc-4d02-a911-a9555f711101} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2427 | 2024.07.30 01:31:35.152625 [ 3 ] {a7dcd491-90bc-4d02-a911-a9555f711101} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2428 | 2024.07.30 01:31:35.152787 [ 3 ] {a7dcd491-90bc-4d02-a911-a9555f711101} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001515 sec., 50825.08250825082 rows/sec., 3.13 MiB/sec. | ||
| 2429 | 2024.07.30 01:31:35.153051 [ 3 ] {a7dcd491-90bc-4d02-a911-a9555f711101} <Debug> DynamicQueryHandler: Done processing query | ||
| 2430 | 2024.07.30 01:31:35.153074 [ 3 ] {a7dcd491-90bc-4d02-a911-a9555f711101} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2431 | 2024.07.30 01:31:35.153089 [ 3 ] {} <Debug> HTTP-Session: b546e91b-d524-454c-aa25-f218de6def0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2432 | 2024.07.30 01:31:35.153223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2433 | 2024.07.30 01:31:35.153268 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2434 | 2024.07.30 01:31:35.153287 [ 3 ] {} <Debug> HTTP-Session: f4b7affb-7dbe-4808-8b77-9e2967ce73e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2435 | 2024.07.30 01:31:35.153302 [ 3 ] {} <Debug> HTTP-Session: f4b7affb-7dbe-4808-8b77-9e2967ce73e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2436 | 2024.07.30 01:31:35.153315 [ 3 ] {} <Debug> HTTP-Session: f4b7affb-7dbe-4808-8b77-9e2967ce73e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2437 | 2024.07.30 01:31:35.153344 [ 3 ] {} <Trace> HTTP-Session: f4b7affb-7dbe-4808-8b77-9e2967ce73e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2438 | 2024.07.30 01:31:35.153551 [ 3 ] {25e1817e-7e17-4a40-a271-82bf458f936f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2439 | 2024.07.30 01:31:35.153595 [ 3 ] {25e1817e-7e17-4a40-a271-82bf458f936f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2440 | 2024.07.30 01:31:35.153746 [ 3 ] {25e1817e-7e17-4a40-a271-82bf458f936f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2441 | 2024.07.30 01:31:35.154153 [ 3 ] {25e1817e-7e17-4a40-a271-82bf458f936f} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2442 | 2024.07.30 01:31:35.154188 [ 3 ] {25e1817e-7e17-4a40-a271-82bf458f936f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2443 | 2024.07.30 01:31:35.154558 [ 3 ] {25e1817e-7e17-4a40-a271-82bf458f936f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2444 | 2024.07.30 01:31:35.154896 [ 3 ] {25e1817e-7e17-4a40-a271-82bf458f936f} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2445 | 2024.07.30 01:31:35.155051 [ 3 ] {25e1817e-7e17-4a40-a271-82bf458f936f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001576 sec., 101522.84263959392 rows/sec., 7.07 MiB/sec. | ||
| 2446 | 2024.07.30 01:31:35.155249 [ 3 ] {25e1817e-7e17-4a40-a271-82bf458f936f} <Debug> DynamicQueryHandler: Done processing query | ||
| 2447 | 2024.07.30 01:31:35.155283 [ 3 ] {25e1817e-7e17-4a40-a271-82bf458f936f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2448 | 2024.07.30 01:31:35.155302 [ 3 ] {} <Debug> HTTP-Session: f4b7affb-7dbe-4808-8b77-9e2967ce73e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2449 | 2024.07.30 01:31:35.155431 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2450 | 2024.07.30 01:31:35.155488 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2451 | 2024.07.30 01:31:35.155511 [ 3 ] {} <Debug> HTTP-Session: f65ee77a-0688-4e0f-a434-2603fcb55e55 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2452 | 2024.07.30 01:31:35.155530 [ 3 ] {} <Debug> HTTP-Session: f65ee77a-0688-4e0f-a434-2603fcb55e55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2453 | 2024.07.30 01:31:35.155548 [ 3 ] {} <Debug> HTTP-Session: f65ee77a-0688-4e0f-a434-2603fcb55e55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2454 | 2024.07.30 01:31:35.155579 [ 3 ] {} <Trace> HTTP-Session: f65ee77a-0688-4e0f-a434-2603fcb55e55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2455 | 2024.07.30 01:31:35.155688 [ 3 ] {d964cb13-e251-4712-b807-237d7f2c9ea9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2456 | 2024.07.30 01:31:35.155734 [ 3 ] {d964cb13-e251-4712-b807-237d7f2c9ea9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2457 | 2024.07.30 01:31:35.155861 [ 3 ] {d964cb13-e251-4712-b807-237d7f2c9ea9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2458 | 2024.07.30 01:31:35.156158 [ 3 ] {d964cb13-e251-4712-b807-237d7f2c9ea9} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2459 | 2024.07.30 01:31:35.156194 [ 3 ] {d964cb13-e251-4712-b807-237d7f2c9ea9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2460 | 2024.07.30 01:31:35.156539 [ 3 ] {d964cb13-e251-4712-b807-237d7f2c9ea9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2461 | 2024.07.30 01:31:35.156860 [ 3 ] {d964cb13-e251-4712-b807-237d7f2c9ea9} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2462 | 2024.07.30 01:31:35.157014 [ 3 ] {d964cb13-e251-4712-b807-237d7f2c9ea9} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001344 sec., 17113.09523809524 rows/sec., 925.70 KiB/sec. | ||
| 2463 | 2024.07.30 01:31:35.157214 [ 3 ] {d964cb13-e251-4712-b807-237d7f2c9ea9} <Debug> DynamicQueryHandler: Done processing query | ||
| 2464 | 2024.07.30 01:31:35.157240 [ 3 ] {d964cb13-e251-4712-b807-237d7f2c9ea9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2465 | 2024.07.30 01:31:35.157255 [ 3 ] {} <Debug> HTTP-Session: f65ee77a-0688-4e0f-a434-2603fcb55e55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2466 | 2024.07.30 01:31:35.157367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2467 | 2024.07.30 01:31:35.157416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2468 | 2024.07.30 01:31:35.157435 [ 3 ] {} <Debug> HTTP-Session: 259bd59c-1df6-4f6d-9568-1605db2be97a Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2469 | 2024.07.30 01:31:35.157451 [ 3 ] {} <Debug> HTTP-Session: 259bd59c-1df6-4f6d-9568-1605db2be97a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2470 | 2024.07.30 01:31:35.157464 [ 3 ] {} <Debug> HTTP-Session: 259bd59c-1df6-4f6d-9568-1605db2be97a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2471 | 2024.07.30 01:31:35.157494 [ 3 ] {} <Trace> HTTP-Session: 259bd59c-1df6-4f6d-9568-1605db2be97a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2472 | 2024.07.30 01:31:35.157609 [ 3 ] {fd08d71e-101d-4daf-8e39-7466953e11bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2473 | 2024.07.30 01:31:35.157654 [ 3 ] {fd08d71e-101d-4daf-8e39-7466953e11bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2474 | 2024.07.30 01:31:35.157779 [ 3 ] {fd08d71e-101d-4daf-8e39-7466953e11bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2475 | 2024.07.30 01:31:35.158043 [ 3 ] {fd08d71e-101d-4daf-8e39-7466953e11bb} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2476 | 2024.07.30 01:31:35.158079 [ 3 ] {fd08d71e-101d-4daf-8e39-7466953e11bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2477 | 2024.07.30 01:31:35.158447 [ 3 ] {fd08d71e-101d-4daf-8e39-7466953e11bb} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2478 | 2024.07.30 01:31:35.158770 [ 3 ] {fd08d71e-101d-4daf-8e39-7466953e11bb} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2479 | 2024.07.30 01:31:35.158925 [ 3 ] {fd08d71e-101d-4daf-8e39-7466953e11bb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001356 sec., 44247.78761061947 rows/sec., 2.98 MiB/sec. | ||
| 2480 | 2024.07.30 01:31:35.159087 [ 3 ] {fd08d71e-101d-4daf-8e39-7466953e11bb} <Debug> DynamicQueryHandler: Done processing query | ||
| 2481 | 2024.07.30 01:31:35.159113 [ 3 ] {fd08d71e-101d-4daf-8e39-7466953e11bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2482 | 2024.07.30 01:31:35.159128 [ 3 ] {} <Debug> HTTP-Session: 259bd59c-1df6-4f6d-9568-1605db2be97a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2483 | 2024.07.30 01:31:40.137557 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 7845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2484 | 2024.07.30 01:31:40.137696 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2485 | 2024.07.30 01:31:40.137723 [ 3 ] {} <Debug> HTTP-Session: 55381f3e-3217-431e-89aa-11b09aa07135 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2486 | 2024.07.30 01:31:40.137746 [ 3 ] {} <Debug> HTTP-Session: 55381f3e-3217-431e-89aa-11b09aa07135 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2487 | 2024.07.30 01:31:40.137762 [ 3 ] {} <Debug> HTTP-Session: 55381f3e-3217-431e-89aa-11b09aa07135 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2488 | 2024.07.30 01:31:40.137814 [ 3 ] {} <Trace> HTTP-Session: 55381f3e-3217-431e-89aa-11b09aa07135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2489 | 2024.07.30 01:31:40.138009 [ 3 ] {5ff63f4b-cb91-47fa-bf31-158fc3504660} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2490 | 2024.07.30 01:31:40.138075 [ 3 ] {5ff63f4b-cb91-47fa-bf31-158fc3504660} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2491 | 2024.07.30 01:31:40.138263 [ 3 ] {5ff63f4b-cb91-47fa-bf31-158fc3504660} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2492 | 2024.07.30 01:31:40.138721 [ 3 ] {5ff63f4b-cb91-47fa-bf31-158fc3504660} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2493 | 2024.07.30 01:31:40.138766 [ 3 ] {5ff63f4b-cb91-47fa-bf31-158fc3504660} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2494 | 2024.07.30 01:31:40.139164 [ 3 ] {5ff63f4b-cb91-47fa-bf31-158fc3504660} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2495 | 2024.07.30 01:31:40.139508 [ 3 ] {5ff63f4b-cb91-47fa-bf31-158fc3504660} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2496 | 2024.07.30 01:31:40.139679 [ 3 ] {5ff63f4b-cb91-47fa-bf31-158fc3504660} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001723 sec., 32501.450957632038 rows/sec., 2.50 MiB/sec. | ||
| 2497 | 2024.07.30 01:31:40.140029 [ 3 ] {5ff63f4b-cb91-47fa-bf31-158fc3504660} <Debug> DynamicQueryHandler: Done processing query | ||
| 2498 | 2024.07.30 01:31:40.140060 [ 3 ] {5ff63f4b-cb91-47fa-bf31-158fc3504660} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2499 | 2024.07.30 01:31:40.140077 [ 3 ] {} <Debug> HTTP-Session: 55381f3e-3217-431e-89aa-11b09aa07135 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2500 | 2024.07.30 01:31:40.140249 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 10894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2501 | 2024.07.30 01:31:40.140306 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2502 | 2024.07.30 01:31:40.140327 [ 3 ] {} <Debug> HTTP-Session: 2a630153-cda5-4ed9-8f53-ea839693881c Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2503 | 2024.07.30 01:31:40.140345 [ 3 ] {} <Debug> HTTP-Session: 2a630153-cda5-4ed9-8f53-ea839693881c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2504 | 2024.07.30 01:31:40.140359 [ 3 ] {} <Debug> HTTP-Session: 2a630153-cda5-4ed9-8f53-ea839693881c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2505 | 2024.07.30 01:31:40.140396 [ 3 ] {} <Trace> HTTP-Session: 2a630153-cda5-4ed9-8f53-ea839693881c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2506 | 2024.07.30 01:31:40.140528 [ 3 ] {34b37ece-ba84-4eeb-ba46-1c3c3375f415} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2507 | 2024.07.30 01:31:40.140578 [ 3 ] {34b37ece-ba84-4eeb-ba46-1c3c3375f415} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2508 | 2024.07.30 01:31:40.140736 [ 3 ] {34b37ece-ba84-4eeb-ba46-1c3c3375f415} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2509 | 2024.07.30 01:31:40.141083 [ 3 ] {34b37ece-ba84-4eeb-ba46-1c3c3375f415} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2510 | 2024.07.30 01:31:40.141125 [ 3 ] {34b37ece-ba84-4eeb-ba46-1c3c3375f415} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2511 | 2024.07.30 01:31:40.141443 [ 3 ] {34b37ece-ba84-4eeb-ba46-1c3c3375f415} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2512 | 2024.07.30 01:31:40.141780 [ 3 ] {34b37ece-ba84-4eeb-ba46-1c3c3375f415} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2513 | 2024.07.30 01:31:40.141949 [ 3 ] {34b37ece-ba84-4eeb-ba46-1c3c3375f415} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001469 sec., 43567.052416609935 rows/sec., 3.40 MiB/sec. | ||
| 2514 | 2024.07.30 01:31:40.142138 [ 3 ] {34b37ece-ba84-4eeb-ba46-1c3c3375f415} <Debug> DynamicQueryHandler: Done processing query | ||
| 2515 | 2024.07.30 01:31:40.142164 [ 3 ] {34b37ece-ba84-4eeb-ba46-1c3c3375f415} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 2516 | 2024.07.30 01:31:40.142180 [ 3 ] {} <Debug> HTTP-Session: 2a630153-cda5-4ed9-8f53-ea839693881c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2517 | 2024.07.30 01:31:40.142374 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2518 | 2024.07.30 01:31:40.142424 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2519 | 2024.07.30 01:31:40.142444 [ 3 ] {} <Debug> HTTP-Session: 7669cfbb-5343-489b-bb74-eb5210847dee Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2520 | 2024.07.30 01:31:40.142461 [ 3 ] {} <Debug> HTTP-Session: 7669cfbb-5343-489b-bb74-eb5210847dee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2521 | 2024.07.30 01:31:40.142475 [ 3 ] {} <Debug> HTTP-Session: 7669cfbb-5343-489b-bb74-eb5210847dee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2522 | 2024.07.30 01:31:40.142509 [ 3 ] {} <Trace> HTTP-Session: 7669cfbb-5343-489b-bb74-eb5210847dee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2523 | 2024.07.30 01:31:40.142710 [ 3 ] {05ef5327-743d-4251-a49d-deedde87b7a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2524 | 2024.07.30 01:31:40.142761 [ 3 ] {05ef5327-743d-4251-a49d-deedde87b7a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2525 | 2024.07.30 01:31:40.142910 [ 3 ] {05ef5327-743d-4251-a49d-deedde87b7a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2526 | 2024.07.30 01:31:40.143279 [ 3 ] {05ef5327-743d-4251-a49d-deedde87b7a0} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2527 | 2024.07.30 01:31:40.143317 [ 3 ] {05ef5327-743d-4251-a49d-deedde87b7a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2528 | 2024.07.30 01:31:40.143705 [ 3 ] {05ef5327-743d-4251-a49d-deedde87b7a0} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2529 | 2024.07.30 01:31:40.144043 [ 3 ] {05ef5327-743d-4251-a49d-deedde87b7a0} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2530 | 2024.07.30 01:31:40.144195 [ 3 ] {05ef5327-743d-4251-a49d-deedde87b7a0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001596 sec., 100250.62656641605 rows/sec., 6.98 MiB/sec. | ||
| 2531 | 2024.07.30 01:31:40.144384 [ 3 ] {05ef5327-743d-4251-a49d-deedde87b7a0} <Debug> DynamicQueryHandler: Done processing query | ||
| 2532 | 2024.07.30 01:31:40.144465 [ 3 ] {05ef5327-743d-4251-a49d-deedde87b7a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2533 | 2024.07.30 01:31:40.144486 [ 3 ] {} <Debug> HTTP-Session: 7669cfbb-5343-489b-bb74-eb5210847dee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2534 | 2024.07.30 01:31:40.144706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2535 | 2024.07.30 01:31:40.144772 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2536 | 2024.07.30 01:31:40.144794 [ 3 ] {} <Debug> HTTP-Session: 10f46ade-5b13-45e3-9ce1-74b98ee5b966 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2537 | 2024.07.30 01:31:40.144812 [ 3 ] {} <Debug> HTTP-Session: 10f46ade-5b13-45e3-9ce1-74b98ee5b966 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2538 | 2024.07.30 01:31:40.144827 [ 3 ] {} <Debug> HTTP-Session: 10f46ade-5b13-45e3-9ce1-74b98ee5b966 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2539 | 2024.07.30 01:31:40.144861 [ 3 ] {} <Trace> HTTP-Session: 10f46ade-5b13-45e3-9ce1-74b98ee5b966 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2540 | 2024.07.30 01:31:40.144997 [ 3 ] {a5b3cfe1-6f81-4daf-839d-fc0b6e3d1901} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2541 | 2024.07.30 01:31:40.145046 [ 3 ] {a5b3cfe1-6f81-4daf-839d-fc0b6e3d1901} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2542 | 2024.07.30 01:31:40.145203 [ 3 ] {a5b3cfe1-6f81-4daf-839d-fc0b6e3d1901} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2543 | 2024.07.30 01:31:40.145493 [ 3 ] {a5b3cfe1-6f81-4daf-839d-fc0b6e3d1901} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2544 | 2024.07.30 01:31:40.145531 [ 3 ] {a5b3cfe1-6f81-4daf-839d-fc0b6e3d1901} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2545 | 2024.07.30 01:31:40.145899 [ 3 ] {a5b3cfe1-6f81-4daf-839d-fc0b6e3d1901} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2546 | 2024.07.30 01:31:40.146234 [ 3 ] {a5b3cfe1-6f81-4daf-839d-fc0b6e3d1901} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2547 | 2024.07.30 01:31:40.146395 [ 3 ] {a5b3cfe1-6f81-4daf-839d-fc0b6e3d1901} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001439 sec., 41695.62195969423 rows/sec., 2.81 MiB/sec. | ||
| 2548 | 2024.07.30 01:31:40.146555 [ 3 ] {a5b3cfe1-6f81-4daf-839d-fc0b6e3d1901} <Debug> DynamicQueryHandler: Done processing query | ||
| 2549 | 2024.07.30 01:31:40.146579 [ 3 ] {a5b3cfe1-6f81-4daf-839d-fc0b6e3d1901} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2550 | 2024.07.30 01:31:40.146596 [ 3 ] {} <Debug> HTTP-Session: 10f46ade-5b13-45e3-9ce1-74b98ee5b966 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2551 | 2024.07.30 01:31:42.804415 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2552 | 2024.07.30 01:31:42.804480 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2553 | 2024.07.30 01:31:45.142171 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2554 | 2024.07.30 01:31:45.142305 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2555 | 2024.07.30 01:31:45.142333 [ 3 ] {} <Debug> HTTP-Session: a8033aad-e263-43b7-84b8-60f3a435d289 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2556 | 2024.07.30 01:31:45.142358 [ 3 ] {} <Debug> HTTP-Session: a8033aad-e263-43b7-84b8-60f3a435d289 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2557 | 2024.07.30 01:31:45.142373 [ 3 ] {} <Debug> HTTP-Session: a8033aad-e263-43b7-84b8-60f3a435d289 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2558 | 2024.07.30 01:31:45.142424 [ 3 ] {} <Trace> HTTP-Session: a8033aad-e263-43b7-84b8-60f3a435d289 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2559 | 2024.07.30 01:31:45.142609 [ 3 ] {1da42c36-b658-47eb-84ef-c0b5e1a5d7bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2560 | 2024.07.30 01:31:45.142677 [ 3 ] {1da42c36-b658-47eb-84ef-c0b5e1a5d7bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2561 | 2024.07.30 01:31:45.142871 [ 3 ] {1da42c36-b658-47eb-84ef-c0b5e1a5d7bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2562 | 2024.07.30 01:31:45.143297 [ 3 ] {1da42c36-b658-47eb-84ef-c0b5e1a5d7bd} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2563 | 2024.07.30 01:31:45.143344 [ 3 ] {1da42c36-b658-47eb-84ef-c0b5e1a5d7bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2564 | 2024.07.30 01:31:45.143722 [ 3 ] {1da42c36-b658-47eb-84ef-c0b5e1a5d7bd} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2565 | 2024.07.30 01:31:45.144084 [ 3 ] {1da42c36-b658-47eb-84ef-c0b5e1a5d7bd} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2566 | 2024.07.30 01:31:45.144263 [ 3 ] {1da42c36-b658-47eb-84ef-c0b5e1a5d7bd} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001702 sec., 3525.2643948296122 rows/sec., 199.67 KiB/sec. | ||
| 2567 | 2024.07.30 01:31:45.144271 [ 56 ] {} <Debug> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2568 | 2024.07.30 01:31:45.144361 [ 56 ] {} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2569 | 2024.07.30 01:31:45.144411 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2570 | 2024.07.30 01:31:45.144566 [ 192 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::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 | ||
| 2571 | 2024.07.30 01:31:45.144571 [ 3 ] {1da42c36-b658-47eb-84ef-c0b5e1a5d7bd} <Debug> DynamicQueryHandler: Done processing query | ||
| 2572 | 2024.07.30 01:31:45.144635 [ 3 ] {1da42c36-b658-47eb-84ef-c0b5e1a5d7bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2573 | 2024.07.30 01:31:45.144679 [ 3 ] {} <Debug> HTTP-Session: a8033aad-e263-43b7-84b8-60f3a435d289 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2574 | 2024.07.30 01:31:45.144791 [ 192 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2575 | 2024.07.30 01:31:45.144832 [ 192 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
| 2576 | 2024.07.30 01:31:45.144915 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 24372, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2577 | 2024.07.30 01:31:45.145002 [ 192 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
| 2578 | 2024.07.30 01:31:45.145131 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2579 | 2024.07.30 01:31:45.145278 [ 3 ] {} <Debug> HTTP-Session: fef6b594-d1fa-495a-a107-2bce746c2cbc Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2580 | 2024.07.30 01:31:45.145273 [ 192 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
| 2581 | 2024.07.30 01:31:45.145328 [ 3 ] {} <Debug> HTTP-Session: fef6b594-d1fa-495a-a107-2bce746c2cbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2582 | 2024.07.30 01:31:45.145396 [ 3 ] {} <Debug> HTTP-Session: fef6b594-d1fa-495a-a107-2bce746c2cbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2583 | 2024.07.30 01:31:45.145595 [ 192 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
| 2584 | 2024.07.30 01:31:45.145610 [ 3 ] {} <Trace> HTTP-Session: fef6b594-d1fa-495a-a107-2bce746c2cbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2585 | 2024.07.30 01:31:45.145873 [ 192 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
| 2586 | 2024.07.30 01:31:45.146175 [ 3 ] {28f584bf-b360-4e88-812b-c32af59846c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2587 | 2024.07.30 01:31:45.146307 [ 3 ] {28f584bf-b360-4e88-812b-c32af59846c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2588 | 2024.07.30 01:31:45.146674 [ 3 ] {28f584bf-b360-4e88-812b-c32af59846c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2589 | 2024.07.30 01:31:45.147575 [ 3 ] {28f584bf-b360-4e88-812b-c32af59846c3} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2590 | 2024.07.30 01:31:45.147653 [ 3 ] {28f584bf-b360-4e88-812b-c32af59846c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2591 | 2024.07.30 01:31:45.148607 [ 193 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.004105162 sec., 7307.872381163033 rows/sec., 375.86 KiB/sec. | ||
| 2592 | 2024.07.30 01:31:45.148646 [ 3 ] {28f584bf-b360-4e88-812b-c32af59846c3} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2593 | 2024.07.30 01:31:45.148887 [ 193 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2594 | 2024.07.30 01:31:45.149411 [ 3 ] {28f584bf-b360-4e88-812b-c32af59846c3} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2595 | 2024.07.30 01:31:45.149710 [ 56 ] {} <Debug> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2596 | 2024.07.30 01:31:45.149811 [ 3 ] {28f584bf-b360-4e88-812b-c32af59846c3} <Debug> executeQuery: Read 161 rows, 14.56 KiB in 0.003948 sec., 40780.14184397163 rows/sec., 3.60 MiB/sec. | ||
| 2597 | 2024.07.30 01:31:45.149815 [ 56 ] {} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2598 | 2024.07.30 01:31:45.149929 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2599 | 2024.07.30 01:31:45.150044 [ 193 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_5_1} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2600 | 2024.07.30 01:31:45.150507 [ 193 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_5_1} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2601 | 2024.07.30 01:31:45.150554 [ 3 ] {28f584bf-b360-4e88-812b-c32af59846c3} <Debug> DynamicQueryHandler: Done processing query | ||
| 2602 | 2024.07.30 01:31:45.150631 [ 195 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::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 | ||
| 2603 | 2024.07.30 01:31:45.150679 [ 3 ] {28f584bf-b360-4e88-812b-c32af59846c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 2604 | 2024.07.30 01:31:45.150763 [ 3 ] {} <Debug> HTTP-Session: fef6b594-d1fa-495a-a107-2bce746c2cbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2605 | 2024.07.30 01:31:45.150873 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 2606 | 2024.07.30 01:31:45.150997 [ 195 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2607 | 2024.07.30 01:31:45.151039 [ 195 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 161 rows starting from the beginning of the part | ||
| 2608 | 2024.07.30 01:31:45.151056 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 61582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2609 | 2024.07.30 01:31:45.151158 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2610 | 2024.07.30 01:31:45.151185 [ 195 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 161 rows starting from the beginning of the part | ||
| 2611 | 2024.07.30 01:31:45.151198 [ 3 ] {} <Debug> HTTP-Session: 3ee6d1e1-613c-4c99-9734-c1ca77680d61 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2612 | 2024.07.30 01:31:45.151239 [ 3 ] {} <Debug> HTTP-Session: 3ee6d1e1-613c-4c99-9734-c1ca77680d61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2613 | 2024.07.30 01:31:45.151270 [ 3 ] {} <Debug> HTTP-Session: 3ee6d1e1-613c-4c99-9734-c1ca77680d61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2614 | 2024.07.30 01:31:45.151365 [ 195 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 92 rows starting from the beginning of the part | ||
| 2615 | 2024.07.30 01:31:45.151387 [ 3 ] {} <Trace> HTTP-Session: 3ee6d1e1-613c-4c99-9734-c1ca77680d61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2616 | 2024.07.30 01:31:45.151751 [ 195 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 161 rows starting from the beginning of the part | ||
| 2617 | 2024.07.30 01:31:45.151812 [ 195 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part | ||
| 2618 | 2024.07.30 01:31:45.152123 [ 195 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 161 rows starting from the beginning of the part | ||
| 2619 | 2024.07.30 01:31:45.152126 [ 3 ] {39da4b97-df44-4f64-b7ae-d126ba0f46cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2620 | 2024.07.30 01:31:45.152228 [ 3 ] {39da4b97-df44-4f64-b7ae-d126ba0f46cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2621 | 2024.07.30 01:31:45.152542 [ 3 ] {39da4b97-df44-4f64-b7ae-d126ba0f46cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2622 | 2024.07.30 01:31:45.153536 [ 3 ] {39da4b97-df44-4f64-b7ae-d126ba0f46cb} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2623 | 2024.07.30 01:31:45.153578 [ 3 ] {39da4b97-df44-4f64-b7ae-d126ba0f46cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2624 | 2024.07.30 01:31:45.153830 [ 192 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 792 rows, containing 4 columns (4 merged, 0 gathered) in 0.003750248 sec., 211186.033563647 rows/sec., 18.19 MiB/sec. | ||
| 2625 | 2024.07.30 01:31:45.154071 [ 192 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2626 | 2024.07.30 01:31:45.154167 [ 3 ] {39da4b97-df44-4f64-b7ae-d126ba0f46cb} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2627 | 2024.07.30 01:31:45.155157 [ 192 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_11_2} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2628 | 2024.07.30 01:31:45.155170 [ 3 ] {39da4b97-df44-4f64-b7ae-d126ba0f46cb} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2629 | 2024.07.30 01:31:45.155347 [ 192 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_11_2} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2630 | 2024.07.30 01:31:45.155435 [ 56 ] {} <Debug> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2631 | 2024.07.30 01:31:45.155541 [ 56 ] {} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2632 | 2024.07.30 01:31:45.155557 [ 3 ] {39da4b97-df44-4f64-b7ae-d126ba0f46cb} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.003853 sec., 99143.52452634311 rows/sec., 6.96 MiB/sec. | ||
| 2633 | 2024.07.30 01:31:45.155609 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2634 | 2024.07.30 01:31:45.155621 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 2635 | 2024.07.30 01:31:45.155898 [ 193 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::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 | ||
| 2636 | 2024.07.30 01:31:45.156013 [ 3 ] {39da4b97-df44-4f64-b7ae-d126ba0f46cb} <Debug> DynamicQueryHandler: Done processing query | ||
| 2637 | 2024.07.30 01:31:45.156066 [ 3 ] {39da4b97-df44-4f64-b7ae-d126ba0f46cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 2638 | 2024.07.30 01:31:45.156117 [ 3 ] {} <Debug> HTTP-Session: 3ee6d1e1-613c-4c99-9734-c1ca77680d61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2639 | 2024.07.30 01:31:45.156140 [ 193 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2640 | 2024.07.30 01:31:45.156185 [ 193 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 382 rows starting from the beginning of the part | ||
| 2641 | 2024.07.30 01:31:45.156335 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2642 | 2024.07.30 01:31:45.156429 [ 193 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 382 rows starting from the beginning of the part | ||
| 2643 | 2024.07.30 01:31:45.156482 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2644 | 2024.07.30 01:31:45.156563 [ 3 ] {} <Debug> HTTP-Session: e0545cfe-fa45-4ea1-8332-e86aeb92b7b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2645 | 2024.07.30 01:31:45.156628 [ 3 ] {} <Debug> HTTP-Session: e0545cfe-fa45-4ea1-8332-e86aeb92b7b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2646 | 2024.07.30 01:31:45.156694 [ 3 ] {} <Debug> HTTP-Session: e0545cfe-fa45-4ea1-8332-e86aeb92b7b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2647 | 2024.07.30 01:31:45.156703 [ 193 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 88 rows starting from the beginning of the part | ||
| 2648 | 2024.07.30 01:31:45.156793 [ 3 ] {} <Trace> HTTP-Session: e0545cfe-fa45-4ea1-8332-e86aeb92b7b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2649 | 2024.07.30 01:31:45.156945 [ 193 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 382 rows starting from the beginning of the part | ||
| 2650 | 2024.07.30 01:31:45.157089 [ 3 ] {079fc46f-df62-4fd6-8fa7-738be71eed74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 2651 | 2024.07.30 01:31:45.157196 [ 193 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 64 rows starting from the beginning of the part | ||
| 2652 | 2024.07.30 01:31:45.157244 [ 3 ] {079fc46f-df62-4fd6-8fa7-738be71eed74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2653 | 2024.07.30 01:31:45.157522 [ 193 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 382 rows starting from the beginning of the part | ||
| 2654 | 2024.07.30 01:31:45.158182 [ 3 ] {079fc46f-df62-4fd6-8fa7-738be71eed74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2655 | 2024.07.30 01:31:45.158851 [ 3 ] {079fc46f-df62-4fd6-8fa7-738be71eed74} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2656 | 2024.07.30 01:31:45.158906 [ 3 ] {079fc46f-df62-4fd6-8fa7-738be71eed74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2657 | 2024.07.30 01:31:45.159843 [ 3 ] {079fc46f-df62-4fd6-8fa7-738be71eed74} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2658 | 2024.07.30 01:31:45.160548 [ 3 ] {079fc46f-df62-4fd6-8fa7-738be71eed74} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2659 | 2024.07.30 01:31:45.160724 [ 192 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1680 rows, containing 4 columns (4 merged, 0 gathered) in 0.00493659 sec., 340315.88606710295 rows/sec., 24.14 MiB/sec. | ||
| 2660 | 2024.07.30 01:31:45.160871 [ 3 ] {079fc46f-df62-4fd6-8fa7-738be71eed74} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.003886 sec., 1544.0041173443128 rows/sec., 66.34 KiB/sec. | ||
| 2661 | 2024.07.30 01:31:45.161014 [ 192 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2662 | 2024.07.30 01:31:45.161176 [ 3 ] {079fc46f-df62-4fd6-8fa7-738be71eed74} <Debug> DynamicQueryHandler: Done processing query | ||
| 2663 | 2024.07.30 01:31:45.161231 [ 3 ] {079fc46f-df62-4fd6-8fa7-738be71eed74} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2664 | 2024.07.30 01:31:45.161301 [ 3 ] {} <Debug> HTTP-Session: e0545cfe-fa45-4ea1-8332-e86aeb92b7b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2665 | 2024.07.30 01:31:45.161507 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2666 | 2024.07.30 01:31:45.161616 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2667 | 2024.07.30 01:31:45.161652 [ 3 ] {} <Debug> HTTP-Session: ff5fb58a-6fd8-4e44-9332-483dd2d27f6d Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2668 | 2024.07.30 01:31:45.161689 [ 3 ] {} <Debug> HTTP-Session: ff5fb58a-6fd8-4e44-9332-483dd2d27f6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2669 | 2024.07.30 01:31:45.161710 [ 3 ] {} <Debug> HTTP-Session: ff5fb58a-6fd8-4e44-9332-483dd2d27f6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2670 | 2024.07.30 01:31:45.161768 [ 192 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_11_2} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2671 | 2024.07.30 01:31:45.161780 [ 3 ] {} <Trace> HTTP-Session: ff5fb58a-6fd8-4e44-9332-483dd2d27f6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2672 | 2024.07.30 01:31:45.161947 [ 192 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_11_2} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2673 | 2024.07.30 01:31:45.162067 [ 3 ] {fa630e1d-a1d7-415d-9f63-f0ed013da66d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 2674 | 2024.07.30 01:31:45.162085 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 2675 | 2024.07.30 01:31:45.162146 [ 3 ] {fa630e1d-a1d7-415d-9f63-f0ed013da66d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 2676 | 2024.07.30 01:31:45.162323 [ 3 ] {fa630e1d-a1d7-415d-9f63-f0ed013da66d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2677 | 2024.07.30 01:31:45.162658 [ 3 ] {fa630e1d-a1d7-415d-9f63-f0ed013da66d} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2678 | 2024.07.30 01:31:45.162695 [ 3 ] {fa630e1d-a1d7-415d-9f63-f0ed013da66d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2679 | 2024.07.30 01:31:45.163076 [ 3 ] {fa630e1d-a1d7-415d-9f63-f0ed013da66d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2680 | 2024.07.30 01:31:45.163441 [ 3 ] {fa630e1d-a1d7-415d-9f63-f0ed013da66d} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2681 | 2024.07.30 01:31:45.163611 [ 3 ] {fa630e1d-a1d7-415d-9f63-f0ed013da66d} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001668 sec., 46163.06954436451 rows/sec., 2.84 MiB/sec. | ||
| 2682 | 2024.07.30 01:31:45.163902 [ 3 ] {fa630e1d-a1d7-415d-9f63-f0ed013da66d} <Debug> DynamicQueryHandler: Done processing query | ||
| 2683 | 2024.07.30 01:31:45.163928 [ 3 ] {fa630e1d-a1d7-415d-9f63-f0ed013da66d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2684 | 2024.07.30 01:31:45.163944 [ 3 ] {} <Debug> HTTP-Session: ff5fb58a-6fd8-4e44-9332-483dd2d27f6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2685 | 2024.07.30 01:31:45.164090 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2686 | 2024.07.30 01:31:45.164141 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2687 | 2024.07.30 01:31:45.164161 [ 3 ] {} <Debug> HTTP-Session: ff9ee38d-ca4b-492a-8bdc-d9a96348f98c Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2688 | 2024.07.30 01:31:45.164177 [ 3 ] {} <Debug> HTTP-Session: ff9ee38d-ca4b-492a-8bdc-d9a96348f98c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2689 | 2024.07.30 01:31:45.164191 [ 3 ] {} <Debug> HTTP-Session: ff9ee38d-ca4b-492a-8bdc-d9a96348f98c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2690 | 2024.07.30 01:31:45.164223 [ 3 ] {} <Trace> HTTP-Session: ff9ee38d-ca4b-492a-8bdc-d9a96348f98c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2691 | 2024.07.30 01:31:45.164409 [ 3 ] {84dfe9d9-f928-47e1-ab5c-e533940c2391} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2692 | 2024.07.30 01:31:45.164456 [ 3 ] {84dfe9d9-f928-47e1-ab5c-e533940c2391} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2693 | 2024.07.30 01:31:45.164615 [ 3 ] {84dfe9d9-f928-47e1-ab5c-e533940c2391} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2694 | 2024.07.30 01:31:45.165083 [ 3 ] {84dfe9d9-f928-47e1-ab5c-e533940c2391} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2695 | 2024.07.30 01:31:45.165121 [ 3 ] {84dfe9d9-f928-47e1-ab5c-e533940c2391} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2696 | 2024.07.30 01:31:45.165502 [ 3 ] {84dfe9d9-f928-47e1-ab5c-e533940c2391} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2697 | 2024.07.30 01:31:45.165857 [ 3 ] {84dfe9d9-f928-47e1-ab5c-e533940c2391} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2698 | 2024.07.30 01:31:45.165980 [ 3 ] {84dfe9d9-f928-47e1-ab5c-e533940c2391} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001679 sec., 95294.81834425253 rows/sec., 6.64 MiB/sec. | ||
| 2699 | 2024.07.30 01:31:45.165997 [ 31 ] {} <Debug> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2700 | 2024.07.30 01:31:45.166051 [ 31 ] {} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2701 | 2024.07.30 01:31:45.166091 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2702 | 2024.07.30 01:31:45.166245 [ 3 ] {84dfe9d9-f928-47e1-ab5c-e533940c2391} <Debug> DynamicQueryHandler: Done processing query | ||
| 2703 | 2024.07.30 01:31:45.166382 [ 3 ] {84dfe9d9-f928-47e1-ab5c-e533940c2391} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2704 | 2024.07.30 01:31:45.166411 [ 193 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 2705 | 2024.07.30 01:31:45.166453 [ 3 ] {} <Debug> HTTP-Session: ff9ee38d-ca4b-492a-8bdc-d9a96348f98c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2706 | 2024.07.30 01:31:45.166709 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2707 | 2024.07.30 01:31:45.166751 [ 193 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2708 | 2024.07.30 01:31:45.166819 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2709 | 2024.07.30 01:31:45.166827 [ 193 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 550 rows starting from the beginning of the part | ||
| 2710 | 2024.07.30 01:31:45.166861 [ 3 ] {} <Debug> HTTP-Session: 5e04261b-c7a3-414d-8d18-779bffb5288d Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2711 | 2024.07.30 01:31:45.166897 [ 3 ] {} <Debug> HTTP-Session: 5e04261b-c7a3-414d-8d18-779bffb5288d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2712 | 2024.07.30 01:31:45.166947 [ 3 ] {} <Debug> HTTP-Session: 5e04261b-c7a3-414d-8d18-779bffb5288d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2713 | 2024.07.30 01:31:45.167087 [ 193 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part | ||
| 2714 | 2024.07.30 01:31:45.167092 [ 3 ] {} <Trace> HTTP-Session: 5e04261b-c7a3-414d-8d18-779bffb5288d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2715 | 2024.07.30 01:31:45.167422 [ 193 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 328 rows starting from the beginning of the part | ||
| 2716 | 2024.07.30 01:31:45.167454 [ 3 ] {9b772a32-c2c8-445e-904f-7173a4726ad2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2717 | 2024.07.30 01:31:45.167627 [ 3 ] {9b772a32-c2c8-445e-904f-7173a4726ad2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2718 | 2024.07.30 01:31:45.167698 [ 193 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 2719 | 2024.07.30 01:31:45.168074 [ 193 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 2720 | 2024.07.30 01:31:45.168438 [ 193 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 2721 | 2024.07.30 01:31:45.168541 [ 3 ] {9b772a32-c2c8-445e-904f-7173a4726ad2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2722 | 2024.07.30 01:31:45.169370 [ 3 ] {9b772a32-c2c8-445e-904f-7173a4726ad2} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2723 | 2024.07.30 01:31:45.169439 [ 3 ] {9b772a32-c2c8-445e-904f-7173a4726ad2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2724 | 2024.07.30 01:31:45.170387 [ 3 ] {9b772a32-c2c8-445e-904f-7173a4726ad2} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2725 | 2024.07.30 01:31:45.171375 [ 3 ] {9b772a32-c2c8-445e-904f-7173a4726ad2} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2726 | 2024.07.30 01:31:45.171901 [ 3 ] {9b772a32-c2c8-445e-904f-7173a4726ad2} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.004526 sec., 5081.7498895271765 rows/sec., 274.89 KiB/sec. | ||
| 2727 | 2024.07.30 01:31:45.172212 [ 193 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1518 rows, containing 5 columns (5 merged, 0 gathered) in 0.006030211 sec., 251732.48498269796 rows/sec., 17.56 MiB/sec. | ||
| 2728 | 2024.07.30 01:31:45.172434 [ 3 ] {9b772a32-c2c8-445e-904f-7173a4726ad2} <Debug> DynamicQueryHandler: Done processing query | ||
| 2729 | 2024.07.30 01:31:45.172479 [ 3 ] {9b772a32-c2c8-445e-904f-7173a4726ad2} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2730 | 2024.07.30 01:31:45.172517 [ 3 ] {} <Debug> HTTP-Session: 5e04261b-c7a3-414d-8d18-779bffb5288d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2731 | 2024.07.30 01:31:45.172546 [ 193 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2732 | 2024.07.30 01:31:45.172657 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2733 | 2024.07.30 01:31:45.172735 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2734 | 2024.07.30 01:31:45.172800 [ 3 ] {} <Debug> HTTP-Session: c18d2842-6764-4613-b0d1-480695436b06 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2735 | 2024.07.30 01:31:45.172865 [ 3 ] {} <Debug> HTTP-Session: c18d2842-6764-4613-b0d1-480695436b06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2736 | 2024.07.30 01:31:45.172928 [ 3 ] {} <Debug> HTTP-Session: c18d2842-6764-4613-b0d1-480695436b06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2737 | 2024.07.30 01:31:45.173018 [ 3 ] {} <Trace> HTTP-Session: c18d2842-6764-4613-b0d1-480695436b06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2738 | 2024.07.30 01:31:45.173289 [ 3 ] {bb97eb6a-5cdc-4dd5-a005-602a081c6f49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2739 | 2024.07.30 01:31:45.173367 [ 3 ] {bb97eb6a-5cdc-4dd5-a005-602a081c6f49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2740 | 2024.07.30 01:31:45.173471 [ 193 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2741 | 2024.07.30 01:31:45.173755 [ 193 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2742 | 2024.07.30 01:31:45.173805 [ 3 ] {bb97eb6a-5cdc-4dd5-a005-602a081c6f49} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2743 | 2024.07.30 01:31:45.173938 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 2744 | 2024.07.30 01:31:45.174269 [ 3 ] {bb97eb6a-5cdc-4dd5-a005-602a081c6f49} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2745 | 2024.07.30 01:31:45.174307 [ 3 ] {bb97eb6a-5cdc-4dd5-a005-602a081c6f49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2746 | 2024.07.30 01:31:45.174682 [ 3 ] {bb97eb6a-5cdc-4dd5-a005-602a081c6f49} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2747 | 2024.07.30 01:31:45.175072 [ 3 ] {bb97eb6a-5cdc-4dd5-a005-602a081c6f49} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2748 | 2024.07.30 01:31:45.175201 [ 3 ] {bb97eb6a-5cdc-4dd5-a005-602a081c6f49} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002018 sec., 29732.408325074335 rows/sec., 2.00 MiB/sec. | ||
| 2749 | 2024.07.30 01:31:45.175200 [ 31 ] {} <Debug> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2750 | 2024.07.30 01:31:45.175262 [ 31 ] {} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2751 | 2024.07.30 01:31:45.175295 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2752 | 2024.07.30 01:31:45.175467 [ 3 ] {bb97eb6a-5cdc-4dd5-a005-602a081c6f49} <Debug> DynamicQueryHandler: Done processing query | ||
| 2753 | 2024.07.30 01:31:45.175552 [ 3 ] {bb97eb6a-5cdc-4dd5-a005-602a081c6f49} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2754 | 2024.07.30 01:31:45.175614 [ 3 ] {} <Debug> HTTP-Session: c18d2842-6764-4613-b0d1-480695436b06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2755 | 2024.07.30 01:31:45.175636 [ 192 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 2756 | 2024.07.30 01:31:45.175851 [ 192 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2757 | 2024.07.30 01:31:45.175883 [ 192 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 220 rows starting from the beginning of the part | ||
| 2758 | 2024.07.30 01:31:45.175951 [ 192 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part | ||
| 2759 | 2024.07.30 01:31:45.176174 [ 192 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part | ||
| 2760 | 2024.07.30 01:31:45.176334 [ 192 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 2761 | 2024.07.30 01:31:45.176435 [ 192 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 2762 | 2024.07.30 01:31:45.176627 [ 192 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 2763 | 2024.07.30 01:31:45.177770 [ 200 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 520 rows, containing 4 columns (4 merged, 0 gathered) in 0.002397675 sec., 216876.76603376187 rows/sec., 14.61 MiB/sec. | ||
| 2764 | 2024.07.30 01:31:45.177967 [ 197 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2765 | 2024.07.30 01:31:45.178435 [ 197 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_11_2} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2766 | 2024.07.30 01:31:45.178537 [ 197 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_11_2} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2767 | 2024.07.30 01:31:45.178633 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 2768 | 2024.07.30 01:31:50.136983 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 7845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2769 | 2024.07.30 01:31:50.137121 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2770 | 2024.07.30 01:31:50.137153 [ 3 ] {} <Debug> HTTP-Session: 3ebe8214-6e96-4012-b71a-d26a96874284 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2771 | 2024.07.30 01:31:50.137181 [ 3 ] {} <Debug> HTTP-Session: 3ebe8214-6e96-4012-b71a-d26a96874284 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2772 | 2024.07.30 01:31:50.137200 [ 3 ] {} <Debug> HTTP-Session: 3ebe8214-6e96-4012-b71a-d26a96874284 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2773 | 2024.07.30 01:31:50.137256 [ 3 ] {} <Trace> HTTP-Session: 3ebe8214-6e96-4012-b71a-d26a96874284 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2774 | 2024.07.30 01:31:50.137469 [ 3 ] {34815e9c-2903-4531-a333-2820c699e39f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2775 | 2024.07.30 01:31:50.137542 [ 3 ] {34815e9c-2903-4531-a333-2820c699e39f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2776 | 2024.07.30 01:31:50.137760 [ 3 ] {34815e9c-2903-4531-a333-2820c699e39f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2777 | 2024.07.30 01:31:50.138276 [ 3 ] {34815e9c-2903-4531-a333-2820c699e39f} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2778 | 2024.07.30 01:31:50.138318 [ 3 ] {34815e9c-2903-4531-a333-2820c699e39f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 2779 | 2024.07.30 01:31:50.138708 [ 3 ] {34815e9c-2903-4531-a333-2820c699e39f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2780 | 2024.07.30 01:31:50.139064 [ 3 ] {34815e9c-2903-4531-a333-2820c699e39f} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2781 | 2024.07.30 01:31:50.139213 [ 3 ] {34815e9c-2903-4531-a333-2820c699e39f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001819 sec., 30786.14623419461 rows/sec., 2.37 MiB/sec. | ||
| 2782 | 2024.07.30 01:31:50.139552 [ 3 ] {34815e9c-2903-4531-a333-2820c699e39f} <Debug> DynamicQueryHandler: Done processing query | ||
| 2783 | 2024.07.30 01:31:50.139582 [ 3 ] {34815e9c-2903-4531-a333-2820c699e39f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2784 | 2024.07.30 01:31:50.139600 [ 3 ] {} <Debug> HTTP-Session: 3ebe8214-6e96-4012-b71a-d26a96874284 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2785 | 2024.07.30 01:31:50.139791 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 10894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2786 | 2024.07.30 01:31:50.139850 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2787 | 2024.07.30 01:31:50.139871 [ 3 ] {} <Debug> HTTP-Session: e95f47aa-9288-413d-932b-3f70c3cc9604 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2788 | 2024.07.30 01:31:50.139890 [ 3 ] {} <Debug> HTTP-Session: e95f47aa-9288-413d-932b-3f70c3cc9604 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2789 | 2024.07.30 01:31:50.139905 [ 3 ] {} <Debug> HTTP-Session: e95f47aa-9288-413d-932b-3f70c3cc9604 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2790 | 2024.07.30 01:31:50.139942 [ 3 ] {} <Trace> HTTP-Session: e95f47aa-9288-413d-932b-3f70c3cc9604 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2791 | 2024.07.30 01:31:50.140071 [ 3 ] {46a55a4d-1c10-46e8-a02c-b0a3621f90bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2792 | 2024.07.30 01:31:50.140119 [ 3 ] {46a55a4d-1c10-46e8-a02c-b0a3621f90bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2793 | 2024.07.30 01:31:50.140269 [ 3 ] {46a55a4d-1c10-46e8-a02c-b0a3621f90bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2794 | 2024.07.30 01:31:50.140645 [ 3 ] {46a55a4d-1c10-46e8-a02c-b0a3621f90bb} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2795 | 2024.07.30 01:31:50.140682 [ 3 ] {46a55a4d-1c10-46e8-a02c-b0a3621f90bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 2796 | 2024.07.30 01:31:50.141000 [ 3 ] {46a55a4d-1c10-46e8-a02c-b0a3621f90bb} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2797 | 2024.07.30 01:31:50.141324 [ 3 ] {46a55a4d-1c10-46e8-a02c-b0a3621f90bb} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2798 | 2024.07.30 01:31:50.141455 [ 3 ] {46a55a4d-1c10-46e8-a02c-b0a3621f90bb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001429 sec., 44786.56403079077 rows/sec., 3.50 MiB/sec. | ||
| 2799 | 2024.07.30 01:31:50.141725 [ 3 ] {46a55a4d-1c10-46e8-a02c-b0a3621f90bb} <Debug> DynamicQueryHandler: Done processing query | ||
| 2800 | 2024.07.30 01:31:50.141752 [ 3 ] {46a55a4d-1c10-46e8-a02c-b0a3621f90bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 2801 | 2024.07.30 01:31:50.141769 [ 3 ] {} <Debug> HTTP-Session: e95f47aa-9288-413d-932b-3f70c3cc9604 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2802 | 2024.07.30 01:31:50.141932 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2803 | 2024.07.30 01:31:50.141986 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2804 | 2024.07.30 01:31:50.142006 [ 3 ] {} <Debug> HTTP-Session: 183eeab2-5fd2-4f06-aac9-da678ccc4dc4 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2805 | 2024.07.30 01:31:50.142023 [ 3 ] {} <Debug> HTTP-Session: 183eeab2-5fd2-4f06-aac9-da678ccc4dc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2806 | 2024.07.30 01:31:50.142038 [ 3 ] {} <Debug> HTTP-Session: 183eeab2-5fd2-4f06-aac9-da678ccc4dc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2807 | 2024.07.30 01:31:50.142071 [ 3 ] {} <Trace> HTTP-Session: 183eeab2-5fd2-4f06-aac9-da678ccc4dc4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2808 | 2024.07.30 01:31:50.142228 [ 3 ] {08407b56-eb4f-4488-9e63-2fc039907e1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2809 | 2024.07.30 01:31:50.142284 [ 3 ] {08407b56-eb4f-4488-9e63-2fc039907e1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2810 | 2024.07.30 01:31:50.142446 [ 3 ] {08407b56-eb4f-4488-9e63-2fc039907e1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2811 | 2024.07.30 01:31:50.143093 [ 3 ] {08407b56-eb4f-4488-9e63-2fc039907e1c} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2812 | 2024.07.30 01:31:50.143128 [ 3 ] {08407b56-eb4f-4488-9e63-2fc039907e1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 2813 | 2024.07.30 01:31:50.143850 [ 3 ] {08407b56-eb4f-4488-9e63-2fc039907e1c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2814 | 2024.07.30 01:31:50.144346 [ 3 ] {08407b56-eb4f-4488-9e63-2fc039907e1c} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2815 | 2024.07.30 01:31:50.144481 [ 3 ] {08407b56-eb4f-4488-9e63-2fc039907e1c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002328 sec., 68728.52233676975 rows/sec., 4.79 MiB/sec. | ||
| 2816 | 2024.07.30 01:31:50.144665 [ 3 ] {08407b56-eb4f-4488-9e63-2fc039907e1c} <Debug> DynamicQueryHandler: Done processing query | ||
| 2817 | 2024.07.30 01:31:50.144692 [ 3 ] {08407b56-eb4f-4488-9e63-2fc039907e1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2818 | 2024.07.30 01:31:50.144709 [ 3 ] {} <Debug> HTTP-Session: 183eeab2-5fd2-4f06-aac9-da678ccc4dc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2819 | 2024.07.30 01:31:50.144879 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2820 | 2024.07.30 01:31:50.144941 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2821 | 2024.07.30 01:31:50.144962 [ 3 ] {} <Debug> HTTP-Session: 2ff62f53-b4c4-4d16-af28-0e56d59a0c2a Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2822 | 2024.07.30 01:31:50.144980 [ 3 ] {} <Debug> HTTP-Session: 2ff62f53-b4c4-4d16-af28-0e56d59a0c2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2823 | 2024.07.30 01:31:50.144995 [ 3 ] {} <Debug> HTTP-Session: 2ff62f53-b4c4-4d16-af28-0e56d59a0c2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2824 | 2024.07.30 01:31:50.145027 [ 3 ] {} <Trace> HTTP-Session: 2ff62f53-b4c4-4d16-af28-0e56d59a0c2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2825 | 2024.07.30 01:31:50.145179 [ 3 ] {8ff1243d-dfbb-429d-8c61-990819b8d2aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2826 | 2024.07.30 01:31:50.145226 [ 3 ] {8ff1243d-dfbb-429d-8c61-990819b8d2aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2827 | 2024.07.30 01:31:50.145358 [ 3 ] {8ff1243d-dfbb-429d-8c61-990819b8d2aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2828 | 2024.07.30 01:31:50.145686 [ 3 ] {8ff1243d-dfbb-429d-8c61-990819b8d2aa} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2829 | 2024.07.30 01:31:50.145722 [ 3 ] {8ff1243d-dfbb-429d-8c61-990819b8d2aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 2830 | 2024.07.30 01:31:50.146085 [ 3 ] {8ff1243d-dfbb-429d-8c61-990819b8d2aa} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2831 | 2024.07.30 01:31:50.146414 [ 3 ] {8ff1243d-dfbb-429d-8c61-990819b8d2aa} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2832 | 2024.07.30 01:31:50.146540 [ 3 ] {8ff1243d-dfbb-429d-8c61-990819b8d2aa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001408 sec., 42613.63636363637 rows/sec., 2.87 MiB/sec. | ||
| 2833 | 2024.07.30 01:31:50.146824 [ 3 ] {8ff1243d-dfbb-429d-8c61-990819b8d2aa} <Debug> DynamicQueryHandler: Done processing query | ||
| 2834 | 2024.07.30 01:31:50.146850 [ 3 ] {8ff1243d-dfbb-429d-8c61-990819b8d2aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2835 | 2024.07.30 01:31:50.146866 [ 3 ] {} <Debug> HTTP-Session: 2ff62f53-b4c4-4d16-af28-0e56d59a0c2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2836 | 2024.07.30 01:31:55.129386 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 1272, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2837 | 2024.07.30 01:31:55.129517 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2838 | 2024.07.30 01:31:55.129547 [ 3 ] {} <Debug> HTTP-Session: 15cc8dc8-6ba0-49c4-a01a-078636102f3b Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2839 | 2024.07.30 01:31:55.129574 [ 3 ] {} <Debug> HTTP-Session: 15cc8dc8-6ba0-49c4-a01a-078636102f3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2840 | 2024.07.30 01:31:55.129592 [ 3 ] {} <Debug> HTTP-Session: 15cc8dc8-6ba0-49c4-a01a-078636102f3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2841 | 2024.07.30 01:31:55.129647 [ 3 ] {} <Trace> HTTP-Session: 15cc8dc8-6ba0-49c4-a01a-078636102f3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2842 | 2024.07.30 01:31:55.129916 [ 3 ] {b0234dfb-b9c5-4aa4-98e5-feb2a8c2cf8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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) | ||
| 2843 | 2024.07.30 01:31:55.130366 [ 3 ] {b0234dfb-b9c5-4aa4-98e5-feb2a8c2cf8a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2844 | 2024.07.30 01:31:55.130417 [ 3 ] {b0234dfb-b9c5-4aa4-98e5-feb2a8c2cf8a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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 | ||
| 2845 | 2024.07.30 01:31:55.130773 [ 3 ] {b0234dfb-b9c5-4aa4-98e5-feb2a8c2cf8a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2846 | 2024.07.30 01:31:55.130852 [ 3 ] {b0234dfb-b9c5-4aa4-98e5-feb2a8c2cf8a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2847 | 2024.07.30 01:31:55.131025 [ 3 ] {b0234dfb-b9c5-4aa4-98e5-feb2a8c2cf8a} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 2848 | 2024.07.30 01:31:55.131168 [ 254 ] {b0234dfb-b9c5-4aa4-98e5-feb2a8c2cf8a} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2849 | 2024.07.30 01:31:55.131205 [ 257 ] {b0234dfb-b9c5-4aa4-98e5-feb2a8c2cf8a} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2850 | 2024.07.30 01:31:55.131205 [ 251 ] {b0234dfb-b9c5-4aa4-98e5-feb2a8c2cf8a} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2851 | 2024.07.30 01:31:55.131360 [ 3 ] {b0234dfb-b9c5-4aa4-98e5-feb2a8c2cf8a} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 2852 | 2024.07.30 01:31:55.131392 [ 3 ] {b0234dfb-b9c5-4aa4-98e5-feb2a8c2cf8a} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2853 | 2024.07.30 01:31:55.131505 [ 3 ] {b0234dfb-b9c5-4aa4-98e5-feb2a8c2cf8a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2854 | 2024.07.30 01:31:55.131529 [ 3 ] {b0234dfb-b9c5-4aa4-98e5-feb2a8c2cf8a} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Reading approx. 36 rows with 3 streams | ||
| 2855 | 2024.07.30 01:31:55.131571 [ 3 ] {b0234dfb-b9c5-4aa4-98e5-feb2a8c2cf8a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 2856 | 2024.07.30 01:31:55.131616 [ 3 ] {b0234dfb-b9c5-4aa4-98e5-feb2a8c2cf8a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 2857 | 2024.07.30 01:31:55.131655 [ 3 ] {b0234dfb-b9c5-4aa4-98e5-feb2a8c2cf8a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 2858 | 2024.07.30 01:31:55.133504 [ 3 ] {b0234dfb-b9c5-4aa4-98e5-feb2a8c2cf8a} <Debug> executeQuery: Read 36 rows, 1.33 KiB in 0.003716 sec., 9687.83638320775 rows/sec., 357.93 KiB/sec. | ||
| 2859 | 2024.07.30 01:31:55.133900 [ 3 ] {b0234dfb-b9c5-4aa4-98e5-feb2a8c2cf8a} <Debug> DynamicQueryHandler: Done processing query | ||
| 2860 | 2024.07.30 01:31:55.133944 [ 3 ] {b0234dfb-b9c5-4aa4-98e5-feb2a8c2cf8a} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 2861 | 2024.07.30 01:31:55.133974 [ 3 ] {} <Debug> HTTP-Session: 15cc8dc8-6ba0-49c4-a01a-078636102f3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2862 | 2024.07.30 01:31:55.134661 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 1314, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2863 | 2024.07.30 01:31:55.134721 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2864 | 2024.07.30 01:31:55.134743 [ 3 ] {} <Debug> HTTP-Session: d23b9f5c-e641-4cc1-be80-094956e4278d Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2865 | 2024.07.30 01:31:55.134761 [ 3 ] {} <Debug> HTTP-Session: d23b9f5c-e641-4cc1-be80-094956e4278d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2866 | 2024.07.30 01:31:55.134775 [ 3 ] {} <Debug> HTTP-Session: d23b9f5c-e641-4cc1-be80-094956e4278d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2867 | 2024.07.30 01:31:55.134809 [ 3 ] {} <Trace> HTTP-Session: d23b9f5c-e641-4cc1-be80-094956e4278d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2868 | 2024.07.30 01:31:55.135002 [ 3 ] {e679d9b5-a98c-4e11-a8ba-74bda1c95ef1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
| 2869 | 2024.07.30 01:31:55.135300 [ 3 ] {e679d9b5-a98c-4e11-a8ba-74bda1c95ef1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2870 | 2024.07.30 01:31:55.135350 [ 3 ] {e679d9b5-a98c-4e11-a8ba-74bda1c95ef1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
| 2871 | 2024.07.30 01:31:55.135666 [ 3 ] {e679d9b5-a98c-4e11-a8ba-74bda1c95ef1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2872 | 2024.07.30 01:31:55.135734 [ 3 ] {e679d9b5-a98c-4e11-a8ba-74bda1c95ef1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2873 | 2024.07.30 01:31:55.135873 [ 3 ] {e679d9b5-a98c-4e11-a8ba-74bda1c95ef1} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 2874 | 2024.07.30 01:31:55.135999 [ 260 ] {e679d9b5-a98c-4e11-a8ba-74bda1c95ef1} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2875 | 2024.07.30 01:31:55.136030 [ 259 ] {e679d9b5-a98c-4e11-a8ba-74bda1c95ef1} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2876 | 2024.07.30 01:31:55.136053 [ 258 ] {e679d9b5-a98c-4e11-a8ba-74bda1c95ef1} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2877 | 2024.07.30 01:31:55.136182 [ 3 ] {e679d9b5-a98c-4e11-a8ba-74bda1c95ef1} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 2878 | 2024.07.30 01:31:55.136212 [ 3 ] {e679d9b5-a98c-4e11-a8ba-74bda1c95ef1} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2879 | 2024.07.30 01:31:55.136314 [ 3 ] {e679d9b5-a98c-4e11-a8ba-74bda1c95ef1} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2880 | 2024.07.30 01:31:55.136337 [ 3 ] {e679d9b5-a98c-4e11-a8ba-74bda1c95ef1} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Reading approx. 36 rows with 3 streams | ||
| 2881 | 2024.07.30 01:31:55.136377 [ 3 ] {e679d9b5-a98c-4e11-a8ba-74bda1c95ef1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 2882 | 2024.07.30 01:31:55.136418 [ 3 ] {e679d9b5-a98c-4e11-a8ba-74bda1c95ef1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 2883 | 2024.07.30 01:31:55.136456 [ 3 ] {e679d9b5-a98c-4e11-a8ba-74bda1c95ef1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 2884 | 2024.07.30 01:31:55.138220 [ 3 ] {e679d9b5-a98c-4e11-a8ba-74bda1c95ef1} <Debug> executeQuery: Read 36 rows, 1.33 KiB in 0.003298 sec., 10915.70648878108 rows/sec., 403.30 KiB/sec. | ||
| 2885 | 2024.07.30 01:31:55.138582 [ 3 ] {e679d9b5-a98c-4e11-a8ba-74bda1c95ef1} <Debug> DynamicQueryHandler: Done processing query | ||
| 2886 | 2024.07.30 01:31:55.138613 [ 3 ] {e679d9b5-a98c-4e11-a8ba-74bda1c95ef1} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 2887 | 2024.07.30 01:31:55.138634 [ 3 ] {} <Debug> HTTP-Session: d23b9f5c-e641-4cc1-be80-094956e4278d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2888 | 2024.07.30 01:31:55.138990 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 1352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2889 | 2024.07.30 01:31:55.139050 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2890 | 2024.07.30 01:31:55.139075 [ 3 ] {} <Debug> HTTP-Session: d7155135-ad31-4cbc-b854-0a1260819b56 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2891 | 2024.07.30 01:31:55.139097 [ 3 ] {} <Debug> HTTP-Session: d7155135-ad31-4cbc-b854-0a1260819b56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2892 | 2024.07.30 01:31:55.139114 [ 3 ] {} <Debug> HTTP-Session: d7155135-ad31-4cbc-b854-0a1260819b56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2893 | 2024.07.30 01:31:55.139152 [ 3 ] {} <Trace> HTTP-Session: d7155135-ad31-4cbc-b854-0a1260819b56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2894 | 2024.07.30 01:31:55.139342 [ 3 ] {5ac33bdc-e77f-4571-9104-a5bdb0316af9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
| 2895 | 2024.07.30 01:31:55.139637 [ 3 ] {5ac33bdc-e77f-4571-9104-a5bdb0316af9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2896 | 2024.07.30 01:31:55.139687 [ 3 ] {5ac33bdc-e77f-4571-9104-a5bdb0316af9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
| 2897 | 2024.07.30 01:31:55.140002 [ 3 ] {5ac33bdc-e77f-4571-9104-a5bdb0316af9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2898 | 2024.07.30 01:31:55.140068 [ 3 ] {5ac33bdc-e77f-4571-9104-a5bdb0316af9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2899 | 2024.07.30 01:31:55.140208 [ 3 ] {5ac33bdc-e77f-4571-9104-a5bdb0316af9} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 2900 | 2024.07.30 01:31:55.140336 [ 254 ] {5ac33bdc-e77f-4571-9104-a5bdb0316af9} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2901 | 2024.07.30 01:31:55.140363 [ 259 ] {5ac33bdc-e77f-4571-9104-a5bdb0316af9} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2902 | 2024.07.30 01:31:55.140385 [ 258 ] {5ac33bdc-e77f-4571-9104-a5bdb0316af9} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2903 | 2024.07.30 01:31:55.140559 [ 3 ] {5ac33bdc-e77f-4571-9104-a5bdb0316af9} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 2904 | 2024.07.30 01:31:55.140591 [ 3 ] {5ac33bdc-e77f-4571-9104-a5bdb0316af9} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2905 | 2024.07.30 01:31:55.140695 [ 3 ] {5ac33bdc-e77f-4571-9104-a5bdb0316af9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2906 | 2024.07.30 01:31:55.140717 [ 3 ] {5ac33bdc-e77f-4571-9104-a5bdb0316af9} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Reading approx. 36 rows with 3 streams | ||
| 2907 | 2024.07.30 01:31:55.140757 [ 3 ] {5ac33bdc-e77f-4571-9104-a5bdb0316af9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 2908 | 2024.07.30 01:31:55.140799 [ 3 ] {5ac33bdc-e77f-4571-9104-a5bdb0316af9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 2909 | 2024.07.30 01:31:55.140837 [ 3 ] {5ac33bdc-e77f-4571-9104-a5bdb0316af9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 2910 | 2024.07.30 01:31:55.142647 [ 3 ] {5ac33bdc-e77f-4571-9104-a5bdb0316af9} <Debug> executeQuery: Read 36 rows, 1.33 KiB in 0.003403 sec., 10578.90096973259 rows/sec., 390.85 KiB/sec. | ||
| 2911 | 2024.07.30 01:31:55.142976 [ 3 ] {5ac33bdc-e77f-4571-9104-a5bdb0316af9} <Debug> DynamicQueryHandler: Done processing query | ||
| 2912 | 2024.07.30 01:31:55.143001 [ 3 ] {5ac33bdc-e77f-4571-9104-a5bdb0316af9} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 2913 | 2024.07.30 01:31:55.143017 [ 3 ] {} <Debug> HTTP-Session: d7155135-ad31-4cbc-b854-0a1260819b56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2914 | 2024.07.30 01:31:55.143237 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 1389, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2915 | 2024.07.30 01:31:55.143287 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2916 | 2024.07.30 01:31:55.143306 [ 3 ] {} <Debug> HTTP-Session: 48685d98-c2e3-4f37-8683-fe180fa85c40 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2917 | 2024.07.30 01:31:55.143323 [ 3 ] {} <Debug> HTTP-Session: 48685d98-c2e3-4f37-8683-fe180fa85c40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2918 | 2024.07.30 01:31:55.143336 [ 3 ] {} <Debug> HTTP-Session: 48685d98-c2e3-4f37-8683-fe180fa85c40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2919 | 2024.07.30 01:31:55.143367 [ 3 ] {} <Trace> HTTP-Session: 48685d98-c2e3-4f37-8683-fe180fa85c40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2920 | 2024.07.30 01:31:55.143519 [ 3 ] {a42aa8b9-2d8a-4fff-b1bf-3bc34d389dac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
| 2921 | 2024.07.30 01:31:55.143812 [ 3 ] {a42aa8b9-2d8a-4fff-b1bf-3bc34d389dac} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2922 | 2024.07.30 01:31:55.143861 [ 3 ] {a42aa8b9-2d8a-4fff-b1bf-3bc34d389dac} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
| 2923 | 2024.07.30 01:31:55.144175 [ 3 ] {a42aa8b9-2d8a-4fff-b1bf-3bc34d389dac} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2924 | 2024.07.30 01:31:55.144240 [ 3 ] {a42aa8b9-2d8a-4fff-b1bf-3bc34d389dac} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2925 | 2024.07.30 01:31:55.144377 [ 3 ] {a42aa8b9-2d8a-4fff-b1bf-3bc34d389dac} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 2926 | 2024.07.30 01:31:55.144518 [ 254 ] {a42aa8b9-2d8a-4fff-b1bf-3bc34d389dac} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2927 | 2024.07.30 01:31:55.144544 [ 251 ] {a42aa8b9-2d8a-4fff-b1bf-3bc34d389dac} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2928 | 2024.07.30 01:31:55.144530 [ 258 ] {a42aa8b9-2d8a-4fff-b1bf-3bc34d389dac} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2929 | 2024.07.30 01:31:55.144684 [ 3 ] {a42aa8b9-2d8a-4fff-b1bf-3bc34d389dac} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 2930 | 2024.07.30 01:31:55.144713 [ 3 ] {a42aa8b9-2d8a-4fff-b1bf-3bc34d389dac} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2931 | 2024.07.30 01:31:55.144816 [ 3 ] {a42aa8b9-2d8a-4fff-b1bf-3bc34d389dac} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2932 | 2024.07.30 01:31:55.144837 [ 3 ] {a42aa8b9-2d8a-4fff-b1bf-3bc34d389dac} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Reading approx. 36 rows with 3 streams | ||
| 2933 | 2024.07.30 01:31:55.144876 [ 3 ] {a42aa8b9-2d8a-4fff-b1bf-3bc34d389dac} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 2934 | 2024.07.30 01:31:55.144916 [ 3 ] {a42aa8b9-2d8a-4fff-b1bf-3bc34d389dac} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 2935 | 2024.07.30 01:31:55.144954 [ 3 ] {a42aa8b9-2d8a-4fff-b1bf-3bc34d389dac} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 2936 | 2024.07.30 01:31:55.146735 [ 3 ] {a42aa8b9-2d8a-4fff-b1bf-3bc34d389dac} <Debug> executeQuery: Read 36 rows, 1.33 KiB in 0.003293 sec., 10932.280595201944 rows/sec., 403.91 KiB/sec. | ||
| 2937 | 2024.07.30 01:31:55.147082 [ 3 ] {a42aa8b9-2d8a-4fff-b1bf-3bc34d389dac} <Debug> DynamicQueryHandler: Done processing query | ||
| 2938 | 2024.07.30 01:31:55.147108 [ 3 ] {a42aa8b9-2d8a-4fff-b1bf-3bc34d389dac} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB. | ||
| 2939 | 2024.07.30 01:31:55.147124 [ 3 ] {} <Debug> HTTP-Session: 48685d98-c2e3-4f37-8683-fe180fa85c40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2940 | 2024.07.30 01:31:55.154096 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 1441, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2941 | 2024.07.30 01:31:55.154155 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2942 | 2024.07.30 01:31:55.154178 [ 3 ] {} <Debug> HTTP-Session: 6da74014-9ce0-4323-92f1-38e290ee7ad2 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2943 | 2024.07.30 01:31:55.154197 [ 3 ] {} <Debug> HTTP-Session: 6da74014-9ce0-4323-92f1-38e290ee7ad2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2944 | 2024.07.30 01:31:55.154211 [ 3 ] {} <Debug> HTTP-Session: 6da74014-9ce0-4323-92f1-38e290ee7ad2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2945 | 2024.07.30 01:31:55.154245 [ 3 ] {} <Trace> HTTP-Session: 6da74014-9ce0-4323-92f1-38e290ee7ad2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2946 | 2024.07.30 01:31:55.154407 [ 3 ] {2037e0b7-046a-4783-ae67-d604b375a685} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2947 | 2024.07.30 01:31:55.154728 [ 3 ] {2037e0b7-046a-4783-ae67-d604b375a685} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2948 | 2024.07.30 01:31:55.154780 [ 3 ] {2037e0b7-046a-4783-ae67-d604b375a685} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2949 | 2024.07.30 01:31:55.155108 [ 3 ] {2037e0b7-046a-4783-ae67-d604b375a685} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2950 | 2024.07.30 01:31:55.155175 [ 3 ] {2037e0b7-046a-4783-ae67-d604b375a685} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2951 | 2024.07.30 01:31:55.155322 [ 3 ] {2037e0b7-046a-4783-ae67-d604b375a685} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 2952 | 2024.07.30 01:31:55.155438 [ 254 ] {2037e0b7-046a-4783-ae67-d604b375a685} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2953 | 2024.07.30 01:31:55.155472 [ 259 ] {2037e0b7-046a-4783-ae67-d604b375a685} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2954 | 2024.07.30 01:31:55.155491 [ 261 ] {2037e0b7-046a-4783-ae67-d604b375a685} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2955 | 2024.07.30 01:31:55.155592 [ 3 ] {2037e0b7-046a-4783-ae67-d604b375a685} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 2956 | 2024.07.30 01:31:55.155628 [ 3 ] {2037e0b7-046a-4783-ae67-d604b375a685} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2957 | 2024.07.30 01:31:55.155731 [ 3 ] {2037e0b7-046a-4783-ae67-d604b375a685} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2958 | 2024.07.30 01:31:55.155753 [ 3 ] {2037e0b7-046a-4783-ae67-d604b375a685} <Debug> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7) (SelectExecutor): Reading approx. 36 rows with 3 streams | ||
| 2959 | 2024.07.30 01:31:55.155794 [ 3 ] {2037e0b7-046a-4783-ae67-d604b375a685} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2960 | 2024.07.30 01:31:55.155836 [ 3 ] {2037e0b7-046a-4783-ae67-d604b375a685} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2961 | 2024.07.30 01:31:55.155876 [ 3 ] {2037e0b7-046a-4783-ae67-d604b375a685} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2962 | 2024.07.30 01:31:55.157533 [ 3 ] {2037e0b7-046a-4783-ae67-d604b375a685} <Debug> executeQuery: Read 36 rows, 1.33 KiB in 0.003206 sec., 11228.94572676232 rows/sec., 414.87 KiB/sec. | ||
| 2963 | 2024.07.30 01:31:55.157873 [ 3 ] {2037e0b7-046a-4783-ae67-d604b375a685} <Debug> DynamicQueryHandler: Done processing query | ||
| 2964 | 2024.07.30 01:31:55.157899 [ 3 ] {2037e0b7-046a-4783-ae67-d604b375a685} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB. | ||
| 2965 | 2024.07.30 01:31:55.157916 [ 3 ] {} <Debug> HTTP-Session: 6da74014-9ce0-4323-92f1-38e290ee7ad2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2966 | 2024.07.30 01:31:55.167440 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 1341, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2967 | 2024.07.30 01:31:55.167505 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2968 | 2024.07.30 01:31:55.167530 [ 3 ] {} <Debug> HTTP-Session: 3c7426fd-59df-47ab-8d67-ba24848d22de Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2969 | 2024.07.30 01:31:55.167551 [ 3 ] {} <Debug> HTTP-Session: 3c7426fd-59df-47ab-8d67-ba24848d22de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2970 | 2024.07.30 01:31:55.167569 [ 3 ] {} <Debug> HTTP-Session: 3c7426fd-59df-47ab-8d67-ba24848d22de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2971 | 2024.07.30 01:31:55.167608 [ 3 ] {} <Trace> HTTP-Session: 3c7426fd-59df-47ab-8d67-ba24848d22de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2972 | 2024.07.30 01:31:55.167743 [ 3 ] {602f5e3d-b04d-4b24-84bf-a2cff2ba9d1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 2973 | 2024.07.30 01:31:55.167800 [ 3 ] {602f5e3d-b04d-4b24-84bf-a2cff2ba9d1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2974 | 2024.07.30 01:31:55.168004 [ 3 ] {602f5e3d-b04d-4b24-84bf-a2cff2ba9d1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2975 | 2024.07.30 01:31:55.168384 [ 3 ] {602f5e3d-b04d-4b24-84bf-a2cff2ba9d1b} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2976 | 2024.07.30 01:31:55.168423 [ 3 ] {602f5e3d-b04d-4b24-84bf-a2cff2ba9d1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 2977 | 2024.07.30 01:31:55.168908 [ 3 ] {602f5e3d-b04d-4b24-84bf-a2cff2ba9d1b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2978 | 2024.07.30 01:31:55.169244 [ 3 ] {602f5e3d-b04d-4b24-84bf-a2cff2ba9d1b} <Trace> oximeter.timeseries_schema (af0f039d-d8b8-4128-822e-5a1b79f040f7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2979 | 2024.07.30 01:31:55.169405 [ 3 ] {602f5e3d-b04d-4b24-84bf-a2cff2ba9d1b} <Debug> executeQuery: Read 5 rows, 675.00 B in 0.001703 sec., 2935.995302407516 rows/sec., 387.07 KiB/sec. | ||
| 2980 | 2024.07.30 01:31:55.169718 [ 3 ] {602f5e3d-b04d-4b24-84bf-a2cff2ba9d1b} <Debug> DynamicQueryHandler: Done processing query | ||
| 2981 | 2024.07.30 01:31:55.169744 [ 3 ] {602f5e3d-b04d-4b24-84bf-a2cff2ba9d1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2982 | 2024.07.30 01:31:55.169760 [ 3 ] {} <Debug> HTTP-Session: 3c7426fd-59df-47ab-8d67-ba24848d22de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2983 | 2024.07.30 01:31:55.169934 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 5193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2984 | 2024.07.30 01:31:55.169983 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2985 | 2024.07.30 01:31:55.170002 [ 3 ] {} <Debug> HTTP-Session: b3d0ec78-7c03-46af-a35d-001a639cb717 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 2986 | 2024.07.30 01:31:55.170019 [ 3 ] {} <Debug> HTTP-Session: b3d0ec78-7c03-46af-a35d-001a639cb717 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2987 | 2024.07.30 01:31:55.170033 [ 3 ] {} <Debug> HTTP-Session: b3d0ec78-7c03-46af-a35d-001a639cb717 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2988 | 2024.07.30 01:31:55.170064 [ 3 ] {} <Trace> HTTP-Session: b3d0ec78-7c03-46af-a35d-001a639cb717 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2989 | 2024.07.30 01:31:55.170175 [ 3 ] {e3683f84-fc86-48d2-bac9-74c98d2ebd7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2990 | 2024.07.30 01:31:55.170219 [ 3 ] {e3683f84-fc86-48d2-bac9-74c98d2ebd7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2991 | 2024.07.30 01:31:55.170371 [ 3 ] {e3683f84-fc86-48d2-bac9-74c98d2ebd7f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2992 | 2024.07.30 01:31:55.170704 [ 3 ] {e3683f84-fc86-48d2-bac9-74c98d2ebd7f} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2993 | 2024.07.30 01:31:55.170741 [ 3 ] {e3683f84-fc86-48d2-bac9-74c98d2ebd7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 2994 | 2024.07.30 01:31:55.171056 [ 3 ] {e3683f84-fc86-48d2-bac9-74c98d2ebd7f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2995 | 2024.07.30 01:31:55.171375 [ 3 ] {e3683f84-fc86-48d2-bac9-74c98d2ebd7f} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2996 | 2024.07.30 01:31:55.171532 [ 3 ] {e3683f84-fc86-48d2-bac9-74c98d2ebd7f} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001387 sec., 26676.279740447007 rows/sec., 2.01 MiB/sec. | ||
| 2997 | 2024.07.30 01:31:55.171732 [ 3 ] {e3683f84-fc86-48d2-bac9-74c98d2ebd7f} <Debug> DynamicQueryHandler: Done processing query | ||
| 2998 | 2024.07.30 01:31:55.171757 [ 3 ] {e3683f84-fc86-48d2-bac9-74c98d2ebd7f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2999 | 2024.07.30 01:31:55.171774 [ 3 ] {} <Debug> HTTP-Session: b3d0ec78-7c03-46af-a35d-001a639cb717 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3000 | 2024.07.30 01:31:55.171897 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3001 | 2024.07.30 01:31:55.171946 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3002 | 2024.07.30 01:31:55.171966 [ 3 ] {} <Debug> HTTP-Session: c8b56cf8-139f-442d-9a68-3e01776abe5b Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3003 | 2024.07.30 01:31:55.171983 [ 3 ] {} <Debug> HTTP-Session: c8b56cf8-139f-442d-9a68-3e01776abe5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3004 | 2024.07.30 01:31:55.171997 [ 3 ] {} <Debug> HTTP-Session: c8b56cf8-139f-442d-9a68-3e01776abe5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3005 | 2024.07.30 01:31:55.172028 [ 3 ] {} <Trace> HTTP-Session: c8b56cf8-139f-442d-9a68-3e01776abe5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3006 | 2024.07.30 01:31:55.172122 [ 3 ] {03dabd43-37f7-4e84-954f-b15fb3afe8fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 3007 | 2024.07.30 01:31:55.172164 [ 3 ] {03dabd43-37f7-4e84-954f-b15fb3afe8fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3008 | 2024.07.30 01:31:55.172367 [ 3 ] {03dabd43-37f7-4e84-954f-b15fb3afe8fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3009 | 2024.07.30 01:31:55.172736 [ 3 ] {03dabd43-37f7-4e84-954f-b15fb3afe8fc} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3010 | 2024.07.30 01:31:55.172771 [ 3 ] {03dabd43-37f7-4e84-954f-b15fb3afe8fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3011 | 2024.07.30 01:31:55.173168 [ 3 ] {03dabd43-37f7-4e84-954f-b15fb3afe8fc} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 3012 | 2024.07.30 01:31:55.173497 [ 3 ] {03dabd43-37f7-4e84-954f-b15fb3afe8fc} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3013 | 2024.07.30 01:31:55.173645 [ 3 ] {03dabd43-37f7-4e84-954f-b15fb3afe8fc} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001569 sec., 2549.394518801784 rows/sec., 207.89 KiB/sec. | ||
| 3014 | 2024.07.30 01:31:55.173888 [ 3 ] {03dabd43-37f7-4e84-954f-b15fb3afe8fc} <Debug> DynamicQueryHandler: Done processing query | ||
| 3015 | 2024.07.30 01:31:55.173912 [ 3 ] {03dabd43-37f7-4e84-954f-b15fb3afe8fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3016 | 2024.07.30 01:31:55.173926 [ 3 ] {} <Debug> HTTP-Session: c8b56cf8-139f-442d-9a68-3e01776abe5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3017 | 2024.07.30 01:31:55.174137 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 38675, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3018 | 2024.07.30 01:31:55.174248 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3019 | 2024.07.30 01:31:55.174267 [ 3 ] {} <Debug> HTTP-Session: acb2174f-f5ad-41c2-8de3-0b824df2325b Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3020 | 2024.07.30 01:31:55.174285 [ 3 ] {} <Debug> HTTP-Session: acb2174f-f5ad-41c2-8de3-0b824df2325b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3021 | 2024.07.30 01:31:55.174298 [ 3 ] {} <Debug> HTTP-Session: acb2174f-f5ad-41c2-8de3-0b824df2325b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3022 | 2024.07.30 01:31:55.174329 [ 3 ] {} <Trace> HTTP-Session: acb2174f-f5ad-41c2-8de3-0b824df2325b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3023 | 2024.07.30 01:31:55.174503 [ 3 ] {d5508087-6515-4450-ad91-75b536d9ca76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3024 | 2024.07.30 01:31:55.174546 [ 3 ] {d5508087-6515-4450-ad91-75b536d9ca76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3025 | 2024.07.30 01:31:55.174688 [ 3 ] {d5508087-6515-4450-ad91-75b536d9ca76} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3026 | 2024.07.30 01:31:55.175156 [ 3 ] {d5508087-6515-4450-ad91-75b536d9ca76} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3027 | 2024.07.30 01:31:55.175194 [ 3 ] {d5508087-6515-4450-ad91-75b536d9ca76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3028 | 2024.07.30 01:31:55.175553 [ 3 ] {d5508087-6515-4450-ad91-75b536d9ca76} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3029 | 2024.07.30 01:31:55.175873 [ 3 ] {d5508087-6515-4450-ad91-75b536d9ca76} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3030 | 2024.07.30 01:31:55.176024 [ 3 ] {d5508087-6515-4450-ad91-75b536d9ca76} <Debug> executeQuery: Read 256 rows, 23.11 KiB in 0.00161 sec., 159006.2111801242 rows/sec., 14.02 MiB/sec. | ||
| 3031 | 2024.07.30 01:31:55.176191 [ 3 ] {d5508087-6515-4450-ad91-75b536d9ca76} <Debug> DynamicQueryHandler: Done processing query | ||
| 3032 | 2024.07.30 01:31:55.176215 [ 3 ] {d5508087-6515-4450-ad91-75b536d9ca76} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 3033 | 2024.07.30 01:31:55.176231 [ 3 ] {} <Debug> HTTP-Session: acb2174f-f5ad-41c2-8de3-0b824df2325b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3034 | 2024.07.30 01:31:55.176346 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3035 | 2024.07.30 01:31:55.176395 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3036 | 2024.07.30 01:31:55.176415 [ 3 ] {} <Debug> HTTP-Session: be1312bd-f7ca-4f68-9327-b47f23e65772 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3037 | 2024.07.30 01:31:55.176432 [ 3 ] {} <Debug> HTTP-Session: be1312bd-f7ca-4f68-9327-b47f23e65772 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3038 | 2024.07.30 01:31:55.176445 [ 3 ] {} <Debug> HTTP-Session: be1312bd-f7ca-4f68-9327-b47f23e65772 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3039 | 2024.07.30 01:31:55.176477 [ 3 ] {} <Trace> HTTP-Session: be1312bd-f7ca-4f68-9327-b47f23e65772 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3040 | 2024.07.30 01:31:55.176571 [ 3 ] {9609fedf-56ba-4ac0-9e1d-c468648d4a62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3041 | 2024.07.30 01:31:55.176613 [ 3 ] {9609fedf-56ba-4ac0-9e1d-c468648d4a62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3042 | 2024.07.30 01:31:55.176738 [ 3 ] {9609fedf-56ba-4ac0-9e1d-c468648d4a62} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3043 | 2024.07.30 01:31:55.179187 [ 3 ] {9609fedf-56ba-4ac0-9e1d-c468648d4a62} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3044 | 2024.07.30 01:31:55.179223 [ 3 ] {9609fedf-56ba-4ac0-9e1d-c468648d4a62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3045 | 2024.07.30 01:31:55.179541 [ 3 ] {9609fedf-56ba-4ac0-9e1d-c468648d4a62} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 3046 | 2024.07.30 01:31:55.179859 [ 3 ] {9609fedf-56ba-4ac0-9e1d-c468648d4a62} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3047 | 2024.07.30 01:31:55.180023 [ 3 ] {9609fedf-56ba-4ac0-9e1d-c468648d4a62} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.003462 sec., 1155.4015020219526 rows/sec., 80.68 KiB/sec. | ||
| 3048 | 2024.07.30 01:31:55.180398 [ 3 ] {9609fedf-56ba-4ac0-9e1d-c468648d4a62} <Debug> DynamicQueryHandler: Done processing query | ||
| 3049 | 2024.07.30 01:31:55.180423 [ 3 ] {9609fedf-56ba-4ac0-9e1d-c468648d4a62} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3050 | 2024.07.30 01:31:55.180439 [ 3 ] {} <Debug> HTTP-Session: be1312bd-f7ca-4f68-9327-b47f23e65772 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3051 | 2024.07.30 01:31:55.180850 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 70571, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3052 | 2024.07.30 01:31:55.180900 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3053 | 2024.07.30 01:31:55.180920 [ 3 ] {} <Debug> HTTP-Session: 9f0d3a77-8b86-4ea4-aa62-1a62fd509f07 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3054 | 2024.07.30 01:31:55.180937 [ 3 ] {} <Debug> HTTP-Session: 9f0d3a77-8b86-4ea4-aa62-1a62fd509f07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3055 | 2024.07.30 01:31:55.180950 [ 3 ] {} <Debug> HTTP-Session: 9f0d3a77-8b86-4ea4-aa62-1a62fd509f07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3056 | 2024.07.30 01:31:55.180981 [ 3 ] {} <Trace> HTTP-Session: 9f0d3a77-8b86-4ea4-aa62-1a62fd509f07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3057 | 2024.07.30 01:31:55.181229 [ 3 ] {c9e1f97a-9e1e-4f7e-810f-bd10f816162f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3058 | 2024.07.30 01:31:55.181281 [ 3 ] {c9e1f97a-9e1e-4f7e-810f-bd10f816162f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3059 | 2024.07.30 01:31:55.181424 [ 3 ] {c9e1f97a-9e1e-4f7e-810f-bd10f816162f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3060 | 2024.07.30 01:31:55.181971 [ 3 ] {c9e1f97a-9e1e-4f7e-810f-bd10f816162f} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3061 | 2024.07.30 01:31:55.182008 [ 3 ] {c9e1f97a-9e1e-4f7e-810f-bd10f816162f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3062 | 2024.07.30 01:31:55.182343 [ 3 ] {c9e1f97a-9e1e-4f7e-810f-bd10f816162f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3063 | 2024.07.30 01:31:55.182669 [ 3 ] {c9e1f97a-9e1e-4f7e-810f-bd10f816162f} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3064 | 2024.07.30 01:31:55.182830 [ 3 ] {c9e1f97a-9e1e-4f7e-810f-bd10f816162f} <Debug> executeQuery: Read 435 rows, 31.73 KiB in 0.001736 sec., 250576.03686635947 rows/sec., 17.85 MiB/sec. | ||
| 3065 | 2024.07.30 01:31:55.183002 [ 3 ] {c9e1f97a-9e1e-4f7e-810f-bd10f816162f} <Debug> DynamicQueryHandler: Done processing query | ||
| 3066 | 2024.07.30 01:31:55.183026 [ 3 ] {c9e1f97a-9e1e-4f7e-810f-bd10f816162f} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 3067 | 2024.07.30 01:31:55.183042 [ 3 ] {} <Debug> HTTP-Session: 9f0d3a77-8b86-4ea4-aa62-1a62fd509f07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3068 | 2024.07.30 01:31:55.183181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3069 | 2024.07.30 01:31:55.183272 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3070 | 2024.07.30 01:31:55.183292 [ 3 ] {} <Debug> HTTP-Session: 2522e05f-4316-42d9-a299-fc17b2d94cd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3071 | 2024.07.30 01:31:55.183309 [ 3 ] {} <Debug> HTTP-Session: 2522e05f-4316-42d9-a299-fc17b2d94cd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3072 | 2024.07.30 01:31:55.183323 [ 3 ] {} <Debug> HTTP-Session: 2522e05f-4316-42d9-a299-fc17b2d94cd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3073 | 2024.07.30 01:31:55.183355 [ 3 ] {} <Trace> HTTP-Session: 2522e05f-4316-42d9-a299-fc17b2d94cd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3074 | 2024.07.30 01:31:55.183452 [ 3 ] {4a5da2a2-0512-4be1-9e9b-68b9b35ee535} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 3075 | 2024.07.30 01:31:55.183495 [ 3 ] {4a5da2a2-0512-4be1-9e9b-68b9b35ee535} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3076 | 2024.07.30 01:31:55.183624 [ 3 ] {4a5da2a2-0512-4be1-9e9b-68b9b35ee535} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3077 | 2024.07.30 01:31:55.183904 [ 3 ] {4a5da2a2-0512-4be1-9e9b-68b9b35ee535} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3078 | 2024.07.30 01:31:55.183939 [ 3 ] {4a5da2a2-0512-4be1-9e9b-68b9b35ee535} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3079 | 2024.07.30 01:31:55.184293 [ 3 ] {4a5da2a2-0512-4be1-9e9b-68b9b35ee535} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3080 | 2024.07.30 01:31:55.184707 [ 3 ] {4a5da2a2-0512-4be1-9e9b-68b9b35ee535} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3081 | 2024.07.30 01:31:55.184854 [ 54 ] {} <Debug> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3082 | 2024.07.30 01:31:55.184871 [ 3 ] {4a5da2a2-0512-4be1-9e9b-68b9b35ee535} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001437 sec., 4175.365344467641 rows/sec., 179.41 KiB/sec. | ||
| 3083 | 2024.07.30 01:31:55.184927 [ 54 ] {} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3084 | 2024.07.30 01:31:55.184994 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3085 | 2024.07.30 01:31:55.185196 [ 3 ] {4a5da2a2-0512-4be1-9e9b-68b9b35ee535} <Debug> DynamicQueryHandler: Done processing query | ||
| 3086 | 2024.07.30 01:31:55.185333 [ 3 ] {4a5da2a2-0512-4be1-9e9b-68b9b35ee535} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3087 | 2024.07.30 01:31:55.185377 [ 192 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 3088 | 2024.07.30 01:31:55.185408 [ 3 ] {} <Debug> HTTP-Session: 2522e05f-4316-42d9-a299-fc17b2d94cd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3089 | 2024.07.30 01:31:55.185613 [ 192 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3090 | 2024.07.30 01:31:55.185630 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3091 | 2024.07.30 01:31:55.185682 [ 192 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 3092 | 2024.07.30 01:31:55.185737 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3093 | 2024.07.30 01:31:55.185803 [ 3 ] {} <Debug> HTTP-Session: 3f646184-d15b-4ee4-88d3-82e3c9f88648 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3094 | 2024.07.30 01:31:55.185881 [ 3 ] {} <Debug> HTTP-Session: 3f646184-d15b-4ee4-88d3-82e3c9f88648 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3095 | 2024.07.30 01:31:55.185953 [ 3 ] {} <Debug> HTTP-Session: 3f646184-d15b-4ee4-88d3-82e3c9f88648 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3096 | 2024.07.30 01:31:55.185946 [ 192 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 3097 | 2024.07.30 01:31:55.186058 [ 3 ] {} <Trace> HTTP-Session: 3f646184-d15b-4ee4-88d3-82e3c9f88648 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3098 | 2024.07.30 01:31:55.186254 [ 192 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 3099 | 2024.07.30 01:31:55.186456 [ 3 ] {f7689f05-a613-4c79-8cb3-af8aa6fe176d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 3100 | 2024.07.30 01:31:55.186516 [ 192 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 3101 | 2024.07.30 01:31:55.186598 [ 3 ] {f7689f05-a613-4c79-8cb3-af8aa6fe176d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 3102 | 2024.07.30 01:31:55.186818 [ 192 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 3103 | 2024.07.30 01:31:55.187174 [ 192 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 3104 | 2024.07.30 01:31:55.187804 [ 3 ] {f7689f05-a613-4c79-8cb3-af8aa6fe176d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3105 | 2024.07.30 01:31:55.188533 [ 3 ] {f7689f05-a613-4c79-8cb3-af8aa6fe176d} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3106 | 2024.07.30 01:31:55.188601 [ 3 ] {f7689f05-a613-4c79-8cb3-af8aa6fe176d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3107 | 2024.07.30 01:31:55.189845 [ 3 ] {f7689f05-a613-4c79-8cb3-af8aa6fe176d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3108 | 2024.07.30 01:31:55.190068 [ 197 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.004958971 sec., 7259.5705843006535 rows/sec., 311.93 KiB/sec. | ||
| 3109 | 2024.07.30 01:31:55.190342 [ 197 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3110 | 2024.07.30 01:31:55.190606 [ 3 ] {f7689f05-a613-4c79-8cb3-af8aa6fe176d} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3111 | 2024.07.30 01:31:55.191082 [ 54 ] {} <Debug> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3112 | 2024.07.30 01:31:55.191112 [ 3 ] {f7689f05-a613-4c79-8cb3-af8aa6fe176d} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004831 sec., 15938.729041606292 rows/sec., 1005.06 KiB/sec. | ||
| 3113 | 2024.07.30 01:31:55.191219 [ 54 ] {} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3114 | 2024.07.30 01:31:55.191410 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3115 | 2024.07.30 01:31:55.191424 [ 197 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_6_1} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3116 | 2024.07.30 01:31:55.191739 [ 197 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_6_1} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3117 | 2024.07.30 01:31:55.191811 [ 3 ] {f7689f05-a613-4c79-8cb3-af8aa6fe176d} <Debug> DynamicQueryHandler: Done processing query | ||
| 3118 | 2024.07.30 01:31:55.191850 [ 200 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 3119 | 2024.07.30 01:31:55.191885 [ 3 ] {f7689f05-a613-4c79-8cb3-af8aa6fe176d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3120 | 2024.07.30 01:31:55.191994 [ 3 ] {} <Debug> HTTP-Session: 3f646184-d15b-4ee4-88d3-82e3c9f88648 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3121 | 2024.07.30 01:31:55.191993 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3122 | 2024.07.30 01:31:55.192154 [ 200 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3123 | 2024.07.30 01:31:55.192209 [ 200 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 3124 | 2024.07.30 01:31:55.192245 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 31003, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3125 | 2024.07.30 01:31:55.192375 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3126 | 2024.07.30 01:31:55.192473 [ 3 ] {} <Debug> HTTP-Session: 8962f0c7-5815-417e-b2b1-daddd695ffd6 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3127 | 2024.07.30 01:31:55.192527 [ 200 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 3128 | 2024.07.30 01:31:55.192548 [ 3 ] {} <Debug> HTTP-Session: 8962f0c7-5815-417e-b2b1-daddd695ffd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3129 | 2024.07.30 01:31:55.192598 [ 3 ] {} <Debug> HTTP-Session: 8962f0c7-5815-417e-b2b1-daddd695ffd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3130 | 2024.07.30 01:31:55.192721 [ 3 ] {} <Trace> HTTP-Session: 8962f0c7-5815-417e-b2b1-daddd695ffd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3131 | 2024.07.30 01:31:55.192827 [ 200 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 3132 | 2024.07.30 01:31:55.193097 [ 200 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 3133 | 2024.07.30 01:31:55.193145 [ 3 ] {c771817d-27ad-49d3-a6c7-73066883cb50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3134 | 2024.07.30 01:31:55.193332 [ 3 ] {c771817d-27ad-49d3-a6c7-73066883cb50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3135 | 2024.07.30 01:31:55.193401 [ 200 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 3136 | 2024.07.30 01:31:55.193746 [ 200 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 3137 | 2024.07.30 01:31:55.194469 [ 3 ] {c771817d-27ad-49d3-a6c7-73066883cb50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3138 | 2024.07.30 01:31:55.195312 [ 3 ] {c771817d-27ad-49d3-a6c7-73066883cb50} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3139 | 2024.07.30 01:31:55.195386 [ 3 ] {c771817d-27ad-49d3-a6c7-73066883cb50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3140 | 2024.07.30 01:31:55.196577 [ 3 ] {c771817d-27ad-49d3-a6c7-73066883cb50} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3141 | 2024.07.30 01:31:55.196791 [ 196 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 462 rows, containing 5 columns (5 merged, 0 gathered) in 0.005177693 sec., 89228.92879125896 rows/sec., 5.49 MiB/sec. | ||
| 3142 | 2024.07.30 01:31:55.197104 [ 196 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3143 | 2024.07.30 01:31:55.197316 [ 3 ] {c771817d-27ad-49d3-a6c7-73066883cb50} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3144 | 2024.07.30 01:31:55.197742 [ 3 ] {c771817d-27ad-49d3-a6c7-73066883cb50} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.004778 sec., 33905.39974884889 rows/sec., 2.36 MiB/sec. | ||
| 3145 | 2024.07.30 01:31:55.198385 [ 3 ] {c771817d-27ad-49d3-a6c7-73066883cb50} <Debug> DynamicQueryHandler: Done processing query | ||
| 3146 | 2024.07.30 01:31:55.198437 [ 3 ] {c771817d-27ad-49d3-a6c7-73066883cb50} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3147 | 2024.07.30 01:31:55.198437 [ 196 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_6_1} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3148 | 2024.07.30 01:31:55.198465 [ 3 ] {} <Debug> HTTP-Session: 8962f0c7-5815-417e-b2b1-daddd695ffd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3149 | 2024.07.30 01:31:55.198575 [ 196 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_6_1} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3150 | 2024.07.30 01:31:55.198669 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 3151 | 2024.07.30 01:31:55.200024 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 49678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3152 | 2024.07.30 01:31:55.200083 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3153 | 2024.07.30 01:31:55.200103 [ 3 ] {} <Debug> HTTP-Session: a861bd3c-af2f-4382-9926-7ac0f2e4a029 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3154 | 2024.07.30 01:31:55.200120 [ 3 ] {} <Debug> HTTP-Session: a861bd3c-af2f-4382-9926-7ac0f2e4a029 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3155 | 2024.07.30 01:31:55.200134 [ 3 ] {} <Debug> HTTP-Session: a861bd3c-af2f-4382-9926-7ac0f2e4a029 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3156 | 2024.07.30 01:31:55.200166 [ 3 ] {} <Trace> HTTP-Session: a861bd3c-af2f-4382-9926-7ac0f2e4a029 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3157 | 2024.07.30 01:31:55.200839 [ 3 ] {b92d3979-8a35-43bb-b375-412faeba53d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3158 | 2024.07.30 01:31:55.200917 [ 3 ] {b92d3979-8a35-43bb-b375-412faeba53d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 3159 | 2024.07.30 01:31:55.201392 [ 3 ] {b92d3979-8a35-43bb-b375-412faeba53d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3160 | 2024.07.30 01:31:55.202368 [ 3 ] {b92d3979-8a35-43bb-b375-412faeba53d7} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3161 | 2024.07.30 01:31:55.202407 [ 3 ] {b92d3979-8a35-43bb-b375-412faeba53d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3162 | 2024.07.30 01:31:55.205978 [ 3 ] {b92d3979-8a35-43bb-b375-412faeba53d7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 3163 | 2024.07.30 01:31:55.206501 [ 3 ] {b92d3979-8a35-43bb-b375-412faeba53d7} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3164 | 2024.07.30 01:31:55.206701 [ 3 ] {b92d3979-8a35-43bb-b375-412faeba53d7} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.006426 sec., 4824.151882975412 rows/sec., 8.64 MiB/sec. | ||
| 3165 | 2024.07.30 01:31:55.207184 [ 3 ] {b92d3979-8a35-43bb-b375-412faeba53d7} <Debug> DynamicQueryHandler: Done processing query | ||
| 3166 | 2024.07.30 01:31:55.207210 [ 3 ] {b92d3979-8a35-43bb-b375-412faeba53d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 3167 | 2024.07.30 01:31:55.207227 [ 3 ] {} <Debug> HTTP-Session: a861bd3c-af2f-4382-9926-7ac0f2e4a029 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3168 | 2024.07.30 01:31:55.207365 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 7477, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3169 | 2024.07.30 01:31:55.207415 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3170 | 2024.07.30 01:31:55.207434 [ 3 ] {} <Debug> HTTP-Session: eb031809-984f-4c17-b366-d687f1ed99b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3171 | 2024.07.30 01:31:55.207451 [ 3 ] {} <Debug> HTTP-Session: eb031809-984f-4c17-b366-d687f1ed99b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3172 | 2024.07.30 01:31:55.207465 [ 3 ] {} <Debug> HTTP-Session: eb031809-984f-4c17-b366-d687f1ed99b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3173 | 2024.07.30 01:31:55.207497 [ 3 ] {} <Trace> HTTP-Session: eb031809-984f-4c17-b366-d687f1ed99b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3174 | 2024.07.30 01:31:55.207608 [ 3 ] {c9afd719-68a2-4997-817f-2343006c8abd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3175 | 2024.07.30 01:31:55.207653 [ 3 ] {c9afd719-68a2-4997-817f-2343006c8abd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 3176 | 2024.07.30 01:31:55.207787 [ 3 ] {c9afd719-68a2-4997-817f-2343006c8abd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3177 | 2024.07.30 01:31:55.208114 [ 3 ] {c9afd719-68a2-4997-817f-2343006c8abd} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3178 | 2024.07.30 01:31:55.208151 [ 3 ] {c9afd719-68a2-4997-817f-2343006c8abd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3179 | 2024.07.30 01:31:55.208514 [ 3 ] {c9afd719-68a2-4997-817f-2343006c8abd} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3180 | 2024.07.30 01:31:55.208882 [ 3 ] {c9afd719-68a2-4997-817f-2343006c8abd} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3181 | 2024.07.30 01:31:55.209043 [ 54 ] {} <Debug> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3182 | 2024.07.30 01:31:55.209050 [ 3 ] {c9afd719-68a2-4997-817f-2343006c8abd} <Debug> executeQuery: Read 50 rows, 3.24 KiB in 0.001467 sec., 34083.16291751875 rows/sec., 2.15 MiB/sec. | ||
| 3183 | 2024.07.30 01:31:55.209114 [ 54 ] {} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3184 | 2024.07.30 01:31:55.209177 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3185 | 2024.07.30 01:31:55.209410 [ 3 ] {c9afd719-68a2-4997-817f-2343006c8abd} <Debug> DynamicQueryHandler: Done processing query | ||
| 3186 | 2024.07.30 01:31:55.209479 [ 3 ] {c9afd719-68a2-4997-817f-2343006c8abd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3187 | 2024.07.30 01:31:55.209493 [ 200 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::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 | ||
| 3188 | 2024.07.30 01:31:55.209545 [ 3 ] {} <Debug> HTTP-Session: eb031809-984f-4c17-b366-d687f1ed99b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3189 | 2024.07.30 01:31:55.209846 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3190 | 2024.07.30 01:31:55.210022 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3191 | 2024.07.30 01:31:55.210036 [ 200 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3192 | 2024.07.30 01:31:55.210054 [ 3 ] {} <Debug> HTTP-Session: 82a11217-4e58-4d52-ad10-420c2396fa3c Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3193 | 2024.07.30 01:31:55.210097 [ 200 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 23 rows starting from the beginning of the part | ||
| 3194 | 2024.07.30 01:31:55.210109 [ 3 ] {} <Debug> HTTP-Session: 82a11217-4e58-4d52-ad10-420c2396fa3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3195 | 2024.07.30 01:31:55.210155 [ 3 ] {} <Debug> HTTP-Session: 82a11217-4e58-4d52-ad10-420c2396fa3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3196 | 2024.07.30 01:31:55.210279 [ 3 ] {} <Trace> HTTP-Session: 82a11217-4e58-4d52-ad10-420c2396fa3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3197 | 2024.07.30 01:31:55.210386 [ 200 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 23 rows starting from the beginning of the part | ||
| 3198 | 2024.07.30 01:31:55.210584 [ 200 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::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 | ||
| 3199 | 2024.07.30 01:31:55.210749 [ 3 ] {63b5bfb4-2e2b-4503-896d-800b88845b57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3200 | 2024.07.30 01:31:55.210912 [ 200 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::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 | ||
| 3201 | 2024.07.30 01:31:55.210940 [ 3 ] {63b5bfb4-2e2b-4503-896d-800b88845b57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3202 | 2024.07.30 01:31:55.211134 [ 200 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::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 | ||
| 3203 | 2024.07.30 01:31:55.211502 [ 200 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::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 | ||
| 3204 | 2024.07.30 01:31:55.212125 [ 3 ] {63b5bfb4-2e2b-4503-896d-800b88845b57} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3205 | 2024.07.30 01:31:55.212768 [ 3 ] {63b5bfb4-2e2b-4503-896d-800b88845b57} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3206 | 2024.07.30 01:31:55.212836 [ 3 ] {63b5bfb4-2e2b-4503-896d-800b88845b57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3207 | 2024.07.30 01:31:55.213880 [ 3 ] {63b5bfb4-2e2b-4503-896d-800b88845b57} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3208 | 2024.07.30 01:31:55.214142 [ 200 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 165 rows, containing 4 columns (4 merged, 0 gathered) in 0.004861039 sec., 33943.3606683674 rows/sec., 1.90 MiB/sec. | ||
| 3209 | 2024.07.30 01:31:55.214396 [ 200 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3210 | 2024.07.30 01:31:55.214659 [ 3 ] {63b5bfb4-2e2b-4503-896d-800b88845b57} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3211 | 2024.07.30 01:31:55.215169 [ 3 ] {63b5bfb4-2e2b-4503-896d-800b88845b57} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004646 sec., 12914.334911752045 rows/sec., 891.22 KiB/sec. | ||
| 3212 | 2024.07.30 01:31:55.215517 [ 196 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_6_1} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3213 | 2024.07.30 01:31:55.215726 [ 196 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_6_1} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3214 | 2024.07.30 01:31:55.215755 [ 3 ] {63b5bfb4-2e2b-4503-896d-800b88845b57} <Debug> DynamicQueryHandler: Done processing query | ||
| 3215 | 2024.07.30 01:31:55.215829 [ 3 ] {63b5bfb4-2e2b-4503-896d-800b88845b57} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3216 | 2024.07.30 01:31:55.215876 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 3217 | 2024.07.30 01:31:55.215877 [ 3 ] {} <Debug> HTTP-Session: 82a11217-4e58-4d52-ad10-420c2396fa3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3218 | 2024.07.30 01:31:57.804523 [ 51 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3219 | 2024.07.30 01:31:57.804601 [ 51 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3220 | 2024.07.30 01:32:00.139441 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3221 | 2024.07.30 01:32:00.139570 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3222 | 2024.07.30 01:32:00.139600 [ 3 ] {} <Debug> HTTP-Session: 9390147b-4268-439d-b0a4-152f3753e27e Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3223 | 2024.07.30 01:32:00.139629 [ 3 ] {} <Debug> HTTP-Session: 9390147b-4268-439d-b0a4-152f3753e27e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3224 | 2024.07.30 01:32:00.139647 [ 3 ] {} <Debug> HTTP-Session: 9390147b-4268-439d-b0a4-152f3753e27e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3225 | 2024.07.30 01:32:00.139705 [ 3 ] {} <Trace> HTTP-Session: 9390147b-4268-439d-b0a4-152f3753e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3226 | 2024.07.30 01:32:00.139906 [ 3 ] {bc1755eb-12fe-4e9c-838f-4ae12ea923d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 3227 | 2024.07.30 01:32:00.139981 [ 3 ] {bc1755eb-12fe-4e9c-838f-4ae12ea923d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3228 | 2024.07.30 01:32:00.140198 [ 3 ] {bc1755eb-12fe-4e9c-838f-4ae12ea923d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3229 | 2024.07.30 01:32:00.140668 [ 3 ] {bc1755eb-12fe-4e9c-838f-4ae12ea923d2} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3230 | 2024.07.30 01:32:00.140710 [ 3 ] {bc1755eb-12fe-4e9c-838f-4ae12ea923d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3231 | 2024.07.30 01:32:00.141074 [ 3 ] {bc1755eb-12fe-4e9c-838f-4ae12ea923d2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3232 | 2024.07.30 01:32:00.141428 [ 3 ] {bc1755eb-12fe-4e9c-838f-4ae12ea923d2} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3233 | 2024.07.30 01:32:00.141583 [ 3 ] {bc1755eb-12fe-4e9c-838f-4ae12ea923d2} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001728 sec., 2314.814814814815 rows/sec., 188.76 KiB/sec. | ||
| 3234 | 2024.07.30 01:32:00.141908 [ 3 ] {bc1755eb-12fe-4e9c-838f-4ae12ea923d2} <Debug> DynamicQueryHandler: Done processing query | ||
| 3235 | 2024.07.30 01:32:00.141939 [ 3 ] {bc1755eb-12fe-4e9c-838f-4ae12ea923d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3236 | 2024.07.30 01:32:00.141957 [ 3 ] {} <Debug> HTTP-Session: 9390147b-4268-439d-b0a4-152f3753e27e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3237 | 2024.07.30 01:32:00.142118 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 13093, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3238 | 2024.07.30 01:32:00.142178 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3239 | 2024.07.30 01:32:00.142199 [ 3 ] {} <Debug> HTTP-Session: 75449938-e1fd-4780-8ab3-ba944ef9c1d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3240 | 2024.07.30 01:32:00.142217 [ 3 ] {} <Debug> HTTP-Session: 75449938-e1fd-4780-8ab3-ba944ef9c1d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3241 | 2024.07.30 01:32:00.142231 [ 3 ] {} <Debug> HTTP-Session: 75449938-e1fd-4780-8ab3-ba944ef9c1d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3242 | 2024.07.30 01:32:00.142264 [ 3 ] {} <Trace> HTTP-Session: 75449938-e1fd-4780-8ab3-ba944ef9c1d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3243 | 2024.07.30 01:32:00.142389 [ 3 ] {639ced12-26d8-45ea-980a-df0bd946f27c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3244 | 2024.07.30 01:32:00.142434 [ 3 ] {639ced12-26d8-45ea-980a-df0bd946f27c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3245 | 2024.07.30 01:32:00.142585 [ 3 ] {639ced12-26d8-45ea-980a-df0bd946f27c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3246 | 2024.07.30 01:32:00.142945 [ 3 ] {639ced12-26d8-45ea-980a-df0bd946f27c} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3247 | 2024.07.30 01:32:00.142981 [ 3 ] {639ced12-26d8-45ea-980a-df0bd946f27c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3248 | 2024.07.30 01:32:00.143300 [ 3 ] {639ced12-26d8-45ea-980a-df0bd946f27c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3249 | 2024.07.30 01:32:00.143630 [ 3 ] {639ced12-26d8-45ea-980a-df0bd946f27c} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3250 | 2024.07.30 01:32:00.143796 [ 3 ] {639ced12-26d8-45ea-980a-df0bd946f27c} <Debug> executeQuery: Read 94 rows, 7.36 KiB in 0.001447 sec., 64961.99032480996 rows/sec., 4.97 MiB/sec. | ||
| 3251 | 2024.07.30 01:32:00.143960 [ 3 ] {639ced12-26d8-45ea-980a-df0bd946f27c} <Debug> DynamicQueryHandler: Done processing query | ||
| 3252 | 2024.07.30 01:32:00.143985 [ 3 ] {639ced12-26d8-45ea-980a-df0bd946f27c} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 3253 | 2024.07.30 01:32:00.144002 [ 3 ] {} <Debug> HTTP-Session: 75449938-e1fd-4780-8ab3-ba944ef9c1d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3254 | 2024.07.30 01:32:00.144107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3255 | 2024.07.30 01:32:00.144155 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3256 | 2024.07.30 01:32:00.144173 [ 3 ] {} <Debug> HTTP-Session: 845c4cc8-3980-428f-9b76-842969e47f2f Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3257 | 2024.07.30 01:32:00.144190 [ 3 ] {} <Debug> HTTP-Session: 845c4cc8-3980-428f-9b76-842969e47f2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3258 | 2024.07.30 01:32:00.144203 [ 3 ] {} <Debug> HTTP-Session: 845c4cc8-3980-428f-9b76-842969e47f2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3259 | 2024.07.30 01:32:00.144235 [ 3 ] {} <Trace> HTTP-Session: 845c4cc8-3980-428f-9b76-842969e47f2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3260 | 2024.07.30 01:32:00.144329 [ 3 ] {d3c30357-8d17-4080-b383-241d5b40ca19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3261 | 2024.07.30 01:32:00.144372 [ 3 ] {d3c30357-8d17-4080-b383-241d5b40ca19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3262 | 2024.07.30 01:32:00.144497 [ 3 ] {d3c30357-8d17-4080-b383-241d5b40ca19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3263 | 2024.07.30 01:32:00.144767 [ 3 ] {d3c30357-8d17-4080-b383-241d5b40ca19} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3264 | 2024.07.30 01:32:00.144803 [ 3 ] {d3c30357-8d17-4080-b383-241d5b40ca19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3265 | 2024.07.30 01:32:00.145111 [ 3 ] {d3c30357-8d17-4080-b383-241d5b40ca19} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3266 | 2024.07.30 01:32:00.145439 [ 3 ] {d3c30357-8d17-4080-b383-241d5b40ca19} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3267 | 2024.07.30 01:32:00.145604 [ 3 ] {d3c30357-8d17-4080-b383-241d5b40ca19} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001295 sec., 3088.803088803089 rows/sec., 215.67 KiB/sec. | ||
| 3268 | 2024.07.30 01:32:00.145854 [ 3 ] {d3c30357-8d17-4080-b383-241d5b40ca19} <Debug> DynamicQueryHandler: Done processing query | ||
| 3269 | 2024.07.30 01:32:00.145879 [ 3 ] {d3c30357-8d17-4080-b383-241d5b40ca19} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3270 | 2024.07.30 01:32:00.145896 [ 3 ] {} <Debug> HTTP-Session: 845c4cc8-3980-428f-9b76-842969e47f2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3271 | 2024.07.30 01:32:00.146055 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 15620, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3272 | 2024.07.30 01:32:00.146105 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3273 | 2024.07.30 01:32:00.146126 [ 3 ] {} <Debug> HTTP-Session: 3c4ced57-b282-403f-ae7a-89f17b83ca89 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3274 | 2024.07.30 01:32:00.146143 [ 3 ] {} <Debug> HTTP-Session: 3c4ced57-b282-403f-ae7a-89f17b83ca89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3275 | 2024.07.30 01:32:00.146157 [ 3 ] {} <Debug> HTTP-Session: 3c4ced57-b282-403f-ae7a-89f17b83ca89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3276 | 2024.07.30 01:32:00.146189 [ 3 ] {} <Trace> HTTP-Session: 3c4ced57-b282-403f-ae7a-89f17b83ca89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3277 | 2024.07.30 01:32:00.146311 [ 3 ] {3c9320b7-1c2d-4199-a15a-08e851de5729} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3278 | 2024.07.30 01:32:00.146355 [ 3 ] {3c9320b7-1c2d-4199-a15a-08e851de5729} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3279 | 2024.07.30 01:32:00.146494 [ 3 ] {3c9320b7-1c2d-4199-a15a-08e851de5729} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3280 | 2024.07.30 01:32:00.146805 [ 3 ] {3c9320b7-1c2d-4199-a15a-08e851de5729} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3281 | 2024.07.30 01:32:00.146840 [ 3 ] {3c9320b7-1c2d-4199-a15a-08e851de5729} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3282 | 2024.07.30 01:32:00.147139 [ 3 ] {3c9320b7-1c2d-4199-a15a-08e851de5729} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3283 | 2024.07.30 01:32:00.147510 [ 3 ] {3c9320b7-1c2d-4199-a15a-08e851de5729} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3284 | 2024.07.30 01:32:00.147665 [ 3 ] {3c9320b7-1c2d-4199-a15a-08e851de5729} <Debug> executeQuery: Read 92 rows, 7.34 KiB in 0.001392 sec., 66091.9540229885 rows/sec., 5.15 MiB/sec. | ||
| 3285 | 2024.07.30 01:32:00.147823 [ 3 ] {3c9320b7-1c2d-4199-a15a-08e851de5729} <Debug> DynamicQueryHandler: Done processing query | ||
| 3286 | 2024.07.30 01:32:00.147848 [ 3 ] {3c9320b7-1c2d-4199-a15a-08e851de5729} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 3287 | 2024.07.30 01:32:00.147864 [ 3 ] {} <Debug> HTTP-Session: 3c4ced57-b282-403f-ae7a-89f17b83ca89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3288 | 2024.07.30 01:32:00.148021 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 37936, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3289 | 2024.07.30 01:32:00.148068 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3290 | 2024.07.30 01:32:00.148088 [ 3 ] {} <Debug> HTTP-Session: b6cb067f-8bdf-4584-a8a5-126a498d7fcd Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3291 | 2024.07.30 01:32:00.148104 [ 3 ] {} <Debug> HTTP-Session: b6cb067f-8bdf-4584-a8a5-126a498d7fcd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3292 | 2024.07.30 01:32:00.148117 [ 3 ] {} <Debug> HTTP-Session: b6cb067f-8bdf-4584-a8a5-126a498d7fcd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3293 | 2024.07.30 01:32:00.148148 [ 3 ] {} <Trace> HTTP-Session: b6cb067f-8bdf-4584-a8a5-126a498d7fcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3294 | 2024.07.30 01:32:00.148315 [ 3 ] {f4f976e4-5c1c-4eff-b5e3-77fc3aea1f84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3295 | 2024.07.30 01:32:00.148364 [ 3 ] {f4f976e4-5c1c-4eff-b5e3-77fc3aea1f84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3296 | 2024.07.30 01:32:00.148508 [ 3 ] {f4f976e4-5c1c-4eff-b5e3-77fc3aea1f84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3297 | 2024.07.30 01:32:00.148901 [ 3 ] {f4f976e4-5c1c-4eff-b5e3-77fc3aea1f84} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3298 | 2024.07.30 01:32:00.148938 [ 3 ] {f4f976e4-5c1c-4eff-b5e3-77fc3aea1f84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3299 | 2024.07.30 01:32:00.149335 [ 3 ] {f4f976e4-5c1c-4eff-b5e3-77fc3aea1f84} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3300 | 2024.07.30 01:32:00.149701 [ 3 ] {f4f976e4-5c1c-4eff-b5e3-77fc3aea1f84} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3301 | 2024.07.30 01:32:00.149856 [ 3 ] {f4f976e4-5c1c-4eff-b5e3-77fc3aea1f84} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.001625 sec., 121846.15384615386 rows/sec., 8.51 MiB/sec. | ||
| 3302 | 2024.07.30 01:32:00.150022 [ 3 ] {f4f976e4-5c1c-4eff-b5e3-77fc3aea1f84} <Debug> DynamicQueryHandler: Done processing query | ||
| 3303 | 2024.07.30 01:32:00.150046 [ 3 ] {f4f976e4-5c1c-4eff-b5e3-77fc3aea1f84} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 3304 | 2024.07.30 01:32:00.150062 [ 3 ] {} <Debug> HTTP-Session: b6cb067f-8bdf-4584-a8a5-126a498d7fcd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3305 | 2024.07.30 01:32:00.150190 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3306 | 2024.07.30 01:32:00.150239 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3307 | 2024.07.30 01:32:00.150258 [ 3 ] {} <Debug> HTTP-Session: 970a725b-e2e3-4967-be64-a29fa0b4b37e Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3308 | 2024.07.30 01:32:00.150274 [ 3 ] {} <Debug> HTTP-Session: 970a725b-e2e3-4967-be64-a29fa0b4b37e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3309 | 2024.07.30 01:32:00.150288 [ 3 ] {} <Debug> HTTP-Session: 970a725b-e2e3-4967-be64-a29fa0b4b37e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3310 | 2024.07.30 01:32:00.150319 [ 3 ] {} <Trace> HTTP-Session: 970a725b-e2e3-4967-be64-a29fa0b4b37e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3311 | 2024.07.30 01:32:00.150436 [ 3 ] {ddd2c7f6-1636-49e9-acab-435365368b49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3312 | 2024.07.30 01:32:00.150480 [ 3 ] {ddd2c7f6-1636-49e9-acab-435365368b49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3313 | 2024.07.30 01:32:00.150607 [ 3 ] {ddd2c7f6-1636-49e9-acab-435365368b49} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3314 | 2024.07.30 01:32:00.150890 [ 3 ] {ddd2c7f6-1636-49e9-acab-435365368b49} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3315 | 2024.07.30 01:32:00.150927 [ 3 ] {ddd2c7f6-1636-49e9-acab-435365368b49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3316 | 2024.07.30 01:32:00.151285 [ 3 ] {ddd2c7f6-1636-49e9-acab-435365368b49} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3317 | 2024.07.30 01:32:00.151623 [ 3 ] {ddd2c7f6-1636-49e9-acab-435365368b49} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3318 | 2024.07.30 01:32:00.151777 [ 3 ] {ddd2c7f6-1636-49e9-acab-435365368b49} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001378 sec., 43541.36429608127 rows/sec., 2.93 MiB/sec. | ||
| 3319 | 2024.07.30 01:32:00.151928 [ 3 ] {ddd2c7f6-1636-49e9-acab-435365368b49} <Debug> DynamicQueryHandler: Done processing query | ||
| 3320 | 2024.07.30 01:32:00.151952 [ 3 ] {ddd2c7f6-1636-49e9-acab-435365368b49} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3321 | 2024.07.30 01:32:00.151968 [ 3 ] {} <Debug> HTTP-Session: 970a725b-e2e3-4967-be64-a29fa0b4b37e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3322 | 2024.07.30 01:32:05.143628 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 5193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3323 | 2024.07.30 01:32:05.143761 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3324 | 2024.07.30 01:32:05.143787 [ 3 ] {} <Debug> HTTP-Session: 886bb755-dfe5-4456-990e-9acc756d1bfa Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3325 | 2024.07.30 01:32:05.143812 [ 3 ] {} <Debug> HTTP-Session: 886bb755-dfe5-4456-990e-9acc756d1bfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3326 | 2024.07.30 01:32:05.143828 [ 3 ] {} <Debug> HTTP-Session: 886bb755-dfe5-4456-990e-9acc756d1bfa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3327 | 2024.07.30 01:32:05.143879 [ 3 ] {} <Trace> HTTP-Session: 886bb755-dfe5-4456-990e-9acc756d1bfa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3328 | 2024.07.30 01:32:05.144070 [ 3 ] {4be2701d-40f4-405b-97ac-46746af326bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3329 | 2024.07.30 01:32:05.144137 [ 3 ] {4be2701d-40f4-405b-97ac-46746af326bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3330 | 2024.07.30 01:32:05.144333 [ 3 ] {4be2701d-40f4-405b-97ac-46746af326bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3331 | 2024.07.30 01:32:05.144779 [ 3 ] {4be2701d-40f4-405b-97ac-46746af326bb} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3332 | 2024.07.30 01:32:05.144822 [ 3 ] {4be2701d-40f4-405b-97ac-46746af326bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3333 | 2024.07.30 01:32:05.145191 [ 3 ] {4be2701d-40f4-405b-97ac-46746af326bb} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3334 | 2024.07.30 01:32:05.145537 [ 3 ] {4be2701d-40f4-405b-97ac-46746af326bb} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3335 | 2024.07.30 01:32:05.145713 [ 3 ] {4be2701d-40f4-405b-97ac-46746af326bb} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001703 sec., 21726.36523781562 rows/sec., 1.64 MiB/sec. | ||
| 3336 | 2024.07.30 01:32:05.145951 [ 3 ] {4be2701d-40f4-405b-97ac-46746af326bb} <Debug> DynamicQueryHandler: Done processing query | ||
| 3337 | 2024.07.30 01:32:05.145979 [ 3 ] {4be2701d-40f4-405b-97ac-46746af326bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3338 | 2024.07.30 01:32:05.145996 [ 3 ] {} <Debug> HTTP-Session: 886bb755-dfe5-4456-990e-9acc756d1bfa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3339 | 2024.07.30 01:32:05.146183 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 38407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3340 | 2024.07.30 01:32:05.146234 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3341 | 2024.07.30 01:32:05.146254 [ 3 ] {} <Debug> HTTP-Session: 551b9f3a-b78a-4b9a-9b02-56e0a5bf0c6e Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3342 | 2024.07.30 01:32:05.146271 [ 3 ] {} <Debug> HTTP-Session: 551b9f3a-b78a-4b9a-9b02-56e0a5bf0c6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3343 | 2024.07.30 01:32:05.146286 [ 3 ] {} <Debug> HTTP-Session: 551b9f3a-b78a-4b9a-9b02-56e0a5bf0c6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3344 | 2024.07.30 01:32:05.146317 [ 3 ] {} <Trace> HTTP-Session: 551b9f3a-b78a-4b9a-9b02-56e0a5bf0c6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3345 | 2024.07.30 01:32:05.146525 [ 3 ] {b8b63a44-fe79-4da7-889a-51a349c5236d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3346 | 2024.07.30 01:32:05.146574 [ 3 ] {b8b63a44-fe79-4da7-889a-51a349c5236d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3347 | 2024.07.30 01:32:05.146703 [ 3 ] {b8b63a44-fe79-4da7-889a-51a349c5236d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3348 | 2024.07.30 01:32:05.147158 [ 3 ] {b8b63a44-fe79-4da7-889a-51a349c5236d} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3349 | 2024.07.30 01:32:05.147195 [ 3 ] {b8b63a44-fe79-4da7-889a-51a349c5236d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3350 | 2024.07.30 01:32:05.147541 [ 3 ] {b8b63a44-fe79-4da7-889a-51a349c5236d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3351 | 2024.07.30 01:32:05.147862 [ 3 ] {b8b63a44-fe79-4da7-889a-51a349c5236d} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3352 | 2024.07.30 01:32:05.148025 [ 3 ] {b8b63a44-fe79-4da7-889a-51a349c5236d} <Debug> executeQuery: Read 254 rows, 22.97 KiB in 0.001619 sec., 156886.96726374305 rows/sec., 13.85 MiB/sec. | ||
| 3353 | 2024.07.30 01:32:05.148197 [ 3 ] {b8b63a44-fe79-4da7-889a-51a349c5236d} <Debug> DynamicQueryHandler: Done processing query | ||
| 3354 | 2024.07.30 01:32:05.148222 [ 3 ] {b8b63a44-fe79-4da7-889a-51a349c5236d} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 3355 | 2024.07.30 01:32:05.148238 [ 3 ] {} <Debug> HTTP-Session: 551b9f3a-b78a-4b9a-9b02-56e0a5bf0c6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3356 | 2024.07.30 01:32:05.148523 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 66831, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3357 | 2024.07.30 01:32:05.148572 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3358 | 2024.07.30 01:32:05.148591 [ 3 ] {} <Debug> HTTP-Session: 816160ea-3c34-416f-9747-57fd915238de Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3359 | 2024.07.30 01:32:05.148608 [ 3 ] {} <Debug> HTTP-Session: 816160ea-3c34-416f-9747-57fd915238de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3360 | 2024.07.30 01:32:05.148621 [ 3 ] {} <Debug> HTTP-Session: 816160ea-3c34-416f-9747-57fd915238de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3361 | 2024.07.30 01:32:05.148652 [ 3 ] {} <Trace> HTTP-Session: 816160ea-3c34-416f-9747-57fd915238de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3362 | 2024.07.30 01:32:05.149038 [ 3 ] {40d9ea57-2fa1-4b23-b018-ee3de0f58a24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3363 | 2024.07.30 01:32:05.149082 [ 3 ] {40d9ea57-2fa1-4b23-b018-ee3de0f58a24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3364 | 2024.07.30 01:32:05.149210 [ 3 ] {40d9ea57-2fa1-4b23-b018-ee3de0f58a24} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3365 | 2024.07.30 01:32:05.149784 [ 3 ] {40d9ea57-2fa1-4b23-b018-ee3de0f58a24} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3366 | 2024.07.30 01:32:05.149820 [ 3 ] {40d9ea57-2fa1-4b23-b018-ee3de0f58a24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3367 | 2024.07.30 01:32:05.150145 [ 3 ] {40d9ea57-2fa1-4b23-b018-ee3de0f58a24} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3368 | 2024.07.30 01:32:05.150459 [ 3 ] {40d9ea57-2fa1-4b23-b018-ee3de0f58a24} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3369 | 2024.07.30 01:32:05.150613 [ 3 ] {40d9ea57-2fa1-4b23-b018-ee3de0f58a24} <Debug> executeQuery: Read 413 rows, 29.96 KiB in 0.001852 sec., 223002.15982721382 rows/sec., 15.80 MiB/sec. | ||
| 3370 | 2024.07.30 01:32:05.150889 [ 3 ] {40d9ea57-2fa1-4b23-b018-ee3de0f58a24} <Debug> DynamicQueryHandler: Done processing query | ||
| 3371 | 2024.07.30 01:32:05.150926 [ 3 ] {40d9ea57-2fa1-4b23-b018-ee3de0f58a24} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 3372 | 2024.07.30 01:32:05.150943 [ 3 ] {} <Debug> HTTP-Session: 816160ea-3c34-416f-9747-57fd915238de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3373 | 2024.07.30 01:32:05.151079 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3374 | 2024.07.30 01:32:05.151129 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3375 | 2024.07.30 01:32:05.151148 [ 3 ] {} <Debug> HTTP-Session: dbe3df8a-feac-4b93-a242-d928c705fcb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3376 | 2024.07.30 01:32:05.151164 [ 3 ] {} <Debug> HTTP-Session: dbe3df8a-feac-4b93-a242-d928c705fcb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3377 | 2024.07.30 01:32:05.151179 [ 3 ] {} <Debug> HTTP-Session: dbe3df8a-feac-4b93-a242-d928c705fcb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3378 | 2024.07.30 01:32:05.151211 [ 3 ] {} <Trace> HTTP-Session: dbe3df8a-feac-4b93-a242-d928c705fcb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3379 | 2024.07.30 01:32:05.151308 [ 3 ] {2176127c-0fa0-4468-8490-a48e74147700} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 3380 | 2024.07.30 01:32:05.151355 [ 3 ] {2176127c-0fa0-4468-8490-a48e74147700} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3381 | 2024.07.30 01:32:05.151508 [ 3 ] {2176127c-0fa0-4468-8490-a48e74147700} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3382 | 2024.07.30 01:32:05.151767 [ 3 ] {2176127c-0fa0-4468-8490-a48e74147700} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3383 | 2024.07.30 01:32:05.151804 [ 3 ] {2176127c-0fa0-4468-8490-a48e74147700} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3384 | 2024.07.30 01:32:05.152165 [ 3 ] {2176127c-0fa0-4468-8490-a48e74147700} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3385 | 2024.07.30 01:32:05.152495 [ 3 ] {2176127c-0fa0-4468-8490-a48e74147700} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3386 | 2024.07.30 01:32:05.152654 [ 3 ] {2176127c-0fa0-4468-8490-a48e74147700} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001369 sec., 4382.7611395178965 rows/sec., 188.32 KiB/sec. | ||
| 3387 | 2024.07.30 01:32:05.152877 [ 3 ] {2176127c-0fa0-4468-8490-a48e74147700} <Debug> DynamicQueryHandler: Done processing query | ||
| 3388 | 2024.07.30 01:32:05.152903 [ 3 ] {2176127c-0fa0-4468-8490-a48e74147700} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3389 | 2024.07.30 01:32:05.152918 [ 3 ] {} <Debug> HTTP-Session: dbe3df8a-feac-4b93-a242-d928c705fcb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3390 | 2024.07.30 01:32:05.153036 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3391 | 2024.07.30 01:32:05.153084 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3392 | 2024.07.30 01:32:05.153102 [ 3 ] {} <Debug> HTTP-Session: d46c86a2-8b91-46dd-8c6d-b6daab040e0b Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3393 | 2024.07.30 01:32:05.153119 [ 3 ] {} <Debug> HTTP-Session: d46c86a2-8b91-46dd-8c6d-b6daab040e0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3394 | 2024.07.30 01:32:05.153132 [ 3 ] {} <Debug> HTTP-Session: d46c86a2-8b91-46dd-8c6d-b6daab040e0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3395 | 2024.07.30 01:32:05.153163 [ 3 ] {} <Trace> HTTP-Session: d46c86a2-8b91-46dd-8c6d-b6daab040e0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3396 | 2024.07.30 01:32:05.153301 [ 3 ] {dd636f2a-d6d4-4c0e-bd3f-e62ccdd5908d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 3397 | 2024.07.30 01:32:05.153347 [ 3 ] {dd636f2a-d6d4-4c0e-bd3f-e62ccdd5908d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 3398 | 2024.07.30 01:32:05.153494 [ 3 ] {dd636f2a-d6d4-4c0e-bd3f-e62ccdd5908d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3399 | 2024.07.30 01:32:05.153806 [ 3 ] {dd636f2a-d6d4-4c0e-bd3f-e62ccdd5908d} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3400 | 2024.07.30 01:32:05.153841 [ 3 ] {dd636f2a-d6d4-4c0e-bd3f-e62ccdd5908d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3401 | 2024.07.30 01:32:05.154212 [ 3 ] {dd636f2a-d6d4-4c0e-bd3f-e62ccdd5908d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3402 | 2024.07.30 01:32:05.154564 [ 3 ] {dd636f2a-d6d4-4c0e-bd3f-e62ccdd5908d} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3403 | 2024.07.30 01:32:05.154725 [ 3 ] {dd636f2a-d6d4-4c0e-bd3f-e62ccdd5908d} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001486 sec., 51816.95827725438 rows/sec., 3.19 MiB/sec. | ||
| 3404 | 2024.07.30 01:32:05.154892 [ 3 ] {dd636f2a-d6d4-4c0e-bd3f-e62ccdd5908d} <Debug> DynamicQueryHandler: Done processing query | ||
| 3405 | 2024.07.30 01:32:05.154916 [ 3 ] {dd636f2a-d6d4-4c0e-bd3f-e62ccdd5908d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3406 | 2024.07.30 01:32:05.154932 [ 3 ] {} <Debug> HTTP-Session: d46c86a2-8b91-46dd-8c6d-b6daab040e0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3407 | 2024.07.30 01:32:05.155112 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3408 | 2024.07.30 01:32:05.155161 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3409 | 2024.07.30 01:32:05.155180 [ 3 ] {} <Debug> HTTP-Session: 7d4d7f1a-a9fd-40ab-8356-cf7d3ac32565 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3410 | 2024.07.30 01:32:05.155197 [ 3 ] {} <Debug> HTTP-Session: 7d4d7f1a-a9fd-40ab-8356-cf7d3ac32565 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3411 | 2024.07.30 01:32:05.155211 [ 3 ] {} <Debug> HTTP-Session: 7d4d7f1a-a9fd-40ab-8356-cf7d3ac32565 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3412 | 2024.07.30 01:32:05.155242 [ 3 ] {} <Trace> HTTP-Session: 7d4d7f1a-a9fd-40ab-8356-cf7d3ac32565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3413 | 2024.07.30 01:32:05.155426 [ 3 ] {1d906e0a-a21a-4050-ab60-3cd81329795f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3414 | 2024.07.30 01:32:05.155472 [ 3 ] {1d906e0a-a21a-4050-ab60-3cd81329795f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3415 | 2024.07.30 01:32:05.155615 [ 3 ] {1d906e0a-a21a-4050-ab60-3cd81329795f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3416 | 2024.07.30 01:32:05.155992 [ 3 ] {1d906e0a-a21a-4050-ab60-3cd81329795f} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3417 | 2024.07.30 01:32:05.156028 [ 3 ] {1d906e0a-a21a-4050-ab60-3cd81329795f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3418 | 2024.07.30 01:32:05.156399 [ 3 ] {1d906e0a-a21a-4050-ab60-3cd81329795f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3419 | 2024.07.30 01:32:05.156764 [ 3 ] {1d906e0a-a21a-4050-ab60-3cd81329795f} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3420 | 2024.07.30 01:32:05.156929 [ 3 ] {1d906e0a-a21a-4050-ab60-3cd81329795f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0016 sec., 100000 rows/sec., 6.96 MiB/sec. | ||
| 3421 | 2024.07.30 01:32:05.157153 [ 3 ] {1d906e0a-a21a-4050-ab60-3cd81329795f} <Debug> DynamicQueryHandler: Done processing query | ||
| 3422 | 2024.07.30 01:32:05.157179 [ 3 ] {1d906e0a-a21a-4050-ab60-3cd81329795f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3423 | 2024.07.30 01:32:05.157196 [ 3 ] {} <Debug> HTTP-Session: 7d4d7f1a-a9fd-40ab-8356-cf7d3ac32565 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3424 | 2024.07.30 01:32:05.157397 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 49737, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3425 | 2024.07.30 01:32:05.157450 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3426 | 2024.07.30 01:32:05.157469 [ 3 ] {} <Debug> HTTP-Session: c06b5fab-3bd0-4eff-a958-835d7aa7d79f Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3427 | 2024.07.30 01:32:05.157486 [ 3 ] {} <Debug> HTTP-Session: c06b5fab-3bd0-4eff-a958-835d7aa7d79f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3428 | 2024.07.30 01:32:05.157499 [ 3 ] {} <Debug> HTTP-Session: c06b5fab-3bd0-4eff-a958-835d7aa7d79f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3429 | 2024.07.30 01:32:05.157530 [ 3 ] {} <Trace> HTTP-Session: c06b5fab-3bd0-4eff-a958-835d7aa7d79f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3430 | 2024.07.30 01:32:05.157839 [ 3 ] {d18e841b-6451-4202-8c58-b92fecfc08cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3431 | 2024.07.30 01:32:05.157903 [ 3 ] {d18e841b-6451-4202-8c58-b92fecfc08cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 3432 | 2024.07.30 01:32:05.158290 [ 3 ] {d18e841b-6451-4202-8c58-b92fecfc08cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3433 | 2024.07.30 01:32:05.159019 [ 3 ] {d18e841b-6451-4202-8c58-b92fecfc08cb} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3434 | 2024.07.30 01:32:05.159055 [ 3 ] {d18e841b-6451-4202-8c58-b92fecfc08cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3435 | 2024.07.30 01:32:05.159662 [ 3 ] {d18e841b-6451-4202-8c58-b92fecfc08cb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3436 | 2024.07.30 01:32:05.160082 [ 3 ] {d18e841b-6451-4202-8c58-b92fecfc08cb} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3437 | 2024.07.30 01:32:05.160266 [ 3 ] {d18e841b-6451-4202-8c58-b92fecfc08cb} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.00265 sec., 11698.11320754717 rows/sec., 20.96 MiB/sec. | ||
| 3438 | 2024.07.30 01:32:05.160485 [ 3 ] {d18e841b-6451-4202-8c58-b92fecfc08cb} <Debug> DynamicQueryHandler: Done processing query | ||
| 3439 | 2024.07.30 01:32:05.160511 [ 3 ] {d18e841b-6451-4202-8c58-b92fecfc08cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 3440 | 2024.07.30 01:32:05.160526 [ 3 ] {} <Debug> HTTP-Session: c06b5fab-3bd0-4eff-a958-835d7aa7d79f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3441 | 2024.07.30 01:32:05.160645 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3442 | 2024.07.30 01:32:05.160693 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3443 | 2024.07.30 01:32:05.160712 [ 3 ] {} <Debug> HTTP-Session: b53b9fcd-4ead-41af-b8be-69a28139575e Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3444 | 2024.07.30 01:32:05.160729 [ 3 ] {} <Debug> HTTP-Session: b53b9fcd-4ead-41af-b8be-69a28139575e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3445 | 2024.07.30 01:32:05.160742 [ 3 ] {} <Debug> HTTP-Session: b53b9fcd-4ead-41af-b8be-69a28139575e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3446 | 2024.07.30 01:32:05.160773 [ 3 ] {} <Trace> HTTP-Session: b53b9fcd-4ead-41af-b8be-69a28139575e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3447 | 2024.07.30 01:32:05.160875 [ 3 ] {cae540f3-4c15-4637-82c4-0329d001a194} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3448 | 2024.07.30 01:32:05.160920 [ 3 ] {cae540f3-4c15-4637-82c4-0329d001a194} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 3449 | 2024.07.30 01:32:05.161046 [ 3 ] {cae540f3-4c15-4637-82c4-0329d001a194} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3450 | 2024.07.30 01:32:05.161315 [ 3 ] {cae540f3-4c15-4637-82c4-0329d001a194} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3451 | 2024.07.30 01:32:05.161351 [ 3 ] {cae540f3-4c15-4637-82c4-0329d001a194} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3452 | 2024.07.30 01:32:05.161714 [ 3 ] {cae540f3-4c15-4637-82c4-0329d001a194} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3453 | 2024.07.30 01:32:05.162055 [ 3 ] {cae540f3-4c15-4637-82c4-0329d001a194} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3454 | 2024.07.30 01:32:05.162212 [ 3 ] {cae540f3-4c15-4637-82c4-0329d001a194} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001367 sec., 16825.164594001464 rows/sec., 910.12 KiB/sec. | ||
| 3455 | 2024.07.30 01:32:05.162376 [ 3 ] {cae540f3-4c15-4637-82c4-0329d001a194} <Debug> DynamicQueryHandler: Done processing query | ||
| 3456 | 2024.07.30 01:32:05.162401 [ 3 ] {cae540f3-4c15-4637-82c4-0329d001a194} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3457 | 2024.07.30 01:32:05.162418 [ 3 ] {} <Debug> HTTP-Session: b53b9fcd-4ead-41af-b8be-69a28139575e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3458 | 2024.07.30 01:32:05.162536 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3459 | 2024.07.30 01:32:05.162585 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3460 | 2024.07.30 01:32:05.162604 [ 3 ] {} <Debug> HTTP-Session: f759443f-6a89-4eeb-8f03-6819f31cd165 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3461 | 2024.07.30 01:32:05.162620 [ 3 ] {} <Debug> HTTP-Session: f759443f-6a89-4eeb-8f03-6819f31cd165 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3462 | 2024.07.30 01:32:05.162634 [ 3 ] {} <Debug> HTTP-Session: f759443f-6a89-4eeb-8f03-6819f31cd165 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3463 | 2024.07.30 01:32:05.162665 [ 3 ] {} <Trace> HTTP-Session: f759443f-6a89-4eeb-8f03-6819f31cd165 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3464 | 2024.07.30 01:32:05.162787 [ 3 ] {2123f7bd-2311-4ed5-862b-0bdace940962} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3465 | 2024.07.30 01:32:05.162831 [ 3 ] {2123f7bd-2311-4ed5-862b-0bdace940962} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3466 | 2024.07.30 01:32:05.162961 [ 3 ] {2123f7bd-2311-4ed5-862b-0bdace940962} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3467 | 2024.07.30 01:32:05.163323 [ 3 ] {2123f7bd-2311-4ed5-862b-0bdace940962} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3468 | 2024.07.30 01:32:05.163359 [ 3 ] {2123f7bd-2311-4ed5-862b-0bdace940962} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3469 | 2024.07.30 01:32:05.163716 [ 3 ] {2123f7bd-2311-4ed5-862b-0bdace940962} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3470 | 2024.07.30 01:32:05.164053 [ 3 ] {2123f7bd-2311-4ed5-862b-0bdace940962} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3471 | 2024.07.30 01:32:05.164212 [ 3 ] {2123f7bd-2311-4ed5-862b-0bdace940962} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001463 sec., 41011.619958988376 rows/sec., 2.76 MiB/sec. | ||
| 3472 | 2024.07.30 01:32:05.164400 [ 3 ] {2123f7bd-2311-4ed5-862b-0bdace940962} <Debug> DynamicQueryHandler: Done processing query | ||
| 3473 | 2024.07.30 01:32:05.164430 [ 3 ] {2123f7bd-2311-4ed5-862b-0bdace940962} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3474 | 2024.07.30 01:32:05.164452 [ 3 ] {} <Debug> HTTP-Session: f759443f-6a89-4eeb-8f03-6819f31cd165 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3475 | 2024.07.30 01:32:10.138887 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3476 | 2024.07.30 01:32:10.139029 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3477 | 2024.07.30 01:32:10.139059 [ 3 ] {} <Debug> HTTP-Session: 76a4dc9c-e197-4c3c-8eef-a536145ec8f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3478 | 2024.07.30 01:32:10.139090 [ 3 ] {} <Debug> HTTP-Session: 76a4dc9c-e197-4c3c-8eef-a536145ec8f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3479 | 2024.07.30 01:32:10.139108 [ 3 ] {} <Debug> HTTP-Session: 76a4dc9c-e197-4c3c-8eef-a536145ec8f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3480 | 2024.07.30 01:32:10.139165 [ 3 ] {} <Trace> HTTP-Session: 76a4dc9c-e197-4c3c-8eef-a536145ec8f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3481 | 2024.07.30 01:32:10.139363 [ 3 ] {442b15d9-59cc-4c08-9eaa-49d31013a529} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 3482 | 2024.07.30 01:32:10.139441 [ 3 ] {442b15d9-59cc-4c08-9eaa-49d31013a529} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3483 | 2024.07.30 01:32:10.139672 [ 3 ] {442b15d9-59cc-4c08-9eaa-49d31013a529} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3484 | 2024.07.30 01:32:10.140117 [ 3 ] {442b15d9-59cc-4c08-9eaa-49d31013a529} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3485 | 2024.07.30 01:32:10.140161 [ 3 ] {442b15d9-59cc-4c08-9eaa-49d31013a529} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3486 | 2024.07.30 01:32:10.140526 [ 3 ] {442b15d9-59cc-4c08-9eaa-49d31013a529} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3487 | 2024.07.30 01:32:10.140887 [ 3 ] {442b15d9-59cc-4c08-9eaa-49d31013a529} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3488 | 2024.07.30 01:32:10.141058 [ 3 ] {442b15d9-59cc-4c08-9eaa-49d31013a529} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001745 sec., 1146.1318051575931 rows/sec., 93.46 KiB/sec. | ||
| 3489 | 2024.07.30 01:32:10.141263 [ 3 ] {442b15d9-59cc-4c08-9eaa-49d31013a529} <Debug> DynamicQueryHandler: Done processing query | ||
| 3490 | 2024.07.30 01:32:10.141296 [ 3 ] {442b15d9-59cc-4c08-9eaa-49d31013a529} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3491 | 2024.07.30 01:32:10.141319 [ 3 ] {} <Debug> HTTP-Session: 76a4dc9c-e197-4c3c-8eef-a536145ec8f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3492 | 2024.07.30 01:32:10.141483 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 7979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3493 | 2024.07.30 01:32:10.141538 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3494 | 2024.07.30 01:32:10.141560 [ 3 ] {} <Debug> HTTP-Session: 1a59e975-0429-476a-bf78-1fe645f68c90 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3495 | 2024.07.30 01:32:10.141578 [ 3 ] {} <Debug> HTTP-Session: 1a59e975-0429-476a-bf78-1fe645f68c90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3496 | 2024.07.30 01:32:10.141593 [ 3 ] {} <Debug> HTTP-Session: 1a59e975-0429-476a-bf78-1fe645f68c90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3497 | 2024.07.30 01:32:10.141625 [ 3 ] {} <Trace> HTTP-Session: 1a59e975-0429-476a-bf78-1fe645f68c90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3498 | 2024.07.30 01:32:10.141740 [ 3 ] {bd055d2d-659a-464a-830e-ac29c9a730c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3499 | 2024.07.30 01:32:10.141786 [ 3 ] {bd055d2d-659a-464a-830e-ac29c9a730c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3500 | 2024.07.30 01:32:10.141915 [ 3 ] {bd055d2d-659a-464a-830e-ac29c9a730c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3501 | 2024.07.30 01:32:10.142273 [ 3 ] {bd055d2d-659a-464a-830e-ac29c9a730c5} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3502 | 2024.07.30 01:32:10.142311 [ 3 ] {bd055d2d-659a-464a-830e-ac29c9a730c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3503 | 2024.07.30 01:32:10.142633 [ 3 ] {bd055d2d-659a-464a-830e-ac29c9a730c5} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3504 | 2024.07.30 01:32:10.142953 [ 3 ] {bd055d2d-659a-464a-830e-ac29c9a730c5} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3505 | 2024.07.30 01:32:10.143103 [ 3 ] {bd055d2d-659a-464a-830e-ac29c9a730c5} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001392 sec., 40948.275862068964 rows/sec., 3.14 MiB/sec. | ||
| 3506 | 2024.07.30 01:32:10.143114 [ 37 ] {} <Debug> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3507 | 2024.07.30 01:32:10.143205 [ 37 ] {} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3508 | 2024.07.30 01:32:10.143261 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3509 | 2024.07.30 01:32:10.143379 [ 3 ] {bd055d2d-659a-464a-830e-ac29c9a730c5} <Debug> DynamicQueryHandler: Done processing query | ||
| 3510 | 2024.07.30 01:32:10.143439 [ 3 ] {bd055d2d-659a-464a-830e-ac29c9a730c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3511 | 2024.07.30 01:32:10.143466 [ 200 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::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 | ||
| 3512 | 2024.07.30 01:32:10.143473 [ 3 ] {} <Debug> HTTP-Session: 1a59e975-0429-476a-bf78-1fe645f68c90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3513 | 2024.07.30 01:32:10.143686 [ 200 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3514 | 2024.07.30 01:32:10.143725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3515 | 2024.07.30 01:32:10.143747 [ 200 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 197 rows starting from the beginning of the part | ||
| 3516 | 2024.07.30 01:32:10.143813 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3517 | 2024.07.30 01:32:10.143937 [ 200 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 56 rows starting from the beginning of the part | ||
| 3518 | 2024.07.30 01:32:10.143949 [ 3 ] {} <Debug> HTTP-Session: 9c6a221d-0292-4f05-a7e9-0e27a898faf3 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3519 | 2024.07.30 01:32:10.144061 [ 3 ] {} <Debug> HTTP-Session: 9c6a221d-0292-4f05-a7e9-0e27a898faf3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3520 | 2024.07.30 01:32:10.144195 [ 3 ] {} <Debug> HTTP-Session: 9c6a221d-0292-4f05-a7e9-0e27a898faf3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3521 | 2024.07.30 01:32:10.144244 [ 200 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 256 rows starting from the beginning of the part | ||
| 3522 | 2024.07.30 01:32:10.144307 [ 3 ] {} <Trace> HTTP-Session: 9c6a221d-0292-4f05-a7e9-0e27a898faf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3523 | 2024.07.30 01:32:10.144478 [ 200 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 94 rows starting from the beginning of the part | ||
| 3524 | 2024.07.30 01:32:10.144779 [ 3 ] {3facd0fd-464e-4259-a916-ee7ef4db8d74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3525 | 2024.07.30 01:32:10.144824 [ 200 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 254 rows starting from the beginning of the part | ||
| 3526 | 2024.07.30 01:32:10.144906 [ 3 ] {3facd0fd-464e-4259-a916-ee7ef4db8d74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3527 | 2024.07.30 01:32:10.145103 [ 200 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 57 rows starting from the beginning of the part | ||
| 3528 | 2024.07.30 01:32:10.145881 [ 3 ] {3facd0fd-464e-4259-a916-ee7ef4db8d74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3529 | 2024.07.30 01:32:10.146607 [ 3 ] {3facd0fd-464e-4259-a916-ee7ef4db8d74} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3530 | 2024.07.30 01:32:10.146666 [ 3 ] {3facd0fd-464e-4259-a916-ee7ef4db8d74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3531 | 2024.07.30 01:32:10.147567 [ 3 ] {3facd0fd-464e-4259-a916-ee7ef4db8d74} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3532 | 2024.07.30 01:32:10.148293 [ 200 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 914 rows, containing 4 columns (4 merged, 0 gathered) in 0.00493891 sec., 185061.07622937043 rows/sec., 15.76 MiB/sec. | ||
| 3533 | 2024.07.30 01:32:10.148305 [ 3 ] {3facd0fd-464e-4259-a916-ee7ef4db8d74} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3534 | 2024.07.30 01:32:10.148526 [ 200 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3535 | 2024.07.30 01:32:10.148617 [ 3 ] {3facd0fd-464e-4259-a916-ee7ef4db8d74} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.003968 sec., 504.0322580645161 rows/sec., 35.19 KiB/sec. | ||
| 3536 | 2024.07.30 01:32:10.149000 [ 3 ] {3facd0fd-464e-4259-a916-ee7ef4db8d74} <Debug> DynamicQueryHandler: Done processing query | ||
| 3537 | 2024.07.30 01:32:10.149046 [ 3 ] {3facd0fd-464e-4259-a916-ee7ef4db8d74} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3538 | 2024.07.30 01:32:10.149089 [ 3 ] {} <Debug> HTTP-Session: 9c6a221d-0292-4f05-a7e9-0e27a898faf3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3539 | 2024.07.30 01:32:10.149258 [ 200 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_16_3} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3540 | 2024.07.30 01:32:10.149270 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 11237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3541 | 2024.07.30 01:32:10.149374 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3542 | 2024.07.30 01:32:10.149405 [ 200 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_16_3} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3543 | 2024.07.30 01:32:10.149419 [ 3 ] {} <Debug> HTTP-Session: 505663f8-b954-4e21-b4b2-58995e5ac926 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3544 | 2024.07.30 01:32:10.149458 [ 3 ] {} <Debug> HTTP-Session: 505663f8-b954-4e21-b4b2-58995e5ac926 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3545 | 2024.07.30 01:32:10.149498 [ 3 ] {} <Debug> HTTP-Session: 505663f8-b954-4e21-b4b2-58995e5ac926 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3546 | 2024.07.30 01:32:10.149580 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 3547 | 2024.07.30 01:32:10.149591 [ 3 ] {} <Trace> HTTP-Session: 505663f8-b954-4e21-b4b2-58995e5ac926 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3548 | 2024.07.30 01:32:10.149756 [ 3 ] {db01eac0-ef39-4ca6-8180-375b0c11ec23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3549 | 2024.07.30 01:32:10.149801 [ 3 ] {db01eac0-ef39-4ca6-8180-375b0c11ec23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3550 | 2024.07.30 01:32:10.149952 [ 3 ] {db01eac0-ef39-4ca6-8180-375b0c11ec23} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3551 | 2024.07.30 01:32:10.150309 [ 3 ] {db01eac0-ef39-4ca6-8180-375b0c11ec23} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3552 | 2024.07.30 01:32:10.150347 [ 3 ] {db01eac0-ef39-4ca6-8180-375b0c11ec23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3553 | 2024.07.30 01:32:10.150672 [ 3 ] {db01eac0-ef39-4ca6-8180-375b0c11ec23} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3554 | 2024.07.30 01:32:10.151006 [ 3 ] {db01eac0-ef39-4ca6-8180-375b0c11ec23} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3555 | 2024.07.30 01:32:10.151164 [ 3 ] {db01eac0-ef39-4ca6-8180-375b0c11ec23} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001449 sec., 45548.65424430642 rows/sec., 3.56 MiB/sec. | ||
| 3556 | 2024.07.30 01:32:10.151178 [ 36 ] {} <Debug> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3557 | 2024.07.30 01:32:10.151260 [ 36 ] {} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3558 | 2024.07.30 01:32:10.151316 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3559 | 2024.07.30 01:32:10.151457 [ 3 ] {db01eac0-ef39-4ca6-8180-375b0c11ec23} <Debug> DynamicQueryHandler: Done processing query | ||
| 3560 | 2024.07.30 01:32:10.151530 [ 3 ] {db01eac0-ef39-4ca6-8180-375b0c11ec23} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3561 | 2024.07.30 01:32:10.151532 [ 198 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::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 | ||
| 3562 | 2024.07.30 01:32:10.151552 [ 3 ] {} <Debug> HTTP-Session: 505663f8-b954-4e21-b4b2-58995e5ac926 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3563 | 2024.07.30 01:32:10.151739 [ 198 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3564 | 2024.07.30 01:32:10.151783 [ 198 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 406 rows starting from the beginning of the part | ||
| 3565 | 2024.07.30 01:32:10.151866 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30823, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3566 | 2024.07.30 01:32:10.152020 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3567 | 2024.07.30 01:32:10.152079 [ 198 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 64 rows starting from the beginning of the part | ||
| 3568 | 2024.07.30 01:32:10.152104 [ 3 ] {} <Debug> HTTP-Session: 0830f779-9d7c-425e-8bf1-98befb2e9147 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3569 | 2024.07.30 01:32:10.152188 [ 3 ] {} <Debug> HTTP-Session: 0830f779-9d7c-425e-8bf1-98befb2e9147 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3570 | 2024.07.30 01:32:10.152255 [ 3 ] {} <Debug> HTTP-Session: 0830f779-9d7c-425e-8bf1-98befb2e9147 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3571 | 2024.07.30 01:32:10.152399 [ 3 ] {} <Trace> HTTP-Session: 0830f779-9d7c-425e-8bf1-98befb2e9147 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3572 | 2024.07.30 01:32:10.152393 [ 198 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 435 rows starting from the beginning of the part | ||
| 3573 | 2024.07.30 01:32:10.152629 [ 198 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 92 rows starting from the beginning of the part | ||
| 3574 | 2024.07.30 01:32:10.152854 [ 3 ] {cc354648-36c0-4b46-be65-33252c927ae3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3575 | 2024.07.30 01:32:10.152881 [ 198 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 413 rows starting from the beginning of the part | ||
| 3576 | 2024.07.30 01:32:10.153083 [ 3 ] {cc354648-36c0-4b46-be65-33252c927ae3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3577 | 2024.07.30 01:32:10.153226 [ 198 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 66 rows starting from the beginning of the part | ||
| 3578 | 2024.07.30 01:32:10.153932 [ 3 ] {cc354648-36c0-4b46-be65-33252c927ae3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3579 | 2024.07.30 01:32:10.154966 [ 3 ] {cc354648-36c0-4b46-be65-33252c927ae3} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3580 | 2024.07.30 01:32:10.155037 [ 3 ] {cc354648-36c0-4b46-be65-33252c927ae3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3581 | 2024.07.30 01:32:10.156058 [ 3 ] {cc354648-36c0-4b46-be65-33252c927ae3} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3582 | 2024.07.30 01:32:10.156271 [ 200 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1476 rows, containing 4 columns (4 merged, 0 gathered) in 0.004845509 sec., 304611.96130272385 rows/sec., 21.93 MiB/sec. | ||
| 3583 | 2024.07.30 01:32:10.156576 [ 200 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3584 | 2024.07.30 01:32:10.156899 [ 3 ] {cc354648-36c0-4b46-be65-33252c927ae3} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3585 | 2024.07.30 01:32:10.157251 [ 36 ] {} <Debug> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3586 | 2024.07.30 01:32:10.157340 [ 36 ] {} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3587 | 2024.07.30 01:32:10.157345 [ 3 ] {cc354648-36c0-4b46-be65-33252c927ae3} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004767 sec., 33773.86196769457 rows/sec., 2.35 MiB/sec. | ||
| 3588 | 2024.07.30 01:32:10.157383 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3589 | 2024.07.30 01:32:10.157625 [ 194 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_16_3} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3590 | 2024.07.30 01:32:10.157786 [ 199 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 3591 | 2024.07.30 01:32:10.157908 [ 3 ] {cc354648-36c0-4b46-be65-33252c927ae3} <Debug> DynamicQueryHandler: Done processing query | ||
| 3592 | 2024.07.30 01:32:10.157938 [ 194 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_16_3} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3593 | 2024.07.30 01:32:10.157965 [ 3 ] {cc354648-36c0-4b46-be65-33252c927ae3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3594 | 2024.07.30 01:32:10.158018 [ 3 ] {} <Debug> HTTP-Session: 0830f779-9d7c-425e-8bf1-98befb2e9147 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3595 | 2024.07.30 01:32:10.158176 [ 199 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3596 | 2024.07.30 01:32:10.158187 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 3597 | 2024.07.30 01:32:10.158208 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3598 | 2024.07.30 01:32:10.158261 [ 199 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1518 rows starting from the beginning of the part | ||
| 3599 | 2024.07.30 01:32:10.158299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3600 | 2024.07.30 01:32:10.158319 [ 3 ] {} <Debug> HTTP-Session: 4372800d-465f-40f5-97ac-4e705bf84476 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3601 | 2024.07.30 01:32:10.158348 [ 3 ] {} <Debug> HTTP-Session: 4372800d-465f-40f5-97ac-4e705bf84476 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3602 | 2024.07.30 01:32:10.158395 [ 3 ] {} <Debug> HTTP-Session: 4372800d-465f-40f5-97ac-4e705bf84476 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3603 | 2024.07.30 01:32:10.158409 [ 199 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 3604 | 2024.07.30 01:32:10.158528 [ 3 ] {} <Trace> HTTP-Session: 4372800d-465f-40f5-97ac-4e705bf84476 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3605 | 2024.07.30 01:32:10.158743 [ 199 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 162 rows starting from the beginning of the part | ||
| 3606 | 2024.07.30 01:32:10.158909 [ 3 ] {b456d6df-5d61-47c2-9cef-c48abfd5c04d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3607 | 2024.07.30 01:32:10.158987 [ 199 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 198 rows starting from the beginning of the part | ||
| 3608 | 2024.07.30 01:32:10.159012 [ 3 ] {b456d6df-5d61-47c2-9cef-c48abfd5c04d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3609 | 2024.07.30 01:32:10.159227 [ 199 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 3610 | 2024.07.30 01:32:10.159460 [ 199 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 161 rows starting from the beginning of the part | ||
| 3611 | 2024.07.30 01:32:10.159666 [ 3 ] {b456d6df-5d61-47c2-9cef-c48abfd5c04d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3612 | 2024.07.30 01:32:10.160208 [ 3 ] {b456d6df-5d61-47c2-9cef-c48abfd5c04d} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3613 | 2024.07.30 01:32:10.160250 [ 3 ] {b456d6df-5d61-47c2-9cef-c48abfd5c04d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3614 | 2024.07.30 01:32:10.160804 [ 3 ] {b456d6df-5d61-47c2-9cef-c48abfd5c04d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3615 | 2024.07.30 01:32:10.161363 [ 3 ] {b456d6df-5d61-47c2-9cef-c48abfd5c04d} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3616 | 2024.07.30 01:32:10.161637 [ 36 ] {} <Debug> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3617 | 2024.07.30 01:32:10.161766 [ 3 ] {b456d6df-5d61-47c2-9cef-c48abfd5c04d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003014 sec., 19907.100199071 rows/sec., 1.34 MiB/sec. | ||
| 3618 | 2024.07.30 01:32:10.161780 [ 36 ] {} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3619 | 2024.07.30 01:32:10.161916 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3620 | 2024.07.30 01:32:10.162636 [ 3 ] {b456d6df-5d61-47c2-9cef-c48abfd5c04d} <Debug> DynamicQueryHandler: Done processing query | ||
| 3621 | 2024.07.30 01:32:10.162682 [ 200 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 3622 | 2024.07.30 01:32:10.162800 [ 3 ] {b456d6df-5d61-47c2-9cef-c48abfd5c04d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3623 | 2024.07.30 01:32:10.162965 [ 3 ] {} <Debug> HTTP-Session: 4372800d-465f-40f5-97ac-4e705bf84476 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3624 | 2024.07.30 01:32:10.163258 [ 194 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2359 rows, containing 5 columns (5 merged, 0 gathered) in 0.005697718 sec., 414025.4045567015 rows/sec., 28.87 MiB/sec. | ||
| 3625 | 2024.07.30 01:32:10.163301 [ 200 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3626 | 2024.07.30 01:32:10.163346 [ 200 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 520 rows starting from the beginning of the part | ||
| 3627 | 2024.07.30 01:32:10.163424 [ 200 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 3628 | 2024.07.30 01:32:10.163682 [ 200 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 3629 | 2024.07.30 01:32:10.163876 [ 200 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 3630 | 2024.07.30 01:32:10.163962 [ 194 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3631 | 2024.07.30 01:32:10.164076 [ 200 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 3632 | 2024.07.30 01:32:10.164358 [ 200 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 3633 | 2024.07.30 01:32:10.165363 [ 194 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3634 | 2024.07.30 01:32:10.165581 [ 194 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3635 | 2024.07.30 01:32:10.165783 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 3636 | 2024.07.30 01:32:10.166313 [ 190 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 820 rows, containing 4 columns (4 merged, 0 gathered) in 0.004185202 sec., 195928.416358398 rows/sec., 13.20 MiB/sec. | ||
| 3637 | 2024.07.30 01:32:10.166489 [ 190 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3638 | 2024.07.30 01:32:10.166883 [ 190 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_16_3} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3639 | 2024.07.30 01:32:10.166963 [ 190 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_16_3} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3640 | 2024.07.30 01:32:10.167044 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 3641 | 2024.07.30 01:32:12.804850 [ 33 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3642 | 2024.07.30 01:32:12.804920 [ 33 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3643 | 2024.07.30 01:32:15.144100 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 5193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3644 | 2024.07.30 01:32:15.144225 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3645 | 2024.07.30 01:32:15.144253 [ 3 ] {} <Debug> HTTP-Session: 1218b657-d07a-4880-bae9-66aaaeaee296 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3646 | 2024.07.30 01:32:15.144281 [ 3 ] {} <Debug> HTTP-Session: 1218b657-d07a-4880-bae9-66aaaeaee296 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3647 | 2024.07.30 01:32:15.144299 [ 3 ] {} <Debug> HTTP-Session: 1218b657-d07a-4880-bae9-66aaaeaee296 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3648 | 2024.07.30 01:32:15.144354 [ 3 ] {} <Trace> HTTP-Session: 1218b657-d07a-4880-bae9-66aaaeaee296 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3649 | 2024.07.30 01:32:15.144571 [ 3 ] {7a7b5cee-e082-4f3c-ad18-636b7fecaffa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3650 | 2024.07.30 01:32:15.144647 [ 3 ] {7a7b5cee-e082-4f3c-ad18-636b7fecaffa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3651 | 2024.07.30 01:32:15.144869 [ 3 ] {7a7b5cee-e082-4f3c-ad18-636b7fecaffa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3652 | 2024.07.30 01:32:15.145353 [ 3 ] {7a7b5cee-e082-4f3c-ad18-636b7fecaffa} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3653 | 2024.07.30 01:32:15.145394 [ 3 ] {7a7b5cee-e082-4f3c-ad18-636b7fecaffa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3654 | 2024.07.30 01:32:15.145765 [ 3 ] {7a7b5cee-e082-4f3c-ad18-636b7fecaffa} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3655 | 2024.07.30 01:32:15.146108 [ 3 ] {7a7b5cee-e082-4f3c-ad18-636b7fecaffa} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3656 | 2024.07.30 01:32:15.146272 [ 3 ] {7a7b5cee-e082-4f3c-ad18-636b7fecaffa} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001769 sec., 20915.771622385528 rows/sec., 1.57 MiB/sec. | ||
| 3657 | 2024.07.30 01:32:15.146466 [ 3 ] {7a7b5cee-e082-4f3c-ad18-636b7fecaffa} <Debug> DynamicQueryHandler: Done processing query | ||
| 3658 | 2024.07.30 01:32:15.146492 [ 3 ] {7a7b5cee-e082-4f3c-ad18-636b7fecaffa} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3659 | 2024.07.30 01:32:15.146508 [ 3 ] {} <Debug> HTTP-Session: 1218b657-d07a-4880-bae9-66aaaeaee296 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3660 | 2024.07.30 01:32:15.146723 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 38407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3661 | 2024.07.30 01:32:15.146793 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3662 | 2024.07.30 01:32:15.146817 [ 3 ] {} <Debug> HTTP-Session: ab389a1c-24f1-42d3-a316-68251fa4f1c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3663 | 2024.07.30 01:32:15.146838 [ 3 ] {} <Debug> HTTP-Session: ab389a1c-24f1-42d3-a316-68251fa4f1c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3664 | 2024.07.30 01:32:15.146854 [ 3 ] {} <Debug> HTTP-Session: ab389a1c-24f1-42d3-a316-68251fa4f1c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3665 | 2024.07.30 01:32:15.146893 [ 3 ] {} <Trace> HTTP-Session: ab389a1c-24f1-42d3-a316-68251fa4f1c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3666 | 2024.07.30 01:32:15.147101 [ 3 ] {69123607-5942-45f8-b590-354160dcadf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3667 | 2024.07.30 01:32:15.147146 [ 3 ] {69123607-5942-45f8-b590-354160dcadf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3668 | 2024.07.30 01:32:15.147272 [ 3 ] {69123607-5942-45f8-b590-354160dcadf2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3669 | 2024.07.30 01:32:15.147762 [ 3 ] {69123607-5942-45f8-b590-354160dcadf2} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3670 | 2024.07.30 01:32:15.147799 [ 3 ] {69123607-5942-45f8-b590-354160dcadf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3671 | 2024.07.30 01:32:15.148131 [ 3 ] {69123607-5942-45f8-b590-354160dcadf2} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3672 | 2024.07.30 01:32:15.148450 [ 3 ] {69123607-5942-45f8-b590-354160dcadf2} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3673 | 2024.07.30 01:32:15.148607 [ 3 ] {69123607-5942-45f8-b590-354160dcadf2} <Debug> executeQuery: Read 254 rows, 22.97 KiB in 0.001598 sec., 158948.68585732166 rows/sec., 14.04 MiB/sec. | ||
| 3674 | 2024.07.30 01:32:15.148778 [ 3 ] {69123607-5942-45f8-b590-354160dcadf2} <Debug> DynamicQueryHandler: Done processing query | ||
| 3675 | 2024.07.30 01:32:15.148802 [ 3 ] {69123607-5942-45f8-b590-354160dcadf2} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 3676 | 2024.07.30 01:32:15.148818 [ 3 ] {} <Debug> HTTP-Session: ab389a1c-24f1-42d3-a316-68251fa4f1c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3677 | 2024.07.30 01:32:15.149072 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 66831, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3678 | 2024.07.30 01:32:15.149121 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3679 | 2024.07.30 01:32:15.149139 [ 3 ] {} <Debug> HTTP-Session: 71a4ae69-3f73-4ad8-b482-dfd15ba9f6b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3680 | 2024.07.30 01:32:15.149156 [ 3 ] {} <Debug> HTTP-Session: 71a4ae69-3f73-4ad8-b482-dfd15ba9f6b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3681 | 2024.07.30 01:32:15.149169 [ 3 ] {} <Debug> HTTP-Session: 71a4ae69-3f73-4ad8-b482-dfd15ba9f6b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3682 | 2024.07.30 01:32:15.149201 [ 3 ] {} <Trace> HTTP-Session: 71a4ae69-3f73-4ad8-b482-dfd15ba9f6b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3683 | 2024.07.30 01:32:15.149494 [ 3 ] {0355fa19-7c3f-4994-a964-e552f4b9d3cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3684 | 2024.07.30 01:32:15.149537 [ 3 ] {0355fa19-7c3f-4994-a964-e552f4b9d3cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3685 | 2024.07.30 01:32:15.149664 [ 3 ] {0355fa19-7c3f-4994-a964-e552f4b9d3cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3686 | 2024.07.30 01:32:15.150214 [ 3 ] {0355fa19-7c3f-4994-a964-e552f4b9d3cd} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3687 | 2024.07.30 01:32:15.150250 [ 3 ] {0355fa19-7c3f-4994-a964-e552f4b9d3cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3688 | 2024.07.30 01:32:15.150581 [ 3 ] {0355fa19-7c3f-4994-a964-e552f4b9d3cd} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3689 | 2024.07.30 01:32:15.150903 [ 3 ] {0355fa19-7c3f-4994-a964-e552f4b9d3cd} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3690 | 2024.07.30 01:32:15.151053 [ 3 ] {0355fa19-7c3f-4994-a964-e552f4b9d3cd} <Debug> executeQuery: Read 413 rows, 29.96 KiB in 0.001745 sec., 236676.21776504297 rows/sec., 16.76 MiB/sec. | ||
| 3691 | 2024.07.30 01:32:15.151224 [ 3 ] {0355fa19-7c3f-4994-a964-e552f4b9d3cd} <Debug> DynamicQueryHandler: Done processing query | ||
| 3692 | 2024.07.30 01:32:15.151257 [ 3 ] {0355fa19-7c3f-4994-a964-e552f4b9d3cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 3693 | 2024.07.30 01:32:15.151280 [ 3 ] {} <Debug> HTTP-Session: 71a4ae69-3f73-4ad8-b482-dfd15ba9f6b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3694 | 2024.07.30 01:32:15.151437 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3695 | 2024.07.30 01:32:15.151488 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3696 | 2024.07.30 01:32:15.151507 [ 3 ] {} <Debug> HTTP-Session: ed419ed6-d17d-4e5a-bea6-8ef74b9b29e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3697 | 2024.07.30 01:32:15.151524 [ 3 ] {} <Debug> HTTP-Session: ed419ed6-d17d-4e5a-bea6-8ef74b9b29e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3698 | 2024.07.30 01:32:15.151537 [ 3 ] {} <Debug> HTTP-Session: ed419ed6-d17d-4e5a-bea6-8ef74b9b29e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3699 | 2024.07.30 01:32:15.151568 [ 3 ] {} <Trace> HTTP-Session: ed419ed6-d17d-4e5a-bea6-8ef74b9b29e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3700 | 2024.07.30 01:32:15.151662 [ 3 ] {11f4f72c-049a-46de-a59d-8ca0dba94904} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 3701 | 2024.07.30 01:32:15.151706 [ 3 ] {11f4f72c-049a-46de-a59d-8ca0dba94904} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3702 | 2024.07.30 01:32:15.151839 [ 3 ] {11f4f72c-049a-46de-a59d-8ca0dba94904} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3703 | 2024.07.30 01:32:15.152107 [ 3 ] {11f4f72c-049a-46de-a59d-8ca0dba94904} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3704 | 2024.07.30 01:32:15.152142 [ 3 ] {11f4f72c-049a-46de-a59d-8ca0dba94904} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3705 | 2024.07.30 01:32:15.152497 [ 3 ] {11f4f72c-049a-46de-a59d-8ca0dba94904} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3706 | 2024.07.30 01:32:15.152817 [ 3 ] {11f4f72c-049a-46de-a59d-8ca0dba94904} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3707 | 2024.07.30 01:32:15.152972 [ 3 ] {11f4f72c-049a-46de-a59d-8ca0dba94904} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001323 sec., 4535.14739229025 rows/sec., 194.87 KiB/sec. | ||
| 3708 | 2024.07.30 01:32:15.153275 [ 3 ] {11f4f72c-049a-46de-a59d-8ca0dba94904} <Debug> DynamicQueryHandler: Done processing query | ||
| 3709 | 2024.07.30 01:32:15.153300 [ 3 ] {11f4f72c-049a-46de-a59d-8ca0dba94904} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3710 | 2024.07.30 01:32:15.153316 [ 3 ] {} <Debug> HTTP-Session: ed419ed6-d17d-4e5a-bea6-8ef74b9b29e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3711 | 2024.07.30 01:32:15.153447 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3712 | 2024.07.30 01:32:15.153496 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3713 | 2024.07.30 01:32:15.153515 [ 3 ] {} <Debug> HTTP-Session: 00b0f8ce-1de5-4c36-9d85-4e77fcffd1ab Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3714 | 2024.07.30 01:32:15.153531 [ 3 ] {} <Debug> HTTP-Session: 00b0f8ce-1de5-4c36-9d85-4e77fcffd1ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3715 | 2024.07.30 01:32:15.153544 [ 3 ] {} <Debug> HTTP-Session: 00b0f8ce-1de5-4c36-9d85-4e77fcffd1ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3716 | 2024.07.30 01:32:15.153575 [ 3 ] {} <Trace> HTTP-Session: 00b0f8ce-1de5-4c36-9d85-4e77fcffd1ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3717 | 2024.07.30 01:32:15.153700 [ 3 ] {8d37cd33-74e8-456c-8a35-db9bcb7edddb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 3718 | 2024.07.30 01:32:15.153748 [ 3 ] {8d37cd33-74e8-456c-8a35-db9bcb7edddb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 3719 | 2024.07.30 01:32:15.153910 [ 3 ] {8d37cd33-74e8-456c-8a35-db9bcb7edddb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3720 | 2024.07.30 01:32:15.154261 [ 3 ] {8d37cd33-74e8-456c-8a35-db9bcb7edddb} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3721 | 2024.07.30 01:32:15.154297 [ 3 ] {8d37cd33-74e8-456c-8a35-db9bcb7edddb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3722 | 2024.07.30 01:32:15.154659 [ 3 ] {8d37cd33-74e8-456c-8a35-db9bcb7edddb} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3723 | 2024.07.30 01:32:15.155000 [ 3 ] {8d37cd33-74e8-456c-8a35-db9bcb7edddb} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3724 | 2024.07.30 01:32:15.155158 [ 3 ] {8d37cd33-74e8-456c-8a35-db9bcb7edddb} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001491 sec., 51643.19248826291 rows/sec., 3.18 MiB/sec. | ||
| 3725 | 2024.07.30 01:32:15.155376 [ 3 ] {8d37cd33-74e8-456c-8a35-db9bcb7edddb} <Debug> DynamicQueryHandler: Done processing query | ||
| 3726 | 2024.07.30 01:32:15.155411 [ 3 ] {8d37cd33-74e8-456c-8a35-db9bcb7edddb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3727 | 2024.07.30 01:32:15.155434 [ 3 ] {} <Debug> HTTP-Session: 00b0f8ce-1de5-4c36-9d85-4e77fcffd1ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3728 | 2024.07.30 01:32:15.155588 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3729 | 2024.07.30 01:32:15.155643 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3730 | 2024.07.30 01:32:15.155662 [ 3 ] {} <Debug> HTTP-Session: 5a896f4d-909f-408c-88a2-0ebe8663d60f Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3731 | 2024.07.30 01:32:15.155678 [ 3 ] {} <Debug> HTTP-Session: 5a896f4d-909f-408c-88a2-0ebe8663d60f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3732 | 2024.07.30 01:32:15.155691 [ 3 ] {} <Debug> HTTP-Session: 5a896f4d-909f-408c-88a2-0ebe8663d60f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3733 | 2024.07.30 01:32:15.155721 [ 3 ] {} <Trace> HTTP-Session: 5a896f4d-909f-408c-88a2-0ebe8663d60f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3734 | 2024.07.30 01:32:15.155893 [ 3 ] {de924915-f756-4b9b-ae89-bf0a361d07bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3735 | 2024.07.30 01:32:15.155938 [ 3 ] {de924915-f756-4b9b-ae89-bf0a361d07bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3736 | 2024.07.30 01:32:15.156082 [ 3 ] {de924915-f756-4b9b-ae89-bf0a361d07bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3737 | 2024.07.30 01:32:15.156470 [ 3 ] {de924915-f756-4b9b-ae89-bf0a361d07bd} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3738 | 2024.07.30 01:32:15.156505 [ 3 ] {de924915-f756-4b9b-ae89-bf0a361d07bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3739 | 2024.07.30 01:32:15.156889 [ 3 ] {de924915-f756-4b9b-ae89-bf0a361d07bd} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3740 | 2024.07.30 01:32:15.157220 [ 3 ] {de924915-f756-4b9b-ae89-bf0a361d07bd} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3741 | 2024.07.30 01:32:15.157374 [ 3 ] {de924915-f756-4b9b-ae89-bf0a361d07bd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001575 sec., 101587.30158730158 rows/sec., 7.08 MiB/sec. | ||
| 3742 | 2024.07.30 01:32:15.157690 [ 3 ] {de924915-f756-4b9b-ae89-bf0a361d07bd} <Debug> DynamicQueryHandler: Done processing query | ||
| 3743 | 2024.07.30 01:32:15.157715 [ 3 ] {de924915-f756-4b9b-ae89-bf0a361d07bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3744 | 2024.07.30 01:32:15.157732 [ 3 ] {} <Debug> HTTP-Session: 5a896f4d-909f-408c-88a2-0ebe8663d60f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3745 | 2024.07.30 01:32:15.157911 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 49752, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3746 | 2024.07.30 01:32:15.157960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3747 | 2024.07.30 01:32:15.157980 [ 3 ] {} <Debug> HTTP-Session: 27fc1711-05eb-4584-9a9c-08894f8ee04d Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3748 | 2024.07.30 01:32:15.157996 [ 3 ] {} <Debug> HTTP-Session: 27fc1711-05eb-4584-9a9c-08894f8ee04d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3749 | 2024.07.30 01:32:15.158009 [ 3 ] {} <Debug> HTTP-Session: 27fc1711-05eb-4584-9a9c-08894f8ee04d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3750 | 2024.07.30 01:32:15.158039 [ 3 ] {} <Trace> HTTP-Session: 27fc1711-05eb-4584-9a9c-08894f8ee04d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3751 | 2024.07.30 01:32:15.158346 [ 3 ] {d6afaa8b-276f-4877-804b-300ee2cedd94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3752 | 2024.07.30 01:32:15.158418 [ 3 ] {d6afaa8b-276f-4877-804b-300ee2cedd94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 3753 | 2024.07.30 01:32:15.158833 [ 3 ] {d6afaa8b-276f-4877-804b-300ee2cedd94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3754 | 2024.07.30 01:32:15.159510 [ 3 ] {d6afaa8b-276f-4877-804b-300ee2cedd94} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3755 | 2024.07.30 01:32:15.159546 [ 3 ] {d6afaa8b-276f-4877-804b-300ee2cedd94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3756 | 2024.07.30 01:32:15.160172 [ 3 ] {d6afaa8b-276f-4877-804b-300ee2cedd94} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3757 | 2024.07.30 01:32:15.160584 [ 3 ] {d6afaa8b-276f-4877-804b-300ee2cedd94} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3758 | 2024.07.30 01:32:15.160771 [ 3 ] {d6afaa8b-276f-4877-804b-300ee2cedd94} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002644 sec., 11724.65960665658 rows/sec., 21.01 MiB/sec. | ||
| 3759 | 2024.07.30 01:32:15.160998 [ 3 ] {d6afaa8b-276f-4877-804b-300ee2cedd94} <Debug> DynamicQueryHandler: Done processing query | ||
| 3760 | 2024.07.30 01:32:15.161023 [ 3 ] {d6afaa8b-276f-4877-804b-300ee2cedd94} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 3761 | 2024.07.30 01:32:15.161038 [ 3 ] {} <Debug> HTTP-Session: 27fc1711-05eb-4584-9a9c-08894f8ee04d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3762 | 2024.07.30 01:32:15.161170 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3763 | 2024.07.30 01:32:15.161219 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3764 | 2024.07.30 01:32:15.161238 [ 3 ] {} <Debug> HTTP-Session: 1c46b926-d717-47ab-a0c9-b7991e1b2e92 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3765 | 2024.07.30 01:32:15.161254 [ 3 ] {} <Debug> HTTP-Session: 1c46b926-d717-47ab-a0c9-b7991e1b2e92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3766 | 2024.07.30 01:32:15.161268 [ 3 ] {} <Debug> HTTP-Session: 1c46b926-d717-47ab-a0c9-b7991e1b2e92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3767 | 2024.07.30 01:32:15.161298 [ 3 ] {} <Trace> HTTP-Session: 1c46b926-d717-47ab-a0c9-b7991e1b2e92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3768 | 2024.07.30 01:32:15.161398 [ 3 ] {4a62b8fc-9b52-4510-95db-867b00041c2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3769 | 2024.07.30 01:32:15.161442 [ 3 ] {4a62b8fc-9b52-4510-95db-867b00041c2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 3770 | 2024.07.30 01:32:15.161572 [ 3 ] {4a62b8fc-9b52-4510-95db-867b00041c2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3771 | 2024.07.30 01:32:15.161884 [ 3 ] {4a62b8fc-9b52-4510-95db-867b00041c2a} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3772 | 2024.07.30 01:32:15.161925 [ 3 ] {4a62b8fc-9b52-4510-95db-867b00041c2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3773 | 2024.07.30 01:32:15.162340 [ 3 ] {4a62b8fc-9b52-4510-95db-867b00041c2a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3774 | 2024.07.30 01:32:15.162769 [ 3 ] {4a62b8fc-9b52-4510-95db-867b00041c2a} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3775 | 2024.07.30 01:32:15.162925 [ 3 ] {4a62b8fc-9b52-4510-95db-867b00041c2a} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001556 sec., 14781.491002570694 rows/sec., 799.58 KiB/sec. | ||
| 3776 | 2024.07.30 01:32:15.163089 [ 3 ] {4a62b8fc-9b52-4510-95db-867b00041c2a} <Debug> DynamicQueryHandler: Done processing query | ||
| 3777 | 2024.07.30 01:32:15.163114 [ 3 ] {4a62b8fc-9b52-4510-95db-867b00041c2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3778 | 2024.07.30 01:32:15.163129 [ 3 ] {} <Debug> HTTP-Session: 1c46b926-d717-47ab-a0c9-b7991e1b2e92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3779 | 2024.07.30 01:32:15.163252 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3780 | 2024.07.30 01:32:15.163301 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3781 | 2024.07.30 01:32:15.163320 [ 3 ] {} <Debug> HTTP-Session: efd74107-c73f-483e-9709-82b9f4b4616b Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3782 | 2024.07.30 01:32:15.163336 [ 3 ] {} <Debug> HTTP-Session: efd74107-c73f-483e-9709-82b9f4b4616b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3783 | 2024.07.30 01:32:15.163375 [ 3 ] {} <Debug> HTTP-Session: efd74107-c73f-483e-9709-82b9f4b4616b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3784 | 2024.07.30 01:32:15.163406 [ 3 ] {} <Trace> HTTP-Session: efd74107-c73f-483e-9709-82b9f4b4616b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3785 | 2024.07.30 01:32:15.163533 [ 3 ] {159769a5-8216-4210-809f-fd7cc1b0c8b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3786 | 2024.07.30 01:32:15.163577 [ 3 ] {159769a5-8216-4210-809f-fd7cc1b0c8b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3787 | 2024.07.30 01:32:15.163712 [ 3 ] {159769a5-8216-4210-809f-fd7cc1b0c8b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3788 | 2024.07.30 01:32:15.163993 [ 3 ] {159769a5-8216-4210-809f-fd7cc1b0c8b5} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3789 | 2024.07.30 01:32:15.164030 [ 3 ] {159769a5-8216-4210-809f-fd7cc1b0c8b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3790 | 2024.07.30 01:32:15.164386 [ 3 ] {159769a5-8216-4210-809f-fd7cc1b0c8b5} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3791 | 2024.07.30 01:32:15.164715 [ 3 ] {159769a5-8216-4210-809f-fd7cc1b0c8b5} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3792 | 2024.07.30 01:32:15.164872 [ 3 ] {159769a5-8216-4210-809f-fd7cc1b0c8b5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001379 sec., 43509.789702683105 rows/sec., 2.93 MiB/sec. | ||
| 3793 | 2024.07.30 01:32:15.165145 [ 3 ] {159769a5-8216-4210-809f-fd7cc1b0c8b5} <Debug> DynamicQueryHandler: Done processing query | ||
| 3794 | 2024.07.30 01:32:15.165172 [ 3 ] {159769a5-8216-4210-809f-fd7cc1b0c8b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3795 | 2024.07.30 01:32:15.165189 [ 3 ] {} <Debug> HTTP-Session: efd74107-c73f-483e-9709-82b9f4b4616b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3796 | 2024.07.30 01:32:20.137604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 7845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3797 | 2024.07.30 01:32:20.137735 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3798 | 2024.07.30 01:32:20.137762 [ 3 ] {} <Debug> HTTP-Session: e6880991-9308-4088-8f18-c2e7963f50e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3799 | 2024.07.30 01:32:20.137786 [ 3 ] {} <Debug> HTTP-Session: e6880991-9308-4088-8f18-c2e7963f50e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3800 | 2024.07.30 01:32:20.137802 [ 3 ] {} <Debug> HTTP-Session: e6880991-9308-4088-8f18-c2e7963f50e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3801 | 2024.07.30 01:32:20.137852 [ 3 ] {} <Trace> HTTP-Session: e6880991-9308-4088-8f18-c2e7963f50e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3802 | 2024.07.30 01:32:20.138045 [ 3 ] {8aaada65-c5b0-412e-ad8b-268e1a33b891} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3803 | 2024.07.30 01:32:20.138114 [ 3 ] {8aaada65-c5b0-412e-ad8b-268e1a33b891} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3804 | 2024.07.30 01:32:20.138306 [ 3 ] {8aaada65-c5b0-412e-ad8b-268e1a33b891} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3805 | 2024.07.30 01:32:20.138790 [ 3 ] {8aaada65-c5b0-412e-ad8b-268e1a33b891} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3806 | 2024.07.30 01:32:20.138834 [ 3 ] {8aaada65-c5b0-412e-ad8b-268e1a33b891} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3807 | 2024.07.30 01:32:20.139219 [ 3 ] {8aaada65-c5b0-412e-ad8b-268e1a33b891} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3808 | 2024.07.30 01:32:20.139569 [ 3 ] {8aaada65-c5b0-412e-ad8b-268e1a33b891} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3809 | 2024.07.30 01:32:20.139753 [ 3 ] {8aaada65-c5b0-412e-ad8b-268e1a33b891} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001769 sec., 31656.302996042963 rows/sec., 2.43 MiB/sec. | ||
| 3810 | 2024.07.30 01:32:20.139972 [ 3 ] {8aaada65-c5b0-412e-ad8b-268e1a33b891} <Debug> DynamicQueryHandler: Done processing query | ||
| 3811 | 2024.07.30 01:32:20.140000 [ 3 ] {8aaada65-c5b0-412e-ad8b-268e1a33b891} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3812 | 2024.07.30 01:32:20.140018 [ 3 ] {} <Debug> HTTP-Session: e6880991-9308-4088-8f18-c2e7963f50e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3813 | 2024.07.30 01:32:20.140196 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 10894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3814 | 2024.07.30 01:32:20.140253 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3815 | 2024.07.30 01:32:20.140275 [ 3 ] {} <Debug> HTTP-Session: 8b67ce27-e23e-466c-a86f-6e983f0b89f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3816 | 2024.07.30 01:32:20.140293 [ 3 ] {} <Debug> HTTP-Session: 8b67ce27-e23e-466c-a86f-6e983f0b89f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3817 | 2024.07.30 01:32:20.140307 [ 3 ] {} <Debug> HTTP-Session: 8b67ce27-e23e-466c-a86f-6e983f0b89f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3818 | 2024.07.30 01:32:20.140343 [ 3 ] {} <Trace> HTTP-Session: 8b67ce27-e23e-466c-a86f-6e983f0b89f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3819 | 2024.07.30 01:32:20.140467 [ 3 ] {b04f3dd3-3d79-4671-8837-d61c2fb60210} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3820 | 2024.07.30 01:32:20.140514 [ 3 ] {b04f3dd3-3d79-4671-8837-d61c2fb60210} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3821 | 2024.07.30 01:32:20.140648 [ 3 ] {b04f3dd3-3d79-4671-8837-d61c2fb60210} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3822 | 2024.07.30 01:32:20.141018 [ 3 ] {b04f3dd3-3d79-4671-8837-d61c2fb60210} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3823 | 2024.07.30 01:32:20.141057 [ 3 ] {b04f3dd3-3d79-4671-8837-d61c2fb60210} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3824 | 2024.07.30 01:32:20.141397 [ 3 ] {b04f3dd3-3d79-4671-8837-d61c2fb60210} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3825 | 2024.07.30 01:32:20.141719 [ 3 ] {b04f3dd3-3d79-4671-8837-d61c2fb60210} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3826 | 2024.07.30 01:32:20.141881 [ 3 ] {b04f3dd3-3d79-4671-8837-d61c2fb60210} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001459 sec., 43865.661411925976 rows/sec., 3.42 MiB/sec. | ||
| 3827 | 2024.07.30 01:32:20.142051 [ 3 ] {b04f3dd3-3d79-4671-8837-d61c2fb60210} <Debug> DynamicQueryHandler: Done processing query | ||
| 3828 | 2024.07.30 01:32:20.142077 [ 3 ] {b04f3dd3-3d79-4671-8837-d61c2fb60210} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3829 | 2024.07.30 01:32:20.142094 [ 3 ] {} <Debug> HTTP-Session: 8b67ce27-e23e-466c-a86f-6e983f0b89f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3830 | 2024.07.30 01:32:20.142264 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3831 | 2024.07.30 01:32:20.142314 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3832 | 2024.07.30 01:32:20.142334 [ 3 ] {} <Debug> HTTP-Session: 851ba451-e570-4f14-a61b-4d8e552964aa Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3833 | 2024.07.30 01:32:20.142351 [ 3 ] {} <Debug> HTTP-Session: 851ba451-e570-4f14-a61b-4d8e552964aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3834 | 2024.07.30 01:32:20.142364 [ 3 ] {} <Debug> HTTP-Session: 851ba451-e570-4f14-a61b-4d8e552964aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3835 | 2024.07.30 01:32:20.142395 [ 3 ] {} <Trace> HTTP-Session: 851ba451-e570-4f14-a61b-4d8e552964aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3836 | 2024.07.30 01:32:20.142544 [ 3 ] {5a59d590-657a-4ff4-9ae4-b9b51525b3ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3837 | 2024.07.30 01:32:20.142593 [ 3 ] {5a59d590-657a-4ff4-9ae4-b9b51525b3ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3838 | 2024.07.30 01:32:20.142743 [ 3 ] {5a59d590-657a-4ff4-9ae4-b9b51525b3ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3839 | 2024.07.30 01:32:20.143138 [ 3 ] {5a59d590-657a-4ff4-9ae4-b9b51525b3ef} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3840 | 2024.07.30 01:32:20.143177 [ 3 ] {5a59d590-657a-4ff4-9ae4-b9b51525b3ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3841 | 2024.07.30 01:32:20.143584 [ 3 ] {5a59d590-657a-4ff4-9ae4-b9b51525b3ef} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3842 | 2024.07.30 01:32:20.143961 [ 3 ] {5a59d590-657a-4ff4-9ae4-b9b51525b3ef} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3843 | 2024.07.30 01:32:20.144138 [ 3 ] {5a59d590-657a-4ff4-9ae4-b9b51525b3ef} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001661 sec., 96327.5135460566 rows/sec., 6.71 MiB/sec. | ||
| 3844 | 2024.07.30 01:32:20.144453 [ 3 ] {5a59d590-657a-4ff4-9ae4-b9b51525b3ef} <Debug> DynamicQueryHandler: Done processing query | ||
| 3845 | 2024.07.30 01:32:20.144479 [ 3 ] {5a59d590-657a-4ff4-9ae4-b9b51525b3ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3846 | 2024.07.30 01:32:20.144496 [ 3 ] {} <Debug> HTTP-Session: 851ba451-e570-4f14-a61b-4d8e552964aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3847 | 2024.07.30 01:32:20.144627 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3848 | 2024.07.30 01:32:20.144678 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3849 | 2024.07.30 01:32:20.144700 [ 3 ] {} <Debug> HTTP-Session: b478600a-7c9d-466d-ae0b-65d9fe4ee753 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3850 | 2024.07.30 01:32:20.144716 [ 3 ] {} <Debug> HTTP-Session: b478600a-7c9d-466d-ae0b-65d9fe4ee753 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3851 | 2024.07.30 01:32:20.144730 [ 3 ] {} <Debug> HTTP-Session: b478600a-7c9d-466d-ae0b-65d9fe4ee753 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3852 | 2024.07.30 01:32:20.144761 [ 3 ] {} <Trace> HTTP-Session: b478600a-7c9d-466d-ae0b-65d9fe4ee753 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3853 | 2024.07.30 01:32:20.144896 [ 3 ] {7e221e55-daab-44c6-9b45-951202d2d97d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3854 | 2024.07.30 01:32:20.144944 [ 3 ] {7e221e55-daab-44c6-9b45-951202d2d97d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3855 | 2024.07.30 01:32:20.145093 [ 3 ] {7e221e55-daab-44c6-9b45-951202d2d97d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3856 | 2024.07.30 01:32:20.145400 [ 3 ] {7e221e55-daab-44c6-9b45-951202d2d97d} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3857 | 2024.07.30 01:32:20.145439 [ 3 ] {7e221e55-daab-44c6-9b45-951202d2d97d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3858 | 2024.07.30 01:32:20.145813 [ 3 ] {7e221e55-daab-44c6-9b45-951202d2d97d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3859 | 2024.07.30 01:32:20.146155 [ 3 ] {7e221e55-daab-44c6-9b45-951202d2d97d} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3860 | 2024.07.30 01:32:20.146321 [ 3 ] {7e221e55-daab-44c6-9b45-951202d2d97d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001473 sec., 40733.19755600815 rows/sec., 2.75 MiB/sec. | ||
| 3861 | 2024.07.30 01:32:20.146529 [ 3 ] {7e221e55-daab-44c6-9b45-951202d2d97d} <Debug> DynamicQueryHandler: Done processing query | ||
| 3862 | 2024.07.30 01:32:20.146556 [ 3 ] {7e221e55-daab-44c6-9b45-951202d2d97d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3863 | 2024.07.30 01:32:20.146573 [ 3 ] {} <Debug> HTTP-Session: b478600a-7c9d-466d-ae0b-65d9fe4ee753 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3864 | 2024.07.30 01:32:25.144043 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 5193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3865 | 2024.07.30 01:32:25.144182 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3866 | 2024.07.30 01:32:25.144213 [ 3 ] {} <Debug> HTTP-Session: 36c4c4c8-6ad9-4128-90b9-fd28b2acf1b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3867 | 2024.07.30 01:32:25.144241 [ 3 ] {} <Debug> HTTP-Session: 36c4c4c8-6ad9-4128-90b9-fd28b2acf1b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3868 | 2024.07.30 01:32:25.144260 [ 3 ] {} <Debug> HTTP-Session: 36c4c4c8-6ad9-4128-90b9-fd28b2acf1b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3869 | 2024.07.30 01:32:25.144317 [ 3 ] {} <Trace> HTTP-Session: 36c4c4c8-6ad9-4128-90b9-fd28b2acf1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3870 | 2024.07.30 01:32:25.144523 [ 3 ] {9b1e7aa8-bd19-4bdc-a26e-52b33c3bc98a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3871 | 2024.07.30 01:32:25.144591 [ 3 ] {9b1e7aa8-bd19-4bdc-a26e-52b33c3bc98a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3872 | 2024.07.30 01:32:25.144787 [ 3 ] {9b1e7aa8-bd19-4bdc-a26e-52b33c3bc98a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3873 | 2024.07.30 01:32:25.145251 [ 3 ] {9b1e7aa8-bd19-4bdc-a26e-52b33c3bc98a} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3874 | 2024.07.30 01:32:25.145293 [ 3 ] {9b1e7aa8-bd19-4bdc-a26e-52b33c3bc98a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3875 | 2024.07.30 01:32:25.145679 [ 3 ] {9b1e7aa8-bd19-4bdc-a26e-52b33c3bc98a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3876 | 2024.07.30 01:32:25.146025 [ 3 ] {9b1e7aa8-bd19-4bdc-a26e-52b33c3bc98a} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3877 | 2024.07.30 01:32:25.146180 [ 3 ] {9b1e7aa8-bd19-4bdc-a26e-52b33c3bc98a} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001715 sec., 21574.344023323614 rows/sec., 1.62 MiB/sec. | ||
| 3878 | 2024.07.30 01:32:25.146486 [ 3 ] {9b1e7aa8-bd19-4bdc-a26e-52b33c3bc98a} <Debug> DynamicQueryHandler: Done processing query | ||
| 3879 | 2024.07.30 01:32:25.146515 [ 3 ] {9b1e7aa8-bd19-4bdc-a26e-52b33c3bc98a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3880 | 2024.07.30 01:32:25.146532 [ 3 ] {} <Debug> HTTP-Session: 36c4c4c8-6ad9-4128-90b9-fd28b2acf1b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3881 | 2024.07.30 01:32:25.146694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 38407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3882 | 2024.07.30 01:32:25.146752 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3883 | 2024.07.30 01:32:25.146773 [ 3 ] {} <Debug> HTTP-Session: ea2a83da-115d-4f2f-81f4-4390868eba5d Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3884 | 2024.07.30 01:32:25.146793 [ 3 ] {} <Debug> HTTP-Session: ea2a83da-115d-4f2f-81f4-4390868eba5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3885 | 2024.07.30 01:32:25.146807 [ 3 ] {} <Debug> HTTP-Session: ea2a83da-115d-4f2f-81f4-4390868eba5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3886 | 2024.07.30 01:32:25.146843 [ 3 ] {} <Trace> HTTP-Session: ea2a83da-115d-4f2f-81f4-4390868eba5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3887 | 2024.07.30 01:32:25.147024 [ 3 ] {e7c64a61-7cc6-4cf2-b6c0-1556576d765a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3888 | 2024.07.30 01:32:25.147076 [ 3 ] {e7c64a61-7cc6-4cf2-b6c0-1556576d765a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3889 | 2024.07.30 01:32:25.147229 [ 3 ] {e7c64a61-7cc6-4cf2-b6c0-1556576d765a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3890 | 2024.07.30 01:32:25.147736 [ 3 ] {e7c64a61-7cc6-4cf2-b6c0-1556576d765a} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3891 | 2024.07.30 01:32:25.147781 [ 3 ] {e7c64a61-7cc6-4cf2-b6c0-1556576d765a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3892 | 2024.07.30 01:32:25.148121 [ 3 ] {e7c64a61-7cc6-4cf2-b6c0-1556576d765a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3893 | 2024.07.30 01:32:25.148436 [ 3 ] {e7c64a61-7cc6-4cf2-b6c0-1556576d765a} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3894 | 2024.07.30 01:32:25.148594 [ 3 ] {e7c64a61-7cc6-4cf2-b6c0-1556576d765a} <Debug> executeQuery: Read 254 rows, 22.97 KiB in 0.001655 sec., 153474.32024169184 rows/sec., 13.55 MiB/sec. | ||
| 3895 | 2024.07.30 01:32:25.148922 [ 3 ] {e7c64a61-7cc6-4cf2-b6c0-1556576d765a} <Debug> DynamicQueryHandler: Done processing query | ||
| 3896 | 2024.07.30 01:32:25.148967 [ 3 ] {e7c64a61-7cc6-4cf2-b6c0-1556576d765a} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 3897 | 2024.07.30 01:32:25.148994 [ 3 ] {} <Debug> HTTP-Session: ea2a83da-115d-4f2f-81f4-4390868eba5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3898 | 2024.07.30 01:32:25.149415 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 66831, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3899 | 2024.07.30 01:32:25.149469 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3900 | 2024.07.30 01:32:25.149489 [ 3 ] {} <Debug> HTTP-Session: 9b333b31-4512-4dbd-b953-0265aa5e0a34 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3901 | 2024.07.30 01:32:25.149507 [ 3 ] {} <Debug> HTTP-Session: 9b333b31-4512-4dbd-b953-0265aa5e0a34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3902 | 2024.07.30 01:32:25.149520 [ 3 ] {} <Debug> HTTP-Session: 9b333b31-4512-4dbd-b953-0265aa5e0a34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3903 | 2024.07.30 01:32:25.149554 [ 3 ] {} <Trace> HTTP-Session: 9b333b31-4512-4dbd-b953-0265aa5e0a34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3904 | 2024.07.30 01:32:25.149801 [ 3 ] {1817b3c2-f8fe-4ad7-8a8c-56931e6dfe14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3905 | 2024.07.30 01:32:25.149847 [ 3 ] {1817b3c2-f8fe-4ad7-8a8c-56931e6dfe14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3906 | 2024.07.30 01:32:25.149992 [ 3 ] {1817b3c2-f8fe-4ad7-8a8c-56931e6dfe14} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3907 | 2024.07.30 01:32:25.150517 [ 3 ] {1817b3c2-f8fe-4ad7-8a8c-56931e6dfe14} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3908 | 2024.07.30 01:32:25.150555 [ 3 ] {1817b3c2-f8fe-4ad7-8a8c-56931e6dfe14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3909 | 2024.07.30 01:32:25.150881 [ 3 ] {1817b3c2-f8fe-4ad7-8a8c-56931e6dfe14} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3910 | 2024.07.30 01:32:25.151195 [ 3 ] {1817b3c2-f8fe-4ad7-8a8c-56931e6dfe14} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3911 | 2024.07.30 01:32:25.151350 [ 3 ] {1817b3c2-f8fe-4ad7-8a8c-56931e6dfe14} <Debug> executeQuery: Read 413 rows, 29.96 KiB in 0.001677 sec., 246273.106738223 rows/sec., 17.44 MiB/sec. | ||
| 3912 | 2024.07.30 01:32:25.151522 [ 3 ] {1817b3c2-f8fe-4ad7-8a8c-56931e6dfe14} <Debug> DynamicQueryHandler: Done processing query | ||
| 3913 | 2024.07.30 01:32:25.151547 [ 3 ] {1817b3c2-f8fe-4ad7-8a8c-56931e6dfe14} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 3914 | 2024.07.30 01:32:25.151563 [ 3 ] {} <Debug> HTTP-Session: 9b333b31-4512-4dbd-b953-0265aa5e0a34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3915 | 2024.07.30 01:32:25.151709 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3916 | 2024.07.30 01:32:25.151759 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3917 | 2024.07.30 01:32:25.151784 [ 3 ] {} <Debug> HTTP-Session: d9a1e486-86bd-462d-bffb-f98f53040d74 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3918 | 2024.07.30 01:32:25.151801 [ 3 ] {} <Debug> HTTP-Session: d9a1e486-86bd-462d-bffb-f98f53040d74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3919 | 2024.07.30 01:32:25.151816 [ 3 ] {} <Debug> HTTP-Session: d9a1e486-86bd-462d-bffb-f98f53040d74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3920 | 2024.07.30 01:32:25.151848 [ 3 ] {} <Trace> HTTP-Session: d9a1e486-86bd-462d-bffb-f98f53040d74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3921 | 2024.07.30 01:32:25.151954 [ 3 ] {3f5b03c0-6583-4e88-a822-a01e2ed4d10d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 3922 | 2024.07.30 01:32:25.152001 [ 3 ] {3f5b03c0-6583-4e88-a822-a01e2ed4d10d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3923 | 2024.07.30 01:32:25.152131 [ 3 ] {3f5b03c0-6583-4e88-a822-a01e2ed4d10d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3924 | 2024.07.30 01:32:25.152389 [ 3 ] {3f5b03c0-6583-4e88-a822-a01e2ed4d10d} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3925 | 2024.07.30 01:32:25.152426 [ 3 ] {3f5b03c0-6583-4e88-a822-a01e2ed4d10d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3926 | 2024.07.30 01:32:25.152787 [ 3 ] {3f5b03c0-6583-4e88-a822-a01e2ed4d10d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3927 | 2024.07.30 01:32:25.153124 [ 3 ] {3f5b03c0-6583-4e88-a822-a01e2ed4d10d} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3928 | 2024.07.30 01:32:25.153280 [ 3 ] {3f5b03c0-6583-4e88-a822-a01e2ed4d10d} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001341 sec., 4474.27293064877 rows/sec., 192.25 KiB/sec. | ||
| 3929 | 2024.07.30 01:32:25.153568 [ 3 ] {3f5b03c0-6583-4e88-a822-a01e2ed4d10d} <Debug> DynamicQueryHandler: Done processing query | ||
| 3930 | 2024.07.30 01:32:25.153595 [ 3 ] {3f5b03c0-6583-4e88-a822-a01e2ed4d10d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3931 | 2024.07.30 01:32:25.153613 [ 3 ] {} <Debug> HTTP-Session: d9a1e486-86bd-462d-bffb-f98f53040d74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3932 | 2024.07.30 01:32:25.153782 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3933 | 2024.07.30 01:32:25.153834 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3934 | 2024.07.30 01:32:25.153854 [ 3 ] {} <Debug> HTTP-Session: a97dc4a1-5899-4a6d-952a-49aad97fd140 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3935 | 2024.07.30 01:32:25.153872 [ 3 ] {} <Debug> HTTP-Session: a97dc4a1-5899-4a6d-952a-49aad97fd140 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3936 | 2024.07.30 01:32:25.153886 [ 3 ] {} <Debug> HTTP-Session: a97dc4a1-5899-4a6d-952a-49aad97fd140 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3937 | 2024.07.30 01:32:25.153919 [ 3 ] {} <Trace> HTTP-Session: a97dc4a1-5899-4a6d-952a-49aad97fd140 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3938 | 2024.07.30 01:32:25.154044 [ 3 ] {07227af8-da3b-42ca-b2d7-db9a922ac1a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 3939 | 2024.07.30 01:32:25.154095 [ 3 ] {07227af8-da3b-42ca-b2d7-db9a922ac1a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 3940 | 2024.07.30 01:32:25.154259 [ 3 ] {07227af8-da3b-42ca-b2d7-db9a922ac1a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3941 | 2024.07.30 01:32:25.154621 [ 3 ] {07227af8-da3b-42ca-b2d7-db9a922ac1a3} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3942 | 2024.07.30 01:32:25.154669 [ 3 ] {07227af8-da3b-42ca-b2d7-db9a922ac1a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3943 | 2024.07.30 01:32:25.155127 [ 3 ] {07227af8-da3b-42ca-b2d7-db9a922ac1a3} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3944 | 2024.07.30 01:32:25.155532 [ 3 ] {07227af8-da3b-42ca-b2d7-db9a922ac1a3} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3945 | 2024.07.30 01:32:25.155689 [ 3 ] {07227af8-da3b-42ca-b2d7-db9a922ac1a3} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001681 sec., 45806.06781677573 rows/sec., 2.82 MiB/sec. | ||
| 3946 | 2024.07.30 01:32:25.155861 [ 3 ] {07227af8-da3b-42ca-b2d7-db9a922ac1a3} <Debug> DynamicQueryHandler: Done processing query | ||
| 3947 | 2024.07.30 01:32:25.155887 [ 3 ] {07227af8-da3b-42ca-b2d7-db9a922ac1a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3948 | 2024.07.30 01:32:25.155903 [ 3 ] {} <Debug> HTTP-Session: a97dc4a1-5899-4a6d-952a-49aad97fd140 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3949 | 2024.07.30 01:32:25.156062 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30656, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3950 | 2024.07.30 01:32:25.156120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3951 | 2024.07.30 01:32:25.156141 [ 3 ] {} <Debug> HTTP-Session: de8c3dff-033b-43d4-bcd6-3b289651e613 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3952 | 2024.07.30 01:32:25.156157 [ 3 ] {} <Debug> HTTP-Session: de8c3dff-033b-43d4-bcd6-3b289651e613 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3953 | 2024.07.30 01:32:25.156171 [ 3 ] {} <Debug> HTTP-Session: de8c3dff-033b-43d4-bcd6-3b289651e613 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3954 | 2024.07.30 01:32:25.156203 [ 3 ] {} <Trace> HTTP-Session: de8c3dff-033b-43d4-bcd6-3b289651e613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3955 | 2024.07.30 01:32:25.156401 [ 3 ] {beaa3b46-dbac-42da-959d-2d60e8dcaa31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3956 | 2024.07.30 01:32:25.156469 [ 3 ] {beaa3b46-dbac-42da-959d-2d60e8dcaa31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3957 | 2024.07.30 01:32:25.156639 [ 3 ] {beaa3b46-dbac-42da-959d-2d60e8dcaa31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3958 | 2024.07.30 01:32:25.157049 [ 3 ] {beaa3b46-dbac-42da-959d-2d60e8dcaa31} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3959 | 2024.07.30 01:32:25.157087 [ 3 ] {beaa3b46-dbac-42da-959d-2d60e8dcaa31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3960 | 2024.07.30 01:32:25.157470 [ 3 ] {beaa3b46-dbac-42da-959d-2d60e8dcaa31} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3961 | 2024.07.30 01:32:25.157825 [ 3 ] {beaa3b46-dbac-42da-959d-2d60e8dcaa31} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3962 | 2024.07.30 01:32:25.157980 [ 3 ] {beaa3b46-dbac-42da-959d-2d60e8dcaa31} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001688 sec., 94786.7298578199 rows/sec., 6.60 MiB/sec. | ||
| 3963 | 2024.07.30 01:32:25.158313 [ 3 ] {beaa3b46-dbac-42da-959d-2d60e8dcaa31} <Debug> DynamicQueryHandler: Done processing query | ||
| 3964 | 2024.07.30 01:32:25.158340 [ 3 ] {beaa3b46-dbac-42da-959d-2d60e8dcaa31} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3965 | 2024.07.30 01:32:25.158356 [ 3 ] {} <Debug> HTTP-Session: de8c3dff-033b-43d4-bcd6-3b289651e613 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3966 | 2024.07.30 01:32:25.158544 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 49797, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3967 | 2024.07.30 01:32:25.158597 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3968 | 2024.07.30 01:32:25.158618 [ 3 ] {} <Debug> HTTP-Session: 18664f34-aca2-42c2-86af-aeb0c1763459 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3969 | 2024.07.30 01:32:25.158634 [ 3 ] {} <Debug> HTTP-Session: 18664f34-aca2-42c2-86af-aeb0c1763459 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3970 | 2024.07.30 01:32:25.158648 [ 3 ] {} <Debug> HTTP-Session: 18664f34-aca2-42c2-86af-aeb0c1763459 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3971 | 2024.07.30 01:32:25.158680 [ 3 ] {} <Trace> HTTP-Session: 18664f34-aca2-42c2-86af-aeb0c1763459 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3972 | 2024.07.30 01:32:25.159081 [ 3 ] {987e177e-0352-4dc9-a8b9-b8d9e05b0a94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3973 | 2024.07.30 01:32:25.159158 [ 3 ] {987e177e-0352-4dc9-a8b9-b8d9e05b0a94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 3974 | 2024.07.30 01:32:25.159573 [ 3 ] {987e177e-0352-4dc9-a8b9-b8d9e05b0a94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3975 | 2024.07.30 01:32:25.160217 [ 3 ] {987e177e-0352-4dc9-a8b9-b8d9e05b0a94} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3976 | 2024.07.30 01:32:25.160254 [ 3 ] {987e177e-0352-4dc9-a8b9-b8d9e05b0a94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3977 | 2024.07.30 01:32:25.160841 [ 3 ] {987e177e-0352-4dc9-a8b9-b8d9e05b0a94} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3978 | 2024.07.30 01:32:25.161243 [ 3 ] {987e177e-0352-4dc9-a8b9-b8d9e05b0a94} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3979 | 2024.07.30 01:32:25.161432 [ 3 ] {987e177e-0352-4dc9-a8b9-b8d9e05b0a94} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002669 sec., 11614.837017609592 rows/sec., 20.81 MiB/sec. | ||
| 3980 | 2024.07.30 01:32:25.161637 [ 3 ] {987e177e-0352-4dc9-a8b9-b8d9e05b0a94} <Debug> DynamicQueryHandler: Done processing query | ||
| 3981 | 2024.07.30 01:32:25.161661 [ 3 ] {987e177e-0352-4dc9-a8b9-b8d9e05b0a94} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 3982 | 2024.07.30 01:32:25.161678 [ 3 ] {} <Debug> HTTP-Session: 18664f34-aca2-42c2-86af-aeb0c1763459 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3983 | 2024.07.30 01:32:25.161797 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3984 | 2024.07.30 01:32:25.161844 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3985 | 2024.07.30 01:32:25.161864 [ 3 ] {} <Debug> HTTP-Session: 5a232544-9f60-4993-b15e-f2abca0ba83c Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 3986 | 2024.07.30 01:32:25.161881 [ 3 ] {} <Debug> HTTP-Session: 5a232544-9f60-4993-b15e-f2abca0ba83c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3987 | 2024.07.30 01:32:25.161895 [ 3 ] {} <Debug> HTTP-Session: 5a232544-9f60-4993-b15e-f2abca0ba83c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3988 | 2024.07.30 01:32:25.161926 [ 3 ] {} <Trace> HTTP-Session: 5a232544-9f60-4993-b15e-f2abca0ba83c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3989 | 2024.07.30 01:32:25.162026 [ 3 ] {bd02789d-d9ef-4cf5-a06c-aadd6fdc7d83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3990 | 2024.07.30 01:32:25.162070 [ 3 ] {bd02789d-d9ef-4cf5-a06c-aadd6fdc7d83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 3991 | 2024.07.30 01:32:25.162198 [ 3 ] {bd02789d-d9ef-4cf5-a06c-aadd6fdc7d83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3992 | 2024.07.30 01:32:25.162468 [ 3 ] {bd02789d-d9ef-4cf5-a06c-aadd6fdc7d83} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3993 | 2024.07.30 01:32:25.162504 [ 3 ] {bd02789d-d9ef-4cf5-a06c-aadd6fdc7d83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 3994 | 2024.07.30 01:32:25.162849 [ 3 ] {bd02789d-d9ef-4cf5-a06c-aadd6fdc7d83} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3995 | 2024.07.30 01:32:25.163174 [ 3 ] {bd02789d-d9ef-4cf5-a06c-aadd6fdc7d83} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3996 | 2024.07.30 01:32:25.163319 [ 3 ] {bd02789d-d9ef-4cf5-a06c-aadd6fdc7d83} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001316 sec., 17477.203647416416 rows/sec., 945.40 KiB/sec. | ||
| 3997 | 2024.07.30 01:32:25.163608 [ 3 ] {bd02789d-d9ef-4cf5-a06c-aadd6fdc7d83} <Debug> DynamicQueryHandler: Done processing query | ||
| 3998 | 2024.07.30 01:32:25.163634 [ 3 ] {bd02789d-d9ef-4cf5-a06c-aadd6fdc7d83} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3999 | 2024.07.30 01:32:25.163650 [ 3 ] {} <Debug> HTTP-Session: 5a232544-9f60-4993-b15e-f2abca0ba83c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4000 | 2024.07.30 01:32:25.163786 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4001 | 2024.07.30 01:32:25.163835 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4002 | 2024.07.30 01:32:25.163855 [ 3 ] {} <Debug> HTTP-Session: b0d64155-4110-4369-89af-05315b97a7f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4003 | 2024.07.30 01:32:25.163871 [ 3 ] {} <Debug> HTTP-Session: b0d64155-4110-4369-89af-05315b97a7f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4004 | 2024.07.30 01:32:25.163885 [ 3 ] {} <Debug> HTTP-Session: b0d64155-4110-4369-89af-05315b97a7f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4005 | 2024.07.30 01:32:25.163916 [ 3 ] {} <Trace> HTTP-Session: b0d64155-4110-4369-89af-05315b97a7f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4006 | 2024.07.30 01:32:25.164035 [ 3 ] {8be75cdf-2f79-43e0-9585-6fb4a43cc025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4007 | 2024.07.30 01:32:25.164082 [ 3 ] {8be75cdf-2f79-43e0-9585-6fb4a43cc025} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4008 | 2024.07.30 01:32:25.164233 [ 3 ] {8be75cdf-2f79-43e0-9585-6fb4a43cc025} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4009 | 2024.07.30 01:32:25.164524 [ 3 ] {8be75cdf-2f79-43e0-9585-6fb4a43cc025} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4010 | 2024.07.30 01:32:25.164561 [ 3 ] {8be75cdf-2f79-43e0-9585-6fb4a43cc025} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4011 | 2024.07.30 01:32:25.164916 [ 3 ] {8be75cdf-2f79-43e0-9585-6fb4a43cc025} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4012 | 2024.07.30 01:32:25.165236 [ 3 ] {8be75cdf-2f79-43e0-9585-6fb4a43cc025} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4013 | 2024.07.30 01:32:25.165393 [ 3 ] {8be75cdf-2f79-43e0-9585-6fb4a43cc025} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001395 sec., 43010.75268817204 rows/sec., 2.90 MiB/sec. | ||
| 4014 | 2024.07.30 01:32:25.165550 [ 3 ] {8be75cdf-2f79-43e0-9585-6fb4a43cc025} <Debug> DynamicQueryHandler: Done processing query | ||
| 4015 | 2024.07.30 01:32:25.165574 [ 3 ] {8be75cdf-2f79-43e0-9585-6fb4a43cc025} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4016 | 2024.07.30 01:32:25.165590 [ 3 ] {} <Debug> HTTP-Session: b0d64155-4110-4369-89af-05315b97a7f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4017 | 2024.07.30 01:32:27.805169 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4018 | 2024.07.30 01:32:27.805241 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4019 | 2024.07.30 01:32:30.138841 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 12825, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4020 | 2024.07.30 01:32:30.138956 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4021 | 2024.07.30 01:32:30.138981 [ 3 ] {} <Debug> HTTP-Session: 09c826dd-0758-4daa-9f96-da358b8377e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4022 | 2024.07.30 01:32:30.139005 [ 3 ] {} <Debug> HTTP-Session: 09c826dd-0758-4daa-9f96-da358b8377e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4023 | 2024.07.30 01:32:30.139020 [ 3 ] {} <Debug> HTTP-Session: 09c826dd-0758-4daa-9f96-da358b8377e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4024 | 2024.07.30 01:32:30.139069 [ 3 ] {} <Trace> HTTP-Session: 09c826dd-0758-4daa-9f96-da358b8377e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4025 | 2024.07.30 01:32:30.139274 [ 3 ] {3d8a8ba9-9fcd-4cf6-bbf9-485fe00460e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4026 | 2024.07.30 01:32:30.139340 [ 3 ] {3d8a8ba9-9fcd-4cf6-bbf9-485fe00460e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4027 | 2024.07.30 01:32:30.139531 [ 3 ] {3d8a8ba9-9fcd-4cf6-bbf9-485fe00460e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4028 | 2024.07.30 01:32:30.139996 [ 3 ] {3d8a8ba9-9fcd-4cf6-bbf9-485fe00460e0} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4029 | 2024.07.30 01:32:30.140037 [ 3 ] {3d8a8ba9-9fcd-4cf6-bbf9-485fe00460e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4030 | 2024.07.30 01:32:30.140417 [ 3 ] {3d8a8ba9-9fcd-4cf6-bbf9-485fe00460e0} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4031 | 2024.07.30 01:32:30.140757 [ 3 ] {3d8a8ba9-9fcd-4cf6-bbf9-485fe00460e0} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4032 | 2024.07.30 01:32:30.140934 [ 3 ] {3d8a8ba9-9fcd-4cf6-bbf9-485fe00460e0} <Debug> executeQuery: Read 92 rows, 7.22 KiB in 0.001726 sec., 53302.43337195828 rows/sec., 4.08 MiB/sec. | ||
| 4033 | 2024.07.30 01:32:30.141133 [ 3 ] {3d8a8ba9-9fcd-4cf6-bbf9-485fe00460e0} <Debug> DynamicQueryHandler: Done processing query | ||
| 4034 | 2024.07.30 01:32:30.141160 [ 3 ] {3d8a8ba9-9fcd-4cf6-bbf9-485fe00460e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 4035 | 2024.07.30 01:32:30.141176 [ 3 ] {} <Debug> HTTP-Session: 09c826dd-0758-4daa-9f96-da358b8377e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4036 | 2024.07.30 01:32:30.141304 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14934, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4037 | 2024.07.30 01:32:30.141356 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4038 | 2024.07.30 01:32:30.141376 [ 3 ] {} <Debug> HTTP-Session: db875c85-207f-42f3-a5cd-a5aae9f7c4f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4039 | 2024.07.30 01:32:30.141393 [ 3 ] {} <Debug> HTTP-Session: db875c85-207f-42f3-a5cd-a5aae9f7c4f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4040 | 2024.07.30 01:32:30.141407 [ 3 ] {} <Debug> HTTP-Session: db875c85-207f-42f3-a5cd-a5aae9f7c4f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4041 | 2024.07.30 01:32:30.141439 [ 3 ] {} <Trace> HTTP-Session: db875c85-207f-42f3-a5cd-a5aae9f7c4f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4042 | 2024.07.30 01:32:30.141564 [ 3 ] {d36c2b42-dbb9-4e0a-8144-5402b839f7b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4043 | 2024.07.30 01:32:30.141607 [ 3 ] {d36c2b42-dbb9-4e0a-8144-5402b839f7b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4044 | 2024.07.30 01:32:30.141734 [ 3 ] {d36c2b42-dbb9-4e0a-8144-5402b839f7b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4045 | 2024.07.30 01:32:30.142076 [ 3 ] {d36c2b42-dbb9-4e0a-8144-5402b839f7b2} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4046 | 2024.07.30 01:32:30.142113 [ 3 ] {d36c2b42-dbb9-4e0a-8144-5402b839f7b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4047 | 2024.07.30 01:32:30.142433 [ 3 ] {d36c2b42-dbb9-4e0a-8144-5402b839f7b2} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4048 | 2024.07.30 01:32:30.142750 [ 3 ] {d36c2b42-dbb9-4e0a-8144-5402b839f7b2} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4049 | 2024.07.30 01:32:30.142908 [ 3 ] {d36c2b42-dbb9-4e0a-8144-5402b839f7b2} <Debug> executeQuery: Read 88 rows, 7.01 KiB in 0.001386 sec., 63492.06349206349 rows/sec., 4.94 MiB/sec. | ||
| 4050 | 2024.07.30 01:32:30.143062 [ 3 ] {d36c2b42-dbb9-4e0a-8144-5402b839f7b2} <Debug> DynamicQueryHandler: Done processing query | ||
| 4051 | 2024.07.30 01:32:30.143088 [ 3 ] {d36c2b42-dbb9-4e0a-8144-5402b839f7b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 4052 | 2024.07.30 01:32:30.143104 [ 3 ] {} <Debug> HTTP-Session: db875c85-207f-42f3-a5cd-a5aae9f7c4f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4053 | 2024.07.30 01:32:30.143264 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 37619, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4054 | 2024.07.30 01:32:30.143311 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4055 | 2024.07.30 01:32:30.143330 [ 3 ] {} <Debug> HTTP-Session: a7719b1a-57d6-42aa-9e3a-dd179c30c3d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4056 | 2024.07.30 01:32:30.143346 [ 3 ] {} <Debug> HTTP-Session: a7719b1a-57d6-42aa-9e3a-dd179c30c3d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4057 | 2024.07.30 01:32:30.143360 [ 3 ] {} <Debug> HTTP-Session: a7719b1a-57d6-42aa-9e3a-dd179c30c3d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4058 | 2024.07.30 01:32:30.143391 [ 3 ] {} <Trace> HTTP-Session: a7719b1a-57d6-42aa-9e3a-dd179c30c3d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4059 | 2024.07.30 01:32:30.143599 [ 3 ] {0fd50a22-02cf-4d81-9e87-4fb8fbd47c96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4060 | 2024.07.30 01:32:30.143648 [ 3 ] {0fd50a22-02cf-4d81-9e87-4fb8fbd47c96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4061 | 2024.07.30 01:32:30.143794 [ 3 ] {0fd50a22-02cf-4d81-9e87-4fb8fbd47c96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4062 | 2024.07.30 01:32:30.144204 [ 3 ] {0fd50a22-02cf-4d81-9e87-4fb8fbd47c96} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4063 | 2024.07.30 01:32:30.144241 [ 3 ] {0fd50a22-02cf-4d81-9e87-4fb8fbd47c96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4064 | 2024.07.30 01:32:30.144652 [ 3 ] {0fd50a22-02cf-4d81-9e87-4fb8fbd47c96} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4065 | 2024.07.30 01:32:30.144999 [ 3 ] {0fd50a22-02cf-4d81-9e87-4fb8fbd47c96} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4066 | 2024.07.30 01:32:30.145164 [ 3 ] {0fd50a22-02cf-4d81-9e87-4fb8fbd47c96} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001684 sec., 116389.54869358671 rows/sec., 8.13 MiB/sec. | ||
| 4067 | 2024.07.30 01:32:30.145494 [ 3 ] {0fd50a22-02cf-4d81-9e87-4fb8fbd47c96} <Debug> DynamicQueryHandler: Done processing query | ||
| 4068 | 2024.07.30 01:32:30.145520 [ 3 ] {0fd50a22-02cf-4d81-9e87-4fb8fbd47c96} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 4069 | 2024.07.30 01:32:30.145536 [ 3 ] {} <Debug> HTTP-Session: a7719b1a-57d6-42aa-9e3a-dd179c30c3d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4070 | 2024.07.30 01:32:30.145648 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4071 | 2024.07.30 01:32:30.145698 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4072 | 2024.07.30 01:32:30.145718 [ 3 ] {} <Debug> HTTP-Session: b2d8f375-8f63-4e56-9564-f3b79a202ef3 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4073 | 2024.07.30 01:32:30.145735 [ 3 ] {} <Debug> HTTP-Session: b2d8f375-8f63-4e56-9564-f3b79a202ef3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4074 | 2024.07.30 01:32:30.145748 [ 3 ] {} <Debug> HTTP-Session: b2d8f375-8f63-4e56-9564-f3b79a202ef3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4075 | 2024.07.30 01:32:30.145779 [ 3 ] {} <Trace> HTTP-Session: b2d8f375-8f63-4e56-9564-f3b79a202ef3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4076 | 2024.07.30 01:32:30.145901 [ 3 ] {c9489e41-c02a-45b8-998a-96cf517a9cee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4077 | 2024.07.30 01:32:30.145948 [ 3 ] {c9489e41-c02a-45b8-998a-96cf517a9cee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4078 | 2024.07.30 01:32:30.146096 [ 3 ] {c9489e41-c02a-45b8-998a-96cf517a9cee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4079 | 2024.07.30 01:32:30.146419 [ 3 ] {c9489e41-c02a-45b8-998a-96cf517a9cee} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4080 | 2024.07.30 01:32:30.146455 [ 3 ] {c9489e41-c02a-45b8-998a-96cf517a9cee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4081 | 2024.07.30 01:32:30.146820 [ 3 ] {c9489e41-c02a-45b8-998a-96cf517a9cee} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4082 | 2024.07.30 01:32:30.147156 [ 3 ] {c9489e41-c02a-45b8-998a-96cf517a9cee} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4083 | 2024.07.30 01:32:30.147326 [ 3 ] {c9489e41-c02a-45b8-998a-96cf517a9cee} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00146 sec., 41095.890410958906 rows/sec., 2.77 MiB/sec. | ||
| 4084 | 2024.07.30 01:32:30.147527 [ 3 ] {c9489e41-c02a-45b8-998a-96cf517a9cee} <Debug> DynamicQueryHandler: Done processing query | ||
| 4085 | 2024.07.30 01:32:30.147552 [ 3 ] {c9489e41-c02a-45b8-998a-96cf517a9cee} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4086 | 2024.07.30 01:32:30.147568 [ 3 ] {} <Debug> HTTP-Session: b2d8f375-8f63-4e56-9564-f3b79a202ef3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4087 | 2024.07.30 01:32:35.143565 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 5193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4088 | 2024.07.30 01:32:35.143710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4089 | 2024.07.30 01:32:35.143740 [ 3 ] {} <Debug> HTTP-Session: 6ec8acb6-c1a9-462d-98e9-a0cae092b548 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4090 | 2024.07.30 01:32:35.143769 [ 3 ] {} <Debug> HTTP-Session: 6ec8acb6-c1a9-462d-98e9-a0cae092b548 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4091 | 2024.07.30 01:32:35.143787 [ 3 ] {} <Debug> HTTP-Session: 6ec8acb6-c1a9-462d-98e9-a0cae092b548 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4092 | 2024.07.30 01:32:35.143844 [ 3 ] {} <Trace> HTTP-Session: 6ec8acb6-c1a9-462d-98e9-a0cae092b548 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4093 | 2024.07.30 01:32:35.144032 [ 3 ] {bc7d2f58-2624-4c38-87cc-0f57298694a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4094 | 2024.07.30 01:32:35.144099 [ 3 ] {bc7d2f58-2624-4c38-87cc-0f57298694a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4095 | 2024.07.30 01:32:35.144290 [ 3 ] {bc7d2f58-2624-4c38-87cc-0f57298694a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4096 | 2024.07.30 01:32:35.144721 [ 3 ] {bc7d2f58-2624-4c38-87cc-0f57298694a6} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4097 | 2024.07.30 01:32:35.144763 [ 3 ] {bc7d2f58-2624-4c38-87cc-0f57298694a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4098 | 2024.07.30 01:32:35.145142 [ 3 ] {bc7d2f58-2624-4c38-87cc-0f57298694a6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4099 | 2024.07.30 01:32:35.145498 [ 3 ] {bc7d2f58-2624-4c38-87cc-0f57298694a6} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4100 | 2024.07.30 01:32:35.145628 [ 147 ] {} <Debug> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 4101 | 2024.07.30 01:32:35.145642 [ 3 ] {bc7d2f58-2624-4c38-87cc-0f57298694a6} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001673 sec., 22115.95935445308 rows/sec., 1.67 MiB/sec. | ||
| 4102 | 2024.07.30 01:32:35.145689 [ 147 ] {} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4103 | 2024.07.30 01:32:35.145733 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4104 | 2024.07.30 01:32:35.145885 [ 3 ] {bc7d2f58-2624-4c38-87cc-0f57298694a6} <Debug> DynamicQueryHandler: Done processing query | ||
| 4105 | 2024.07.30 01:32:35.145933 [ 3 ] {bc7d2f58-2624-4c38-87cc-0f57298694a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4106 | 2024.07.30 01:32:35.145931 [ 194 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
| 4107 | 2024.07.30 01:32:35.145959 [ 3 ] {} <Debug> HTTP-Session: 6ec8acb6-c1a9-462d-98e9-a0cae092b548 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4108 | 2024.07.30 01:32:35.146150 [ 194 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4109 | 2024.07.30 01:32:35.146196 [ 194 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 6 rows starting from the beginning of the part | ||
| 4110 | 2024.07.30 01:32:35.146258 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 38407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4111 | 2024.07.30 01:32:35.146342 [ 194 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 37 rows starting from the beginning of the part | ||
| 4112 | 2024.07.30 01:32:35.146409 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4113 | 2024.07.30 01:32:35.146494 [ 3 ] {} <Debug> HTTP-Session: cc56db67-53de-424b-800b-0bf148471bcd Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4114 | 2024.07.30 01:32:35.146591 [ 3 ] {} <Debug> HTTP-Session: cc56db67-53de-424b-800b-0bf148471bcd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4115 | 2024.07.30 01:32:35.146704 [ 3 ] {} <Debug> HTTP-Session: cc56db67-53de-424b-800b-0bf148471bcd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4116 | 2024.07.30 01:32:35.146829 [ 194 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 37 rows starting from the beginning of the part | ||
| 4117 | 2024.07.30 01:32:35.146836 [ 3 ] {} <Trace> HTTP-Session: cc56db67-53de-424b-800b-0bf148471bcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4118 | 2024.07.30 01:32:35.147078 [ 194 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 37 rows starting from the beginning of the part | ||
| 4119 | 2024.07.30 01:32:35.147269 [ 3 ] {bebb3101-a34a-454a-bfbb-00b23a4bd4a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4120 | 2024.07.30 01:32:35.147299 [ 194 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 37 rows starting from the beginning of the part | ||
| 4121 | 2024.07.30 01:32:35.147413 [ 3 ] {bebb3101-a34a-454a-bfbb-00b23a4bd4a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4122 | 2024.07.30 01:32:35.147637 [ 194 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 37 rows starting from the beginning of the part | ||
| 4123 | 2024.07.30 01:32:35.148308 [ 3 ] {bebb3101-a34a-454a-bfbb-00b23a4bd4a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4124 | 2024.07.30 01:32:35.149280 [ 3 ] {bebb3101-a34a-454a-bfbb-00b23a4bd4a4} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4125 | 2024.07.30 01:32:35.149348 [ 3 ] {bebb3101-a34a-454a-bfbb-00b23a4bd4a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4126 | 2024.07.30 01:32:35.150317 [ 187 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 191 rows, containing 4 columns (4 merged, 0 gathered) in 0.004476575 sec., 42666.54752796502 rows/sec., 3.18 MiB/sec. | ||
| 4127 | 2024.07.30 01:32:35.150360 [ 3 ] {bebb3101-a34a-454a-bfbb-00b23a4bd4a4} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4128 | 2024.07.30 01:32:35.150493 [ 187 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 4129 | 2024.07.30 01:32:35.150859 [ 3 ] {bebb3101-a34a-454a-bfbb-00b23a4bd4a4} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4130 | 2024.07.30 01:32:35.151030 [ 147 ] {} <Debug> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4131 | 2024.07.30 01:32:35.151047 [ 3 ] {bebb3101-a34a-454a-bfbb-00b23a4bd4a4} <Debug> executeQuery: Read 254 rows, 22.97 KiB in 0.004 sec., 63500 rows/sec., 5.61 MiB/sec. | ||
| 4132 | 2024.07.30 01:32:35.151063 [ 187 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_10_2} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4133 | 2024.07.30 01:32:35.151088 [ 147 ] {} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4134 | 2024.07.30 01:32:35.151166 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4135 | 2024.07.30 01:32:35.151303 [ 187 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_10_2} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 4136 | 2024.07.30 01:32:35.151548 [ 3 ] {bebb3101-a34a-454a-bfbb-00b23a4bd4a4} <Debug> DynamicQueryHandler: Done processing query | ||
| 4137 | 2024.07.30 01:32:35.151593 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 4138 | 2024.07.30 01:32:35.151597 [ 3 ] {bebb3101-a34a-454a-bfbb-00b23a4bd4a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 4139 | 2024.07.30 01:32:35.151632 [ 3 ] {} <Debug> HTTP-Session: cc56db67-53de-424b-800b-0bf148471bcd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4140 | 2024.07.30 01:32:35.151658 [ 200 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::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 | ||
| 4141 | 2024.07.30 01:32:35.151855 [ 200 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4142 | 2024.07.30 01:32:35.151901 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 66831, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4143 | 2024.07.30 01:32:35.151907 [ 200 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 295 rows starting from the beginning of the part | ||
| 4144 | 2024.07.30 01:32:35.152003 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4145 | 2024.07.30 01:32:35.152099 [ 3 ] {} <Debug> HTTP-Session: 6e717404-4c11-4d1b-a7f0-643bd653c8e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4146 | 2024.07.30 01:32:35.152165 [ 3 ] {} <Debug> HTTP-Session: 6e717404-4c11-4d1b-a7f0-643bd653c8e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4147 | 2024.07.30 01:32:35.152226 [ 3 ] {} <Debug> HTTP-Session: 6e717404-4c11-4d1b-a7f0-643bd653c8e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4148 | 2024.07.30 01:32:35.152222 [ 200 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 254 rows starting from the beginning of the part | ||
| 4149 | 2024.07.30 01:32:35.152320 [ 3 ] {} <Trace> HTTP-Session: 6e717404-4c11-4d1b-a7f0-643bd653c8e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4150 | 2024.07.30 01:32:35.152434 [ 200 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 56 rows starting from the beginning of the part | ||
| 4151 | 2024.07.30 01:32:35.152731 [ 200 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 254 rows starting from the beginning of the part | ||
| 4152 | 2024.07.30 01:32:35.152934 [ 3 ] {7a018cb4-38f5-4645-a72a-bcfcb5f273bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4153 | 2024.07.30 01:32:35.152955 [ 200 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 92 rows starting from the beginning of the part | ||
| 4154 | 2024.07.30 01:32:35.153038 [ 3 ] {7a018cb4-38f5-4645-a72a-bcfcb5f273bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4155 | 2024.07.30 01:32:35.153240 [ 200 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 254 rows starting from the beginning of the part | ||
| 4156 | 2024.07.30 01:32:35.153960 [ 3 ] {7a018cb4-38f5-4645-a72a-bcfcb5f273bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4157 | 2024.07.30 01:32:35.155214 [ 3 ] {7a018cb4-38f5-4645-a72a-bcfcb5f273bf} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4158 | 2024.07.30 01:32:35.155283 [ 3 ] {7a018cb4-38f5-4645-a72a-bcfcb5f273bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4159 | 2024.07.30 01:32:35.155960 [ 3 ] {7a018cb4-38f5-4645-a72a-bcfcb5f273bf} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4160 | 2024.07.30 01:32:35.156154 [ 200 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1205 rows, containing 4 columns (4 merged, 0 gathered) in 0.004819258 sec., 250038.4914026184 rows/sec., 21.62 MiB/sec. | ||
| 4161 | 2024.07.30 01:32:35.156439 [ 200 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4162 | 2024.07.30 01:32:35.156639 [ 3 ] {7a018cb4-38f5-4645-a72a-bcfcb5f273bf} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4163 | 2024.07.30 01:32:35.157011 [ 147 ] {} <Debug> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4164 | 2024.07.30 01:32:35.157115 [ 147 ] {} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4165 | 2024.07.30 01:32:35.157126 [ 3 ] {7a018cb4-38f5-4645-a72a-bcfcb5f273bf} <Debug> executeQuery: Read 413 rows, 29.96 KiB in 0.004468 sec., 92435.09400179051 rows/sec., 6.55 MiB/sec. | ||
| 4166 | 2024.07.30 01:32:35.157173 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4167 | 2024.07.30 01:32:35.157690 [ 200 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_21_4} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4168 | 2024.07.30 01:32:35.158033 [ 194 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::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 | ||
| 4169 | 2024.07.30 01:32:35.158061 [ 200 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_21_4} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4170 | 2024.07.30 01:32:35.158322 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 4171 | 2024.07.30 01:32:35.158326 [ 3 ] {7a018cb4-38f5-4645-a72a-bcfcb5f273bf} <Debug> DynamicQueryHandler: Done processing query | ||
| 4172 | 2024.07.30 01:32:35.158433 [ 3 ] {7a018cb4-38f5-4645-a72a-bcfcb5f273bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 4173 | 2024.07.30 01:32:35.158502 [ 194 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4174 | 2024.07.30 01:32:35.158508 [ 3 ] {} <Debug> HTTP-Session: 6e717404-4c11-4d1b-a7f0-643bd653c8e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4175 | 2024.07.30 01:32:35.158555 [ 194 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 465 rows starting from the beginning of the part | ||
| 4176 | 2024.07.30 01:32:35.158674 [ 194 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 413 rows starting from the beginning of the part | ||
| 4177 | 2024.07.30 01:32:35.158798 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4178 | 2024.07.30 01:32:35.158969 [ 194 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 64 rows starting from the beginning of the part | ||
| 4179 | 2024.07.30 01:32:35.159016 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4180 | 2024.07.30 01:32:35.159121 [ 3 ] {} <Debug> HTTP-Session: 6368c86d-ec27-415b-b593-d9ba1fdb0655 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4181 | 2024.07.30 01:32:35.159208 [ 3 ] {} <Debug> HTTP-Session: 6368c86d-ec27-415b-b593-d9ba1fdb0655 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4182 | 2024.07.30 01:32:35.159282 [ 3 ] {} <Debug> HTTP-Session: 6368c86d-ec27-415b-b593-d9ba1fdb0655 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4183 | 2024.07.30 01:32:35.159305 [ 194 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 413 rows starting from the beginning of the part | ||
| 4184 | 2024.07.30 01:32:35.159393 [ 3 ] {} <Trace> HTTP-Session: 6368c86d-ec27-415b-b593-d9ba1fdb0655 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4185 | 2024.07.30 01:32:35.159546 [ 194 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 88 rows starting from the beginning of the part | ||
| 4186 | 2024.07.30 01:32:35.159734 [ 3 ] {2a6688b7-4054-451b-ba3a-c690cff918bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 4187 | 2024.07.30 01:32:35.159843 [ 194 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 413 rows starting from the beginning of the part | ||
| 4188 | 2024.07.30 01:32:35.159932 [ 3 ] {2a6688b7-4054-451b-ba3a-c690cff918bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4189 | 2024.07.30 01:32:35.160638 [ 3 ] {2a6688b7-4054-451b-ba3a-c690cff918bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4190 | 2024.07.30 01:32:35.161320 [ 3 ] {2a6688b7-4054-451b-ba3a-c690cff918bb} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4191 | 2024.07.30 01:32:35.161394 [ 3 ] {2a6688b7-4054-451b-ba3a-c690cff918bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4192 | 2024.07.30 01:32:35.162327 [ 3 ] {2a6688b7-4054-451b-ba3a-c690cff918bb} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4193 | 2024.07.30 01:32:35.162953 [ 194 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1856 rows, containing 4 columns (4 merged, 0 gathered) in 0.005575786 sec., 332867.8683148887 rows/sec., 23.84 MiB/sec. | ||
| 4194 | 2024.07.30 01:32:35.163091 [ 3 ] {2a6688b7-4054-451b-ba3a-c690cff918bb} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4195 | 2024.07.30 01:32:35.163169 [ 194 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4196 | 2024.07.30 01:32:35.163398 [ 3 ] {2a6688b7-4054-451b-ba3a-c690cff918bb} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.003809 sec., 1575.2165922814388 rows/sec., 67.69 KiB/sec. | ||
| 4197 | 2024.07.30 01:32:35.163854 [ 3 ] {2a6688b7-4054-451b-ba3a-c690cff918bb} <Debug> DynamicQueryHandler: Done processing query | ||
| 4198 | 2024.07.30 01:32:35.163896 [ 3 ] {2a6688b7-4054-451b-ba3a-c690cff918bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4199 | 2024.07.30 01:32:35.163935 [ 3 ] {} <Debug> HTTP-Session: 6368c86d-ec27-415b-b593-d9ba1fdb0655 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4200 | 2024.07.30 01:32:35.164066 [ 194 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_21_4} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4201 | 2024.07.30 01:32:35.164101 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4202 | 2024.07.30 01:32:35.164193 [ 194 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_21_4} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4203 | 2024.07.30 01:32:35.164195 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4204 | 2024.07.30 01:32:35.164244 [ 3 ] {} <Debug> HTTP-Session: 7f669582-ca66-42b9-9eb1-29370fa0dcb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4205 | 2024.07.30 01:32:35.164295 [ 3 ] {} <Debug> HTTP-Session: 7f669582-ca66-42b9-9eb1-29370fa0dcb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4206 | 2024.07.30 01:32:35.164331 [ 3 ] {} <Debug> HTTP-Session: 7f669582-ca66-42b9-9eb1-29370fa0dcb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4207 | 2024.07.30 01:32:35.164343 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
| 4208 | 2024.07.30 01:32:35.164401 [ 3 ] {} <Trace> HTTP-Session: 7f669582-ca66-42b9-9eb1-29370fa0dcb0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4209 | 2024.07.30 01:32:35.164545 [ 3 ] {52cc3e13-4684-47ef-9366-be1a9e7b890b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 4210 | 2024.07.30 01:32:35.164592 [ 3 ] {52cc3e13-4684-47ef-9366-be1a9e7b890b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 4211 | 2024.07.30 01:32:35.164757 [ 3 ] {52cc3e13-4684-47ef-9366-be1a9e7b890b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4212 | 2024.07.30 01:32:35.165092 [ 3 ] {52cc3e13-4684-47ef-9366-be1a9e7b890b} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4213 | 2024.07.30 01:32:35.165128 [ 3 ] {52cc3e13-4684-47ef-9366-be1a9e7b890b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4214 | 2024.07.30 01:32:35.165499 [ 3 ] {52cc3e13-4684-47ef-9366-be1a9e7b890b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4215 | 2024.07.30 01:32:35.165862 [ 3 ] {52cc3e13-4684-47ef-9366-be1a9e7b890b} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4216 | 2024.07.30 01:32:35.165989 [ 3 ] {52cc3e13-4684-47ef-9366-be1a9e7b890b} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001499 sec., 51367.578385590394 rows/sec., 3.16 MiB/sec. | ||
| 4217 | 2024.07.30 01:32:35.166190 [ 3 ] {52cc3e13-4684-47ef-9366-be1a9e7b890b} <Debug> DynamicQueryHandler: Done processing query | ||
| 4218 | 2024.07.30 01:32:35.166215 [ 3 ] {52cc3e13-4684-47ef-9366-be1a9e7b890b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4219 | 2024.07.30 01:32:35.166230 [ 3 ] {} <Debug> HTTP-Session: 7f669582-ca66-42b9-9eb1-29370fa0dcb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4220 | 2024.07.30 01:32:35.166408 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4221 | 2024.07.30 01:32:35.166455 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4222 | 2024.07.30 01:32:35.166474 [ 3 ] {} <Debug> HTTP-Session: 87e61376-bc65-478e-99e1-1bb1b7f35ac0 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4223 | 2024.07.30 01:32:35.166489 [ 3 ] {} <Debug> HTTP-Session: 87e61376-bc65-478e-99e1-1bb1b7f35ac0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4224 | 2024.07.30 01:32:35.166503 [ 3 ] {} <Debug> HTTP-Session: 87e61376-bc65-478e-99e1-1bb1b7f35ac0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4225 | 2024.07.30 01:32:35.166535 [ 3 ] {} <Trace> HTTP-Session: 87e61376-bc65-478e-99e1-1bb1b7f35ac0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4226 | 2024.07.30 01:32:35.166686 [ 3 ] {e13bb56d-11ca-4f0e-ac2b-b4fdb4dd2fa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4227 | 2024.07.30 01:32:35.166731 [ 3 ] {e13bb56d-11ca-4f0e-ac2b-b4fdb4dd2fa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4228 | 2024.07.30 01:32:35.166867 [ 3 ] {e13bb56d-11ca-4f0e-ac2b-b4fdb4dd2fa2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4229 | 2024.07.30 01:32:35.167296 [ 3 ] {e13bb56d-11ca-4f0e-ac2b-b4fdb4dd2fa2} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4230 | 2024.07.30 01:32:35.167332 [ 3 ] {e13bb56d-11ca-4f0e-ac2b-b4fdb4dd2fa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4231 | 2024.07.30 01:32:35.167705 [ 3 ] {e13bb56d-11ca-4f0e-ac2b-b4fdb4dd2fa2} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4232 | 2024.07.30 01:32:35.168063 [ 3 ] {e13bb56d-11ca-4f0e-ac2b-b4fdb4dd2fa2} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4233 | 2024.07.30 01:32:35.168183 [ 67 ] {} <Debug> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4234 | 2024.07.30 01:32:35.168192 [ 3 ] {e13bb56d-11ca-4f0e-ac2b-b4fdb4dd2fa2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001579 sec., 101329.9556681444 rows/sec., 7.06 MiB/sec. | ||
| 4235 | 2024.07.30 01:32:35.168225 [ 67 ] {} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4236 | 2024.07.30 01:32:35.168261 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4237 | 2024.07.30 01:32:35.168433 [ 186 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 4238 | 2024.07.30 01:32:35.168457 [ 3 ] {e13bb56d-11ca-4f0e-ac2b-b4fdb4dd2fa2} <Debug> DynamicQueryHandler: Done processing query | ||
| 4239 | 2024.07.30 01:32:35.168505 [ 3 ] {e13bb56d-11ca-4f0e-ac2b-b4fdb4dd2fa2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4240 | 2024.07.30 01:32:35.168551 [ 3 ] {} <Debug> HTTP-Session: 87e61376-bc65-478e-99e1-1bb1b7f35ac0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4241 | 2024.07.30 01:32:35.168680 [ 186 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4242 | 2024.07.30 01:32:35.168718 [ 186 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2359 rows starting from the beginning of the part | ||
| 4243 | 2024.07.30 01:32:35.168895 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 49798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4244 | 2024.07.30 01:32:35.168935 [ 186 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part | ||
| 4245 | 2024.07.30 01:32:35.169053 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4246 | 2024.07.30 01:32:35.169181 [ 3 ] {} <Debug> HTTP-Session: 5ea64698-ba45-41cf-8b37-b35ea721d34e Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4247 | 2024.07.30 01:32:35.169236 [ 186 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 4248 | 2024.07.30 01:32:35.169258 [ 3 ] {} <Debug> HTTP-Session: 5ea64698-ba45-41cf-8b37-b35ea721d34e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4249 | 2024.07.30 01:32:35.169318 [ 3 ] {} <Debug> HTTP-Session: 5ea64698-ba45-41cf-8b37-b35ea721d34e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4250 | 2024.07.30 01:32:35.169485 [ 3 ] {} <Trace> HTTP-Session: 5ea64698-ba45-41cf-8b37-b35ea721d34e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4251 | 2024.07.30 01:32:35.169524 [ 186 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part | ||
| 4252 | 2024.07.30 01:32:35.169736 [ 186 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 196 rows starting from the beginning of the part | ||
| 4253 | 2024.07.30 01:32:35.169923 [ 186 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 4254 | 2024.07.30 01:32:35.170246 [ 3 ] {4134a576-4c85-4d9e-ac73-11560165e756} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4255 | 2024.07.30 01:32:35.170397 [ 3 ] {4134a576-4c85-4d9e-ac73-11560165e756} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 4256 | 2024.07.30 01:32:35.173052 [ 3 ] {4134a576-4c85-4d9e-ac73-11560165e756} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4257 | 2024.07.30 01:32:35.173638 [ 194 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3195 rows, containing 5 columns (5 merged, 0 gathered) in 0.005283364 sec., 604728.3511035772 rows/sec., 42.16 MiB/sec. | ||
| 4258 | 2024.07.30 01:32:35.174064 [ 3 ] {4134a576-4c85-4d9e-ac73-11560165e756} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4259 | 2024.07.30 01:32:35.174117 [ 3 ] {4134a576-4c85-4d9e-ac73-11560165e756} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4260 | 2024.07.30 01:32:35.174153 [ 188 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4261 | 2024.07.30 01:32:35.175476 [ 188 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4262 | 2024.07.30 01:32:35.175720 [ 188 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4263 | 2024.07.30 01:32:35.175886 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 4264 | 2024.07.30 01:32:35.176035 [ 3 ] {4134a576-4c85-4d9e-ac73-11560165e756} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4265 | 2024.07.30 01:32:35.176522 [ 3 ] {4134a576-4c85-4d9e-ac73-11560165e756} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4266 | 2024.07.30 01:32:35.176690 [ 3 ] {4134a576-4c85-4d9e-ac73-11560165e756} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.006962 sec., 4452.743464521689 rows/sec., 7.98 MiB/sec. | ||
| 4267 | 2024.07.30 01:32:35.176967 [ 3 ] {4134a576-4c85-4d9e-ac73-11560165e756} <Debug> DynamicQueryHandler: Done processing query | ||
| 4268 | 2024.07.30 01:32:35.176995 [ 3 ] {4134a576-4c85-4d9e-ac73-11560165e756} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 4269 | 2024.07.30 01:32:35.177012 [ 3 ] {} <Debug> HTTP-Session: 5ea64698-ba45-41cf-8b37-b35ea721d34e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4270 | 2024.07.30 01:32:35.177160 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4271 | 2024.07.30 01:32:35.177214 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4272 | 2024.07.30 01:32:35.177234 [ 3 ] {} <Debug> HTTP-Session: d33049fc-11e3-4d9a-bd01-d0b1616a4299 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4273 | 2024.07.30 01:32:35.177252 [ 3 ] {} <Debug> HTTP-Session: d33049fc-11e3-4d9a-bd01-d0b1616a4299 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4274 | 2024.07.30 01:32:35.177267 [ 3 ] {} <Debug> HTTP-Session: d33049fc-11e3-4d9a-bd01-d0b1616a4299 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4275 | 2024.07.30 01:32:35.177300 [ 3 ] {} <Trace> HTTP-Session: d33049fc-11e3-4d9a-bd01-d0b1616a4299 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4276 | 2024.07.30 01:32:35.177411 [ 3 ] {9f12c024-2126-4d87-b14c-5183d401c31a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4277 | 2024.07.30 01:32:35.177459 [ 3 ] {9f12c024-2126-4d87-b14c-5183d401c31a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 4278 | 2024.07.30 01:32:35.177596 [ 3 ] {9f12c024-2126-4d87-b14c-5183d401c31a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4279 | 2024.07.30 01:32:35.177902 [ 3 ] {9f12c024-2126-4d87-b14c-5183d401c31a} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4280 | 2024.07.30 01:32:35.177938 [ 3 ] {9f12c024-2126-4d87-b14c-5183d401c31a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4281 | 2024.07.30 01:32:35.178316 [ 3 ] {9f12c024-2126-4d87-b14c-5183d401c31a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4282 | 2024.07.30 01:32:35.178678 [ 3 ] {9f12c024-2126-4d87-b14c-5183d401c31a} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4283 | 2024.07.30 01:32:35.178809 [ 3 ] {9f12c024-2126-4d87-b14c-5183d401c31a} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001431 sec., 16072.67645003494 rows/sec., 869.42 KiB/sec. | ||
| 4284 | 2024.07.30 01:32:35.179112 [ 3 ] {9f12c024-2126-4d87-b14c-5183d401c31a} <Debug> DynamicQueryHandler: Done processing query | ||
| 4285 | 2024.07.30 01:32:35.179138 [ 3 ] {9f12c024-2126-4d87-b14c-5183d401c31a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4286 | 2024.07.30 01:32:35.179155 [ 3 ] {} <Debug> HTTP-Session: d33049fc-11e3-4d9a-bd01-d0b1616a4299 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4287 | 2024.07.30 01:32:35.179286 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4288 | 2024.07.30 01:32:35.179336 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4289 | 2024.07.30 01:32:35.179356 [ 3 ] {} <Debug> HTTP-Session: 7ec473ff-6171-49e0-b868-5da603849fad Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4290 | 2024.07.30 01:32:35.179374 [ 3 ] {} <Debug> HTTP-Session: 7ec473ff-6171-49e0-b868-5da603849fad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4291 | 2024.07.30 01:32:35.179389 [ 3 ] {} <Debug> HTTP-Session: 7ec473ff-6171-49e0-b868-5da603849fad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4292 | 2024.07.30 01:32:35.179423 [ 3 ] {} <Trace> HTTP-Session: 7ec473ff-6171-49e0-b868-5da603849fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4293 | 2024.07.30 01:32:35.179549 [ 3 ] {5f26ea94-68bb-4160-a7b1-96add9352cac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4294 | 2024.07.30 01:32:35.179595 [ 3 ] {5f26ea94-68bb-4160-a7b1-96add9352cac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4295 | 2024.07.30 01:32:35.179742 [ 3 ] {5f26ea94-68bb-4160-a7b1-96add9352cac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4296 | 2024.07.30 01:32:35.180035 [ 3 ] {5f26ea94-68bb-4160-a7b1-96add9352cac} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4297 | 2024.07.30 01:32:35.180072 [ 3 ] {5f26ea94-68bb-4160-a7b1-96add9352cac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4298 | 2024.07.30 01:32:35.180441 [ 3 ] {5f26ea94-68bb-4160-a7b1-96add9352cac} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4299 | 2024.07.30 01:32:35.180800 [ 3 ] {5f26ea94-68bb-4160-a7b1-96add9352cac} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4300 | 2024.07.30 01:32:35.180920 [ 67 ] {} <Debug> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4301 | 2024.07.30 01:32:35.180930 [ 3 ] {5f26ea94-68bb-4160-a7b1-96add9352cac} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001428 sec., 42016.80672268908 rows/sec., 2.83 MiB/sec. | ||
| 4302 | 2024.07.30 01:32:35.180959 [ 67 ] {} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4303 | 2024.07.30 01:32:35.180996 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4304 | 2024.07.30 01:32:35.181182 [ 194 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 4305 | 2024.07.30 01:32:35.181210 [ 3 ] {5f26ea94-68bb-4160-a7b1-96add9352cac} <Debug> DynamicQueryHandler: Done processing query | ||
| 4306 | 2024.07.30 01:32:35.181258 [ 3 ] {5f26ea94-68bb-4160-a7b1-96add9352cac} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4307 | 2024.07.30 01:32:35.181307 [ 3 ] {} <Debug> HTTP-Session: 7ec473ff-6171-49e0-b868-5da603849fad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4308 | 2024.07.30 01:32:35.181438 [ 194 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4309 | 2024.07.30 01:32:35.181479 [ 194 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 820 rows starting from the beginning of the part | ||
| 4310 | 2024.07.30 01:32:35.181568 [ 194 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 4311 | 2024.07.30 01:32:35.181784 [ 194 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 4312 | 2024.07.30 01:32:35.182006 [ 194 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 4313 | 2024.07.30 01:32:35.182158 [ 194 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 4314 | 2024.07.30 01:32:35.182333 [ 194 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 4315 | 2024.07.30 01:32:35.183533 [ 186 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1120 rows, containing 4 columns (4 merged, 0 gathered) in 0.002450505 sec., 457048.6491559903 rows/sec., 30.79 MiB/sec. | ||
| 4316 | 2024.07.30 01:32:35.183777 [ 189 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4317 | 2024.07.30 01:32:35.184302 [ 189 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_21_4} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4318 | 2024.07.30 01:32:35.184410 [ 189 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_21_4} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4319 | 2024.07.30 01:32:35.184522 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 4320 | 2024.07.30 01:32:40.138449 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 7845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4321 | 2024.07.30 01:32:40.138592 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4322 | 2024.07.30 01:32:40.138624 [ 3 ] {} <Debug> HTTP-Session: 231f79e2-d730-47c4-a415-c52d235b1fed Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4323 | 2024.07.30 01:32:40.138653 [ 3 ] {} <Debug> HTTP-Session: 231f79e2-d730-47c4-a415-c52d235b1fed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4324 | 2024.07.30 01:32:40.138673 [ 3 ] {} <Debug> HTTP-Session: 231f79e2-d730-47c4-a415-c52d235b1fed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4325 | 2024.07.30 01:32:40.138732 [ 3 ] {} <Trace> HTTP-Session: 231f79e2-d730-47c4-a415-c52d235b1fed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4326 | 2024.07.30 01:32:40.138952 [ 3 ] {c8a75760-1636-4c92-92fc-b3d3f35f0c59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4327 | 2024.07.30 01:32:40.139028 [ 3 ] {c8a75760-1636-4c92-92fc-b3d3f35f0c59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4328 | 2024.07.30 01:32:40.139219 [ 3 ] {c8a75760-1636-4c92-92fc-b3d3f35f0c59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4329 | 2024.07.30 01:32:40.139678 [ 3 ] {c8a75760-1636-4c92-92fc-b3d3f35f0c59} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4330 | 2024.07.30 01:32:40.139719 [ 3 ] {c8a75760-1636-4c92-92fc-b3d3f35f0c59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4331 | 2024.07.30 01:32:40.140103 [ 3 ] {c8a75760-1636-4c92-92fc-b3d3f35f0c59} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4332 | 2024.07.30 01:32:40.140465 [ 3 ] {c8a75760-1636-4c92-92fc-b3d3f35f0c59} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4333 | 2024.07.30 01:32:40.140615 [ 3 ] {c8a75760-1636-4c92-92fc-b3d3f35f0c59} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001738 sec., 32220.943613348678 rows/sec., 2.48 MiB/sec. | ||
| 4334 | 2024.07.30 01:32:40.140831 [ 3 ] {c8a75760-1636-4c92-92fc-b3d3f35f0c59} <Debug> DynamicQueryHandler: Done processing query | ||
| 4335 | 2024.07.30 01:32:40.140860 [ 3 ] {c8a75760-1636-4c92-92fc-b3d3f35f0c59} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4336 | 2024.07.30 01:32:40.140877 [ 3 ] {} <Debug> HTTP-Session: 231f79e2-d730-47c4-a415-c52d235b1fed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4337 | 2024.07.30 01:32:40.141053 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 10894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4338 | 2024.07.30 01:32:40.141112 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4339 | 2024.07.30 01:32:40.141133 [ 3 ] {} <Debug> HTTP-Session: ce60bdc8-e6d9-4a38-8ab1-ed75151821c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4340 | 2024.07.30 01:32:40.141152 [ 3 ] {} <Debug> HTTP-Session: ce60bdc8-e6d9-4a38-8ab1-ed75151821c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4341 | 2024.07.30 01:32:40.141166 [ 3 ] {} <Debug> HTTP-Session: ce60bdc8-e6d9-4a38-8ab1-ed75151821c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4342 | 2024.07.30 01:32:40.141202 [ 3 ] {} <Trace> HTTP-Session: ce60bdc8-e6d9-4a38-8ab1-ed75151821c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4343 | 2024.07.30 01:32:40.141329 [ 3 ] {c2335002-a2e2-403b-8439-8259c7988660} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4344 | 2024.07.30 01:32:40.141376 [ 3 ] {c2335002-a2e2-403b-8439-8259c7988660} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4345 | 2024.07.30 01:32:40.141512 [ 3 ] {c2335002-a2e2-403b-8439-8259c7988660} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4346 | 2024.07.30 01:32:40.141850 [ 3 ] {c2335002-a2e2-403b-8439-8259c7988660} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4347 | 2024.07.30 01:32:40.141887 [ 3 ] {c2335002-a2e2-403b-8439-8259c7988660} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4348 | 2024.07.30 01:32:40.142212 [ 3 ] {c2335002-a2e2-403b-8439-8259c7988660} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4349 | 2024.07.30 01:32:40.142541 [ 3 ] {c2335002-a2e2-403b-8439-8259c7988660} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4350 | 2024.07.30 01:32:40.142669 [ 3 ] {c2335002-a2e2-403b-8439-8259c7988660} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001385 sec., 46209.38628158845 rows/sec., 3.61 MiB/sec. | ||
| 4351 | 2024.07.30 01:32:40.142839 [ 3 ] {c2335002-a2e2-403b-8439-8259c7988660} <Debug> DynamicQueryHandler: Done processing query | ||
| 4352 | 2024.07.30 01:32:40.142865 [ 3 ] {c2335002-a2e2-403b-8439-8259c7988660} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4353 | 2024.07.30 01:32:40.142882 [ 3 ] {} <Debug> HTTP-Session: ce60bdc8-e6d9-4a38-8ab1-ed75151821c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4354 | 2024.07.30 01:32:40.143051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4355 | 2024.07.30 01:32:40.143105 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4356 | 2024.07.30 01:32:40.143126 [ 3 ] {} <Debug> HTTP-Session: 2541cd88-2fd1-4bac-9c02-ca87c051e5ab Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4357 | 2024.07.30 01:32:40.143144 [ 3 ] {} <Debug> HTTP-Session: 2541cd88-2fd1-4bac-9c02-ca87c051e5ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4358 | 2024.07.30 01:32:40.143158 [ 3 ] {} <Debug> HTTP-Session: 2541cd88-2fd1-4bac-9c02-ca87c051e5ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4359 | 2024.07.30 01:32:40.143191 [ 3 ] {} <Trace> HTTP-Session: 2541cd88-2fd1-4bac-9c02-ca87c051e5ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4360 | 2024.07.30 01:32:40.143340 [ 3 ] {1cee69cc-9eff-49d4-94d2-b9ecee1cad00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4361 | 2024.07.30 01:32:40.143389 [ 3 ] {1cee69cc-9eff-49d4-94d2-b9ecee1cad00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4362 | 2024.07.30 01:32:40.143535 [ 3 ] {1cee69cc-9eff-49d4-94d2-b9ecee1cad00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4363 | 2024.07.30 01:32:40.143902 [ 3 ] {1cee69cc-9eff-49d4-94d2-b9ecee1cad00} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4364 | 2024.07.30 01:32:40.143938 [ 3 ] {1cee69cc-9eff-49d4-94d2-b9ecee1cad00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4365 | 2024.07.30 01:32:40.144338 [ 3 ] {1cee69cc-9eff-49d4-94d2-b9ecee1cad00} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4366 | 2024.07.30 01:32:40.144702 [ 3 ] {1cee69cc-9eff-49d4-94d2-b9ecee1cad00} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4367 | 2024.07.30 01:32:40.144832 [ 3 ] {1cee69cc-9eff-49d4-94d2-b9ecee1cad00} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001563 sec., 102367.24248240564 rows/sec., 7.13 MiB/sec. | ||
| 4368 | 2024.07.30 01:32:40.145115 [ 3 ] {1cee69cc-9eff-49d4-94d2-b9ecee1cad00} <Debug> DynamicQueryHandler: Done processing query | ||
| 4369 | 2024.07.30 01:32:40.145148 [ 3 ] {1cee69cc-9eff-49d4-94d2-b9ecee1cad00} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4370 | 2024.07.30 01:32:40.145165 [ 3 ] {} <Debug> HTTP-Session: 2541cd88-2fd1-4bac-9c02-ca87c051e5ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4371 | 2024.07.30 01:32:40.145320 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4372 | 2024.07.30 01:32:40.145372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4373 | 2024.07.30 01:32:40.145393 [ 3 ] {} <Debug> HTTP-Session: cd91b83e-7d17-4c44-a55f-9a99f78e0794 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4374 | 2024.07.30 01:32:40.145410 [ 3 ] {} <Debug> HTTP-Session: cd91b83e-7d17-4c44-a55f-9a99f78e0794 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4375 | 2024.07.30 01:32:40.145424 [ 3 ] {} <Debug> HTTP-Session: cd91b83e-7d17-4c44-a55f-9a99f78e0794 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4376 | 2024.07.30 01:32:40.145456 [ 3 ] {} <Trace> HTTP-Session: cd91b83e-7d17-4c44-a55f-9a99f78e0794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4377 | 2024.07.30 01:32:40.145589 [ 3 ] {3a2c4037-143d-44de-b1ce-4983382f103f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4378 | 2024.07.30 01:32:40.145638 [ 3 ] {3a2c4037-143d-44de-b1ce-4983382f103f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4379 | 2024.07.30 01:32:40.145788 [ 3 ] {3a2c4037-143d-44de-b1ce-4983382f103f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4380 | 2024.07.30 01:32:40.146071 [ 3 ] {3a2c4037-143d-44de-b1ce-4983382f103f} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4381 | 2024.07.30 01:32:40.146109 [ 3 ] {3a2c4037-143d-44de-b1ce-4983382f103f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4382 | 2024.07.30 01:32:40.146477 [ 3 ] {3a2c4037-143d-44de-b1ce-4983382f103f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4383 | 2024.07.30 01:32:40.146822 [ 3 ] {3a2c4037-143d-44de-b1ce-4983382f103f} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4384 | 2024.07.30 01:32:40.146944 [ 3 ] {3a2c4037-143d-44de-b1ce-4983382f103f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001411 sec., 42523.033309709426 rows/sec., 2.87 MiB/sec. | ||
| 4385 | 2024.07.30 01:32:40.147255 [ 3 ] {3a2c4037-143d-44de-b1ce-4983382f103f} <Debug> DynamicQueryHandler: Done processing query | ||
| 4386 | 2024.07.30 01:32:40.147286 [ 3 ] {3a2c4037-143d-44de-b1ce-4983382f103f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4387 | 2024.07.30 01:32:40.147303 [ 3 ] {} <Debug> HTTP-Session: cd91b83e-7d17-4c44-a55f-9a99f78e0794 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4388 | 2024.07.30 01:32:42.805288 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4389 | 2024.07.30 01:32:42.805354 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4390 | 2024.07.30 01:32:44.001352 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000942049 sec. | ||
| 4391 | 2024.07.30 01:32:45.144149 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 5193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4392 | 2024.07.30 01:32:45.144277 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4393 | 2024.07.30 01:32:45.144308 [ 3 ] {} <Debug> HTTP-Session: 4e36963f-bd85-48a8-a4bc-a5826e2b4fa8 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4394 | 2024.07.30 01:32:45.144338 [ 3 ] {} <Debug> HTTP-Session: 4e36963f-bd85-48a8-a4bc-a5826e2b4fa8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4395 | 2024.07.30 01:32:45.144356 [ 3 ] {} <Debug> HTTP-Session: 4e36963f-bd85-48a8-a4bc-a5826e2b4fa8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4396 | 2024.07.30 01:32:45.144413 [ 3 ] {} <Trace> HTTP-Session: 4e36963f-bd85-48a8-a4bc-a5826e2b4fa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4397 | 2024.07.30 01:32:45.144633 [ 3 ] {6fe2d999-8a99-4634-8b0e-a4af61e09e88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4398 | 2024.07.30 01:32:45.144709 [ 3 ] {6fe2d999-8a99-4634-8b0e-a4af61e09e88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4399 | 2024.07.30 01:32:45.144931 [ 3 ] {6fe2d999-8a99-4634-8b0e-a4af61e09e88} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4400 | 2024.07.30 01:32:45.145396 [ 3 ] {6fe2d999-8a99-4634-8b0e-a4af61e09e88} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4401 | 2024.07.30 01:32:45.145438 [ 3 ] {6fe2d999-8a99-4634-8b0e-a4af61e09e88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4402 | 2024.07.30 01:32:45.145813 [ 3 ] {6fe2d999-8a99-4634-8b0e-a4af61e09e88} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4403 | 2024.07.30 01:32:45.146154 [ 3 ] {6fe2d999-8a99-4634-8b0e-a4af61e09e88} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4404 | 2024.07.30 01:32:45.146301 [ 3 ] {6fe2d999-8a99-4634-8b0e-a4af61e09e88} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.00174 sec., 21264.367816091955 rows/sec., 1.60 MiB/sec. | ||
| 4405 | 2024.07.30 01:32:45.146599 [ 3 ] {6fe2d999-8a99-4634-8b0e-a4af61e09e88} <Debug> DynamicQueryHandler: Done processing query | ||
| 4406 | 2024.07.30 01:32:45.146627 [ 3 ] {6fe2d999-8a99-4634-8b0e-a4af61e09e88} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4407 | 2024.07.30 01:32:45.146643 [ 3 ] {} <Debug> HTTP-Session: 4e36963f-bd85-48a8-a4bc-a5826e2b4fa8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4408 | 2024.07.30 01:32:45.146768 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4409 | 2024.07.30 01:32:45.146820 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4410 | 2024.07.30 01:32:45.146840 [ 3 ] {} <Debug> HTTP-Session: 517d07e1-9b3e-4c07-8294-efaead0da0d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4411 | 2024.07.30 01:32:45.146857 [ 3 ] {} <Debug> HTTP-Session: 517d07e1-9b3e-4c07-8294-efaead0da0d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4412 | 2024.07.30 01:32:45.146871 [ 3 ] {} <Debug> HTTP-Session: 517d07e1-9b3e-4c07-8294-efaead0da0d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4413 | 2024.07.30 01:32:45.146902 [ 3 ] {} <Trace> HTTP-Session: 517d07e1-9b3e-4c07-8294-efaead0da0d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4414 | 2024.07.30 01:32:45.147002 [ 3 ] {3eda55a8-e7c3-4bc3-be04-e2916cfd3308} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 4415 | 2024.07.30 01:32:45.147046 [ 3 ] {3eda55a8-e7c3-4bc3-be04-e2916cfd3308} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4416 | 2024.07.30 01:32:45.147198 [ 3 ] {3eda55a8-e7c3-4bc3-be04-e2916cfd3308} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4417 | 2024.07.30 01:32:45.147485 [ 3 ] {3eda55a8-e7c3-4bc3-be04-e2916cfd3308} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4418 | 2024.07.30 01:32:45.147522 [ 3 ] {3eda55a8-e7c3-4bc3-be04-e2916cfd3308} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4419 | 2024.07.30 01:32:45.147824 [ 3 ] {3eda55a8-e7c3-4bc3-be04-e2916cfd3308} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4420 | 2024.07.30 01:32:45.148149 [ 3 ] {3eda55a8-e7c3-4bc3-be04-e2916cfd3308} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4421 | 2024.07.30 01:32:45.148271 [ 3 ] {3eda55a8-e7c3-4bc3-be04-e2916cfd3308} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001295 sec., 4633.204633204634 rows/sec., 377.81 KiB/sec. | ||
| 4422 | 2024.07.30 01:32:45.148542 [ 3 ] {3eda55a8-e7c3-4bc3-be04-e2916cfd3308} <Debug> DynamicQueryHandler: Done processing query | ||
| 4423 | 2024.07.30 01:32:45.148569 [ 3 ] {3eda55a8-e7c3-4bc3-be04-e2916cfd3308} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4424 | 2024.07.30 01:32:45.148585 [ 3 ] {} <Debug> HTTP-Session: 517d07e1-9b3e-4c07-8294-efaead0da0d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4425 | 2024.07.30 01:32:45.148748 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 38806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4426 | 2024.07.30 01:32:45.148800 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4427 | 2024.07.30 01:32:45.148820 [ 3 ] {} <Debug> HTTP-Session: 4c5aacb2-d8b3-4ebd-b6ca-b671d4bd77e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4428 | 2024.07.30 01:32:45.148838 [ 3 ] {} <Debug> HTTP-Session: 4c5aacb2-d8b3-4ebd-b6ca-b671d4bd77e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4429 | 2024.07.30 01:32:45.148851 [ 3 ] {} <Debug> HTTP-Session: 4c5aacb2-d8b3-4ebd-b6ca-b671d4bd77e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4430 | 2024.07.30 01:32:45.148882 [ 3 ] {} <Trace> HTTP-Session: 4c5aacb2-d8b3-4ebd-b6ca-b671d4bd77e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4431 | 2024.07.30 01:32:45.149061 [ 3 ] {d1f5701c-1469-4207-a211-ff6825923aa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4432 | 2024.07.30 01:32:45.149107 [ 3 ] {d1f5701c-1469-4207-a211-ff6825923aa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4433 | 2024.07.30 01:32:45.149253 [ 3 ] {d1f5701c-1469-4207-a211-ff6825923aa1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4434 | 2024.07.30 01:32:45.149785 [ 3 ] {d1f5701c-1469-4207-a211-ff6825923aa1} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4435 | 2024.07.30 01:32:45.149822 [ 3 ] {d1f5701c-1469-4207-a211-ff6825923aa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4436 | 2024.07.30 01:32:45.150155 [ 3 ] {d1f5701c-1469-4207-a211-ff6825923aa1} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4437 | 2024.07.30 01:32:45.150473 [ 3 ] {d1f5701c-1469-4207-a211-ff6825923aa1} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4438 | 2024.07.30 01:32:45.150599 [ 3 ] {d1f5701c-1469-4207-a211-ff6825923aa1} <Debug> executeQuery: Read 257 rows, 23.19 KiB in 0.001628 sec., 157862.40786240785 rows/sec., 13.91 MiB/sec. | ||
| 4439 | 2024.07.30 01:32:45.150762 [ 3 ] {d1f5701c-1469-4207-a211-ff6825923aa1} <Debug> DynamicQueryHandler: Done processing query | ||
| 4440 | 2024.07.30 01:32:45.150787 [ 3 ] {d1f5701c-1469-4207-a211-ff6825923aa1} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 4441 | 2024.07.30 01:32:45.150804 [ 3 ] {} <Debug> HTTP-Session: 4c5aacb2-d8b3-4ebd-b6ca-b671d4bd77e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4442 | 2024.07.30 01:32:45.150916 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4443 | 2024.07.30 01:32:45.150966 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4444 | 2024.07.30 01:32:45.150985 [ 3 ] {} <Debug> HTTP-Session: 5e5aa5b6-deb9-47a7-9757-099dc8ee8c0f Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4445 | 2024.07.30 01:32:45.151002 [ 3 ] {} <Debug> HTTP-Session: 5e5aa5b6-deb9-47a7-9757-099dc8ee8c0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4446 | 2024.07.30 01:32:45.151015 [ 3 ] {} <Debug> HTTP-Session: 5e5aa5b6-deb9-47a7-9757-099dc8ee8c0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4447 | 2024.07.30 01:32:45.151046 [ 3 ] {} <Trace> HTTP-Session: 5e5aa5b6-deb9-47a7-9757-099dc8ee8c0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4448 | 2024.07.30 01:32:45.151141 [ 3 ] {db9de0f1-633b-4592-9530-00aa1d462181} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4449 | 2024.07.30 01:32:45.151184 [ 3 ] {db9de0f1-633b-4592-9530-00aa1d462181} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4450 | 2024.07.30 01:32:45.151310 [ 3 ] {db9de0f1-633b-4592-9530-00aa1d462181} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4451 | 2024.07.30 01:32:45.151598 [ 3 ] {db9de0f1-633b-4592-9530-00aa1d462181} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4452 | 2024.07.30 01:32:45.151634 [ 3 ] {db9de0f1-633b-4592-9530-00aa1d462181} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4453 | 2024.07.30 01:32:45.151932 [ 3 ] {db9de0f1-633b-4592-9530-00aa1d462181} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4454 | 2024.07.30 01:32:45.152255 [ 3 ] {db9de0f1-633b-4592-9530-00aa1d462181} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4455 | 2024.07.30 01:32:45.152375 [ 3 ] {db9de0f1-633b-4592-9530-00aa1d462181} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001258 sec., 4769.475357710652 rows/sec., 333.02 KiB/sec. | ||
| 4456 | 2024.07.30 01:32:45.152636 [ 3 ] {db9de0f1-633b-4592-9530-00aa1d462181} <Debug> DynamicQueryHandler: Done processing query | ||
| 4457 | 2024.07.30 01:32:45.152660 [ 3 ] {db9de0f1-633b-4592-9530-00aa1d462181} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4458 | 2024.07.30 01:32:45.152676 [ 3 ] {} <Debug> HTTP-Session: 5e5aa5b6-deb9-47a7-9757-099dc8ee8c0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4459 | 2024.07.30 01:32:45.152836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 67854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4460 | 2024.07.30 01:32:45.152886 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4461 | 2024.07.30 01:32:45.152906 [ 3 ] {} <Debug> HTTP-Session: edaad4fe-405f-4cc5-9da2-eda132c549ef Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4462 | 2024.07.30 01:32:45.152923 [ 3 ] {} <Debug> HTTP-Session: edaad4fe-405f-4cc5-9da2-eda132c549ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4463 | 2024.07.30 01:32:45.152936 [ 3 ] {} <Debug> HTTP-Session: edaad4fe-405f-4cc5-9da2-eda132c549ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4464 | 2024.07.30 01:32:45.152967 [ 3 ] {} <Trace> HTTP-Session: edaad4fe-405f-4cc5-9da2-eda132c549ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4465 | 2024.07.30 01:32:45.153180 [ 3 ] {0331c7d0-d06f-4437-a46b-b38dc594c7c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4466 | 2024.07.30 01:32:45.153224 [ 3 ] {0331c7d0-d06f-4437-a46b-b38dc594c7c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4467 | 2024.07.30 01:32:45.153370 [ 3 ] {0331c7d0-d06f-4437-a46b-b38dc594c7c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4468 | 2024.07.30 01:32:45.153942 [ 3 ] {0331c7d0-d06f-4437-a46b-b38dc594c7c3} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4469 | 2024.07.30 01:32:45.153979 [ 3 ] {0331c7d0-d06f-4437-a46b-b38dc594c7c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4470 | 2024.07.30 01:32:45.154323 [ 3 ] {0331c7d0-d06f-4437-a46b-b38dc594c7c3} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4471 | 2024.07.30 01:32:45.154649 [ 3 ] {0331c7d0-d06f-4437-a46b-b38dc594c7c3} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4472 | 2024.07.30 01:32:45.154774 [ 3 ] {0331c7d0-d06f-4437-a46b-b38dc594c7c3} <Debug> executeQuery: Read 419 rows, 30.45 KiB in 0.001708 sec., 245316.15925058548 rows/sec., 17.41 MiB/sec. | ||
| 4473 | 2024.07.30 01:32:45.154998 [ 3 ] {0331c7d0-d06f-4437-a46b-b38dc594c7c3} <Debug> DynamicQueryHandler: Done processing query | ||
| 4474 | 2024.07.30 01:32:45.155024 [ 3 ] {0331c7d0-d06f-4437-a46b-b38dc594c7c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 4475 | 2024.07.30 01:32:45.155039 [ 3 ] {} <Debug> HTTP-Session: edaad4fe-405f-4cc5-9da2-eda132c549ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4476 | 2024.07.30 01:32:45.155155 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4477 | 2024.07.30 01:32:45.155203 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4478 | 2024.07.30 01:32:45.155223 [ 3 ] {} <Debug> HTTP-Session: b5087c2c-ec3d-4e05-a8fd-660636f840c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4479 | 2024.07.30 01:32:45.155240 [ 3 ] {} <Debug> HTTP-Session: b5087c2c-ec3d-4e05-a8fd-660636f840c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4480 | 2024.07.30 01:32:45.155253 [ 3 ] {} <Debug> HTTP-Session: b5087c2c-ec3d-4e05-a8fd-660636f840c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4481 | 2024.07.30 01:32:45.155284 [ 3 ] {} <Trace> HTTP-Session: b5087c2c-ec3d-4e05-a8fd-660636f840c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4482 | 2024.07.30 01:32:45.155379 [ 3 ] {31c8ca22-6be4-4c8e-8103-8df181b00617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 4483 | 2024.07.30 01:32:45.155424 [ 3 ] {31c8ca22-6be4-4c8e-8103-8df181b00617} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4484 | 2024.07.30 01:32:45.155551 [ 3 ] {31c8ca22-6be4-4c8e-8103-8df181b00617} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4485 | 2024.07.30 01:32:45.155830 [ 3 ] {31c8ca22-6be4-4c8e-8103-8df181b00617} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4486 | 2024.07.30 01:32:45.155866 [ 3 ] {31c8ca22-6be4-4c8e-8103-8df181b00617} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4487 | 2024.07.30 01:32:45.156226 [ 3 ] {31c8ca22-6be4-4c8e-8103-8df181b00617} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4488 | 2024.07.30 01:32:45.156571 [ 3 ] {31c8ca22-6be4-4c8e-8103-8df181b00617} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4489 | 2024.07.30 01:32:45.156695 [ 3 ] {31c8ca22-6be4-4c8e-8103-8df181b00617} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001339 sec., 4480.955937266617 rows/sec., 192.54 KiB/sec. | ||
| 4490 | 2024.07.30 01:32:45.156697 [ 131 ] {} <Debug> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4491 | 2024.07.30 01:32:45.156754 [ 131 ] {} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4492 | 2024.07.30 01:32:45.156785 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4493 | 2024.07.30 01:32:45.156919 [ 3 ] {31c8ca22-6be4-4c8e-8103-8df181b00617} <Debug> DynamicQueryHandler: Done processing query | ||
| 4494 | 2024.07.30 01:32:45.157043 [ 3 ] {31c8ca22-6be4-4c8e-8103-8df181b00617} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4495 | 2024.07.30 01:32:45.157089 [ 194 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 4496 | 2024.07.30 01:32:45.157128 [ 3 ] {} <Debug> HTTP-Session: b5087c2c-ec3d-4e05-a8fd-660636f840c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4497 | 2024.07.30 01:32:45.157352 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4498 | 2024.07.30 01:32:45.157462 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4499 | 2024.07.30 01:32:45.157466 [ 194 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4500 | 2024.07.30 01:32:45.157490 [ 3 ] {} <Debug> HTTP-Session: 61aff3b9-5aa8-4531-b143-db4bd3abd042 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4501 | 2024.07.30 01:32:45.157538 [ 3 ] {} <Debug> HTTP-Session: 61aff3b9-5aa8-4531-b143-db4bd3abd042 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4502 | 2024.07.30 01:32:45.157559 [ 194 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 4503 | 2024.07.30 01:32:45.157589 [ 3 ] {} <Debug> HTTP-Session: 61aff3b9-5aa8-4531-b143-db4bd3abd042 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4504 | 2024.07.30 01:32:45.157670 [ 3 ] {} <Trace> HTTP-Session: 61aff3b9-5aa8-4531-b143-db4bd3abd042 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4505 | 2024.07.30 01:32:45.157919 [ 194 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 4506 | 2024.07.30 01:32:45.158018 [ 3 ] {4e08fc64-341d-4412-b0ed-0a6049c5e6bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 4507 | 2024.07.30 01:32:45.158212 [ 3 ] {4e08fc64-341d-4412-b0ed-0a6049c5e6bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 4508 | 2024.07.30 01:32:45.158298 [ 194 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 4509 | 2024.07.30 01:32:45.158763 [ 194 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 4510 | 2024.07.30 01:32:45.158902 [ 3 ] {4e08fc64-341d-4412-b0ed-0a6049c5e6bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4511 | 2024.07.30 01:32:45.159130 [ 194 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 4512 | 2024.07.30 01:32:45.159380 [ 194 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 4513 | 2024.07.30 01:32:45.160145 [ 3 ] {4e08fc64-341d-4412-b0ed-0a6049c5e6bf} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4514 | 2024.07.30 01:32:45.160194 [ 3 ] {4e08fc64-341d-4412-b0ed-0a6049c5e6bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4515 | 2024.07.30 01:32:45.160992 [ 3 ] {4e08fc64-341d-4412-b0ed-0a6049c5e6bf} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4516 | 2024.07.30 01:32:45.161979 [ 3 ] {4e08fc64-341d-4412-b0ed-0a6049c5e6bf} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4517 | 2024.07.30 01:32:45.162369 [ 149 ] {} <Debug> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4518 | 2024.07.30 01:32:45.162478 [ 3 ] {4e08fc64-341d-4412-b0ed-0a6049c5e6bf} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004601 sec., 16735.492284286025 rows/sec., 1.03 MiB/sec. | ||
| 4519 | 2024.07.30 01:32:45.162496 [ 149 ] {} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4520 | 2024.07.30 01:32:45.162537 [ 189 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.005656497 sec., 11667.998763192132 rows/sec., 501.36 KiB/sec. | ||
| 4521 | 2024.07.30 01:32:45.162565 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4522 | 2024.07.30 01:32:45.163174 [ 3 ] {4e08fc64-341d-4412-b0ed-0a6049c5e6bf} <Debug> DynamicQueryHandler: Done processing query | ||
| 4523 | 2024.07.30 01:32:45.163279 [ 3 ] {4e08fc64-341d-4412-b0ed-0a6049c5e6bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4524 | 2024.07.30 01:32:45.163289 [ 195 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 4525 | 2024.07.30 01:32:45.163310 [ 186 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4526 | 2024.07.30 01:32:45.163349 [ 3 ] {} <Debug> HTTP-Session: 61aff3b9-5aa8-4531-b143-db4bd3abd042 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4527 | 2024.07.30 01:32:45.163646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 31234, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4528 | 2024.07.30 01:32:45.163767 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4529 | 2024.07.30 01:32:45.163772 [ 195 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4530 | 2024.07.30 01:32:45.163821 [ 3 ] {} <Debug> HTTP-Session: 5cd28977-6fe8-45e2-a0ce-329ae31e93fb Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4531 | 2024.07.30 01:32:45.163865 [ 195 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 4532 | 2024.07.30 01:32:45.163869 [ 3 ] {} <Debug> HTTP-Session: 5cd28977-6fe8-45e2-a0ce-329ae31e93fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4533 | 2024.07.30 01:32:45.163955 [ 3 ] {} <Debug> HTTP-Session: 5cd28977-6fe8-45e2-a0ce-329ae31e93fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4534 | 2024.07.30 01:32:45.164272 [ 3 ] {} <Trace> HTTP-Session: 5cd28977-6fe8-45e2-a0ce-329ae31e93fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4535 | 2024.07.30 01:32:45.164505 [ 195 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 4536 | 2024.07.30 01:32:45.164848 [ 3 ] {09eb6a2b-9973-489a-84f4-b7e0e2e970ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4537 | 2024.07.30 01:32:45.164912 [ 195 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 4538 | 2024.07.30 01:32:45.165079 [ 3 ] {09eb6a2b-9973-489a-84f4-b7e0e2e970ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4539 | 2024.07.30 01:32:45.165181 [ 186 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_11_2} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4540 | 2024.07.30 01:32:45.165434 [ 195 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 4541 | 2024.07.30 01:32:45.165828 [ 195 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 4542 | 2024.07.30 01:32:45.165904 [ 186 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_11_2} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4543 | 2024.07.30 01:32:45.166427 [ 195 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 4544 | 2024.07.30 01:32:45.166465 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4545 | 2024.07.30 01:32:45.166961 [ 3 ] {09eb6a2b-9973-489a-84f4-b7e0e2e970ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4546 | 2024.07.30 01:32:45.167503 [ 3 ] {09eb6a2b-9973-489a-84f4-b7e0e2e970ad} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4547 | 2024.07.30 01:32:45.167550 [ 3 ] {09eb6a2b-9973-489a-84f4-b7e0e2e970ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4548 | 2024.07.30 01:32:45.168129 [ 3 ] {09eb6a2b-9973-489a-84f4-b7e0e2e970ad} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4549 | 2024.07.30 01:32:45.168365 [ 195 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 847 rows, containing 5 columns (5 merged, 0 gathered) in 0.005600857 sec., 151226.85688993667 rows/sec., 9.31 MiB/sec. | ||
| 4550 | 2024.07.30 01:32:45.168525 [ 195 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4551 | 2024.07.30 01:32:45.168631 [ 3 ] {09eb6a2b-9973-489a-84f4-b7e0e2e970ad} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4552 | 2024.07.30 01:32:45.168926 [ 3 ] {09eb6a2b-9973-489a-84f4-b7e0e2e970ad} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.004343 sec., 37531.66014275847 rows/sec., 2.61 MiB/sec. | ||
| 4553 | 2024.07.30 01:32:45.169153 [ 3 ] {09eb6a2b-9973-489a-84f4-b7e0e2e970ad} <Debug> DynamicQueryHandler: Done processing query | ||
| 4554 | 2024.07.30 01:32:45.169186 [ 195 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_11_2} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4555 | 2024.07.30 01:32:45.169187 [ 3 ] {09eb6a2b-9973-489a-84f4-b7e0e2e970ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4556 | 2024.07.30 01:32:45.169225 [ 3 ] {} <Debug> HTTP-Session: 5cd28977-6fe8-45e2-a0ce-329ae31e93fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4557 | 2024.07.30 01:32:45.169290 [ 195 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_11_2} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4558 | 2024.07.30 01:32:45.169365 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 4559 | 2024.07.30 01:32:45.169397 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 49829, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4560 | 2024.07.30 01:32:45.169446 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4561 | 2024.07.30 01:32:45.169465 [ 3 ] {} <Debug> HTTP-Session: 30a44078-ff93-4785-b110-5e8c397832dc Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4562 | 2024.07.30 01:32:45.169481 [ 3 ] {} <Debug> HTTP-Session: 30a44078-ff93-4785-b110-5e8c397832dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4563 | 2024.07.30 01:32:45.169495 [ 3 ] {} <Debug> HTTP-Session: 30a44078-ff93-4785-b110-5e8c397832dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4564 | 2024.07.30 01:32:45.169525 [ 3 ] {} <Trace> HTTP-Session: 30a44078-ff93-4785-b110-5e8c397832dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4565 | 2024.07.30 01:32:45.170054 [ 3 ] {0067ef35-109c-44e1-8d97-4d01ebb35797} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4566 | 2024.07.30 01:32:45.170119 [ 3 ] {0067ef35-109c-44e1-8d97-4d01ebb35797} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 4567 | 2024.07.30 01:32:45.170506 [ 3 ] {0067ef35-109c-44e1-8d97-4d01ebb35797} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4568 | 2024.07.30 01:32:45.171239 [ 3 ] {0067ef35-109c-44e1-8d97-4d01ebb35797} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4569 | 2024.07.30 01:32:45.171275 [ 3 ] {0067ef35-109c-44e1-8d97-4d01ebb35797} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4570 | 2024.07.30 01:32:45.171885 [ 3 ] {0067ef35-109c-44e1-8d97-4d01ebb35797} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4571 | 2024.07.30 01:32:45.172317 [ 3 ] {0067ef35-109c-44e1-8d97-4d01ebb35797} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4572 | 2024.07.30 01:32:45.172481 [ 149 ] {} <Debug> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 4573 | 2024.07.30 01:32:45.172514 [ 3 ] {0067ef35-109c-44e1-8d97-4d01ebb35797} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002896 sec., 10704.419889502762 rows/sec., 19.18 MiB/sec. | ||
| 4574 | 2024.07.30 01:32:45.172537 [ 149 ] {} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4575 | 2024.07.30 01:32:45.172601 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4576 | 2024.07.30 01:32:45.173232 [ 186 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::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 | ||
| 4577 | 2024.07.30 01:32:45.173344 [ 3 ] {0067ef35-109c-44e1-8d97-4d01ebb35797} <Debug> DynamicQueryHandler: Done processing query | ||
| 4578 | 2024.07.30 01:32:45.173390 [ 3 ] {0067ef35-109c-44e1-8d97-4d01ebb35797} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 4579 | 2024.07.30 01:32:45.173443 [ 3 ] {} <Debug> HTTP-Session: 30a44078-ff93-4785-b110-5e8c397832dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4580 | 2024.07.30 01:32:45.173646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4581 | 2024.07.30 01:32:45.173773 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4582 | 2024.07.30 01:32:45.173832 [ 3 ] {} <Debug> HTTP-Session: 004a79ff-cf16-40d3-b96f-da4a124e5b43 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4583 | 2024.07.30 01:32:45.173857 [ 186 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4584 | 2024.07.30 01:32:45.173868 [ 3 ] {} <Debug> HTTP-Session: 004a79ff-cf16-40d3-b96f-da4a124e5b43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4585 | 2024.07.30 01:32:45.173922 [ 3 ] {} <Debug> HTTP-Session: 004a79ff-cf16-40d3-b96f-da4a124e5b43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4586 | 2024.07.30 01:32:45.174010 [ 3 ] {} <Trace> HTTP-Session: 004a79ff-cf16-40d3-b96f-da4a124e5b43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4587 | 2024.07.30 01:32:45.174017 [ 186 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 31 rows starting from the beginning of the part | ||
| 4588 | 2024.07.30 01:32:45.174320 [ 3 ] {ac1b1dfd-8598-4c1f-9b22-a515c754676b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4589 | 2024.07.30 01:32:45.174553 [ 3 ] {ac1b1dfd-8598-4c1f-9b22-a515c754676b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 4590 | 2024.07.30 01:32:45.174686 [ 186 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 31 rows starting from the beginning of the part | ||
| 4591 | 2024.07.30 01:32:45.175467 [ 3 ] {ac1b1dfd-8598-4c1f-9b22-a515c754676b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4592 | 2024.07.30 01:32:45.175491 [ 186 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 31 rows starting from the beginning of the part | ||
| 4593 | 2024.07.30 01:32:45.176232 [ 186 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 31 rows starting from the beginning of the part | ||
| 4594 | 2024.07.30 01:32:45.176463 [ 3 ] {ac1b1dfd-8598-4c1f-9b22-a515c754676b} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4595 | 2024.07.30 01:32:45.176558 [ 3 ] {ac1b1dfd-8598-4c1f-9b22-a515c754676b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4596 | 2024.07.30 01:32:45.176901 [ 186 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 31 rows starting from the beginning of the part | ||
| 4597 | 2024.07.30 01:32:45.177559 [ 186 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 31 rows starting from the beginning of the part | ||
| 4598 | 2024.07.30 01:32:45.177961 [ 3 ] {ac1b1dfd-8598-4c1f-9b22-a515c754676b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4599 | 2024.07.30 01:32:45.179007 [ 3 ] {ac1b1dfd-8598-4c1f-9b22-a515c754676b} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4600 | 2024.07.30 01:32:45.179298 [ 149 ] {} <Debug> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4601 | 2024.07.30 01:32:45.179396 [ 149 ] {} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4602 | 2024.07.30 01:32:45.179463 [ 3 ] {ac1b1dfd-8598-4c1f-9b22-a515c754676b} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.005278 sec., 4357.711254262978 rows/sec., 235.72 KiB/sec. | ||
| 4603 | 2024.07.30 01:32:45.179474 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4604 | 2024.07.30 01:32:45.180198 [ 191 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::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 | ||
| 4605 | 2024.07.30 01:32:45.180515 [ 3 ] {ac1b1dfd-8598-4c1f-9b22-a515c754676b} <Debug> DynamicQueryHandler: Done processing query | ||
| 4606 | 2024.07.30 01:32:45.180591 [ 3 ] {ac1b1dfd-8598-4c1f-9b22-a515c754676b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4607 | 2024.07.30 01:32:45.180678 [ 3 ] {} <Debug> HTTP-Session: 004a79ff-cf16-40d3-b96f-da4a124e5b43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4608 | 2024.07.30 01:32:45.180851 [ 191 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4609 | 2024.07.30 01:32:45.180937 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4610 | 2024.07.30 01:32:45.180959 [ 191 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 165 rows starting from the beginning of the part | ||
| 4611 | 2024.07.30 01:32:45.181105 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4612 | 2024.07.30 01:32:45.181233 [ 3 ] {} <Debug> HTTP-Session: 03d375d8-63e4-4c7c-993c-a3dd3bcb7906 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4613 | 2024.07.30 01:32:45.181291 [ 191 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::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 | ||
| 4614 | 2024.07.30 01:32:45.181293 [ 3 ] {} <Debug> HTTP-Session: 03d375d8-63e4-4c7c-993c-a3dd3bcb7906 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4615 | 2024.07.30 01:32:45.181361 [ 3 ] {} <Debug> HTTP-Session: 03d375d8-63e4-4c7c-993c-a3dd3bcb7906 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4616 | 2024.07.30 01:32:45.181635 [ 3 ] {} <Trace> HTTP-Session: 03d375d8-63e4-4c7c-993c-a3dd3bcb7906 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4617 | 2024.07.30 01:32:45.181851 [ 191 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::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 | ||
| 4618 | 2024.07.30 01:32:45.182243 [ 3 ] {d4de8d1e-450b-48a8-ae48-23b492b1036c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4619 | 2024.07.30 01:32:45.182288 [ 191 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::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 | ||
| 4620 | 2024.07.30 01:32:45.182466 [ 3 ] {d4de8d1e-450b-48a8-ae48-23b492b1036c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4621 | 2024.07.30 01:32:45.182776 [ 191 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::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 | ||
| 4622 | 2024.07.30 01:32:45.183386 [ 191 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::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 | ||
| 4623 | 2024.07.30 01:32:45.184504 [ 3 ] {d4de8d1e-450b-48a8-ae48-23b492b1036c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4624 | 2024.07.30 01:32:45.186165 [ 3 ] {d4de8d1e-450b-48a8-ae48-23b492b1036c} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4625 | 2024.07.30 01:32:45.186266 [ 3 ] {d4de8d1e-450b-48a8-ae48-23b492b1036c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 4626 | 2024.07.30 01:32:45.188112 [ 3 ] {d4de8d1e-450b-48a8-ae48-23b492b1036c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4627 | 2024.07.30 01:32:45.188948 [ 191 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 280 rows, containing 4 columns (4 merged, 0 gathered) in 0.009300394 sec., 30106.251412574566 rows/sec., 1.65 MiB/sec. | ||
| 4628 | 2024.07.30 01:32:45.189243 [ 191 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4629 | 2024.07.30 01:32:45.189857 [ 3 ] {d4de8d1e-450b-48a8-ae48-23b492b1036c} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4630 | 2024.07.30 01:32:45.190706 [ 3 ] {d4de8d1e-450b-48a8-ae48-23b492b1036c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.008676 sec., 6915.629322268327 rows/sec., 477.25 KiB/sec. | ||
| 4631 | 2024.07.30 01:32:45.191682 [ 191 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_11_2} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4632 | 2024.07.30 01:32:45.191938 [ 3 ] {d4de8d1e-450b-48a8-ae48-23b492b1036c} <Debug> DynamicQueryHandler: Done processing query | ||
| 4633 | 2024.07.30 01:32:45.192104 [ 3 ] {d4de8d1e-450b-48a8-ae48-23b492b1036c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4634 | 2024.07.30 01:32:45.192204 [ 191 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_11_2} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4635 | 2024.07.30 01:32:45.192217 [ 3 ] {} <Debug> HTTP-Session: 03d375d8-63e4-4c7c-993c-a3dd3bcb7906 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4636 | 2024.07.30 01:32:45.192429 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 4637 | 2024.07.30 01:32:45.196088 [ 195 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 19 columns (19 merged, 0 gathered) in 0.023298927 sec., 7983.200256389489 rows/sec., 14.31 MiB/sec. | ||
| 4638 | 2024.07.30 01:32:45.196580 [ 195 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 4639 | 2024.07.30 01:32:45.197169 [ 195 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4640 | 2024.07.30 01:32:45.197243 [ 195 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 4641 | 2024.07.30 01:32:45.197375 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. | ||
| 4642 | 2024.07.30 01:32:50.137734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 7845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4643 | 2024.07.30 01:32:50.137865 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4644 | 2024.07.30 01:32:50.137890 [ 3 ] {} <Debug> HTTP-Session: f947231a-d597-49d6-ba39-82650ccf5e20 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4645 | 2024.07.30 01:32:50.137915 [ 3 ] {} <Debug> HTTP-Session: f947231a-d597-49d6-ba39-82650ccf5e20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4646 | 2024.07.30 01:32:50.137929 [ 3 ] {} <Debug> HTTP-Session: f947231a-d597-49d6-ba39-82650ccf5e20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4647 | 2024.07.30 01:32:50.137978 [ 3 ] {} <Trace> HTTP-Session: f947231a-d597-49d6-ba39-82650ccf5e20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4648 | 2024.07.30 01:32:50.138176 [ 3 ] {80d59270-b057-4db4-9c8c-67f14efb05dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4649 | 2024.07.30 01:32:50.138243 [ 3 ] {80d59270-b057-4db4-9c8c-67f14efb05dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4650 | 2024.07.30 01:32:50.138442 [ 3 ] {80d59270-b057-4db4-9c8c-67f14efb05dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4651 | 2024.07.30 01:32:50.138909 [ 3 ] {80d59270-b057-4db4-9c8c-67f14efb05dd} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4652 | 2024.07.30 01:32:50.138952 [ 3 ] {80d59270-b057-4db4-9c8c-67f14efb05dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4653 | 2024.07.30 01:32:50.139326 [ 3 ] {80d59270-b057-4db4-9c8c-67f14efb05dd} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4654 | 2024.07.30 01:32:50.139669 [ 3 ] {80d59270-b057-4db4-9c8c-67f14efb05dd} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4655 | 2024.07.30 01:32:50.139824 [ 3 ] {80d59270-b057-4db4-9c8c-67f14efb05dd} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001714 sec., 32672.112018669777 rows/sec., 2.51 MiB/sec. | ||
| 4656 | 2024.07.30 01:32:50.140112 [ 3 ] {80d59270-b057-4db4-9c8c-67f14efb05dd} <Debug> DynamicQueryHandler: Done processing query | ||
| 4657 | 2024.07.30 01:32:50.140151 [ 3 ] {80d59270-b057-4db4-9c8c-67f14efb05dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4658 | 2024.07.30 01:32:50.140173 [ 3 ] {} <Debug> HTTP-Session: f947231a-d597-49d6-ba39-82650ccf5e20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4659 | 2024.07.30 01:32:50.140314 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 10894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4660 | 2024.07.30 01:32:50.140370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4661 | 2024.07.30 01:32:50.140390 [ 3 ] {} <Debug> HTTP-Session: 43c36355-446c-4279-a503-86a54beb279a Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4662 | 2024.07.30 01:32:50.140406 [ 3 ] {} <Debug> HTTP-Session: 43c36355-446c-4279-a503-86a54beb279a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4663 | 2024.07.30 01:32:50.140420 [ 3 ] {} <Debug> HTTP-Session: 43c36355-446c-4279-a503-86a54beb279a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4664 | 2024.07.30 01:32:50.140452 [ 3 ] {} <Trace> HTTP-Session: 43c36355-446c-4279-a503-86a54beb279a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4665 | 2024.07.30 01:32:50.140571 [ 3 ] {5c3e7d79-1111-462b-96a1-baf4066e2ca8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4666 | 2024.07.30 01:32:50.140614 [ 3 ] {5c3e7d79-1111-462b-96a1-baf4066e2ca8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4667 | 2024.07.30 01:32:50.140767 [ 3 ] {5c3e7d79-1111-462b-96a1-baf4066e2ca8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4668 | 2024.07.30 01:32:50.141125 [ 3 ] {5c3e7d79-1111-462b-96a1-baf4066e2ca8} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4669 | 2024.07.30 01:32:50.141162 [ 3 ] {5c3e7d79-1111-462b-96a1-baf4066e2ca8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4670 | 2024.07.30 01:32:50.141476 [ 3 ] {5c3e7d79-1111-462b-96a1-baf4066e2ca8} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4671 | 2024.07.30 01:32:50.141771 [ 3 ] {5c3e7d79-1111-462b-96a1-baf4066e2ca8} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4672 | 2024.07.30 01:32:50.141915 [ 3 ] {5c3e7d79-1111-462b-96a1-baf4066e2ca8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001421 sec., 45038.705137227305 rows/sec., 3.52 MiB/sec. | ||
| 4673 | 2024.07.30 01:32:50.142237 [ 3 ] {5c3e7d79-1111-462b-96a1-baf4066e2ca8} <Debug> DynamicQueryHandler: Done processing query | ||
| 4674 | 2024.07.30 01:32:50.142265 [ 3 ] {5c3e7d79-1111-462b-96a1-baf4066e2ca8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4675 | 2024.07.30 01:32:50.142282 [ 3 ] {} <Debug> HTTP-Session: 43c36355-446c-4279-a503-86a54beb279a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4676 | 2024.07.30 01:32:50.142418 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4677 | 2024.07.30 01:32:50.142469 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4678 | 2024.07.30 01:32:50.142488 [ 3 ] {} <Debug> HTTP-Session: 577bccc7-424a-4016-98df-068eada7db4f Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4679 | 2024.07.30 01:32:50.142505 [ 3 ] {} <Debug> HTTP-Session: 577bccc7-424a-4016-98df-068eada7db4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4680 | 2024.07.30 01:32:50.142518 [ 3 ] {} <Debug> HTTP-Session: 577bccc7-424a-4016-98df-068eada7db4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4681 | 2024.07.30 01:32:50.142550 [ 3 ] {} <Trace> HTTP-Session: 577bccc7-424a-4016-98df-068eada7db4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4682 | 2024.07.30 01:32:50.142727 [ 3 ] {1ff1f568-333c-4fe1-938f-371831858e9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4683 | 2024.07.30 01:32:50.142776 [ 3 ] {1ff1f568-333c-4fe1-938f-371831858e9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4684 | 2024.07.30 01:32:50.142942 [ 3 ] {1ff1f568-333c-4fe1-938f-371831858e9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4685 | 2024.07.30 01:32:50.143345 [ 3 ] {1ff1f568-333c-4fe1-938f-371831858e9c} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4686 | 2024.07.30 01:32:50.143383 [ 3 ] {1ff1f568-333c-4fe1-938f-371831858e9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4687 | 2024.07.30 01:32:50.143773 [ 3 ] {1ff1f568-333c-4fe1-938f-371831858e9c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4688 | 2024.07.30 01:32:50.144118 [ 3 ] {1ff1f568-333c-4fe1-938f-371831858e9c} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4689 | 2024.07.30 01:32:50.144280 [ 3 ] {1ff1f568-333c-4fe1-938f-371831858e9c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001644 sec., 97323.60097323601 rows/sec., 6.78 MiB/sec. | ||
| 4690 | 2024.07.30 01:32:50.144486 [ 3 ] {1ff1f568-333c-4fe1-938f-371831858e9c} <Debug> DynamicQueryHandler: Done processing query | ||
| 4691 | 2024.07.30 01:32:50.144510 [ 3 ] {1ff1f568-333c-4fe1-938f-371831858e9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4692 | 2024.07.30 01:32:50.144526 [ 3 ] {} <Debug> HTTP-Session: 577bccc7-424a-4016-98df-068eada7db4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4693 | 2024.07.30 01:32:50.144652 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4694 | 2024.07.30 01:32:50.144701 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4695 | 2024.07.30 01:32:50.144720 [ 3 ] {} <Debug> HTTP-Session: 0e3555fc-28d2-4f72-ad64-dde8801c68bb Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4696 | 2024.07.30 01:32:50.144737 [ 3 ] {} <Debug> HTTP-Session: 0e3555fc-28d2-4f72-ad64-dde8801c68bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4697 | 2024.07.30 01:32:50.144750 [ 3 ] {} <Debug> HTTP-Session: 0e3555fc-28d2-4f72-ad64-dde8801c68bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4698 | 2024.07.30 01:32:50.144780 [ 3 ] {} <Trace> HTTP-Session: 0e3555fc-28d2-4f72-ad64-dde8801c68bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4699 | 2024.07.30 01:32:50.144906 [ 3 ] {8951dd05-49c8-4758-85bb-830828307084} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4700 | 2024.07.30 01:32:50.144951 [ 3 ] {8951dd05-49c8-4758-85bb-830828307084} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4701 | 2024.07.30 01:32:50.145081 [ 3 ] {8951dd05-49c8-4758-85bb-830828307084} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4702 | 2024.07.30 01:32:50.145381 [ 3 ] {8951dd05-49c8-4758-85bb-830828307084} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4703 | 2024.07.30 01:32:50.145418 [ 3 ] {8951dd05-49c8-4758-85bb-830828307084} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4704 | 2024.07.30 01:32:50.145779 [ 3 ] {8951dd05-49c8-4758-85bb-830828307084} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4705 | 2024.07.30 01:32:50.146114 [ 3 ] {8951dd05-49c8-4758-85bb-830828307084} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4706 | 2024.07.30 01:32:50.146270 [ 3 ] {8951dd05-49c8-4758-85bb-830828307084} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001407 sec., 42643.923240938166 rows/sec., 2.87 MiB/sec. | ||
| 4707 | 2024.07.30 01:32:50.146436 [ 3 ] {8951dd05-49c8-4758-85bb-830828307084} <Debug> DynamicQueryHandler: Done processing query | ||
| 4708 | 2024.07.30 01:32:50.146459 [ 3 ] {8951dd05-49c8-4758-85bb-830828307084} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4709 | 2024.07.30 01:32:50.146475 [ 3 ] {} <Debug> HTTP-Session: 0e3555fc-28d2-4f72-ad64-dde8801c68bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4710 | 2024.07.30 01:32:55.145206 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 5193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4711 | 2024.07.30 01:32:55.145348 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4712 | 2024.07.30 01:32:55.145379 [ 3 ] {} <Debug> HTTP-Session: 6aa57008-a5a7-475e-96ab-6af4bbc997b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4713 | 2024.07.30 01:32:55.145407 [ 3 ] {} <Debug> HTTP-Session: 6aa57008-a5a7-475e-96ab-6af4bbc997b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4714 | 2024.07.30 01:32:55.145426 [ 3 ] {} <Debug> HTTP-Session: 6aa57008-a5a7-475e-96ab-6af4bbc997b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4715 | 2024.07.30 01:32:55.145481 [ 3 ] {} <Trace> HTTP-Session: 6aa57008-a5a7-475e-96ab-6af4bbc997b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4716 | 2024.07.30 01:32:55.145681 [ 3 ] {f65848dc-6024-443d-adc9-4fae03cfa57c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4717 | 2024.07.30 01:32:55.145748 [ 3 ] {f65848dc-6024-443d-adc9-4fae03cfa57c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4718 | 2024.07.30 01:32:55.145945 [ 3 ] {f65848dc-6024-443d-adc9-4fae03cfa57c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4719 | 2024.07.30 01:32:55.146406 [ 3 ] {f65848dc-6024-443d-adc9-4fae03cfa57c} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4720 | 2024.07.30 01:32:55.146451 [ 3 ] {f65848dc-6024-443d-adc9-4fae03cfa57c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4721 | 2024.07.30 01:32:55.146830 [ 3 ] {f65848dc-6024-443d-adc9-4fae03cfa57c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4722 | 2024.07.30 01:32:55.147177 [ 3 ] {f65848dc-6024-443d-adc9-4fae03cfa57c} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4723 | 2024.07.30 01:32:55.147342 [ 3 ] {f65848dc-6024-443d-adc9-4fae03cfa57c} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001718 sec., 21536.67054714785 rows/sec., 1.62 MiB/sec. | ||
| 4724 | 2024.07.30 01:32:55.147565 [ 3 ] {f65848dc-6024-443d-adc9-4fae03cfa57c} <Debug> DynamicQueryHandler: Done processing query | ||
| 4725 | 2024.07.30 01:32:55.147592 [ 3 ] {f65848dc-6024-443d-adc9-4fae03cfa57c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4726 | 2024.07.30 01:32:55.147608 [ 3 ] {} <Debug> HTTP-Session: 6aa57008-a5a7-475e-96ab-6af4bbc997b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4727 | 2024.07.30 01:32:55.147736 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4728 | 2024.07.30 01:32:55.147795 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4729 | 2024.07.30 01:32:55.147816 [ 3 ] {} <Debug> HTTP-Session: 70d547c8-3521-474a-bdeb-4e163bda9f0e Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4730 | 2024.07.30 01:32:55.147835 [ 3 ] {} <Debug> HTTP-Session: 70d547c8-3521-474a-bdeb-4e163bda9f0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4731 | 2024.07.30 01:32:55.147849 [ 3 ] {} <Debug> HTTP-Session: 70d547c8-3521-474a-bdeb-4e163bda9f0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4732 | 2024.07.30 01:32:55.147885 [ 3 ] {} <Trace> HTTP-Session: 70d547c8-3521-474a-bdeb-4e163bda9f0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4733 | 2024.07.30 01:32:55.147990 [ 3 ] {fbd789b1-0ca0-4a9c-bd26-7ebaa3ca5a37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 4734 | 2024.07.30 01:32:55.148037 [ 3 ] {fbd789b1-0ca0-4a9c-bd26-7ebaa3ca5a37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4735 | 2024.07.30 01:32:55.148175 [ 3 ] {fbd789b1-0ca0-4a9c-bd26-7ebaa3ca5a37} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4736 | 2024.07.30 01:32:55.148490 [ 3 ] {fbd789b1-0ca0-4a9c-bd26-7ebaa3ca5a37} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4737 | 2024.07.30 01:32:55.148527 [ 3 ] {fbd789b1-0ca0-4a9c-bd26-7ebaa3ca5a37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4738 | 2024.07.30 01:32:55.148829 [ 3 ] {fbd789b1-0ca0-4a9c-bd26-7ebaa3ca5a37} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4739 | 2024.07.30 01:32:55.149139 [ 3 ] {fbd789b1-0ca0-4a9c-bd26-7ebaa3ca5a37} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4740 | 2024.07.30 01:32:55.149293 [ 3 ] {fbd789b1-0ca0-4a9c-bd26-7ebaa3ca5a37} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001327 sec., 3014.318010550113 rows/sec., 245.80 KiB/sec. | ||
| 4741 | 2024.07.30 01:32:55.149465 [ 3 ] {fbd789b1-0ca0-4a9c-bd26-7ebaa3ca5a37} <Debug> DynamicQueryHandler: Done processing query | ||
| 4742 | 2024.07.30 01:32:55.149490 [ 3 ] {fbd789b1-0ca0-4a9c-bd26-7ebaa3ca5a37} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4743 | 2024.07.30 01:32:55.149507 [ 3 ] {} <Debug> HTTP-Session: 70d547c8-3521-474a-bdeb-4e163bda9f0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4744 | 2024.07.30 01:32:55.149637 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 38675, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4745 | 2024.07.30 01:32:55.149689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4746 | 2024.07.30 01:32:55.149708 [ 3 ] {} <Debug> HTTP-Session: ad67f1a6-2070-4bb1-9f83-cc1a5cad81b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4747 | 2024.07.30 01:32:55.149725 [ 3 ] {} <Debug> HTTP-Session: ad67f1a6-2070-4bb1-9f83-cc1a5cad81b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4748 | 2024.07.30 01:32:55.149739 [ 3 ] {} <Debug> HTTP-Session: ad67f1a6-2070-4bb1-9f83-cc1a5cad81b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4749 | 2024.07.30 01:32:55.149771 [ 3 ] {} <Trace> HTTP-Session: ad67f1a6-2070-4bb1-9f83-cc1a5cad81b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4750 | 2024.07.30 01:32:55.149972 [ 3 ] {04c72e81-dc74-4e62-b695-a7f2df993872} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4751 | 2024.07.30 01:32:55.150017 [ 3 ] {04c72e81-dc74-4e62-b695-a7f2df993872} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4752 | 2024.07.30 01:32:55.150147 [ 3 ] {04c72e81-dc74-4e62-b695-a7f2df993872} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4753 | 2024.07.30 01:32:55.150597 [ 3 ] {04c72e81-dc74-4e62-b695-a7f2df993872} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4754 | 2024.07.30 01:32:55.150634 [ 3 ] {04c72e81-dc74-4e62-b695-a7f2df993872} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4755 | 2024.07.30 01:32:55.150964 [ 3 ] {04c72e81-dc74-4e62-b695-a7f2df993872} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4756 | 2024.07.30 01:32:55.151280 [ 3 ] {04c72e81-dc74-4e62-b695-a7f2df993872} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4757 | 2024.07.30 01:32:55.151439 [ 3 ] {04c72e81-dc74-4e62-b695-a7f2df993872} <Debug> executeQuery: Read 256 rows, 23.11 KiB in 0.001582 sec., 161820.4804045512 rows/sec., 14.27 MiB/sec. | ||
| 4758 | 2024.07.30 01:32:55.151601 [ 3 ] {04c72e81-dc74-4e62-b695-a7f2df993872} <Debug> DynamicQueryHandler: Done processing query | ||
| 4759 | 2024.07.30 01:32:55.151627 [ 3 ] {04c72e81-dc74-4e62-b695-a7f2df993872} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 4760 | 2024.07.30 01:32:55.151642 [ 3 ] {} <Debug> HTTP-Session: ad67f1a6-2070-4bb1-9f83-cc1a5cad81b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4761 | 2024.07.30 01:32:55.151756 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4762 | 2024.07.30 01:32:55.151808 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4763 | 2024.07.30 01:32:55.151827 [ 3 ] {} <Debug> HTTP-Session: cad64e8f-a1d9-4766-a3c3-2eebfc9431f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4764 | 2024.07.30 01:32:55.151844 [ 3 ] {} <Debug> HTTP-Session: cad64e8f-a1d9-4766-a3c3-2eebfc9431f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4765 | 2024.07.30 01:32:55.151858 [ 3 ] {} <Debug> HTTP-Session: cad64e8f-a1d9-4766-a3c3-2eebfc9431f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4766 | 2024.07.30 01:32:55.151890 [ 3 ] {} <Trace> HTTP-Session: cad64e8f-a1d9-4766-a3c3-2eebfc9431f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4767 | 2024.07.30 01:32:55.151985 [ 3 ] {6d0ee7c9-e12c-4280-a44f-f8410b80e10f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4768 | 2024.07.30 01:32:55.152028 [ 3 ] {6d0ee7c9-e12c-4280-a44f-f8410b80e10f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4769 | 2024.07.30 01:32:55.152156 [ 3 ] {6d0ee7c9-e12c-4280-a44f-f8410b80e10f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4770 | 2024.07.30 01:32:55.152439 [ 3 ] {6d0ee7c9-e12c-4280-a44f-f8410b80e10f} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4771 | 2024.07.30 01:32:55.152474 [ 3 ] {6d0ee7c9-e12c-4280-a44f-f8410b80e10f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4772 | 2024.07.30 01:32:55.152754 [ 3 ] {6d0ee7c9-e12c-4280-a44f-f8410b80e10f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4773 | 2024.07.30 01:32:55.153042 [ 3 ] {6d0ee7c9-e12c-4280-a44f-f8410b80e10f} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4774 | 2024.07.30 01:32:55.153200 [ 3 ] {6d0ee7c9-e12c-4280-a44f-f8410b80e10f} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001297 sec., 3084.040092521203 rows/sec., 215.34 KiB/sec. | ||
| 4775 | 2024.07.30 01:32:55.153471 [ 3 ] {6d0ee7c9-e12c-4280-a44f-f8410b80e10f} <Debug> DynamicQueryHandler: Done processing query | ||
| 4776 | 2024.07.30 01:32:55.153495 [ 3 ] {6d0ee7c9-e12c-4280-a44f-f8410b80e10f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4777 | 2024.07.30 01:32:55.153512 [ 3 ] {} <Debug> HTTP-Session: cad64e8f-a1d9-4766-a3c3-2eebfc9431f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4778 | 2024.07.30 01:32:55.153647 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 67517, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4779 | 2024.07.30 01:32:55.153697 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4780 | 2024.07.30 01:32:55.153718 [ 3 ] {} <Debug> HTTP-Session: ed9b33d3-4c73-40aa-b4eb-f958253a8a9c Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4781 | 2024.07.30 01:32:55.153735 [ 3 ] {} <Debug> HTTP-Session: ed9b33d3-4c73-40aa-b4eb-f958253a8a9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4782 | 2024.07.30 01:32:55.153749 [ 3 ] {} <Debug> HTTP-Session: ed9b33d3-4c73-40aa-b4eb-f958253a8a9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4783 | 2024.07.30 01:32:55.153779 [ 3 ] {} <Trace> HTTP-Session: ed9b33d3-4c73-40aa-b4eb-f958253a8a9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4784 | 2024.07.30 01:32:55.154022 [ 3 ] {6c6cbecb-d43b-4372-8394-fee8536d28c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4785 | 2024.07.30 01:32:55.154066 [ 3 ] {6c6cbecb-d43b-4372-8394-fee8536d28c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4786 | 2024.07.30 01:32:55.154194 [ 3 ] {6c6cbecb-d43b-4372-8394-fee8536d28c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4787 | 2024.07.30 01:32:55.154722 [ 3 ] {6c6cbecb-d43b-4372-8394-fee8536d28c4} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4788 | 2024.07.30 01:32:55.154760 [ 3 ] {6c6cbecb-d43b-4372-8394-fee8536d28c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4789 | 2024.07.30 01:32:55.155086 [ 3 ] {6c6cbecb-d43b-4372-8394-fee8536d28c4} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4790 | 2024.07.30 01:32:55.155391 [ 3 ] {6c6cbecb-d43b-4372-8394-fee8536d28c4} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4791 | 2024.07.30 01:32:55.155549 [ 3 ] {6c6cbecb-d43b-4372-8394-fee8536d28c4} <Debug> executeQuery: Read 417 rows, 30.28 KiB in 0.001657 sec., 251659.6258298129 rows/sec., 17.85 MiB/sec. | ||
| 4792 | 2024.07.30 01:32:55.155713 [ 3 ] {6c6cbecb-d43b-4372-8394-fee8536d28c4} <Debug> DynamicQueryHandler: Done processing query | ||
| 4793 | 2024.07.30 01:32:55.155737 [ 3 ] {6c6cbecb-d43b-4372-8394-fee8536d28c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 4794 | 2024.07.30 01:32:55.155754 [ 3 ] {} <Debug> HTTP-Session: ed9b33d3-4c73-40aa-b4eb-f958253a8a9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4795 | 2024.07.30 01:32:55.155873 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4796 | 2024.07.30 01:32:55.155923 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4797 | 2024.07.30 01:32:55.155943 [ 3 ] {} <Debug> HTTP-Session: 404ae598-e7e8-4a5c-a26b-31dd9a0d0271 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4798 | 2024.07.30 01:32:55.155959 [ 3 ] {} <Debug> HTTP-Session: 404ae598-e7e8-4a5c-a26b-31dd9a0d0271 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4799 | 2024.07.30 01:32:55.155973 [ 3 ] {} <Debug> HTTP-Session: 404ae598-e7e8-4a5c-a26b-31dd9a0d0271 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4800 | 2024.07.30 01:32:55.156004 [ 3 ] {} <Trace> HTTP-Session: 404ae598-e7e8-4a5c-a26b-31dd9a0d0271 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4801 | 2024.07.30 01:32:55.156100 [ 3 ] {4675bca2-1c19-4176-b7a7-96e50e70a1ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 4802 | 2024.07.30 01:32:55.156145 [ 3 ] {4675bca2-1c19-4176-b7a7-96e50e70a1ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4803 | 2024.07.30 01:32:55.156276 [ 3 ] {4675bca2-1c19-4176-b7a7-96e50e70a1ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4804 | 2024.07.30 01:32:55.156561 [ 3 ] {4675bca2-1c19-4176-b7a7-96e50e70a1ae} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4805 | 2024.07.30 01:32:55.156597 [ 3 ] {4675bca2-1c19-4176-b7a7-96e50e70a1ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4806 | 2024.07.30 01:32:55.156952 [ 3 ] {4675bca2-1c19-4176-b7a7-96e50e70a1ae} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4807 | 2024.07.30 01:32:55.157286 [ 3 ] {4675bca2-1c19-4176-b7a7-96e50e70a1ae} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4808 | 2024.07.30 01:32:55.157453 [ 3 ] {4675bca2-1c19-4176-b7a7-96e50e70a1ae} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001367 sec., 4389.1733723482075 rows/sec., 188.60 KiB/sec. | ||
| 4809 | 2024.07.30 01:32:55.157738 [ 3 ] {4675bca2-1c19-4176-b7a7-96e50e70a1ae} <Debug> DynamicQueryHandler: Done processing query | ||
| 4810 | 2024.07.30 01:32:55.157762 [ 3 ] {4675bca2-1c19-4176-b7a7-96e50e70a1ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4811 | 2024.07.30 01:32:55.157778 [ 3 ] {} <Debug> HTTP-Session: 404ae598-e7e8-4a5c-a26b-31dd9a0d0271 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4812 | 2024.07.30 01:32:55.157884 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4813 | 2024.07.30 01:32:55.157933 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4814 | 2024.07.30 01:32:55.157953 [ 3 ] {} <Debug> HTTP-Session: f99d4ad8-4731-432c-a799-8cc9898659ca Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4815 | 2024.07.30 01:32:55.157969 [ 3 ] {} <Debug> HTTP-Session: f99d4ad8-4731-432c-a799-8cc9898659ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4816 | 2024.07.30 01:32:55.157983 [ 3 ] {} <Debug> HTTP-Session: f99d4ad8-4731-432c-a799-8cc9898659ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4817 | 2024.07.30 01:32:55.158014 [ 3 ] {} <Trace> HTTP-Session: f99d4ad8-4731-432c-a799-8cc9898659ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4818 | 2024.07.30 01:32:55.158135 [ 3 ] {7ab11180-36f9-4698-9407-c40da60b51bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 4819 | 2024.07.30 01:32:55.158182 [ 3 ] {7ab11180-36f9-4698-9407-c40da60b51bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 4820 | 2024.07.30 01:32:55.158348 [ 3 ] {7ab11180-36f9-4698-9407-c40da60b51bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4821 | 2024.07.30 01:32:55.158669 [ 3 ] {7ab11180-36f9-4698-9407-c40da60b51bb} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4822 | 2024.07.30 01:32:55.158706 [ 3 ] {7ab11180-36f9-4698-9407-c40da60b51bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4823 | 2024.07.30 01:32:55.159067 [ 3 ] {7ab11180-36f9-4698-9407-c40da60b51bb} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4824 | 2024.07.30 01:32:55.159417 [ 3 ] {7ab11180-36f9-4698-9407-c40da60b51bb} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4825 | 2024.07.30 01:32:55.159582 [ 3 ] {7ab11180-36f9-4698-9407-c40da60b51bb} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001486 sec., 51816.95827725438 rows/sec., 3.19 MiB/sec. | ||
| 4826 | 2024.07.30 01:32:55.159809 [ 3 ] {7ab11180-36f9-4698-9407-c40da60b51bb} <Debug> DynamicQueryHandler: Done processing query | ||
| 4827 | 2024.07.30 01:32:55.159833 [ 3 ] {7ab11180-36f9-4698-9407-c40da60b51bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4828 | 2024.07.30 01:32:55.159849 [ 3 ] {} <Debug> HTTP-Session: f99d4ad8-4731-432c-a799-8cc9898659ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4829 | 2024.07.30 01:32:55.159997 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 31050, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4830 | 2024.07.30 01:32:55.160046 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4831 | 2024.07.30 01:32:55.160066 [ 3 ] {} <Debug> HTTP-Session: 6c34257e-b9f1-440c-ab88-b848e7539b86 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4832 | 2024.07.30 01:32:55.160082 [ 3 ] {} <Debug> HTTP-Session: 6c34257e-b9f1-440c-ab88-b848e7539b86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4833 | 2024.07.30 01:32:55.160095 [ 3 ] {} <Debug> HTTP-Session: 6c34257e-b9f1-440c-ab88-b848e7539b86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4834 | 2024.07.30 01:32:55.160126 [ 3 ] {} <Trace> HTTP-Session: 6c34257e-b9f1-440c-ab88-b848e7539b86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4835 | 2024.07.30 01:32:55.160301 [ 3 ] {a3d8937d-5133-478c-b089-74a85c838ebe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4836 | 2024.07.30 01:32:55.160346 [ 3 ] {a3d8937d-5133-478c-b089-74a85c838ebe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4837 | 2024.07.30 01:32:55.160488 [ 3 ] {a3d8937d-5133-478c-b089-74a85c838ebe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4838 | 2024.07.30 01:32:55.160850 [ 3 ] {a3d8937d-5133-478c-b089-74a85c838ebe} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4839 | 2024.07.30 01:32:55.160887 [ 3 ] {a3d8937d-5133-478c-b089-74a85c838ebe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4840 | 2024.07.30 01:32:55.161259 [ 3 ] {a3d8937d-5133-478c-b089-74a85c838ebe} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4841 | 2024.07.30 01:32:55.161591 [ 3 ] {a3d8937d-5133-478c-b089-74a85c838ebe} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4842 | 2024.07.30 01:32:55.161757 [ 3 ] {a3d8937d-5133-478c-b089-74a85c838ebe} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001548 sec., 104651.16279069768 rows/sec., 7.29 MiB/sec. | ||
| 4843 | 2024.07.30 01:32:55.161922 [ 3 ] {a3d8937d-5133-478c-b089-74a85c838ebe} <Debug> DynamicQueryHandler: Done processing query | ||
| 4844 | 2024.07.30 01:32:55.161945 [ 3 ] {a3d8937d-5133-478c-b089-74a85c838ebe} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4845 | 2024.07.30 01:32:55.161962 [ 3 ] {} <Debug> HTTP-Session: 6c34257e-b9f1-440c-ab88-b848e7539b86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4846 | 2024.07.30 01:32:55.162117 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 49835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4847 | 2024.07.30 01:32:55.162163 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4848 | 2024.07.30 01:32:55.162183 [ 3 ] {} <Debug> HTTP-Session: f7704438-82d7-41aa-ae38-8d710e141369 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4849 | 2024.07.30 01:32:55.162200 [ 3 ] {} <Debug> HTTP-Session: f7704438-82d7-41aa-ae38-8d710e141369 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4850 | 2024.07.30 01:32:55.162214 [ 3 ] {} <Debug> HTTP-Session: f7704438-82d7-41aa-ae38-8d710e141369 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4851 | 2024.07.30 01:32:55.162244 [ 3 ] {} <Trace> HTTP-Session: f7704438-82d7-41aa-ae38-8d710e141369 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4852 | 2024.07.30 01:32:55.162606 [ 3 ] {665900fc-a1e9-4aff-a861-c47ddf9f9805} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4853 | 2024.07.30 01:32:55.162670 [ 3 ] {665900fc-a1e9-4aff-a861-c47ddf9f9805} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 4854 | 2024.07.30 01:32:55.163067 [ 3 ] {665900fc-a1e9-4aff-a861-c47ddf9f9805} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4855 | 2024.07.30 01:32:55.163769 [ 3 ] {665900fc-a1e9-4aff-a861-c47ddf9f9805} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4856 | 2024.07.30 01:32:55.163804 [ 3 ] {665900fc-a1e9-4aff-a861-c47ddf9f9805} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4857 | 2024.07.30 01:32:55.164426 [ 3 ] {665900fc-a1e9-4aff-a861-c47ddf9f9805} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4858 | 2024.07.30 01:32:55.164827 [ 3 ] {665900fc-a1e9-4aff-a861-c47ddf9f9805} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4859 | 2024.07.30 01:32:55.165029 [ 3 ] {665900fc-a1e9-4aff-a861-c47ddf9f9805} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002677 sec., 11580.127007844601 rows/sec., 20.75 MiB/sec. | ||
| 4860 | 2024.07.30 01:32:55.165482 [ 3 ] {665900fc-a1e9-4aff-a861-c47ddf9f9805} <Debug> DynamicQueryHandler: Done processing query | ||
| 4861 | 2024.07.30 01:32:55.165506 [ 3 ] {665900fc-a1e9-4aff-a861-c47ddf9f9805} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 4862 | 2024.07.30 01:32:55.165522 [ 3 ] {} <Debug> HTTP-Session: f7704438-82d7-41aa-ae38-8d710e141369 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4863 | 2024.07.30 01:32:55.165632 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4864 | 2024.07.30 01:32:55.165679 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4865 | 2024.07.30 01:32:55.165698 [ 3 ] {} <Debug> HTTP-Session: 75138873-4511-4fcd-8690-4982214da9f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4866 | 2024.07.30 01:32:55.165714 [ 3 ] {} <Debug> HTTP-Session: 75138873-4511-4fcd-8690-4982214da9f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4867 | 2024.07.30 01:32:55.165728 [ 3 ] {} <Debug> HTTP-Session: 75138873-4511-4fcd-8690-4982214da9f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4868 | 2024.07.30 01:32:55.165759 [ 3 ] {} <Trace> HTTP-Session: 75138873-4511-4fcd-8690-4982214da9f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4869 | 2024.07.30 01:32:55.165858 [ 3 ] {b7bf47cd-3f23-4646-88a7-e8c484210be6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4870 | 2024.07.30 01:32:55.165902 [ 3 ] {b7bf47cd-3f23-4646-88a7-e8c484210be6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 4871 | 2024.07.30 01:32:55.166036 [ 3 ] {b7bf47cd-3f23-4646-88a7-e8c484210be6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4872 | 2024.07.30 01:32:55.166309 [ 3 ] {b7bf47cd-3f23-4646-88a7-e8c484210be6} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4873 | 2024.07.30 01:32:55.166345 [ 3 ] {b7bf47cd-3f23-4646-88a7-e8c484210be6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4874 | 2024.07.30 01:32:55.166688 [ 3 ] {b7bf47cd-3f23-4646-88a7-e8c484210be6} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4875 | 2024.07.30 01:32:55.167004 [ 3 ] {b7bf47cd-3f23-4646-88a7-e8c484210be6} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4876 | 2024.07.30 01:32:55.167154 [ 3 ] {b7bf47cd-3f23-4646-88a7-e8c484210be6} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.00132 sec., 17424.242424242424 rows/sec., 942.53 KiB/sec. | ||
| 4877 | 2024.07.30 01:32:55.167302 [ 3 ] {b7bf47cd-3f23-4646-88a7-e8c484210be6} <Debug> DynamicQueryHandler: Done processing query | ||
| 4878 | 2024.07.30 01:32:55.167325 [ 3 ] {b7bf47cd-3f23-4646-88a7-e8c484210be6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4879 | 2024.07.30 01:32:55.167341 [ 3 ] {} <Debug> HTTP-Session: 75138873-4511-4fcd-8690-4982214da9f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4880 | 2024.07.30 01:32:55.167443 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4881 | 2024.07.30 01:32:55.167488 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4882 | 2024.07.30 01:32:55.167507 [ 3 ] {} <Debug> HTTP-Session: 12030ce6-f208-4898-8340-6f533e74d44d Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4883 | 2024.07.30 01:32:55.167523 [ 3 ] {} <Debug> HTTP-Session: 12030ce6-f208-4898-8340-6f533e74d44d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4884 | 2024.07.30 01:32:55.167536 [ 3 ] {} <Debug> HTTP-Session: 12030ce6-f208-4898-8340-6f533e74d44d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4885 | 2024.07.30 01:32:55.167566 [ 3 ] {} <Trace> HTTP-Session: 12030ce6-f208-4898-8340-6f533e74d44d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4886 | 2024.07.30 01:32:55.167692 [ 3 ] {ad8abad1-a8a4-4f2f-a458-40fe08151e39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4887 | 2024.07.30 01:32:55.167734 [ 3 ] {ad8abad1-a8a4-4f2f-a458-40fe08151e39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4888 | 2024.07.30 01:32:55.167859 [ 3 ] {ad8abad1-a8a4-4f2f-a458-40fe08151e39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4889 | 2024.07.30 01:32:55.168139 [ 3 ] {ad8abad1-a8a4-4f2f-a458-40fe08151e39} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4890 | 2024.07.30 01:32:55.168174 [ 3 ] {ad8abad1-a8a4-4f2f-a458-40fe08151e39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4891 | 2024.07.30 01:32:55.168515 [ 3 ] {ad8abad1-a8a4-4f2f-a458-40fe08151e39} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4892 | 2024.07.30 01:32:55.168833 [ 3 ] {ad8abad1-a8a4-4f2f-a458-40fe08151e39} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4893 | 2024.07.30 01:32:55.168986 [ 3 ] {ad8abad1-a8a4-4f2f-a458-40fe08151e39} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001338 sec., 44843.04932735426 rows/sec., 3.02 MiB/sec. | ||
| 4894 | 2024.07.30 01:32:55.169153 [ 3 ] {ad8abad1-a8a4-4f2f-a458-40fe08151e39} <Debug> DynamicQueryHandler: Done processing query | ||
| 4895 | 2024.07.30 01:32:55.169176 [ 3 ] {ad8abad1-a8a4-4f2f-a458-40fe08151e39} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4896 | 2024.07.30 01:32:55.169192 [ 3 ] {} <Debug> HTTP-Session: 12030ce6-f208-4898-8340-6f533e74d44d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4897 | 2024.07.30 01:32:57.805415 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4898 | 2024.07.30 01:32:57.805510 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4899 | 2024.07.30 01:33:00.140725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4900 | 2024.07.30 01:33:00.140854 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4901 | 2024.07.30 01:33:00.140884 [ 3 ] {} <Debug> HTTP-Session: 392aab96-1c08-462e-bb3e-a4cd45d46374 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4902 | 2024.07.30 01:33:00.140911 [ 3 ] {} <Debug> HTTP-Session: 392aab96-1c08-462e-bb3e-a4cd45d46374 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4903 | 2024.07.30 01:33:00.140929 [ 3 ] {} <Debug> HTTP-Session: 392aab96-1c08-462e-bb3e-a4cd45d46374 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4904 | 2024.07.30 01:33:00.140984 [ 3 ] {} <Trace> HTTP-Session: 392aab96-1c08-462e-bb3e-a4cd45d46374 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4905 | 2024.07.30 01:33:00.141196 [ 3 ] {297824d1-1a2d-420f-95f1-f51c70c1da2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 4906 | 2024.07.30 01:33:00.141272 [ 3 ] {297824d1-1a2d-420f-95f1-f51c70c1da2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4907 | 2024.07.30 01:33:00.141490 [ 3 ] {297824d1-1a2d-420f-95f1-f51c70c1da2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4908 | 2024.07.30 01:33:00.141924 [ 3 ] {297824d1-1a2d-420f-95f1-f51c70c1da2d} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4909 | 2024.07.30 01:33:00.141972 [ 3 ] {297824d1-1a2d-420f-95f1-f51c70c1da2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4910 | 2024.07.30 01:33:00.142338 [ 3 ] {297824d1-1a2d-420f-95f1-f51c70c1da2d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4911 | 2024.07.30 01:33:00.142678 [ 3 ] {297824d1-1a2d-420f-95f1-f51c70c1da2d} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4912 | 2024.07.30 01:33:00.142829 [ 3 ] {297824d1-1a2d-420f-95f1-f51c70c1da2d} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001692 sec., 2364.066193853428 rows/sec., 192.77 KiB/sec. | ||
| 4913 | 2024.07.30 01:33:00.142858 [ 134 ] {} <Debug> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 4914 | 2024.07.30 01:33:00.142959 [ 134 ] {} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4915 | 2024.07.30 01:33:00.143007 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4916 | 2024.07.30 01:33:00.143151 [ 3 ] {297824d1-1a2d-420f-95f1-f51c70c1da2d} <Debug> DynamicQueryHandler: Done processing query | ||
| 4917 | 2024.07.30 01:33:00.143240 [ 3 ] {297824d1-1a2d-420f-95f1-f51c70c1da2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4918 | 2024.07.30 01:33:00.143324 [ 3 ] {} <Debug> HTTP-Session: 392aab96-1c08-462e-bb3e-a4cd45d46374 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4919 | 2024.07.30 01:33:00.143550 [ 193 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::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 | ||
| 4920 | 2024.07.30 01:33:00.143585 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 13093, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4921 | 2024.07.30 01:33:00.143676 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4922 | 2024.07.30 01:33:00.143725 [ 3 ] {} <Debug> HTTP-Session: 28f329f2-1bc2-4e75-898e-9331fab2e7cd Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4923 | 2024.07.30 01:33:00.143763 [ 3 ] {} <Debug> HTTP-Session: 28f329f2-1bc2-4e75-898e-9331fab2e7cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4924 | 2024.07.30 01:33:00.143804 [ 3 ] {} <Debug> HTTP-Session: 28f329f2-1bc2-4e75-898e-9331fab2e7cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4925 | 2024.07.30 01:33:00.143894 [ 3 ] {} <Trace> HTTP-Session: 28f329f2-1bc2-4e75-898e-9331fab2e7cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4926 | 2024.07.30 01:33:00.143923 [ 193 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4927 | 2024.07.30 01:33:00.143976 [ 193 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part | ||
| 4928 | 2024.07.30 01:33:00.144217 [ 193 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
| 4929 | 2024.07.30 01:33:00.144212 [ 3 ] {087712c1-2481-4b98-9512-b3bcec9cea8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4930 | 2024.07.30 01:33:00.144400 [ 3 ] {087712c1-2481-4b98-9512-b3bcec9cea8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4931 | 2024.07.30 01:33:00.144540 [ 193 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::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 | ||
| 4932 | 2024.07.30 01:33:00.144871 [ 193 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::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 | ||
| 4933 | 2024.07.30 01:33:00.145215 [ 193 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::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 | ||
| 4934 | 2024.07.30 01:33:00.145473 [ 3 ] {087712c1-2481-4b98-9512-b3bcec9cea8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4935 | 2024.07.30 01:33:00.145512 [ 193 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
| 4936 | 2024.07.30 01:33:00.146553 [ 3 ] {087712c1-2481-4b98-9512-b3bcec9cea8d} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4937 | 2024.07.30 01:33:00.146614 [ 3 ] {087712c1-2481-4b98-9512-b3bcec9cea8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 4938 | 2024.07.30 01:33:00.147471 [ 3 ] {087712c1-2481-4b98-9512-b3bcec9cea8d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4939 | 2024.07.30 01:33:00.148232 [ 195 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 4 columns (4 merged, 0 gathered) in 0.005132852 sec., 4675.763104020923 rows/sec., 381.28 KiB/sec. | ||
| 4940 | 2024.07.30 01:33:00.148359 [ 3 ] {087712c1-2481-4b98-9512-b3bcec9cea8d} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4941 | 2024.07.30 01:33:00.148373 [ 195 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 4942 | 2024.07.30 01:33:00.148594 [ 134 ] {} <Debug> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4943 | 2024.07.30 01:33:00.148623 [ 3 ] {087712c1-2481-4b98-9512-b3bcec9cea8d} <Debug> executeQuery: Read 94 rows, 7.36 KiB in 0.004586 sec., 20497.165285651987 rows/sec., 1.57 MiB/sec. | ||
| 4944 | 2024.07.30 01:33:00.148726 [ 134 ] {} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4945 | 2024.07.30 01:33:00.148878 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 4946 | 2024.07.30 01:33:00.149266 [ 3 ] {087712c1-2481-4b98-9512-b3bcec9cea8d} <Debug> DynamicQueryHandler: Done processing query | ||
| 4947 | 2024.07.30 01:33:00.149362 [ 3 ] {087712c1-2481-4b98-9512-b3bcec9cea8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 4948 | 2024.07.30 01:33:00.149351 [ 193 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::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 | ||
| 4949 | 2024.07.30 01:33:00.149446 [ 3 ] {} <Debug> HTTP-Session: 28f329f2-1bc2-4e75-898e-9331fab2e7cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4950 | 2024.07.30 01:33:00.149767 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4951 | 2024.07.30 01:33:00.149857 [ 195 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_6_1} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4952 | 2024.07.30 01:33:00.149970 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4953 | 2024.07.30 01:33:00.150095 [ 193 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4954 | 2024.07.30 01:33:00.150114 [ 3 ] {} <Debug> HTTP-Session: 88dde470-402e-46dd-a87e-b568ab228538 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4955 | 2024.07.30 01:33:00.150219 [ 3 ] {} <Debug> HTTP-Session: 88dde470-402e-46dd-a87e-b568ab228538 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4956 | 2024.07.30 01:33:00.150261 [ 193 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 295 rows starting from the beginning of the part | ||
| 4957 | 2024.07.30 01:33:00.150286 [ 195 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_6_1} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 4958 | 2024.07.30 01:33:00.150296 [ 3 ] {} <Debug> HTTP-Session: 88dde470-402e-46dd-a87e-b568ab228538 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4959 | 2024.07.30 01:33:00.150516 [ 3 ] {} <Trace> HTTP-Session: 88dde470-402e-46dd-a87e-b568ab228538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4960 | 2024.07.30 01:33:00.150738 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4961 | 2024.07.30 01:33:00.150786 [ 193 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part | ||
| 4962 | 2024.07.30 01:33:00.151049 [ 3 ] {c025682b-9c2b-4135-9362-d4ee04bf999f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4963 | 2024.07.30 01:33:00.151172 [ 193 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 257 rows starting from the beginning of the part | ||
| 4964 | 2024.07.30 01:33:00.151327 [ 3 ] {c025682b-9c2b-4135-9362-d4ee04bf999f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4965 | 2024.07.30 01:33:00.151574 [ 193 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 56 rows starting from the beginning of the part | ||
| 4966 | 2024.07.30 01:33:00.151911 [ 193 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 256 rows starting from the beginning of the part | ||
| 4967 | 2024.07.30 01:33:00.152270 [ 193 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 94 rows starting from the beginning of the part | ||
| 4968 | 2024.07.30 01:33:00.152830 [ 3 ] {c025682b-9c2b-4135-9362-d4ee04bf999f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4969 | 2024.07.30 01:33:00.153602 [ 3 ] {c025682b-9c2b-4135-9362-d4ee04bf999f} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4970 | 2024.07.30 01:33:00.153687 [ 3 ] {c025682b-9c2b-4135-9362-d4ee04bf999f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 4971 | 2024.07.30 01:33:00.154536 [ 3 ] {c025682b-9c2b-4135-9362-d4ee04bf999f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4972 | 2024.07.30 01:33:00.155132 [ 193 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1014 rows, containing 4 columns (4 merged, 0 gathered) in 0.006068342 sec., 167096.7127429535 rows/sec., 14.26 MiB/sec. | ||
| 4973 | 2024.07.30 01:33:00.155235 [ 3 ] {c025682b-9c2b-4135-9362-d4ee04bf999f} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4974 | 2024.07.30 01:33:00.155460 [ 193 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4975 | 2024.07.30 01:33:00.155664 [ 134 ] {} <Debug> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 4976 | 2024.07.30 01:33:00.155810 [ 134 ] {} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4977 | 2024.07.30 01:33:00.155892 [ 3 ] {c025682b-9c2b-4135-9362-d4ee04bf999f} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.005028 sec., 795.5449482895783 rows/sec., 55.55 KiB/sec. | ||
| 4978 | 2024.07.30 01:33:00.155926 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 4979 | 2024.07.30 01:33:00.156957 [ 198 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::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 | ||
| 4980 | 2024.07.30 01:33:00.157046 [ 3 ] {c025682b-9c2b-4135-9362-d4ee04bf999f} <Debug> DynamicQueryHandler: Done processing query | ||
| 4981 | 2024.07.30 01:33:00.157114 [ 3 ] {c025682b-9c2b-4135-9362-d4ee04bf999f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4982 | 2024.07.30 01:33:00.157196 [ 3 ] {} <Debug> HTTP-Session: 88dde470-402e-46dd-a87e-b568ab228538 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4983 | 2024.07.30 01:33:00.157410 [ 193 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_26_5} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4984 | 2024.07.30 01:33:00.157438 [ 198 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4985 | 2024.07.30 01:33:00.157459 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 15620, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4986 | 2024.07.30 01:33:00.157542 [ 198 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part | ||
| 4987 | 2024.07.30 01:33:00.157610 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4988 | 2024.07.30 01:33:00.157660 [ 193 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_26_5} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4989 | 2024.07.30 01:33:00.157692 [ 3 ] {} <Debug> HTTP-Session: 0348c719-6c57-4575-b3a5-a4dbc30bbb59 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 4990 | 2024.07.30 01:33:00.157810 [ 3 ] {} <Debug> HTTP-Session: 0348c719-6c57-4575-b3a5-a4dbc30bbb59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4991 | 2024.07.30 01:33:00.157934 [ 3 ] {} <Debug> HTTP-Session: 0348c719-6c57-4575-b3a5-a4dbc30bbb59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4992 | 2024.07.30 01:33:00.158020 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 4993 | 2024.07.30 01:33:00.158097 [ 198 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
| 4994 | 2024.07.30 01:33:00.158126 [ 3 ] {} <Trace> HTTP-Session: 0348c719-6c57-4575-b3a5-a4dbc30bbb59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4995 | 2024.07.30 01:33:00.158303 [ 198 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::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 | ||
| 4996 | 2024.07.30 01:33:00.158621 [ 3 ] {63a440be-0bb0-4d83-9d48-0d5a4cde8f83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4997 | 2024.07.30 01:33:00.158667 [ 198 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::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 | ||
| 4998 | 2024.07.30 01:33:00.158754 [ 3 ] {63a440be-0bb0-4d83-9d48-0d5a4cde8f83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4999 | 2024.07.30 01:33:00.158956 [ 198 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::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 | ||
| 5000 | 2024.07.30 01:33:00.159266 [ 198 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
| 5001 | 2024.07.30 01:33:00.159921 [ 3 ] {63a440be-0bb0-4d83-9d48-0d5a4cde8f83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5002 | 2024.07.30 01:33:00.160694 [ 3 ] {63a440be-0bb0-4d83-9d48-0d5a4cde8f83} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5003 | 2024.07.30 01:33:00.160754 [ 3 ] {63a440be-0bb0-4d83-9d48-0d5a4cde8f83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5004 | 2024.07.30 01:33:00.161627 [ 3 ] {63a440be-0bb0-4d83-9d48-0d5a4cde8f83} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5005 | 2024.07.30 01:33:00.161938 [ 198 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 4 columns (4 merged, 0 gathered) in 0.005786959 sec., 4147.255924916696 rows/sec., 289.58 KiB/sec. | ||
| 5006 | 2024.07.30 01:33:00.162165 [ 198 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 5007 | 2024.07.30 01:33:00.162386 [ 3 ] {63a440be-0bb0-4d83-9d48-0d5a4cde8f83} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5008 | 2024.07.30 01:33:00.162766 [ 134 ] {} <Debug> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5009 | 2024.07.30 01:33:00.162864 [ 134 ] {} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5010 | 2024.07.30 01:33:00.162881 [ 3 ] {63a440be-0bb0-4d83-9d48-0d5a4cde8f83} <Debug> executeQuery: Read 92 rows, 7.34 KiB in 0.004414 sec., 20842.772995015857 rows/sec., 1.62 MiB/sec. | ||
| 5011 | 2024.07.30 01:33:00.162912 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 5012 | 2024.07.30 01:33:00.163288 [ 198 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_6_1} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5013 | 2024.07.30 01:33:00.163344 [ 196 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::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 | ||
| 5014 | 2024.07.30 01:33:00.163452 [ 3 ] {63a440be-0bb0-4d83-9d48-0d5a4cde8f83} <Debug> DynamicQueryHandler: Done processing query | ||
| 5015 | 2024.07.30 01:33:00.163479 [ 198 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_6_1} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 5016 | 2024.07.30 01:33:00.163519 [ 3 ] {63a440be-0bb0-4d83-9d48-0d5a4cde8f83} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 5017 | 2024.07.30 01:33:00.163590 [ 3 ] {} <Debug> HTTP-Session: 0348c719-6c57-4575-b3a5-a4dbc30bbb59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5018 | 2024.07.30 01:33:00.163763 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 5019 | 2024.07.30 01:33:00.163803 [ 196 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5020 | 2024.07.30 01:33:00.163865 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 38010, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5021 | 2024.07.30 01:33:00.163885 [ 196 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 465 rows starting from the beginning of the part | ||
| 5022 | 2024.07.30 01:33:00.163937 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5023 | 2024.07.30 01:33:00.163976 [ 3 ] {} <Debug> HTTP-Session: 08b5b994-46ba-40ba-a7d7-41959a732830 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5024 | 2024.07.30 01:33:00.164064 [ 3 ] {} <Debug> HTTP-Session: 08b5b994-46ba-40ba-a7d7-41959a732830 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5025 | 2024.07.30 01:33:00.164135 [ 196 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 64 rows starting from the beginning of the part | ||
| 5026 | 2024.07.30 01:33:00.164137 [ 3 ] {} <Debug> HTTP-Session: 08b5b994-46ba-40ba-a7d7-41959a732830 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5027 | 2024.07.30 01:33:00.164314 [ 3 ] {} <Trace> HTTP-Session: 08b5b994-46ba-40ba-a7d7-41959a732830 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5028 | 2024.07.30 01:33:00.164433 [ 196 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 419 rows starting from the beginning of the part | ||
| 5029 | 2024.07.30 01:33:00.164641 [ 196 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 64 rows starting from the beginning of the part | ||
| 5030 | 2024.07.30 01:33:00.164753 [ 3 ] {20edb7bb-d6de-4370-b940-f4e1882d6aad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5031 | 2024.07.30 01:33:00.164905 [ 196 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 417 rows starting from the beginning of the part | ||
| 5032 | 2024.07.30 01:33:00.165024 [ 3 ] {20edb7bb-d6de-4370-b940-f4e1882d6aad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5033 | 2024.07.30 01:33:00.165202 [ 196 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 92 rows starting from the beginning of the part | ||
| 5034 | 2024.07.30 01:33:00.165934 [ 3 ] {20edb7bb-d6de-4370-b940-f4e1882d6aad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5035 | 2024.07.30 01:33:00.166876 [ 3 ] {20edb7bb-d6de-4370-b940-f4e1882d6aad} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5036 | 2024.07.30 01:33:00.166945 [ 3 ] {20edb7bb-d6de-4370-b940-f4e1882d6aad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5037 | 2024.07.30 01:33:00.167881 [ 3 ] {20edb7bb-d6de-4370-b940-f4e1882d6aad} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5038 | 2024.07.30 01:33:00.168261 [ 196 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1521 rows, containing 4 columns (4 merged, 0 gathered) in 0.005184803 sec., 293357.33681684727 rows/sec., 21.17 MiB/sec. | ||
| 5039 | 2024.07.30 01:33:00.168503 [ 196 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5040 | 2024.07.30 01:33:00.168667 [ 3 ] {20edb7bb-d6de-4370-b940-f4e1882d6aad} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5041 | 2024.07.30 01:33:00.169038 [ 3 ] {20edb7bb-d6de-4370-b940-f4e1882d6aad} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.004506 sec., 43941.41145139814 rows/sec., 3.07 MiB/sec. | ||
| 5042 | 2024.07.30 01:33:00.169061 [ 134 ] {} <Debug> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5043 | 2024.07.30 01:33:00.169246 [ 134 ] {} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5044 | 2024.07.30 01:33:00.169383 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5045 | 2024.07.30 01:33:00.169677 [ 196 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_26_5} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5046 | 2024.07.30 01:33:00.169739 [ 3 ] {20edb7bb-d6de-4370-b940-f4e1882d6aad} <Debug> DynamicQueryHandler: Done processing query | ||
| 5047 | 2024.07.30 01:33:00.169855 [ 3 ] {20edb7bb-d6de-4370-b940-f4e1882d6aad} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 5048 | 2024.07.30 01:33:00.169971 [ 3 ] {} <Debug> HTTP-Session: 08b5b994-46ba-40ba-a7d7-41959a732830 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5049 | 2024.07.30 01:33:00.170014 [ 196 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_26_5} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5050 | 2024.07.30 01:33:00.170396 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 5051 | 2024.07.30 01:33:00.170439 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5052 | 2024.07.30 01:33:00.170531 [ 199 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 5053 | 2024.07.30 01:33:00.170597 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5054 | 2024.07.30 01:33:00.170664 [ 3 ] {} <Debug> HTTP-Session: 0fe113a8-457d-41f6-8629-c89e9be5ba01 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5055 | 2024.07.30 01:33:00.170685 [ 3 ] {} <Debug> HTTP-Session: 0fe113a8-457d-41f6-8629-c89e9be5ba01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5056 | 2024.07.30 01:33:00.170699 [ 3 ] {} <Debug> HTTP-Session: 0fe113a8-457d-41f6-8629-c89e9be5ba01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5057 | 2024.07.30 01:33:00.170750 [ 3 ] {} <Trace> HTTP-Session: 0fe113a8-457d-41f6-8629-c89e9be5ba01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5058 | 2024.07.30 01:33:00.170800 [ 199 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5059 | 2024.07.30 01:33:00.170849 [ 199 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 3195 rows starting from the beginning of the part | ||
| 5060 | 2024.07.30 01:33:00.170931 [ 3 ] {62395905-eba4-44db-9ab6-8ec2a71fee9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5061 | 2024.07.30 01:33:00.171062 [ 199 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 5062 | 2024.07.30 01:33:00.171069 [ 3 ] {62395905-eba4-44db-9ab6-8ec2a71fee9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5063 | 2024.07.30 01:33:00.171409 [ 199 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 163 rows starting from the beginning of the part | ||
| 5064 | 2024.07.30 01:33:00.171649 [ 199 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 5065 | 2024.07.30 01:33:00.171862 [ 199 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 162 rows starting from the beginning of the part | ||
| 5066 | 2024.07.30 01:33:00.171899 [ 3 ] {62395905-eba4-44db-9ab6-8ec2a71fee9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5067 | 2024.07.30 01:33:00.172067 [ 199 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 198 rows starting from the beginning of the part | ||
| 5068 | 2024.07.30 01:33:00.172504 [ 3 ] {62395905-eba4-44db-9ab6-8ec2a71fee9a} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5069 | 2024.07.30 01:33:00.172546 [ 3 ] {62395905-eba4-44db-9ab6-8ec2a71fee9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5070 | 2024.07.30 01:33:00.173018 [ 3 ] {62395905-eba4-44db-9ab6-8ec2a71fee9a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5071 | 2024.07.30 01:33:00.173595 [ 3 ] {62395905-eba4-44db-9ab6-8ec2a71fee9a} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5072 | 2024.07.30 01:33:00.173834 [ 134 ] {} <Debug> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5073 | 2024.07.30 01:33:00.173861 [ 3 ] {62395905-eba4-44db-9ab6-8ec2a71fee9a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003007 sec., 19953.441968739608 rows/sec., 1.34 MiB/sec. | ||
| 5074 | 2024.07.30 01:33:00.173881 [ 134 ] {} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5075 | 2024.07.30 01:33:00.173963 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5076 | 2024.07.30 01:33:00.174399 [ 3 ] {62395905-eba4-44db-9ab6-8ec2a71fee9a} <Debug> DynamicQueryHandler: Done processing query | ||
| 5077 | 2024.07.30 01:33:00.174498 [ 3 ] {62395905-eba4-44db-9ab6-8ec2a71fee9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5078 | 2024.07.30 01:33:00.174590 [ 3 ] {} <Debug> HTTP-Session: 0fe113a8-457d-41f6-8629-c89e9be5ba01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5079 | 2024.07.30 01:33:00.174584 [ 196 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 5080 | 2024.07.30 01:33:00.175156 [ 196 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5081 | 2024.07.30 01:33:00.175175 [ 198 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4038 rows, containing 5 columns (5 merged, 0 gathered) in 0.005591426 sec., 722177.1333466632 rows/sec., 50.35 MiB/sec. | ||
| 5082 | 2024.07.30 01:33:00.175272 [ 196 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1120 rows starting from the beginning of the part | ||
| 5083 | 2024.07.30 01:33:00.175555 [ 196 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 5084 | 2024.07.30 01:33:00.175765 [ 196 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 5085 | 2024.07.30 01:33:00.175851 [ 190 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5086 | 2024.07.30 01:33:00.175991 [ 196 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 5087 | 2024.07.30 01:33:00.176268 [ 196 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 5088 | 2024.07.30 01:33:00.176608 [ 196 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 5089 | 2024.07.30 01:33:00.177618 [ 190 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5090 | 2024.07.30 01:33:00.177838 [ 190 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5091 | 2024.07.30 01:33:00.177973 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
| 5092 | 2024.07.30 01:33:00.178685 [ 198 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1420 rows, containing 4 columns (4 merged, 0 gathered) in 0.004543607 sec., 312527.0297365067 rows/sec., 21.06 MiB/sec. | ||
| 5093 | 2024.07.30 01:33:00.178874 [ 198 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5094 | 2024.07.30 01:33:00.179246 [ 198 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_26_5} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5095 | 2024.07.30 01:33:00.179323 [ 198 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_26_5} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5096 | 2024.07.30 01:33:00.179404 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
| 5097 | 2024.07.30 01:33:05.144520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 5193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5098 | 2024.07.30 01:33:05.144653 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5099 | 2024.07.30 01:33:05.144680 [ 3 ] {} <Debug> HTTP-Session: 419ec685-b011-4c4b-9e4e-52fc2b2d511e Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5100 | 2024.07.30 01:33:05.144705 [ 3 ] {} <Debug> HTTP-Session: 419ec685-b011-4c4b-9e4e-52fc2b2d511e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5101 | 2024.07.30 01:33:05.144719 [ 3 ] {} <Debug> HTTP-Session: 419ec685-b011-4c4b-9e4e-52fc2b2d511e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5102 | 2024.07.30 01:33:05.144769 [ 3 ] {} <Trace> HTTP-Session: 419ec685-b011-4c4b-9e4e-52fc2b2d511e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5103 | 2024.07.30 01:33:05.144966 [ 3 ] {77ec83f1-14b2-450b-b855-2dc2c377eed6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5104 | 2024.07.30 01:33:05.145035 [ 3 ] {77ec83f1-14b2-450b-b855-2dc2c377eed6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5105 | 2024.07.30 01:33:05.145231 [ 3 ] {77ec83f1-14b2-450b-b855-2dc2c377eed6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5106 | 2024.07.30 01:33:05.145769 [ 3 ] {77ec83f1-14b2-450b-b855-2dc2c377eed6} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5107 | 2024.07.30 01:33:05.145818 [ 3 ] {77ec83f1-14b2-450b-b855-2dc2c377eed6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5108 | 2024.07.30 01:33:05.146195 [ 3 ] {77ec83f1-14b2-450b-b855-2dc2c377eed6} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5109 | 2024.07.30 01:33:05.146543 [ 3 ] {77ec83f1-14b2-450b-b855-2dc2c377eed6} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5110 | 2024.07.30 01:33:05.146721 [ 3 ] {77ec83f1-14b2-450b-b855-2dc2c377eed6} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001807 sec., 20475.926950747096 rows/sec., 1.54 MiB/sec. | ||
| 5111 | 2024.07.30 01:33:05.146973 [ 3 ] {77ec83f1-14b2-450b-b855-2dc2c377eed6} <Debug> DynamicQueryHandler: Done processing query | ||
| 5112 | 2024.07.30 01:33:05.147000 [ 3 ] {77ec83f1-14b2-450b-b855-2dc2c377eed6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5113 | 2024.07.30 01:33:05.147016 [ 3 ] {} <Debug> HTTP-Session: 419ec685-b011-4c4b-9e4e-52fc2b2d511e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5114 | 2024.07.30 01:33:05.147207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 38407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5115 | 2024.07.30 01:33:05.147266 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5116 | 2024.07.30 01:33:05.147287 [ 3 ] {} <Debug> HTTP-Session: eaac0737-400b-4237-883a-39f8b4cf80ec Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5117 | 2024.07.30 01:33:05.147305 [ 3 ] {} <Debug> HTTP-Session: eaac0737-400b-4237-883a-39f8b4cf80ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5118 | 2024.07.30 01:33:05.147319 [ 3 ] {} <Debug> HTTP-Session: eaac0737-400b-4237-883a-39f8b4cf80ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5119 | 2024.07.30 01:33:05.147355 [ 3 ] {} <Trace> HTTP-Session: eaac0737-400b-4237-883a-39f8b4cf80ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5120 | 2024.07.30 01:33:05.147541 [ 3 ] {16a1c574-7082-4124-9a59-6268e49892af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5121 | 2024.07.30 01:33:05.147590 [ 3 ] {16a1c574-7082-4124-9a59-6268e49892af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5122 | 2024.07.30 01:33:05.147724 [ 3 ] {16a1c574-7082-4124-9a59-6268e49892af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5123 | 2024.07.30 01:33:05.148221 [ 3 ] {16a1c574-7082-4124-9a59-6268e49892af} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5124 | 2024.07.30 01:33:05.148259 [ 3 ] {16a1c574-7082-4124-9a59-6268e49892af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5125 | 2024.07.30 01:33:05.148596 [ 3 ] {16a1c574-7082-4124-9a59-6268e49892af} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5126 | 2024.07.30 01:33:05.148912 [ 3 ] {16a1c574-7082-4124-9a59-6268e49892af} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5127 | 2024.07.30 01:33:05.149070 [ 3 ] {16a1c574-7082-4124-9a59-6268e49892af} <Debug> executeQuery: Read 254 rows, 22.97 KiB in 0.001622 sec., 156596.79408138103 rows/sec., 13.83 MiB/sec. | ||
| 5128 | 2024.07.30 01:33:05.149248 [ 3 ] {16a1c574-7082-4124-9a59-6268e49892af} <Debug> DynamicQueryHandler: Done processing query | ||
| 5129 | 2024.07.30 01:33:05.149273 [ 3 ] {16a1c574-7082-4124-9a59-6268e49892af} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 5130 | 2024.07.30 01:33:05.149289 [ 3 ] {} <Debug> HTTP-Session: eaac0737-400b-4237-883a-39f8b4cf80ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5131 | 2024.07.30 01:33:05.149580 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 66831, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5132 | 2024.07.30 01:33:05.149640 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5133 | 2024.07.30 01:33:05.149661 [ 3 ] {} <Debug> HTTP-Session: cb746282-9a50-4e4f-8b4e-eda9ab99040b Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5134 | 2024.07.30 01:33:05.149678 [ 3 ] {} <Debug> HTTP-Session: cb746282-9a50-4e4f-8b4e-eda9ab99040b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5135 | 2024.07.30 01:33:05.149692 [ 3 ] {} <Debug> HTTP-Session: cb746282-9a50-4e4f-8b4e-eda9ab99040b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5136 | 2024.07.30 01:33:05.149725 [ 3 ] {} <Trace> HTTP-Session: cb746282-9a50-4e4f-8b4e-eda9ab99040b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5137 | 2024.07.30 01:33:05.149948 [ 3 ] {33661897-c1bf-4f69-b4b9-3c6105a2312d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5138 | 2024.07.30 01:33:05.149993 [ 3 ] {33661897-c1bf-4f69-b4b9-3c6105a2312d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5139 | 2024.07.30 01:33:05.150129 [ 3 ] {33661897-c1bf-4f69-b4b9-3c6105a2312d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5140 | 2024.07.30 01:33:05.150724 [ 3 ] {33661897-c1bf-4f69-b4b9-3c6105a2312d} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5141 | 2024.07.30 01:33:05.150763 [ 3 ] {33661897-c1bf-4f69-b4b9-3c6105a2312d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5142 | 2024.07.30 01:33:05.151098 [ 3 ] {33661897-c1bf-4f69-b4b9-3c6105a2312d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5143 | 2024.07.30 01:33:05.151420 [ 3 ] {33661897-c1bf-4f69-b4b9-3c6105a2312d} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5144 | 2024.07.30 01:33:05.151573 [ 3 ] {33661897-c1bf-4f69-b4b9-3c6105a2312d} <Debug> executeQuery: Read 413 rows, 29.96 KiB in 0.001737 sec., 237766.26367299943 rows/sec., 16.84 MiB/sec. | ||
| 5145 | 2024.07.30 01:33:05.151840 [ 3 ] {33661897-c1bf-4f69-b4b9-3c6105a2312d} <Debug> DynamicQueryHandler: Done processing query | ||
| 5146 | 2024.07.30 01:33:05.151872 [ 3 ] {33661897-c1bf-4f69-b4b9-3c6105a2312d} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 5147 | 2024.07.30 01:33:05.151899 [ 3 ] {} <Debug> HTTP-Session: cb746282-9a50-4e4f-8b4e-eda9ab99040b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5148 | 2024.07.30 01:33:05.152100 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5149 | 2024.07.30 01:33:05.152151 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5150 | 2024.07.30 01:33:05.152172 [ 3 ] {} <Debug> HTTP-Session: b8a327ec-89a4-490c-b995-be5408b801e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5151 | 2024.07.30 01:33:05.152188 [ 3 ] {} <Debug> HTTP-Session: b8a327ec-89a4-490c-b995-be5408b801e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5152 | 2024.07.30 01:33:05.152201 [ 3 ] {} <Debug> HTTP-Session: b8a327ec-89a4-490c-b995-be5408b801e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5153 | 2024.07.30 01:33:05.152235 [ 3 ] {} <Trace> HTTP-Session: b8a327ec-89a4-490c-b995-be5408b801e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5154 | 2024.07.30 01:33:05.152335 [ 3 ] {80f9af69-88c1-417c-b4cb-5eac1ab9d968} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 5155 | 2024.07.30 01:33:05.152384 [ 3 ] {80f9af69-88c1-417c-b4cb-5eac1ab9d968} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5156 | 2024.07.30 01:33:05.152540 [ 3 ] {80f9af69-88c1-417c-b4cb-5eac1ab9d968} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5157 | 2024.07.30 01:33:05.152834 [ 3 ] {80f9af69-88c1-417c-b4cb-5eac1ab9d968} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5158 | 2024.07.30 01:33:05.152873 [ 3 ] {80f9af69-88c1-417c-b4cb-5eac1ab9d968} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5159 | 2024.07.30 01:33:05.153237 [ 3 ] {80f9af69-88c1-417c-b4cb-5eac1ab9d968} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5160 | 2024.07.30 01:33:05.153563 [ 3 ] {80f9af69-88c1-417c-b4cb-5eac1ab9d968} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5161 | 2024.07.30 01:33:05.153725 [ 3 ] {80f9af69-88c1-417c-b4cb-5eac1ab9d968} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001408 sec., 4261.363636363636 rows/sec., 183.11 KiB/sec. | ||
| 5162 | 2024.07.30 01:33:05.153925 [ 3 ] {80f9af69-88c1-417c-b4cb-5eac1ab9d968} <Debug> DynamicQueryHandler: Done processing query | ||
| 5163 | 2024.07.30 01:33:05.153950 [ 3 ] {80f9af69-88c1-417c-b4cb-5eac1ab9d968} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 5164 | 2024.07.30 01:33:05.153965 [ 3 ] {} <Debug> HTTP-Session: b8a327ec-89a4-490c-b995-be5408b801e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5165 | 2024.07.30 01:33:05.154095 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5166 | 2024.07.30 01:33:05.154144 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5167 | 2024.07.30 01:33:05.154164 [ 3 ] {} <Debug> HTTP-Session: f47a09e7-93de-4fab-aaf2-79a2dfe06ff2 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5168 | 2024.07.30 01:33:05.154180 [ 3 ] {} <Debug> HTTP-Session: f47a09e7-93de-4fab-aaf2-79a2dfe06ff2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5169 | 2024.07.30 01:33:05.154193 [ 3 ] {} <Debug> HTTP-Session: f47a09e7-93de-4fab-aaf2-79a2dfe06ff2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5170 | 2024.07.30 01:33:05.154224 [ 3 ] {} <Trace> HTTP-Session: f47a09e7-93de-4fab-aaf2-79a2dfe06ff2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5171 | 2024.07.30 01:33:05.154343 [ 3 ] {6043af11-c4fd-4241-b071-468091176543} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 5172 | 2024.07.30 01:33:05.154389 [ 3 ] {6043af11-c4fd-4241-b071-468091176543} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 5173 | 2024.07.30 01:33:05.154533 [ 3 ] {6043af11-c4fd-4241-b071-468091176543} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5174 | 2024.07.30 01:33:05.154856 [ 3 ] {6043af11-c4fd-4241-b071-468091176543} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5175 | 2024.07.30 01:33:05.154894 [ 3 ] {6043af11-c4fd-4241-b071-468091176543} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5176 | 2024.07.30 01:33:05.155254 [ 3 ] {6043af11-c4fd-4241-b071-468091176543} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5177 | 2024.07.30 01:33:05.155594 [ 3 ] {6043af11-c4fd-4241-b071-468091176543} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5178 | 2024.07.30 01:33:05.155755 [ 3 ] {6043af11-c4fd-4241-b071-468091176543} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001449 sec., 53140.096618357486 rows/sec., 3.27 MiB/sec. | ||
| 5179 | 2024.07.30 01:33:05.156074 [ 3 ] {6043af11-c4fd-4241-b071-468091176543} <Debug> DynamicQueryHandler: Done processing query | ||
| 5180 | 2024.07.30 01:33:05.156098 [ 3 ] {6043af11-c4fd-4241-b071-468091176543} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5181 | 2024.07.30 01:33:05.156114 [ 3 ] {} <Debug> HTTP-Session: f47a09e7-93de-4fab-aaf2-79a2dfe06ff2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5182 | 2024.07.30 01:33:05.156290 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5183 | 2024.07.30 01:33:05.156339 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5184 | 2024.07.30 01:33:05.156357 [ 3 ] {} <Debug> HTTP-Session: 392613a1-c346-4b03-83cb-83078f643ca4 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5185 | 2024.07.30 01:33:05.156373 [ 3 ] {} <Debug> HTTP-Session: 392613a1-c346-4b03-83cb-83078f643ca4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5186 | 2024.07.30 01:33:05.156386 [ 3 ] {} <Debug> HTTP-Session: 392613a1-c346-4b03-83cb-83078f643ca4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5187 | 2024.07.30 01:33:05.156417 [ 3 ] {} <Trace> HTTP-Session: 392613a1-c346-4b03-83cb-83078f643ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5188 | 2024.07.30 01:33:05.156585 [ 3 ] {5fcc7f26-3b1b-495a-9777-bd6caf6e12b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5189 | 2024.07.30 01:33:05.156631 [ 3 ] {5fcc7f26-3b1b-495a-9777-bd6caf6e12b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5190 | 2024.07.30 01:33:05.156798 [ 3 ] {5fcc7f26-3b1b-495a-9777-bd6caf6e12b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5191 | 2024.07.30 01:33:05.157182 [ 3 ] {5fcc7f26-3b1b-495a-9777-bd6caf6e12b0} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5192 | 2024.07.30 01:33:05.157217 [ 3 ] {5fcc7f26-3b1b-495a-9777-bd6caf6e12b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5193 | 2024.07.30 01:33:05.157588 [ 3 ] {5fcc7f26-3b1b-495a-9777-bd6caf6e12b0} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5194 | 2024.07.30 01:33:05.157917 [ 3 ] {5fcc7f26-3b1b-495a-9777-bd6caf6e12b0} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5195 | 2024.07.30 01:33:05.158069 [ 3 ] {5fcc7f26-3b1b-495a-9777-bd6caf6e12b0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001567 sec., 102105.9349074665 rows/sec., 7.11 MiB/sec. | ||
| 5196 | 2024.07.30 01:33:05.158234 [ 3 ] {5fcc7f26-3b1b-495a-9777-bd6caf6e12b0} <Debug> DynamicQueryHandler: Done processing query | ||
| 5197 | 2024.07.30 01:33:05.158258 [ 3 ] {5fcc7f26-3b1b-495a-9777-bd6caf6e12b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5198 | 2024.07.30 01:33:05.158273 [ 3 ] {} <Debug> HTTP-Session: 392613a1-c346-4b03-83cb-83078f643ca4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5199 | 2024.07.30 01:33:05.158437 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 49838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5200 | 2024.07.30 01:33:05.158486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5201 | 2024.07.30 01:33:05.158504 [ 3 ] {} <Debug> HTTP-Session: a5e9063e-78ba-46ee-b949-02a29ac77a04 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5202 | 2024.07.30 01:33:05.158520 [ 3 ] {} <Debug> HTTP-Session: a5e9063e-78ba-46ee-b949-02a29ac77a04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5203 | 2024.07.30 01:33:05.158533 [ 3 ] {} <Debug> HTTP-Session: a5e9063e-78ba-46ee-b949-02a29ac77a04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5204 | 2024.07.30 01:33:05.158563 [ 3 ] {} <Trace> HTTP-Session: a5e9063e-78ba-46ee-b949-02a29ac77a04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5205 | 2024.07.30 01:33:05.158887 [ 3 ] {96f65591-8727-4510-86fd-24dc623cc4d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5206 | 2024.07.30 01:33:05.158951 [ 3 ] {96f65591-8727-4510-86fd-24dc623cc4d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 5207 | 2024.07.30 01:33:05.159365 [ 3 ] {96f65591-8727-4510-86fd-24dc623cc4d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5208 | 2024.07.30 01:33:05.160146 [ 3 ] {96f65591-8727-4510-86fd-24dc623cc4d4} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5209 | 2024.07.30 01:33:05.160182 [ 3 ] {96f65591-8727-4510-86fd-24dc623cc4d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5210 | 2024.07.30 01:33:05.160790 [ 3 ] {96f65591-8727-4510-86fd-24dc623cc4d4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5211 | 2024.07.30 01:33:05.161188 [ 3 ] {96f65591-8727-4510-86fd-24dc623cc4d4} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5212 | 2024.07.30 01:33:05.161385 [ 3 ] {96f65591-8727-4510-86fd-24dc623cc4d4} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002728 sec., 11363.636363636364 rows/sec., 20.36 MiB/sec. | ||
| 5213 | 2024.07.30 01:33:05.161826 [ 3 ] {96f65591-8727-4510-86fd-24dc623cc4d4} <Debug> DynamicQueryHandler: Done processing query | ||
| 5214 | 2024.07.30 01:33:05.161850 [ 3 ] {96f65591-8727-4510-86fd-24dc623cc4d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 5215 | 2024.07.30 01:33:05.161866 [ 3 ] {} <Debug> HTTP-Session: a5e9063e-78ba-46ee-b949-02a29ac77a04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5216 | 2024.07.30 01:33:05.161983 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5217 | 2024.07.30 01:33:05.162031 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5218 | 2024.07.30 01:33:05.162050 [ 3 ] {} <Debug> HTTP-Session: 6e84c5d5-8242-4875-82a2-e1e6436b89c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5219 | 2024.07.30 01:33:05.162090 [ 3 ] {} <Debug> HTTP-Session: 6e84c5d5-8242-4875-82a2-e1e6436b89c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5220 | 2024.07.30 01:33:05.162105 [ 3 ] {} <Debug> HTTP-Session: 6e84c5d5-8242-4875-82a2-e1e6436b89c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5221 | 2024.07.30 01:33:05.162135 [ 3 ] {} <Trace> HTTP-Session: 6e84c5d5-8242-4875-82a2-e1e6436b89c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5222 | 2024.07.30 01:33:05.162236 [ 3 ] {c7963ea7-3229-48f1-8afa-20f18e28517a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5223 | 2024.07.30 01:33:05.162279 [ 3 ] {c7963ea7-3229-48f1-8afa-20f18e28517a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 5224 | 2024.07.30 01:33:05.162418 [ 3 ] {c7963ea7-3229-48f1-8afa-20f18e28517a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5225 | 2024.07.30 01:33:05.162698 [ 3 ] {c7963ea7-3229-48f1-8afa-20f18e28517a} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5226 | 2024.07.30 01:33:05.162734 [ 3 ] {c7963ea7-3229-48f1-8afa-20f18e28517a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5227 | 2024.07.30 01:33:05.163076 [ 3 ] {c7963ea7-3229-48f1-8afa-20f18e28517a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5228 | 2024.07.30 01:33:05.163402 [ 3 ] {c7963ea7-3229-48f1-8afa-20f18e28517a} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5229 | 2024.07.30 01:33:05.163555 [ 3 ] {c7963ea7-3229-48f1-8afa-20f18e28517a} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001338 sec., 17189.8355754858 rows/sec., 929.85 KiB/sec. | ||
| 5230 | 2024.07.30 01:33:05.163846 [ 3 ] {c7963ea7-3229-48f1-8afa-20f18e28517a} <Debug> DynamicQueryHandler: Done processing query | ||
| 5231 | 2024.07.30 01:33:05.163870 [ 3 ] {c7963ea7-3229-48f1-8afa-20f18e28517a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 5232 | 2024.07.30 01:33:05.163886 [ 3 ] {} <Debug> HTTP-Session: 6e84c5d5-8242-4875-82a2-e1e6436b89c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5233 | 2024.07.30 01:33:05.163999 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5234 | 2024.07.30 01:33:05.164047 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5235 | 2024.07.30 01:33:05.164066 [ 3 ] {} <Debug> HTTP-Session: c0558bee-42e8-42ba-a4b7-07019f0d828f Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5236 | 2024.07.30 01:33:05.164083 [ 3 ] {} <Debug> HTTP-Session: c0558bee-42e8-42ba-a4b7-07019f0d828f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5237 | 2024.07.30 01:33:05.164096 [ 3 ] {} <Debug> HTTP-Session: c0558bee-42e8-42ba-a4b7-07019f0d828f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5238 | 2024.07.30 01:33:05.164126 [ 3 ] {} <Trace> HTTP-Session: c0558bee-42e8-42ba-a4b7-07019f0d828f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5239 | 2024.07.30 01:33:05.164239 [ 3 ] {bbb7a7c3-4ead-4e48-8a46-53f6f4f0b126} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5240 | 2024.07.30 01:33:05.164284 [ 3 ] {bbb7a7c3-4ead-4e48-8a46-53f6f4f0b126} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5241 | 2024.07.30 01:33:05.164433 [ 3 ] {bbb7a7c3-4ead-4e48-8a46-53f6f4f0b126} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5242 | 2024.07.30 01:33:05.164736 [ 3 ] {bbb7a7c3-4ead-4e48-8a46-53f6f4f0b126} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5243 | 2024.07.30 01:33:05.164772 [ 3 ] {bbb7a7c3-4ead-4e48-8a46-53f6f4f0b126} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5244 | 2024.07.30 01:33:05.165119 [ 3 ] {bbb7a7c3-4ead-4e48-8a46-53f6f4f0b126} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5245 | 2024.07.30 01:33:05.165434 [ 3 ] {bbb7a7c3-4ead-4e48-8a46-53f6f4f0b126} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5246 | 2024.07.30 01:33:05.165582 [ 3 ] {bbb7a7c3-4ead-4e48-8a46-53f6f4f0b126} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001382 sec., 43415.34008683068 rows/sec., 2.93 MiB/sec. | ||
| 5247 | 2024.07.30 01:33:05.165740 [ 3 ] {bbb7a7c3-4ead-4e48-8a46-53f6f4f0b126} <Debug> DynamicQueryHandler: Done processing query | ||
| 5248 | 2024.07.30 01:33:05.165765 [ 3 ] {bbb7a7c3-4ead-4e48-8a46-53f6f4f0b126} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5249 | 2024.07.30 01:33:05.165780 [ 3 ] {} <Debug> HTTP-Session: c0558bee-42e8-42ba-a4b7-07019f0d828f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5250 | 2024.07.30 01:33:10.137858 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5251 | 2024.07.30 01:33:10.138003 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5252 | 2024.07.30 01:33:10.138034 [ 3 ] {} <Debug> HTTP-Session: 362a40c0-33a1-4c95-994b-93d2eb3d641d Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5253 | 2024.07.30 01:33:10.138062 [ 3 ] {} <Debug> HTTP-Session: 362a40c0-33a1-4c95-994b-93d2eb3d641d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5254 | 2024.07.30 01:33:10.138080 [ 3 ] {} <Debug> HTTP-Session: 362a40c0-33a1-4c95-994b-93d2eb3d641d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5255 | 2024.07.30 01:33:10.138138 [ 3 ] {} <Trace> HTTP-Session: 362a40c0-33a1-4c95-994b-93d2eb3d641d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5256 | 2024.07.30 01:33:10.138322 [ 3 ] {43f1db6e-9b3a-41b4-b477-6c08ca11e49d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 5257 | 2024.07.30 01:33:10.138388 [ 3 ] {43f1db6e-9b3a-41b4-b477-6c08ca11e49d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5258 | 2024.07.30 01:33:10.138585 [ 3 ] {43f1db6e-9b3a-41b4-b477-6c08ca11e49d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5259 | 2024.07.30 01:33:10.139098 [ 3 ] {43f1db6e-9b3a-41b4-b477-6c08ca11e49d} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5260 | 2024.07.30 01:33:10.139138 [ 3 ] {43f1db6e-9b3a-41b4-b477-6c08ca11e49d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5261 | 2024.07.30 01:33:10.139496 [ 3 ] {43f1db6e-9b3a-41b4-b477-6c08ca11e49d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5262 | 2024.07.30 01:33:10.139827 [ 3 ] {43f1db6e-9b3a-41b4-b477-6c08ca11e49d} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5263 | 2024.07.30 01:33:10.139965 [ 3 ] {43f1db6e-9b3a-41b4-b477-6c08ca11e49d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001695 sec., 1179.9410029498526 rows/sec., 96.22 KiB/sec. | ||
| 5264 | 2024.07.30 01:33:10.140156 [ 3 ] {43f1db6e-9b3a-41b4-b477-6c08ca11e49d} <Debug> DynamicQueryHandler: Done processing query | ||
| 5265 | 2024.07.30 01:33:10.140182 [ 3 ] {43f1db6e-9b3a-41b4-b477-6c08ca11e49d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5266 | 2024.07.30 01:33:10.140199 [ 3 ] {} <Debug> HTTP-Session: 362a40c0-33a1-4c95-994b-93d2eb3d641d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5267 | 2024.07.30 01:33:10.140342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 7979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5268 | 2024.07.30 01:33:10.140392 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5269 | 2024.07.30 01:33:10.140411 [ 3 ] {} <Debug> HTTP-Session: a41df82a-7b36-4213-87c7-f37710441a5b Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5270 | 2024.07.30 01:33:10.140428 [ 3 ] {} <Debug> HTTP-Session: a41df82a-7b36-4213-87c7-f37710441a5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5271 | 2024.07.30 01:33:10.140442 [ 3 ] {} <Debug> HTTP-Session: a41df82a-7b36-4213-87c7-f37710441a5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5272 | 2024.07.30 01:33:10.140473 [ 3 ] {} <Trace> HTTP-Session: a41df82a-7b36-4213-87c7-f37710441a5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5273 | 2024.07.30 01:33:10.140584 [ 3 ] {2803e4a4-9130-4450-a3a1-ef020c6b8983} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5274 | 2024.07.30 01:33:10.140628 [ 3 ] {2803e4a4-9130-4450-a3a1-ef020c6b8983} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5275 | 2024.07.30 01:33:10.140754 [ 3 ] {2803e4a4-9130-4450-a3a1-ef020c6b8983} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5276 | 2024.07.30 01:33:10.141108 [ 3 ] {2803e4a4-9130-4450-a3a1-ef020c6b8983} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5277 | 2024.07.30 01:33:10.141145 [ 3 ] {2803e4a4-9130-4450-a3a1-ef020c6b8983} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5278 | 2024.07.30 01:33:10.141450 [ 3 ] {2803e4a4-9130-4450-a3a1-ef020c6b8983} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5279 | 2024.07.30 01:33:10.141764 [ 3 ] {2803e4a4-9130-4450-a3a1-ef020c6b8983} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5280 | 2024.07.30 01:33:10.141883 [ 3 ] {2803e4a4-9130-4450-a3a1-ef020c6b8983} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001338 sec., 42600.89686098655 rows/sec., 3.27 MiB/sec. | ||
| 5281 | 2024.07.30 01:33:10.142042 [ 3 ] {2803e4a4-9130-4450-a3a1-ef020c6b8983} <Debug> DynamicQueryHandler: Done processing query | ||
| 5282 | 2024.07.30 01:33:10.142068 [ 3 ] {2803e4a4-9130-4450-a3a1-ef020c6b8983} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5283 | 2024.07.30 01:33:10.142084 [ 3 ] {} <Debug> HTTP-Session: a41df82a-7b36-4213-87c7-f37710441a5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5284 | 2024.07.30 01:33:10.142241 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5285 | 2024.07.30 01:33:10.142290 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5286 | 2024.07.30 01:33:10.142311 [ 3 ] {} <Debug> HTTP-Session: 32a4f2e1-1112-4271-875e-a592935dfcc6 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5287 | 2024.07.30 01:33:10.142328 [ 3 ] {} <Debug> HTTP-Session: 32a4f2e1-1112-4271-875e-a592935dfcc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5288 | 2024.07.30 01:33:10.142342 [ 3 ] {} <Debug> HTTP-Session: 32a4f2e1-1112-4271-875e-a592935dfcc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5289 | 2024.07.30 01:33:10.142373 [ 3 ] {} <Trace> HTTP-Session: 32a4f2e1-1112-4271-875e-a592935dfcc6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5290 | 2024.07.30 01:33:10.142462 [ 3 ] {f8040e87-e749-4d5f-9b3a-f3b0f553c887} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5291 | 2024.07.30 01:33:10.142504 [ 3 ] {f8040e87-e749-4d5f-9b3a-f3b0f553c887} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5292 | 2024.07.30 01:33:10.142628 [ 3 ] {f8040e87-e749-4d5f-9b3a-f3b0f553c887} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5293 | 2024.07.30 01:33:10.142921 [ 3 ] {f8040e87-e749-4d5f-9b3a-f3b0f553c887} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5294 | 2024.07.30 01:33:10.142957 [ 3 ] {f8040e87-e749-4d5f-9b3a-f3b0f553c887} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5295 | 2024.07.30 01:33:10.143248 [ 3 ] {f8040e87-e749-4d5f-9b3a-f3b0f553c887} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5296 | 2024.07.30 01:33:10.143552 [ 3 ] {f8040e87-e749-4d5f-9b3a-f3b0f553c887} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5297 | 2024.07.30 01:33:10.143673 [ 3 ] {f8040e87-e749-4d5f-9b3a-f3b0f553c887} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001234 sec., 1620.7455429497568 rows/sec., 113.17 KiB/sec. | ||
| 5298 | 2024.07.30 01:33:10.143830 [ 3 ] {f8040e87-e749-4d5f-9b3a-f3b0f553c887} <Debug> DynamicQueryHandler: Done processing query | ||
| 5299 | 2024.07.30 01:33:10.143853 [ 3 ] {f8040e87-e749-4d5f-9b3a-f3b0f553c887} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5300 | 2024.07.30 01:33:10.143869 [ 3 ] {} <Debug> HTTP-Session: 32a4f2e1-1112-4271-875e-a592935dfcc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5301 | 2024.07.30 01:33:10.143992 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 11237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5302 | 2024.07.30 01:33:10.144039 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5303 | 2024.07.30 01:33:10.144058 [ 3 ] {} <Debug> HTTP-Session: 5efa1804-726e-40a7-9488-71fa9aa6a4ff Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5304 | 2024.07.30 01:33:10.144074 [ 3 ] {} <Debug> HTTP-Session: 5efa1804-726e-40a7-9488-71fa9aa6a4ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5305 | 2024.07.30 01:33:10.144087 [ 3 ] {} <Debug> HTTP-Session: 5efa1804-726e-40a7-9488-71fa9aa6a4ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5306 | 2024.07.30 01:33:10.144119 [ 3 ] {} <Trace> HTTP-Session: 5efa1804-726e-40a7-9488-71fa9aa6a4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5307 | 2024.07.30 01:33:10.144234 [ 3 ] {6f82ba28-9181-4d7e-83a2-5ec9c2e4d3ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5308 | 2024.07.30 01:33:10.144276 [ 3 ] {6f82ba28-9181-4d7e-83a2-5ec9c2e4d3ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5309 | 2024.07.30 01:33:10.144399 [ 3 ] {6f82ba28-9181-4d7e-83a2-5ec9c2e4d3ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5310 | 2024.07.30 01:33:10.144732 [ 3 ] {6f82ba28-9181-4d7e-83a2-5ec9c2e4d3ad} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5311 | 2024.07.30 01:33:10.144767 [ 3 ] {6f82ba28-9181-4d7e-83a2-5ec9c2e4d3ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5312 | 2024.07.30 01:33:10.145067 [ 3 ] {6f82ba28-9181-4d7e-83a2-5ec9c2e4d3ad} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5313 | 2024.07.30 01:33:10.145365 [ 3 ] {6f82ba28-9181-4d7e-83a2-5ec9c2e4d3ad} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5314 | 2024.07.30 01:33:10.145488 [ 3 ] {6f82ba28-9181-4d7e-83a2-5ec9c2e4d3ad} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001298 sec., 50847.457627118645 rows/sec., 3.97 MiB/sec. | ||
| 5315 | 2024.07.30 01:33:10.145644 [ 3 ] {6f82ba28-9181-4d7e-83a2-5ec9c2e4d3ad} <Debug> DynamicQueryHandler: Done processing query | ||
| 5316 | 2024.07.30 01:33:10.145668 [ 3 ] {6f82ba28-9181-4d7e-83a2-5ec9c2e4d3ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5317 | 2024.07.30 01:33:10.145684 [ 3 ] {} <Debug> HTTP-Session: 5efa1804-726e-40a7-9488-71fa9aa6a4ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5318 | 2024.07.30 01:33:10.145848 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30859, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5319 | 2024.07.30 01:33:10.145896 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5320 | 2024.07.30 01:33:10.145914 [ 3 ] {} <Debug> HTTP-Session: fe341641-90e1-4bd3-bd03-f1ee48cdcea5 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5321 | 2024.07.30 01:33:10.145930 [ 3 ] {} <Debug> HTTP-Session: fe341641-90e1-4bd3-bd03-f1ee48cdcea5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5322 | 2024.07.30 01:33:10.145943 [ 3 ] {} <Debug> HTTP-Session: fe341641-90e1-4bd3-bd03-f1ee48cdcea5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5323 | 2024.07.30 01:33:10.145973 [ 3 ] {} <Trace> HTTP-Session: fe341641-90e1-4bd3-bd03-f1ee48cdcea5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5324 | 2024.07.30 01:33:10.146115 [ 3 ] {f3d4101b-a72d-4991-bcec-3e0fe503ea14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5325 | 2024.07.30 01:33:10.146161 [ 3 ] {f3d4101b-a72d-4991-bcec-3e0fe503ea14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5326 | 2024.07.30 01:33:10.146300 [ 3 ] {f3d4101b-a72d-4991-bcec-3e0fe503ea14} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5327 | 2024.07.30 01:33:10.146697 [ 3 ] {f3d4101b-a72d-4991-bcec-3e0fe503ea14} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5328 | 2024.07.30 01:33:10.146732 [ 3 ] {f3d4101b-a72d-4991-bcec-3e0fe503ea14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5329 | 2024.07.30 01:33:10.147106 [ 3 ] {f3d4101b-a72d-4991-bcec-3e0fe503ea14} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5330 | 2024.07.30 01:33:10.147446 [ 3 ] {f3d4101b-a72d-4991-bcec-3e0fe503ea14} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5331 | 2024.07.30 01:33:10.147575 [ 3 ] {f3d4101b-a72d-4991-bcec-3e0fe503ea14} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001528 sec., 105366.49214659685 rows/sec., 7.34 MiB/sec. | ||
| 5332 | 2024.07.30 01:33:10.147872 [ 3 ] {f3d4101b-a72d-4991-bcec-3e0fe503ea14} <Debug> DynamicQueryHandler: Done processing query | ||
| 5333 | 2024.07.30 01:33:10.147911 [ 3 ] {f3d4101b-a72d-4991-bcec-3e0fe503ea14} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5334 | 2024.07.30 01:33:10.147929 [ 3 ] {} <Debug> HTTP-Session: fe341641-90e1-4bd3-bd03-f1ee48cdcea5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5335 | 2024.07.30 01:33:10.148066 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5336 | 2024.07.30 01:33:10.148114 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5337 | 2024.07.30 01:33:10.148133 [ 3 ] {} <Debug> HTTP-Session: 0bb8f058-7f01-409d-8409-4b8a179c8755 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5338 | 2024.07.30 01:33:10.148149 [ 3 ] {} <Debug> HTTP-Session: 0bb8f058-7f01-409d-8409-4b8a179c8755 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5339 | 2024.07.30 01:33:10.148162 [ 3 ] {} <Debug> HTTP-Session: 0bb8f058-7f01-409d-8409-4b8a179c8755 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5340 | 2024.07.30 01:33:10.148192 [ 3 ] {} <Trace> HTTP-Session: 0bb8f058-7f01-409d-8409-4b8a179c8755 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5341 | 2024.07.30 01:33:10.148324 [ 3 ] {3fbbec72-7786-4018-8f83-c05a8da53151} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5342 | 2024.07.30 01:33:10.148369 [ 3 ] {3fbbec72-7786-4018-8f83-c05a8da53151} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5343 | 2024.07.30 01:33:10.148514 [ 3 ] {3fbbec72-7786-4018-8f83-c05a8da53151} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5344 | 2024.07.30 01:33:10.148814 [ 3 ] {3fbbec72-7786-4018-8f83-c05a8da53151} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5345 | 2024.07.30 01:33:10.148850 [ 3 ] {3fbbec72-7786-4018-8f83-c05a8da53151} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5346 | 2024.07.30 01:33:10.149197 [ 3 ] {3fbbec72-7786-4018-8f83-c05a8da53151} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5347 | 2024.07.30 01:33:10.149509 [ 3 ] {3fbbec72-7786-4018-8f83-c05a8da53151} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5348 | 2024.07.30 01:33:10.149632 [ 3 ] {3fbbec72-7786-4018-8f83-c05a8da53151} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001365 sec., 43956.04395604396 rows/sec., 2.96 MiB/sec. | ||
| 5349 | 2024.07.30 01:33:10.149840 [ 3 ] {3fbbec72-7786-4018-8f83-c05a8da53151} <Debug> DynamicQueryHandler: Done processing query | ||
| 5350 | 2024.07.30 01:33:10.149864 [ 3 ] {3fbbec72-7786-4018-8f83-c05a8da53151} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5351 | 2024.07.30 01:33:10.149880 [ 3 ] {} <Debug> HTTP-Session: 0bb8f058-7f01-409d-8409-4b8a179c8755 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5352 | 2024.07.30 01:33:12.805777 [ 121 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5353 | 2024.07.30 01:33:12.805850 [ 121 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5354 | 2024.07.30 01:33:15.145317 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 5193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5355 | 2024.07.30 01:33:15.145428 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5356 | 2024.07.30 01:33:15.145453 [ 3 ] {} <Debug> HTTP-Session: d3ddbf2c-71d3-489a-8bea-b689814022e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5357 | 2024.07.30 01:33:15.145478 [ 3 ] {} <Debug> HTTP-Session: d3ddbf2c-71d3-489a-8bea-b689814022e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5358 | 2024.07.30 01:33:15.145492 [ 3 ] {} <Debug> HTTP-Session: d3ddbf2c-71d3-489a-8bea-b689814022e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5359 | 2024.07.30 01:33:15.145541 [ 3 ] {} <Trace> HTTP-Session: d3ddbf2c-71d3-489a-8bea-b689814022e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5360 | 2024.07.30 01:33:15.145731 [ 3 ] {bfa73364-098a-4ff5-8fdd-1f1dadd03d9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5361 | 2024.07.30 01:33:15.145798 [ 3 ] {bfa73364-098a-4ff5-8fdd-1f1dadd03d9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5362 | 2024.07.30 01:33:15.145992 [ 3 ] {bfa73364-098a-4ff5-8fdd-1f1dadd03d9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5363 | 2024.07.30 01:33:15.146460 [ 3 ] {bfa73364-098a-4ff5-8fdd-1f1dadd03d9c} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5364 | 2024.07.30 01:33:15.146505 [ 3 ] {bfa73364-098a-4ff5-8fdd-1f1dadd03d9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5365 | 2024.07.30 01:33:15.146875 [ 3 ] {bfa73364-098a-4ff5-8fdd-1f1dadd03d9c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5366 | 2024.07.30 01:33:15.147207 [ 3 ] {bfa73364-098a-4ff5-8fdd-1f1dadd03d9c} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5367 | 2024.07.30 01:33:15.147372 [ 3 ] {bfa73364-098a-4ff5-8fdd-1f1dadd03d9c} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.0017 sec., 21764.705882352944 rows/sec., 1.64 MiB/sec. | ||
| 5368 | 2024.07.30 01:33:15.147395 [ 120 ] {} <Debug> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
| 5369 | 2024.07.30 01:33:15.147520 [ 120 ] {} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5370 | 2024.07.30 01:33:15.147557 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5371 | 2024.07.30 01:33:15.147674 [ 3 ] {bfa73364-098a-4ff5-8fdd-1f1dadd03d9c} <Debug> DynamicQueryHandler: Done processing query | ||
| 5372 | 2024.07.30 01:33:15.147729 [ 3 ] {bfa73364-098a-4ff5-8fdd-1f1dadd03d9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5373 | 2024.07.30 01:33:15.147727 [ 196 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full | ||
| 5374 | 2024.07.30 01:33:15.147752 [ 3 ] {} <Debug> HTTP-Session: d3ddbf2c-71d3-489a-8bea-b689814022e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5375 | 2024.07.30 01:33:15.147912 [ 196 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5376 | 2024.07.30 01:33:15.147967 [ 196 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 37 rows starting from the beginning of the part | ||
| 5377 | 2024.07.30 01:33:15.147985 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 38407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5378 | 2024.07.30 01:33:15.148141 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5379 | 2024.07.30 01:33:15.148134 [ 196 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 37 rows starting from the beginning of the part | ||
| 5380 | 2024.07.30 01:33:15.148189 [ 3 ] {} <Debug> HTTP-Session: 4050d44e-60a4-42c9-8bac-90dd76203583 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5381 | 2024.07.30 01:33:15.148252 [ 3 ] {} <Debug> HTTP-Session: 4050d44e-60a4-42c9-8bac-90dd76203583 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5382 | 2024.07.30 01:33:15.148341 [ 3 ] {} <Debug> HTTP-Session: 4050d44e-60a4-42c9-8bac-90dd76203583 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5383 | 2024.07.30 01:33:15.148453 [ 196 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 37 rows starting from the beginning of the part | ||
| 5384 | 2024.07.30 01:33:15.148479 [ 3 ] {} <Trace> HTTP-Session: 4050d44e-60a4-42c9-8bac-90dd76203583 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5385 | 2024.07.30 01:33:15.148755 [ 196 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 37 rows starting from the beginning of the part | ||
| 5386 | 2024.07.30 01:33:15.148925 [ 3 ] {6f109d64-a970-47d5-8033-2d6d0a4eab50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5387 | 2024.07.30 01:33:15.149002 [ 196 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 37 rows starting from the beginning of the part | ||
| 5388 | 2024.07.30 01:33:15.149050 [ 3 ] {6f109d64-a970-47d5-8033-2d6d0a4eab50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5389 | 2024.07.30 01:33:15.149687 [ 3 ] {6f109d64-a970-47d5-8033-2d6d0a4eab50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5390 | 2024.07.30 01:33:15.150732 [ 3 ] {6f109d64-a970-47d5-8033-2d6d0a4eab50} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5391 | 2024.07.30 01:33:15.150812 [ 3 ] {6f109d64-a970-47d5-8033-2d6d0a4eab50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5392 | 2024.07.30 01:33:15.151524 [ 187 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 4 columns (4 merged, 0 gathered) in 0.003889589 sec., 47562.86589662815 rows/sec., 3.58 MiB/sec. | ||
| 5393 | 2024.07.30 01:33:15.151733 [ 3 ] {6f109d64-a970-47d5-8033-2d6d0a4eab50} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5394 | 2024.07.30 01:33:15.151794 [ 198 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
| 5395 | 2024.07.30 01:33:15.152490 [ 3 ] {6f109d64-a970-47d5-8033-2d6d0a4eab50} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5396 | 2024.07.30 01:33:15.152754 [ 3 ] {6f109d64-a970-47d5-8033-2d6d0a4eab50} <Debug> executeQuery: Read 254 rows, 22.97 KiB in 0.004038 sec., 62902.4269440317 rows/sec., 5.55 MiB/sec. | ||
| 5397 | 2024.07.30 01:33:15.152824 [ 198 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_14_3} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5398 | 2024.07.30 01:33:15.153269 [ 198 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_14_3} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
| 5399 | 2024.07.30 01:33:15.153284 [ 3 ] {6f109d64-a970-47d5-8033-2d6d0a4eab50} <Debug> DynamicQueryHandler: Done processing query | ||
| 5400 | 2024.07.30 01:33:15.153336 [ 3 ] {6f109d64-a970-47d5-8033-2d6d0a4eab50} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 5401 | 2024.07.30 01:33:15.153393 [ 3 ] {} <Debug> HTTP-Session: 4050d44e-60a4-42c9-8bac-90dd76203583 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5402 | 2024.07.30 01:33:15.153513 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 5403 | 2024.07.30 01:33:15.153666 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 66831, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5404 | 2024.07.30 01:33:15.153724 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5405 | 2024.07.30 01:33:15.153743 [ 3 ] {} <Debug> HTTP-Session: 34012919-5fb2-4ca2-827e-83e6a5fef9bb Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5406 | 2024.07.30 01:33:15.153761 [ 3 ] {} <Debug> HTTP-Session: 34012919-5fb2-4ca2-827e-83e6a5fef9bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5407 | 2024.07.30 01:33:15.153775 [ 3 ] {} <Debug> HTTP-Session: 34012919-5fb2-4ca2-827e-83e6a5fef9bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5408 | 2024.07.30 01:33:15.153809 [ 3 ] {} <Trace> HTTP-Session: 34012919-5fb2-4ca2-827e-83e6a5fef9bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5409 | 2024.07.30 01:33:15.154069 [ 3 ] {e0f4aca1-1202-477c-9ea1-23b96cb9d5be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5410 | 2024.07.30 01:33:15.154116 [ 3 ] {e0f4aca1-1202-477c-9ea1-23b96cb9d5be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5411 | 2024.07.30 01:33:15.154256 [ 3 ] {e0f4aca1-1202-477c-9ea1-23b96cb9d5be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5412 | 2024.07.30 01:33:15.154876 [ 3 ] {e0f4aca1-1202-477c-9ea1-23b96cb9d5be} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5413 | 2024.07.30 01:33:15.154916 [ 3 ] {e0f4aca1-1202-477c-9ea1-23b96cb9d5be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5414 | 2024.07.30 01:33:15.155259 [ 3 ] {e0f4aca1-1202-477c-9ea1-23b96cb9d5be} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5415 | 2024.07.30 01:33:15.155578 [ 3 ] {e0f4aca1-1202-477c-9ea1-23b96cb9d5be} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5416 | 2024.07.30 01:33:15.155705 [ 3 ] {e0f4aca1-1202-477c-9ea1-23b96cb9d5be} <Debug> executeQuery: Read 413 rows, 29.96 KiB in 0.001786 sec., 231243.0011198208 rows/sec., 16.38 MiB/sec. | ||
| 5417 | 2024.07.30 01:33:15.155968 [ 3 ] {e0f4aca1-1202-477c-9ea1-23b96cb9d5be} <Debug> DynamicQueryHandler: Done processing query | ||
| 5418 | 2024.07.30 01:33:15.156004 [ 3 ] {e0f4aca1-1202-477c-9ea1-23b96cb9d5be} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 5419 | 2024.07.30 01:33:15.156020 [ 3 ] {} <Debug> HTTP-Session: 34012919-5fb2-4ca2-827e-83e6a5fef9bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5420 | 2024.07.30 01:33:15.156167 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5421 | 2024.07.30 01:33:15.156221 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5422 | 2024.07.30 01:33:15.156240 [ 3 ] {} <Debug> HTTP-Session: b1824afe-6f07-4a55-aeb6-1aa067ab4472 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5423 | 2024.07.30 01:33:15.156256 [ 3 ] {} <Debug> HTTP-Session: b1824afe-6f07-4a55-aeb6-1aa067ab4472 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5424 | 2024.07.30 01:33:15.156270 [ 3 ] {} <Debug> HTTP-Session: b1824afe-6f07-4a55-aeb6-1aa067ab4472 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5425 | 2024.07.30 01:33:15.156302 [ 3 ] {} <Trace> HTTP-Session: b1824afe-6f07-4a55-aeb6-1aa067ab4472 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5426 | 2024.07.30 01:33:15.156403 [ 3 ] {ae8704c7-d15d-4beb-a5b3-2f97c8645aaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 5427 | 2024.07.30 01:33:15.156449 [ 3 ] {ae8704c7-d15d-4beb-a5b3-2f97c8645aaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5428 | 2024.07.30 01:33:15.156594 [ 3 ] {ae8704c7-d15d-4beb-a5b3-2f97c8645aaf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5429 | 2024.07.30 01:33:15.156889 [ 3 ] {ae8704c7-d15d-4beb-a5b3-2f97c8645aaf} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5430 | 2024.07.30 01:33:15.156923 [ 3 ] {ae8704c7-d15d-4beb-a5b3-2f97c8645aaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5431 | 2024.07.30 01:33:15.157257 [ 3 ] {ae8704c7-d15d-4beb-a5b3-2f97c8645aaf} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5432 | 2024.07.30 01:33:15.157560 [ 3 ] {ae8704c7-d15d-4beb-a5b3-2f97c8645aaf} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5433 | 2024.07.30 01:33:15.157746 [ 3 ] {ae8704c7-d15d-4beb-a5b3-2f97c8645aaf} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001368 sec., 4385.964912280701 rows/sec., 188.46 KiB/sec. | ||
| 5434 | 2024.07.30 01:33:15.157917 [ 3 ] {ae8704c7-d15d-4beb-a5b3-2f97c8645aaf} <Debug> DynamicQueryHandler: Done processing query | ||
| 5435 | 2024.07.30 01:33:15.157942 [ 3 ] {ae8704c7-d15d-4beb-a5b3-2f97c8645aaf} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 5436 | 2024.07.30 01:33:15.157958 [ 3 ] {} <Debug> HTTP-Session: b1824afe-6f07-4a55-aeb6-1aa067ab4472 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5437 | 2024.07.30 01:33:15.158072 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5438 | 2024.07.30 01:33:15.158120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5439 | 2024.07.30 01:33:15.158139 [ 3 ] {} <Debug> HTTP-Session: 6eddb411-31ea-408e-ad97-59a0f71bac7b Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5440 | 2024.07.30 01:33:15.158155 [ 3 ] {} <Debug> HTTP-Session: 6eddb411-31ea-408e-ad97-59a0f71bac7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5441 | 2024.07.30 01:33:15.158168 [ 3 ] {} <Debug> HTTP-Session: 6eddb411-31ea-408e-ad97-59a0f71bac7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5442 | 2024.07.30 01:33:15.158200 [ 3 ] {} <Trace> HTTP-Session: 6eddb411-31ea-408e-ad97-59a0f71bac7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5443 | 2024.07.30 01:33:15.158317 [ 3 ] {28f023fd-b164-4fe8-995b-d50da2836883} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 5444 | 2024.07.30 01:33:15.158362 [ 3 ] {28f023fd-b164-4fe8-995b-d50da2836883} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 5445 | 2024.07.30 01:33:15.158502 [ 3 ] {28f023fd-b164-4fe8-995b-d50da2836883} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5446 | 2024.07.30 01:33:15.158868 [ 3 ] {28f023fd-b164-4fe8-995b-d50da2836883} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5447 | 2024.07.30 01:33:15.158903 [ 3 ] {28f023fd-b164-4fe8-995b-d50da2836883} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5448 | 2024.07.30 01:33:15.159265 [ 3 ] {28f023fd-b164-4fe8-995b-d50da2836883} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5449 | 2024.07.30 01:33:15.159602 [ 3 ] {28f023fd-b164-4fe8-995b-d50da2836883} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5450 | 2024.07.30 01:33:15.159734 [ 3 ] {28f023fd-b164-4fe8-995b-d50da2836883} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001459 sec., 52775.87388622344 rows/sec., 3.25 MiB/sec. | ||
| 5451 | 2024.07.30 01:33:15.159942 [ 3 ] {28f023fd-b164-4fe8-995b-d50da2836883} <Debug> DynamicQueryHandler: Done processing query | ||
| 5452 | 2024.07.30 01:33:15.159966 [ 3 ] {28f023fd-b164-4fe8-995b-d50da2836883} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5453 | 2024.07.30 01:33:15.159982 [ 3 ] {} <Debug> HTTP-Session: 6eddb411-31ea-408e-ad97-59a0f71bac7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5454 | 2024.07.30 01:33:15.160124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5455 | 2024.07.30 01:33:15.160171 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5456 | 2024.07.30 01:33:15.160190 [ 3 ] {} <Debug> HTTP-Session: 9f7224bb-7ae2-4709-87a8-d345501cb7a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5457 | 2024.07.30 01:33:15.160207 [ 3 ] {} <Debug> HTTP-Session: 9f7224bb-7ae2-4709-87a8-d345501cb7a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5458 | 2024.07.30 01:33:15.160220 [ 3 ] {} <Debug> HTTP-Session: 9f7224bb-7ae2-4709-87a8-d345501cb7a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5459 | 2024.07.30 01:33:15.160250 [ 3 ] {} <Trace> HTTP-Session: 9f7224bb-7ae2-4709-87a8-d345501cb7a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5460 | 2024.07.30 01:33:15.160434 [ 3 ] {44a97a17-4132-41e1-9340-7964aa2577c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5461 | 2024.07.30 01:33:15.160479 [ 3 ] {44a97a17-4132-41e1-9340-7964aa2577c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5462 | 2024.07.30 01:33:15.160618 [ 3 ] {44a97a17-4132-41e1-9340-7964aa2577c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5463 | 2024.07.30 01:33:15.161024 [ 3 ] {44a97a17-4132-41e1-9340-7964aa2577c8} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5464 | 2024.07.30 01:33:15.161059 [ 3 ] {44a97a17-4132-41e1-9340-7964aa2577c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5465 | 2024.07.30 01:33:15.161430 [ 3 ] {44a97a17-4132-41e1-9340-7964aa2577c8} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5466 | 2024.07.30 01:33:15.161771 [ 3 ] {44a97a17-4132-41e1-9340-7964aa2577c8} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5467 | 2024.07.30 01:33:15.161901 [ 3 ] {44a97a17-4132-41e1-9340-7964aa2577c8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001552 sec., 103092.78350515464 rows/sec., 7.18 MiB/sec. | ||
| 5468 | 2024.07.30 01:33:15.162191 [ 3 ] {44a97a17-4132-41e1-9340-7964aa2577c8} <Debug> DynamicQueryHandler: Done processing query | ||
| 5469 | 2024.07.30 01:33:15.162223 [ 3 ] {44a97a17-4132-41e1-9340-7964aa2577c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5470 | 2024.07.30 01:33:15.162239 [ 3 ] {} <Debug> HTTP-Session: 9f7224bb-7ae2-4709-87a8-d345501cb7a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5471 | 2024.07.30 01:33:15.162378 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 49880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5472 | 2024.07.30 01:33:15.162426 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5473 | 2024.07.30 01:33:15.162445 [ 3 ] {} <Debug> HTTP-Session: d7e8fb8a-da8e-4f0c-bf30-aa356d88dc28 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5474 | 2024.07.30 01:33:15.162461 [ 3 ] {} <Debug> HTTP-Session: d7e8fb8a-da8e-4f0c-bf30-aa356d88dc28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5475 | 2024.07.30 01:33:15.162474 [ 3 ] {} <Debug> HTTP-Session: d7e8fb8a-da8e-4f0c-bf30-aa356d88dc28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5476 | 2024.07.30 01:33:15.162504 [ 3 ] {} <Trace> HTTP-Session: d7e8fb8a-da8e-4f0c-bf30-aa356d88dc28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5477 | 2024.07.30 01:33:15.163035 [ 3 ] {231dfb38-a3dc-4afc-bac9-86e883275591} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5478 | 2024.07.30 01:33:15.163108 [ 3 ] {231dfb38-a3dc-4afc-bac9-86e883275591} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 5479 | 2024.07.30 01:33:15.163522 [ 3 ] {231dfb38-a3dc-4afc-bac9-86e883275591} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5480 | 2024.07.30 01:33:15.164296 [ 3 ] {231dfb38-a3dc-4afc-bac9-86e883275591} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5481 | 2024.07.30 01:33:15.164332 [ 3 ] {231dfb38-a3dc-4afc-bac9-86e883275591} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5482 | 2024.07.30 01:33:15.164991 [ 3 ] {231dfb38-a3dc-4afc-bac9-86e883275591} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 5483 | 2024.07.30 01:33:15.165403 [ 3 ] {231dfb38-a3dc-4afc-bac9-86e883275591} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5484 | 2024.07.30 01:33:15.165545 [ 3 ] {231dfb38-a3dc-4afc-bac9-86e883275591} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002954 sec., 10494.24509140149 rows/sec., 18.81 MiB/sec. | ||
| 5485 | 2024.07.30 01:33:15.165766 [ 3 ] {231dfb38-a3dc-4afc-bac9-86e883275591} <Debug> DynamicQueryHandler: Done processing query | ||
| 5486 | 2024.07.30 01:33:15.165801 [ 3 ] {231dfb38-a3dc-4afc-bac9-86e883275591} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 5487 | 2024.07.30 01:33:15.165821 [ 3 ] {} <Debug> HTTP-Session: d7e8fb8a-da8e-4f0c-bf30-aa356d88dc28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5488 | 2024.07.30 01:33:15.165941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5489 | 2024.07.30 01:33:15.165993 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5490 | 2024.07.30 01:33:15.166012 [ 3 ] {} <Debug> HTTP-Session: 92d167a5-a364-4056-bf1f-6fc9a2539b34 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5491 | 2024.07.30 01:33:15.166028 [ 3 ] {} <Debug> HTTP-Session: 92d167a5-a364-4056-bf1f-6fc9a2539b34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5492 | 2024.07.30 01:33:15.166041 [ 3 ] {} <Debug> HTTP-Session: 92d167a5-a364-4056-bf1f-6fc9a2539b34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5493 | 2024.07.30 01:33:15.166072 [ 3 ] {} <Trace> HTTP-Session: 92d167a5-a364-4056-bf1f-6fc9a2539b34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5494 | 2024.07.30 01:33:15.166170 [ 3 ] {13717e82-c6d4-4fc6-8a19-5dd7c2cea4d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5495 | 2024.07.30 01:33:15.166214 [ 3 ] {13717e82-c6d4-4fc6-8a19-5dd7c2cea4d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 5496 | 2024.07.30 01:33:15.166338 [ 3 ] {13717e82-c6d4-4fc6-8a19-5dd7c2cea4d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5497 | 2024.07.30 01:33:15.166608 [ 3 ] {13717e82-c6d4-4fc6-8a19-5dd7c2cea4d0} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5498 | 2024.07.30 01:33:15.166642 [ 3 ] {13717e82-c6d4-4fc6-8a19-5dd7c2cea4d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5499 | 2024.07.30 01:33:15.166985 [ 3 ] {13717e82-c6d4-4fc6-8a19-5dd7c2cea4d0} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5500 | 2024.07.30 01:33:15.167322 [ 3 ] {13717e82-c6d4-4fc6-8a19-5dd7c2cea4d0} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5501 | 2024.07.30 01:33:15.167450 [ 3 ] {13717e82-c6d4-4fc6-8a19-5dd7c2cea4d0} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001309 sec., 17570.664629488158 rows/sec., 950.45 KiB/sec. | ||
| 5502 | 2024.07.30 01:33:15.167605 [ 3 ] {13717e82-c6d4-4fc6-8a19-5dd7c2cea4d0} <Debug> DynamicQueryHandler: Done processing query | ||
| 5503 | 2024.07.30 01:33:15.167629 [ 3 ] {13717e82-c6d4-4fc6-8a19-5dd7c2cea4d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 5504 | 2024.07.30 01:33:15.167644 [ 3 ] {} <Debug> HTTP-Session: 92d167a5-a364-4056-bf1f-6fc9a2539b34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5505 | 2024.07.30 01:33:15.167752 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5506 | 2024.07.30 01:33:15.167801 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5507 | 2024.07.30 01:33:15.167820 [ 3 ] {} <Debug> HTTP-Session: 34fd3cc7-48b9-46ae-b1ac-fe94fde091d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5508 | 2024.07.30 01:33:15.167836 [ 3 ] {} <Debug> HTTP-Session: 34fd3cc7-48b9-46ae-b1ac-fe94fde091d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5509 | 2024.07.30 01:33:15.167849 [ 3 ] {} <Debug> HTTP-Session: 34fd3cc7-48b9-46ae-b1ac-fe94fde091d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5510 | 2024.07.30 01:33:15.167880 [ 3 ] {} <Trace> HTTP-Session: 34fd3cc7-48b9-46ae-b1ac-fe94fde091d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5511 | 2024.07.30 01:33:15.167990 [ 3 ] {c6ccafca-8316-4ec8-8294-a586b7c074a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5512 | 2024.07.30 01:33:15.168034 [ 3 ] {c6ccafca-8316-4ec8-8294-a586b7c074a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5513 | 2024.07.30 01:33:15.168157 [ 3 ] {c6ccafca-8316-4ec8-8294-a586b7c074a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5514 | 2024.07.30 01:33:15.168458 [ 3 ] {c6ccafca-8316-4ec8-8294-a586b7c074a4} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5515 | 2024.07.30 01:33:15.168493 [ 3 ] {c6ccafca-8316-4ec8-8294-a586b7c074a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5516 | 2024.07.30 01:33:15.168845 [ 3 ] {c6ccafca-8316-4ec8-8294-a586b7c074a4} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5517 | 2024.07.30 01:33:15.169162 [ 3 ] {c6ccafca-8316-4ec8-8294-a586b7c074a4} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5518 | 2024.07.30 01:33:15.169286 [ 3 ] {c6ccafca-8316-4ec8-8294-a586b7c074a4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001336 sec., 44910.17964071856 rows/sec., 3.03 MiB/sec. | ||
| 5519 | 2024.07.30 01:33:15.169443 [ 3 ] {c6ccafca-8316-4ec8-8294-a586b7c074a4} <Debug> DynamicQueryHandler: Done processing query | ||
| 5520 | 2024.07.30 01:33:15.169466 [ 3 ] {c6ccafca-8316-4ec8-8294-a586b7c074a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5521 | 2024.07.30 01:33:15.169482 [ 3 ] {} <Debug> HTTP-Session: 34fd3cc7-48b9-46ae-b1ac-fe94fde091d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5522 | 2024.07.30 01:33:20.139479 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 7845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5523 | 2024.07.30 01:33:20.139612 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5524 | 2024.07.30 01:33:20.139642 [ 3 ] {} <Debug> HTTP-Session: 2422eb11-f66f-402f-82ed-46dfb1e93eba Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5525 | 2024.07.30 01:33:20.139672 [ 3 ] {} <Debug> HTTP-Session: 2422eb11-f66f-402f-82ed-46dfb1e93eba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5526 | 2024.07.30 01:33:20.139689 [ 3 ] {} <Debug> HTTP-Session: 2422eb11-f66f-402f-82ed-46dfb1e93eba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5527 | 2024.07.30 01:33:20.139747 [ 3 ] {} <Trace> HTTP-Session: 2422eb11-f66f-402f-82ed-46dfb1e93eba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5528 | 2024.07.30 01:33:20.139966 [ 3 ] {510ed7ed-a816-47fc-8c60-f8adc5ab803b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5529 | 2024.07.30 01:33:20.140041 [ 3 ] {510ed7ed-a816-47fc-8c60-f8adc5ab803b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5530 | 2024.07.30 01:33:20.140260 [ 3 ] {510ed7ed-a816-47fc-8c60-f8adc5ab803b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5531 | 2024.07.30 01:33:20.140783 [ 3 ] {510ed7ed-a816-47fc-8c60-f8adc5ab803b} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5532 | 2024.07.30 01:33:20.140829 [ 3 ] {510ed7ed-a816-47fc-8c60-f8adc5ab803b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5533 | 2024.07.30 01:33:20.141212 [ 3 ] {510ed7ed-a816-47fc-8c60-f8adc5ab803b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5534 | 2024.07.30 01:33:20.141553 [ 3 ] {510ed7ed-a816-47fc-8c60-f8adc5ab803b} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5535 | 2024.07.30 01:33:20.141696 [ 3 ] {510ed7ed-a816-47fc-8c60-f8adc5ab803b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001804 sec., 31042.12860310421 rows/sec., 2.38 MiB/sec. | ||
| 5536 | 2024.07.30 01:33:20.142013 [ 3 ] {510ed7ed-a816-47fc-8c60-f8adc5ab803b} <Debug> DynamicQueryHandler: Done processing query | ||
| 5537 | 2024.07.30 01:33:20.142048 [ 3 ] {510ed7ed-a816-47fc-8c60-f8adc5ab803b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5538 | 2024.07.30 01:33:20.142065 [ 3 ] {} <Debug> HTTP-Session: 2422eb11-f66f-402f-82ed-46dfb1e93eba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5539 | 2024.07.30 01:33:20.142210 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 10894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5540 | 2024.07.30 01:33:20.142266 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5541 | 2024.07.30 01:33:20.142287 [ 3 ] {} <Debug> HTTP-Session: 19e9c301-5f52-49bd-b19e-61a209a68670 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5542 | 2024.07.30 01:33:20.142304 [ 3 ] {} <Debug> HTTP-Session: 19e9c301-5f52-49bd-b19e-61a209a68670 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5543 | 2024.07.30 01:33:20.142318 [ 3 ] {} <Debug> HTTP-Session: 19e9c301-5f52-49bd-b19e-61a209a68670 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5544 | 2024.07.30 01:33:20.142354 [ 3 ] {} <Trace> HTTP-Session: 19e9c301-5f52-49bd-b19e-61a209a68670 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5545 | 2024.07.30 01:33:20.142483 [ 3 ] {8cbdc8f0-e1e5-41e7-9333-640cd6ab5d24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5546 | 2024.07.30 01:33:20.142529 [ 3 ] {8cbdc8f0-e1e5-41e7-9333-640cd6ab5d24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5547 | 2024.07.30 01:33:20.142679 [ 3 ] {8cbdc8f0-e1e5-41e7-9333-640cd6ab5d24} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5548 | 2024.07.30 01:33:20.143040 [ 3 ] {8cbdc8f0-e1e5-41e7-9333-640cd6ab5d24} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5549 | 2024.07.30 01:33:20.143077 [ 3 ] {8cbdc8f0-e1e5-41e7-9333-640cd6ab5d24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5550 | 2024.07.30 01:33:20.143397 [ 3 ] {8cbdc8f0-e1e5-41e7-9333-640cd6ab5d24} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5551 | 2024.07.30 01:33:20.143727 [ 3 ] {8cbdc8f0-e1e5-41e7-9333-640cd6ab5d24} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5552 | 2024.07.30 01:33:20.143855 [ 3 ] {8cbdc8f0-e1e5-41e7-9333-640cd6ab5d24} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001427 sec., 44849.33426769446 rows/sec., 3.50 MiB/sec. | ||
| 5553 | 2024.07.30 01:33:20.144012 [ 3 ] {8cbdc8f0-e1e5-41e7-9333-640cd6ab5d24} <Debug> DynamicQueryHandler: Done processing query | ||
| 5554 | 2024.07.30 01:33:20.144036 [ 3 ] {8cbdc8f0-e1e5-41e7-9333-640cd6ab5d24} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5555 | 2024.07.30 01:33:20.144051 [ 3 ] {} <Debug> HTTP-Session: 19e9c301-5f52-49bd-b19e-61a209a68670 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5556 | 2024.07.30 01:33:20.144194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5557 | 2024.07.30 01:33:20.144243 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5558 | 2024.07.30 01:33:20.144261 [ 3 ] {} <Debug> HTTP-Session: d5c5cd19-ec9e-48f4-ab9a-9d375a4a90a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5559 | 2024.07.30 01:33:20.144277 [ 3 ] {} <Debug> HTTP-Session: d5c5cd19-ec9e-48f4-ab9a-9d375a4a90a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5560 | 2024.07.30 01:33:20.144289 [ 3 ] {} <Debug> HTTP-Session: d5c5cd19-ec9e-48f4-ab9a-9d375a4a90a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5561 | 2024.07.30 01:33:20.144320 [ 3 ] {} <Trace> HTTP-Session: d5c5cd19-ec9e-48f4-ab9a-9d375a4a90a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5562 | 2024.07.30 01:33:20.144460 [ 3 ] {6462cec0-fe09-4136-bc4a-ee97d51ac5b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5563 | 2024.07.30 01:33:20.144506 [ 3 ] {6462cec0-fe09-4136-bc4a-ee97d51ac5b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5564 | 2024.07.30 01:33:20.144641 [ 3 ] {6462cec0-fe09-4136-bc4a-ee97d51ac5b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5565 | 2024.07.30 01:33:20.145124 [ 3 ] {6462cec0-fe09-4136-bc4a-ee97d51ac5b9} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5566 | 2024.07.30 01:33:20.145161 [ 3 ] {6462cec0-fe09-4136-bc4a-ee97d51ac5b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5567 | 2024.07.30 01:33:20.145556 [ 3 ] {6462cec0-fe09-4136-bc4a-ee97d51ac5b9} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5568 | 2024.07.30 01:33:20.145913 [ 3 ] {6462cec0-fe09-4136-bc4a-ee97d51ac5b9} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5569 | 2024.07.30 01:33:20.146043 [ 3 ] {6462cec0-fe09-4136-bc4a-ee97d51ac5b9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0016 sec., 100000 rows/sec., 6.96 MiB/sec. | ||
| 5570 | 2024.07.30 01:33:20.146255 [ 3 ] {6462cec0-fe09-4136-bc4a-ee97d51ac5b9} <Debug> DynamicQueryHandler: Done processing query | ||
| 5571 | 2024.07.30 01:33:20.146281 [ 3 ] {6462cec0-fe09-4136-bc4a-ee97d51ac5b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5572 | 2024.07.30 01:33:20.146297 [ 3 ] {} <Debug> HTTP-Session: d5c5cd19-ec9e-48f4-ab9a-9d375a4a90a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5573 | 2024.07.30 01:33:20.146424 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5574 | 2024.07.30 01:33:20.146473 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5575 | 2024.07.30 01:33:20.146494 [ 3 ] {} <Debug> HTTP-Session: 9893b093-b5d5-45a2-9e84-0e68156aa8d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5576 | 2024.07.30 01:33:20.146510 [ 3 ] {} <Debug> HTTP-Session: 9893b093-b5d5-45a2-9e84-0e68156aa8d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5577 | 2024.07.30 01:33:20.146524 [ 3 ] {} <Debug> HTTP-Session: 9893b093-b5d5-45a2-9e84-0e68156aa8d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5578 | 2024.07.30 01:33:20.146556 [ 3 ] {} <Trace> HTTP-Session: 9893b093-b5d5-45a2-9e84-0e68156aa8d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5579 | 2024.07.30 01:33:20.146686 [ 3 ] {f512afb8-0bd4-410e-8fcd-a807dc5b3295} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5580 | 2024.07.30 01:33:20.146730 [ 3 ] {f512afb8-0bd4-410e-8fcd-a807dc5b3295} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5581 | 2024.07.30 01:33:20.146857 [ 3 ] {f512afb8-0bd4-410e-8fcd-a807dc5b3295} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5582 | 2024.07.30 01:33:20.147142 [ 3 ] {f512afb8-0bd4-410e-8fcd-a807dc5b3295} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5583 | 2024.07.30 01:33:20.147179 [ 3 ] {f512afb8-0bd4-410e-8fcd-a807dc5b3295} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5584 | 2024.07.30 01:33:20.147540 [ 3 ] {f512afb8-0bd4-410e-8fcd-a807dc5b3295} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5585 | 2024.07.30 01:33:20.147872 [ 3 ] {f512afb8-0bd4-410e-8fcd-a807dc5b3295} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5586 | 2024.07.30 01:33:20.147996 [ 3 ] {f512afb8-0bd4-410e-8fcd-a807dc5b3295} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001368 sec., 43859.649122807015 rows/sec., 2.96 MiB/sec. | ||
| 5587 | 2024.07.30 01:33:20.148157 [ 3 ] {f512afb8-0bd4-410e-8fcd-a807dc5b3295} <Debug> DynamicQueryHandler: Done processing query | ||
| 5588 | 2024.07.30 01:33:20.148181 [ 3 ] {f512afb8-0bd4-410e-8fcd-a807dc5b3295} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5589 | 2024.07.30 01:33:20.148197 [ 3 ] {} <Debug> HTTP-Session: 9893b093-b5d5-45a2-9e84-0e68156aa8d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5590 | 2024.07.30 01:33:25.144687 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 5193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5591 | 2024.07.30 01:33:25.144818 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5592 | 2024.07.30 01:33:25.144848 [ 3 ] {} <Debug> HTTP-Session: b720f612-3526-432d-b6e3-b16f5717c725 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5593 | 2024.07.30 01:33:25.144873 [ 3 ] {} <Debug> HTTP-Session: b720f612-3526-432d-b6e3-b16f5717c725 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5594 | 2024.07.30 01:33:25.144887 [ 3 ] {} <Debug> HTTP-Session: b720f612-3526-432d-b6e3-b16f5717c725 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5595 | 2024.07.30 01:33:25.144936 [ 3 ] {} <Trace> HTTP-Session: b720f612-3526-432d-b6e3-b16f5717c725 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5596 | 2024.07.30 01:33:25.145129 [ 3 ] {1afd8768-2676-4f54-b6d9-1890f83f3d65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5597 | 2024.07.30 01:33:25.145195 [ 3 ] {1afd8768-2676-4f54-b6d9-1890f83f3d65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5598 | 2024.07.30 01:33:25.145388 [ 3 ] {1afd8768-2676-4f54-b6d9-1890f83f3d65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5599 | 2024.07.30 01:33:25.145822 [ 3 ] {1afd8768-2676-4f54-b6d9-1890f83f3d65} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5600 | 2024.07.30 01:33:25.145866 [ 3 ] {1afd8768-2676-4f54-b6d9-1890f83f3d65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5601 | 2024.07.30 01:33:25.146256 [ 3 ] {1afd8768-2676-4f54-b6d9-1890f83f3d65} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5602 | 2024.07.30 01:33:25.146590 [ 3 ] {1afd8768-2676-4f54-b6d9-1890f83f3d65} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5603 | 2024.07.30 01:33:25.146752 [ 3 ] {1afd8768-2676-4f54-b6d9-1890f83f3d65} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.00168 sec., 22023.809523809523 rows/sec., 1.66 MiB/sec. | ||
| 5604 | 2024.07.30 01:33:25.147048 [ 3 ] {1afd8768-2676-4f54-b6d9-1890f83f3d65} <Debug> DynamicQueryHandler: Done processing query | ||
| 5605 | 2024.07.30 01:33:25.147074 [ 3 ] {1afd8768-2676-4f54-b6d9-1890f83f3d65} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5606 | 2024.07.30 01:33:25.147091 [ 3 ] {} <Debug> HTTP-Session: b720f612-3526-432d-b6e3-b16f5717c725 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5607 | 2024.07.30 01:33:25.147322 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 38407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5608 | 2024.07.30 01:33:25.147373 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5609 | 2024.07.30 01:33:25.147391 [ 3 ] {} <Debug> HTTP-Session: 4e44f1ec-6436-4130-ace8-c72d1ee09102 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5610 | 2024.07.30 01:33:25.147409 [ 3 ] {} <Debug> HTTP-Session: 4e44f1ec-6436-4130-ace8-c72d1ee09102 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5611 | 2024.07.30 01:33:25.147423 [ 3 ] {} <Debug> HTTP-Session: 4e44f1ec-6436-4130-ace8-c72d1ee09102 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5612 | 2024.07.30 01:33:25.147454 [ 3 ] {} <Trace> HTTP-Session: 4e44f1ec-6436-4130-ace8-c72d1ee09102 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5613 | 2024.07.30 01:33:25.147635 [ 3 ] {c3d4f9d4-7f36-4150-b8c7-143321fbe29e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5614 | 2024.07.30 01:33:25.147679 [ 3 ] {c3d4f9d4-7f36-4150-b8c7-143321fbe29e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5615 | 2024.07.30 01:33:25.147823 [ 3 ] {c3d4f9d4-7f36-4150-b8c7-143321fbe29e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5616 | 2024.07.30 01:33:25.148267 [ 3 ] {c3d4f9d4-7f36-4150-b8c7-143321fbe29e} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5617 | 2024.07.30 01:33:25.148303 [ 3 ] {c3d4f9d4-7f36-4150-b8c7-143321fbe29e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5618 | 2024.07.30 01:33:25.148671 [ 3 ] {c3d4f9d4-7f36-4150-b8c7-143321fbe29e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5619 | 2024.07.30 01:33:25.148984 [ 3 ] {c3d4f9d4-7f36-4150-b8c7-143321fbe29e} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5620 | 2024.07.30 01:33:25.149136 [ 3 ] {c3d4f9d4-7f36-4150-b8c7-143321fbe29e} <Debug> executeQuery: Read 254 rows, 22.97 KiB in 0.001585 sec., 160252.36593059936 rows/sec., 14.15 MiB/sec. | ||
| 5621 | 2024.07.30 01:33:25.149144 [ 112 ] {} <Debug> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5622 | 2024.07.30 01:33:25.149243 [ 112 ] {} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5623 | 2024.07.30 01:33:25.149286 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5624 | 2024.07.30 01:33:25.149413 [ 3 ] {c3d4f9d4-7f36-4150-b8c7-143321fbe29e} <Debug> DynamicQueryHandler: Done processing query | ||
| 5625 | 2024.07.30 01:33:25.149461 [ 3 ] {c3d4f9d4-7f36-4150-b8c7-143321fbe29e} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 5626 | 2024.07.30 01:33:25.149478 [ 196 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::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 | ||
| 5627 | 2024.07.30 01:33:25.149489 [ 3 ] {} <Debug> HTTP-Session: 4e44f1ec-6436-4130-ace8-c72d1ee09102 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5628 | 2024.07.30 01:33:25.149666 [ 196 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5629 | 2024.07.30 01:33:25.149725 [ 196 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 298 rows starting from the beginning of the part | ||
| 5630 | 2024.07.30 01:33:25.149748 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 66831, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5631 | 2024.07.30 01:33:25.149888 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5632 | 2024.07.30 01:33:25.149923 [ 196 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 254 rows starting from the beginning of the part | ||
| 5633 | 2024.07.30 01:33:25.149951 [ 3 ] {} <Debug> HTTP-Session: 158519fb-50b1-4194-bd7d-c287d8ea0e77 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5634 | 2024.07.30 01:33:25.150024 [ 3 ] {} <Debug> HTTP-Session: 158519fb-50b1-4194-bd7d-c287d8ea0e77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5635 | 2024.07.30 01:33:25.150120 [ 3 ] {} <Debug> HTTP-Session: 158519fb-50b1-4194-bd7d-c287d8ea0e77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5636 | 2024.07.30 01:33:25.150180 [ 196 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 57 rows starting from the beginning of the part | ||
| 5637 | 2024.07.30 01:33:25.150224 [ 3 ] {} <Trace> HTTP-Session: 158519fb-50b1-4194-bd7d-c287d8ea0e77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5638 | 2024.07.30 01:33:25.150485 [ 196 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 254 rows starting from the beginning of the part | ||
| 5639 | 2024.07.30 01:33:25.150597 [ 196 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 56 rows starting from the beginning of the part | ||
| 5640 | 2024.07.30 01:33:25.150733 [ 3 ] {78066f98-938f-46cd-9a14-31988d43733f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5641 | 2024.07.30 01:33:25.150866 [ 196 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 254 rows starting from the beginning of the part | ||
| 5642 | 2024.07.30 01:33:25.150950 [ 3 ] {78066f98-938f-46cd-9a14-31988d43733f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5643 | 2024.07.30 01:33:25.151654 [ 3 ] {78066f98-938f-46cd-9a14-31988d43733f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5644 | 2024.07.30 01:33:25.152959 [ 3 ] {78066f98-938f-46cd-9a14-31988d43733f} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5645 | 2024.07.30 01:33:25.153009 [ 3 ] {78066f98-938f-46cd-9a14-31988d43733f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5646 | 2024.07.30 01:33:25.153633 [ 3 ] {78066f98-938f-46cd-9a14-31988d43733f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5647 | 2024.07.30 01:33:25.153646 [ 201 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1173 rows, containing 4 columns (4 merged, 0 gathered) in 0.004245993 sec., 276260.4648665224 rows/sec., 23.95 MiB/sec. | ||
| 5648 | 2024.07.30 01:33:25.154127 [ 201 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5649 | 2024.07.30 01:33:25.154129 [ 3 ] {78066f98-938f-46cd-9a14-31988d43733f} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5650 | 2024.07.30 01:33:25.154470 [ 112 ] {} <Debug> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5651 | 2024.07.30 01:33:25.154497 [ 3 ] {78066f98-938f-46cd-9a14-31988d43733f} <Debug> executeQuery: Read 413 rows, 29.96 KiB in 0.003984 sec., 103664.65863453817 rows/sec., 7.34 MiB/sec. | ||
| 5652 | 2024.07.30 01:33:25.154560 [ 112 ] {} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5653 | 2024.07.30 01:33:25.154653 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5654 | 2024.07.30 01:33:25.155304 [ 3 ] {78066f98-938f-46cd-9a14-31988d43733f} <Debug> DynamicQueryHandler: Done processing query | ||
| 5655 | 2024.07.30 01:33:25.155440 [ 3 ] {78066f98-938f-46cd-9a14-31988d43733f} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 5656 | 2024.07.30 01:33:25.155517 [ 3 ] {} <Debug> HTTP-Session: 158519fb-50b1-4194-bd7d-c287d8ea0e77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5657 | 2024.07.30 01:33:25.155696 [ 187 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::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 | ||
| 5658 | 2024.07.30 01:33:25.155879 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5659 | 2024.07.30 01:33:25.156057 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5660 | 2024.07.30 01:33:25.156185 [ 3 ] {} <Debug> HTTP-Session: 82b54b55-05c6-422f-acd6-b2de640e17c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5661 | 2024.07.30 01:33:25.156241 [ 3 ] {} <Debug> HTTP-Session: 82b54b55-05c6-422f-acd6-b2de640e17c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5662 | 2024.07.30 01:33:25.156285 [ 187 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5663 | 2024.07.30 01:33:25.156303 [ 3 ] {} <Debug> HTTP-Session: 82b54b55-05c6-422f-acd6-b2de640e17c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5664 | 2024.07.30 01:33:25.156359 [ 187 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 471 rows starting from the beginning of the part | ||
| 5665 | 2024.07.30 01:33:25.156383 [ 3 ] {} <Trace> HTTP-Session: 82b54b55-05c6-422f-acd6-b2de640e17c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5666 | 2024.07.30 01:33:25.156459 [ 201 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_31_6} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5667 | 2024.07.30 01:33:25.156757 [ 187 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 413 rows starting from the beginning of the part | ||
| 5668 | 2024.07.30 01:33:25.156767 [ 3 ] {11d84b51-d245-4355-9284-78afed6da3ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 5669 | 2024.07.30 01:33:25.156960 [ 3 ] {11d84b51-d245-4355-9284-78afed6da3ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5670 | 2024.07.30 01:33:25.156994 [ 201 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_31_6} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5671 | 2024.07.30 01:33:25.157184 [ 187 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 66 rows starting from the beginning of the part | ||
| 5672 | 2024.07.30 01:33:25.157463 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 5673 | 2024.07.30 01:33:25.157682 [ 187 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 413 rows starting from the beginning of the part | ||
| 5674 | 2024.07.30 01:33:25.157900 [ 187 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 64 rows starting from the beginning of the part | ||
| 5675 | 2024.07.30 01:33:25.157975 [ 3 ] {11d84b51-d245-4355-9284-78afed6da3ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5676 | 2024.07.30 01:33:25.158076 [ 187 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 413 rows starting from the beginning of the part | ||
| 5677 | 2024.07.30 01:33:25.158576 [ 3 ] {11d84b51-d245-4355-9284-78afed6da3ef} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5678 | 2024.07.30 01:33:25.158620 [ 3 ] {11d84b51-d245-4355-9284-78afed6da3ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5679 | 2024.07.30 01:33:25.159158 [ 3 ] {11d84b51-d245-4355-9284-78afed6da3ef} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5680 | 2024.07.30 01:33:25.159601 [ 3 ] {11d84b51-d245-4355-9284-78afed6da3ef} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5681 | 2024.07.30 01:33:25.159828 [ 3 ] {11d84b51-d245-4355-9284-78afed6da3ef} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.003239 sec., 1852.4235875270144 rows/sec., 79.60 KiB/sec. | ||
| 5682 | 2024.07.30 01:33:25.160106 [ 187 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1840 rows, containing 4 columns (4 merged, 0 gathered) in 0.005267913 sec., 349284.4319942262 rows/sec., 25.00 MiB/sec. | ||
| 5683 | 2024.07.30 01:33:25.160129 [ 3 ] {11d84b51-d245-4355-9284-78afed6da3ef} <Debug> DynamicQueryHandler: Done processing query | ||
| 5684 | 2024.07.30 01:33:25.160159 [ 3 ] {11d84b51-d245-4355-9284-78afed6da3ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 5685 | 2024.07.30 01:33:25.160176 [ 3 ] {} <Debug> HTTP-Session: 82b54b55-05c6-422f-acd6-b2de640e17c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5686 | 2024.07.30 01:33:25.160297 [ 187 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5687 | 2024.07.30 01:33:25.160328 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5688 | 2024.07.30 01:33:25.160395 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5689 | 2024.07.30 01:33:25.160417 [ 3 ] {} <Debug> HTTP-Session: 5b02932c-ac53-417f-8a9f-652bb2f45f01 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5690 | 2024.07.30 01:33:25.160448 [ 3 ] {} <Debug> HTTP-Session: 5b02932c-ac53-417f-8a9f-652bb2f45f01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5691 | 2024.07.30 01:33:25.160478 [ 3 ] {} <Debug> HTTP-Session: 5b02932c-ac53-417f-8a9f-652bb2f45f01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5692 | 2024.07.30 01:33:25.160537 [ 3 ] {} <Trace> HTTP-Session: 5b02932c-ac53-417f-8a9f-652bb2f45f01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5693 | 2024.07.30 01:33:25.160697 [ 3 ] {0e1deaad-e58e-4126-bde6-90b525c21f9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 5694 | 2024.07.30 01:33:25.160736 [ 187 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_31_6} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5695 | 2024.07.30 01:33:25.160761 [ 3 ] {0e1deaad-e58e-4126-bde6-90b525c21f9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 5696 | 2024.07.30 01:33:25.160843 [ 187 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_31_6} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5697 | 2024.07.30 01:33:25.160943 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
| 5698 | 2024.07.30 01:33:25.161016 [ 3 ] {0e1deaad-e58e-4126-bde6-90b525c21f9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5699 | 2024.07.30 01:33:25.161356 [ 3 ] {0e1deaad-e58e-4126-bde6-90b525c21f9c} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5700 | 2024.07.30 01:33:25.161393 [ 3 ] {0e1deaad-e58e-4126-bde6-90b525c21f9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5701 | 2024.07.30 01:33:25.161857 [ 3 ] {0e1deaad-e58e-4126-bde6-90b525c21f9c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5702 | 2024.07.30 01:33:25.162204 [ 3 ] {0e1deaad-e58e-4126-bde6-90b525c21f9c} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5703 | 2024.07.30 01:33:25.162370 [ 3 ] {0e1deaad-e58e-4126-bde6-90b525c21f9c} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001716 sec., 44871.79487179487 rows/sec., 2.76 MiB/sec. | ||
| 5704 | 2024.07.30 01:33:25.162705 [ 3 ] {0e1deaad-e58e-4126-bde6-90b525c21f9c} <Debug> DynamicQueryHandler: Done processing query | ||
| 5705 | 2024.07.30 01:33:25.162730 [ 3 ] {0e1deaad-e58e-4126-bde6-90b525c21f9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5706 | 2024.07.30 01:33:25.162746 [ 3 ] {} <Debug> HTTP-Session: 5b02932c-ac53-417f-8a9f-652bb2f45f01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5707 | 2024.07.30 01:33:25.162917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5708 | 2024.07.30 01:33:25.162967 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5709 | 2024.07.30 01:33:25.162985 [ 3 ] {} <Debug> HTTP-Session: 2a7777bc-04b9-47d8-97bd-17712049e2ca Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5710 | 2024.07.30 01:33:25.163001 [ 3 ] {} <Debug> HTTP-Session: 2a7777bc-04b9-47d8-97bd-17712049e2ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5711 | 2024.07.30 01:33:25.163015 [ 3 ] {} <Debug> HTTP-Session: 2a7777bc-04b9-47d8-97bd-17712049e2ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5712 | 2024.07.30 01:33:25.163046 [ 3 ] {} <Trace> HTTP-Session: 2a7777bc-04b9-47d8-97bd-17712049e2ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5713 | 2024.07.30 01:33:25.163196 [ 3 ] {7098dd26-6cb0-4e7b-a9de-f548f03c0403} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5714 | 2024.07.30 01:33:25.163243 [ 3 ] {7098dd26-6cb0-4e7b-a9de-f548f03c0403} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5715 | 2024.07.30 01:33:25.163409 [ 3 ] {7098dd26-6cb0-4e7b-a9de-f548f03c0403} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5716 | 2024.07.30 01:33:25.163789 [ 3 ] {7098dd26-6cb0-4e7b-a9de-f548f03c0403} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5717 | 2024.07.30 01:33:25.163825 [ 3 ] {7098dd26-6cb0-4e7b-a9de-f548f03c0403} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5718 | 2024.07.30 01:33:25.164207 [ 3 ] {7098dd26-6cb0-4e7b-a9de-f548f03c0403} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5719 | 2024.07.30 01:33:25.164568 [ 3 ] {7098dd26-6cb0-4e7b-a9de-f548f03c0403} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5720 | 2024.07.30 01:33:25.164735 [ 3 ] {7098dd26-6cb0-4e7b-a9de-f548f03c0403} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001598 sec., 100125.15644555695 rows/sec., 6.97 MiB/sec. | ||
| 5721 | 2024.07.30 01:33:25.164736 [ 110 ] {} <Debug> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5722 | 2024.07.30 01:33:25.164875 [ 110 ] {} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5723 | 2024.07.30 01:33:25.164934 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5724 | 2024.07.30 01:33:25.164947 [ 3 ] {7098dd26-6cb0-4e7b-a9de-f548f03c0403} <Debug> DynamicQueryHandler: Done processing query | ||
| 5725 | 2024.07.30 01:33:25.165009 [ 3 ] {7098dd26-6cb0-4e7b-a9de-f548f03c0403} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5726 | 2024.07.30 01:33:25.165087 [ 3 ] {} <Debug> HTTP-Session: 2a7777bc-04b9-47d8-97bd-17712049e2ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5727 | 2024.07.30 01:33:25.165274 [ 196 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 5728 | 2024.07.30 01:33:25.165357 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 49905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5729 | 2024.07.30 01:33:25.165517 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5730 | 2024.07.30 01:33:25.165602 [ 3 ] {} <Debug> HTTP-Session: 83c3d3e4-886e-4c74-9d09-71cce1540afa Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5731 | 2024.07.30 01:33:25.165675 [ 3 ] {} <Debug> HTTP-Session: 83c3d3e4-886e-4c74-9d09-71cce1540afa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5732 | 2024.07.30 01:33:25.165744 [ 3 ] {} <Debug> HTTP-Session: 83c3d3e4-886e-4c74-9d09-71cce1540afa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5733 | 2024.07.30 01:33:25.165882 [ 3 ] {} <Trace> HTTP-Session: 83c3d3e4-886e-4c74-9d09-71cce1540afa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5734 | 2024.07.30 01:33:25.165972 [ 196 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5735 | 2024.07.30 01:33:25.166055 [ 196 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 4038 rows starting from the beginning of the part | ||
| 5736 | 2024.07.30 01:33:25.166219 [ 196 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 5737 | 2024.07.30 01:33:25.166341 [ 196 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 161 rows starting from the beginning of the part | ||
| 5738 | 2024.07.30 01:33:25.166619 [ 196 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part | ||
| 5739 | 2024.07.30 01:33:25.166655 [ 3 ] {d261b645-13de-42da-bee9-50b9dcf65e98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5740 | 2024.07.30 01:33:25.166921 [ 196 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 5741 | 2024.07.30 01:33:25.167033 [ 3 ] {d261b645-13de-42da-bee9-50b9dcf65e98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 5742 | 2024.07.30 01:33:25.167231 [ 196 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part | ||
| 5743 | 2024.07.30 01:33:25.168964 [ 3 ] {d261b645-13de-42da-bee9-50b9dcf65e98} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5744 | 2024.07.30 01:33:25.170452 [ 3 ] {d261b645-13de-42da-bee9-50b9dcf65e98} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5745 | 2024.07.30 01:33:25.170490 [ 3 ] {d261b645-13de-42da-bee9-50b9dcf65e98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5746 | 2024.07.30 01:33:25.171624 [ 196 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4839 rows, containing 5 columns (5 merged, 0 gathered) in 0.006583217 sec., 735050.9636853837 rows/sec., 51.24 MiB/sec. | ||
| 5747 | 2024.07.30 01:33:25.171802 [ 3 ] {d261b645-13de-42da-bee9-50b9dcf65e98} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 5748 | 2024.07.30 01:33:25.172169 [ 196 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5749 | 2024.07.30 01:33:25.172717 [ 3 ] {d261b645-13de-42da-bee9-50b9dcf65e98} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5750 | 2024.07.30 01:33:25.173168 [ 3 ] {d261b645-13de-42da-bee9-50b9dcf65e98} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.00711 sec., 4360.056258790436 rows/sec., 7.81 MiB/sec. | ||
| 5751 | 2024.07.30 01:33:25.173323 [ 196 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5752 | 2024.07.30 01:33:25.173629 [ 196 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5753 | 2024.07.30 01:33:25.173772 [ 3 ] {d261b645-13de-42da-bee9-50b9dcf65e98} <Debug> DynamicQueryHandler: Done processing query | ||
| 5754 | 2024.07.30 01:33:25.173783 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB. | ||
| 5755 | 2024.07.30 01:33:25.173816 [ 3 ] {d261b645-13de-42da-bee9-50b9dcf65e98} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 5756 | 2024.07.30 01:33:25.173851 [ 3 ] {} <Debug> HTTP-Session: 83c3d3e4-886e-4c74-9d09-71cce1540afa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5757 | 2024.07.30 01:33:25.173979 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5758 | 2024.07.30 01:33:25.174029 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5759 | 2024.07.30 01:33:25.174049 [ 3 ] {} <Debug> HTTP-Session: cc72a929-65cb-4387-af4b-d5fdf5bf99ac Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5760 | 2024.07.30 01:33:25.174065 [ 3 ] {} <Debug> HTTP-Session: cc72a929-65cb-4387-af4b-d5fdf5bf99ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5761 | 2024.07.30 01:33:25.174079 [ 3 ] {} <Debug> HTTP-Session: cc72a929-65cb-4387-af4b-d5fdf5bf99ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5762 | 2024.07.30 01:33:25.174113 [ 3 ] {} <Trace> HTTP-Session: cc72a929-65cb-4387-af4b-d5fdf5bf99ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5763 | 2024.07.30 01:33:25.174228 [ 3 ] {ccfaa0c5-fcd5-47ec-ada8-9a315dcd0aca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5764 | 2024.07.30 01:33:25.174274 [ 3 ] {ccfaa0c5-fcd5-47ec-ada8-9a315dcd0aca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 5765 | 2024.07.30 01:33:25.174418 [ 3 ] {ccfaa0c5-fcd5-47ec-ada8-9a315dcd0aca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5766 | 2024.07.30 01:33:25.174739 [ 3 ] {ccfaa0c5-fcd5-47ec-ada8-9a315dcd0aca} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5767 | 2024.07.30 01:33:25.174775 [ 3 ] {ccfaa0c5-fcd5-47ec-ada8-9a315dcd0aca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5768 | 2024.07.30 01:33:25.175152 [ 3 ] {ccfaa0c5-fcd5-47ec-ada8-9a315dcd0aca} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5769 | 2024.07.30 01:33:25.175489 [ 3 ] {ccfaa0c5-fcd5-47ec-ada8-9a315dcd0aca} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5770 | 2024.07.30 01:33:25.175656 [ 3 ] {ccfaa0c5-fcd5-47ec-ada8-9a315dcd0aca} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.00145 sec., 15862.068965517243 rows/sec., 858.03 KiB/sec. | ||
| 5771 | 2024.07.30 01:33:25.175961 [ 3 ] {ccfaa0c5-fcd5-47ec-ada8-9a315dcd0aca} <Debug> DynamicQueryHandler: Done processing query | ||
| 5772 | 2024.07.30 01:33:25.175986 [ 3 ] {ccfaa0c5-fcd5-47ec-ada8-9a315dcd0aca} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 5773 | 2024.07.30 01:33:25.176003 [ 3 ] {} <Debug> HTTP-Session: cc72a929-65cb-4387-af4b-d5fdf5bf99ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5774 | 2024.07.30 01:33:25.176122 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5775 | 2024.07.30 01:33:25.176170 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5776 | 2024.07.30 01:33:25.176189 [ 3 ] {} <Debug> HTTP-Session: d0ac5b83-43d9-43f8-b54a-3c6e46221cb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5777 | 2024.07.30 01:33:25.176205 [ 3 ] {} <Debug> HTTP-Session: d0ac5b83-43d9-43f8-b54a-3c6e46221cb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5778 | 2024.07.30 01:33:25.176219 [ 3 ] {} <Debug> HTTP-Session: d0ac5b83-43d9-43f8-b54a-3c6e46221cb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5779 | 2024.07.30 01:33:25.176249 [ 3 ] {} <Trace> HTTP-Session: d0ac5b83-43d9-43f8-b54a-3c6e46221cb1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5780 | 2024.07.30 01:33:25.176369 [ 3 ] {8c9d13c4-5149-4e2d-a894-af851314ec21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5781 | 2024.07.30 01:33:25.176415 [ 3 ] {8c9d13c4-5149-4e2d-a894-af851314ec21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5782 | 2024.07.30 01:33:25.176560 [ 3 ] {8c9d13c4-5149-4e2d-a894-af851314ec21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5783 | 2024.07.30 01:33:25.176864 [ 3 ] {8c9d13c4-5149-4e2d-a894-af851314ec21} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5784 | 2024.07.30 01:33:25.176900 [ 3 ] {8c9d13c4-5149-4e2d-a894-af851314ec21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5785 | 2024.07.30 01:33:25.177307 [ 3 ] {8c9d13c4-5149-4e2d-a894-af851314ec21} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5786 | 2024.07.30 01:33:25.177717 [ 3 ] {8c9d13c4-5149-4e2d-a894-af851314ec21} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5787 | 2024.07.30 01:33:25.177902 [ 110 ] {} <Debug> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5788 | 2024.07.30 01:33:25.177911 [ 3 ] {8c9d13c4-5149-4e2d-a894-af851314ec21} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001572 sec., 38167.93893129771 rows/sec., 2.57 MiB/sec. | ||
| 5789 | 2024.07.30 01:33:25.177956 [ 110 ] {} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5790 | 2024.07.30 01:33:25.178037 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5791 | 2024.07.30 01:33:25.178252 [ 188 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 5792 | 2024.07.30 01:33:25.178299 [ 3 ] {8c9d13c4-5149-4e2d-a894-af851314ec21} <Debug> DynamicQueryHandler: Done processing query | ||
| 5793 | 2024.07.30 01:33:25.178338 [ 3 ] {8c9d13c4-5149-4e2d-a894-af851314ec21} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5794 | 2024.07.30 01:33:25.178371 [ 3 ] {} <Debug> HTTP-Session: d0ac5b83-43d9-43f8-b54a-3c6e46221cb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5795 | 2024.07.30 01:33:25.178471 [ 188 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5796 | 2024.07.30 01:33:25.178509 [ 188 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1420 rows starting from the beginning of the part | ||
| 5797 | 2024.07.30 01:33:25.178601 [ 188 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 5798 | 2024.07.30 01:33:25.178806 [ 188 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 5799 | 2024.07.30 01:33:25.178942 [ 188 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 5800 | 2024.07.30 01:33:25.179137 [ 188 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 5801 | 2024.07.30 01:33:25.179282 [ 188 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 5802 | 2024.07.30 01:33:25.180614 [ 194 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1720 rows, containing 4 columns (4 merged, 0 gathered) in 0.002472605 sec., 695622.6328103356 rows/sec., 46.87 MiB/sec. | ||
| 5803 | 2024.07.30 01:33:25.180802 [ 188 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5804 | 2024.07.30 01:33:25.181182 [ 188 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_31_6} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5805 | 2024.07.30 01:33:25.181267 [ 188 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_31_6} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5806 | 2024.07.30 01:33:25.181343 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 5807 | 2024.07.30 01:33:27.805915 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5808 | 2024.07.30 01:33:27.805985 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5809 | 2024.07.30 01:33:30.139970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 12825, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5810 | 2024.07.30 01:33:30.140089 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5811 | 2024.07.30 01:33:30.140114 [ 3 ] {} <Debug> HTTP-Session: 2e7bff06-d58c-4ccb-a818-ef12898a1c0d Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5812 | 2024.07.30 01:33:30.140140 [ 3 ] {} <Debug> HTTP-Session: 2e7bff06-d58c-4ccb-a818-ef12898a1c0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5813 | 2024.07.30 01:33:30.140154 [ 3 ] {} <Debug> HTTP-Session: 2e7bff06-d58c-4ccb-a818-ef12898a1c0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5814 | 2024.07.30 01:33:30.140207 [ 3 ] {} <Trace> HTTP-Session: 2e7bff06-d58c-4ccb-a818-ef12898a1c0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5815 | 2024.07.30 01:33:30.140422 [ 3 ] {061b1d78-3444-4bcb-a75e-f610073f04ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5816 | 2024.07.30 01:33:30.140490 [ 3 ] {061b1d78-3444-4bcb-a75e-f610073f04ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5817 | 2024.07.30 01:33:30.140684 [ 3 ] {061b1d78-3444-4bcb-a75e-f610073f04ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5818 | 2024.07.30 01:33:30.141201 [ 3 ] {061b1d78-3444-4bcb-a75e-f610073f04ad} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5819 | 2024.07.30 01:33:30.141244 [ 3 ] {061b1d78-3444-4bcb-a75e-f610073f04ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5820 | 2024.07.30 01:33:30.141621 [ 3 ] {061b1d78-3444-4bcb-a75e-f610073f04ad} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5821 | 2024.07.30 01:33:30.141958 [ 3 ] {061b1d78-3444-4bcb-a75e-f610073f04ad} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5822 | 2024.07.30 01:33:30.142130 [ 3 ] {061b1d78-3444-4bcb-a75e-f610073f04ad} <Debug> executeQuery: Read 92 rows, 7.22 KiB in 0.00178 sec., 51685.39325842697 rows/sec., 3.96 MiB/sec. | ||
| 5823 | 2024.07.30 01:33:30.142334 [ 3 ] {061b1d78-3444-4bcb-a75e-f610073f04ad} <Debug> DynamicQueryHandler: Done processing query | ||
| 5824 | 2024.07.30 01:33:30.142360 [ 3 ] {061b1d78-3444-4bcb-a75e-f610073f04ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 5825 | 2024.07.30 01:33:30.142376 [ 3 ] {} <Debug> HTTP-Session: 2e7bff06-d58c-4ccb-a818-ef12898a1c0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5826 | 2024.07.30 01:33:30.142560 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14934, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5827 | 2024.07.30 01:33:30.142608 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5828 | 2024.07.30 01:33:30.142627 [ 3 ] {} <Debug> HTTP-Session: 6e7015aa-30b4-4da5-ab9f-846c0108e1f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5829 | 2024.07.30 01:33:30.142643 [ 3 ] {} <Debug> HTTP-Session: 6e7015aa-30b4-4da5-ab9f-846c0108e1f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5830 | 2024.07.30 01:33:30.142657 [ 3 ] {} <Debug> HTTP-Session: 6e7015aa-30b4-4da5-ab9f-846c0108e1f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5831 | 2024.07.30 01:33:30.142688 [ 3 ] {} <Trace> HTTP-Session: 6e7015aa-30b4-4da5-ab9f-846c0108e1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5832 | 2024.07.30 01:33:30.142809 [ 3 ] {dea742a1-ac66-41f2-bf8a-2d74b33724de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5833 | 2024.07.30 01:33:30.142852 [ 3 ] {dea742a1-ac66-41f2-bf8a-2d74b33724de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5834 | 2024.07.30 01:33:30.142979 [ 3 ] {dea742a1-ac66-41f2-bf8a-2d74b33724de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5835 | 2024.07.30 01:33:30.143365 [ 3 ] {dea742a1-ac66-41f2-bf8a-2d74b33724de} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5836 | 2024.07.30 01:33:30.143403 [ 3 ] {dea742a1-ac66-41f2-bf8a-2d74b33724de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5837 | 2024.07.30 01:33:30.143721 [ 3 ] {dea742a1-ac66-41f2-bf8a-2d74b33724de} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5838 | 2024.07.30 01:33:30.144030 [ 3 ] {dea742a1-ac66-41f2-bf8a-2d74b33724de} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5839 | 2024.07.30 01:33:30.144162 [ 3 ] {dea742a1-ac66-41f2-bf8a-2d74b33724de} <Debug> executeQuery: Read 88 rows, 7.01 KiB in 0.0014 sec., 62857.142857142855 rows/sec., 4.89 MiB/sec. | ||
| 5840 | 2024.07.30 01:33:30.144344 [ 3 ] {dea742a1-ac66-41f2-bf8a-2d74b33724de} <Debug> DynamicQueryHandler: Done processing query | ||
| 5841 | 2024.07.30 01:33:30.144368 [ 3 ] {dea742a1-ac66-41f2-bf8a-2d74b33724de} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 5842 | 2024.07.30 01:33:30.144384 [ 3 ] {} <Debug> HTTP-Session: 6e7015aa-30b4-4da5-ab9f-846c0108e1f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5843 | 2024.07.30 01:33:30.144556 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 37630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5844 | 2024.07.30 01:33:30.144604 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5845 | 2024.07.30 01:33:30.144623 [ 3 ] {} <Debug> HTTP-Session: 726c6f4b-ba4b-4d1b-9cea-87e70b71967c Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5846 | 2024.07.30 01:33:30.144639 [ 3 ] {} <Debug> HTTP-Session: 726c6f4b-ba4b-4d1b-9cea-87e70b71967c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5847 | 2024.07.30 01:33:30.144653 [ 3 ] {} <Debug> HTTP-Session: 726c6f4b-ba4b-4d1b-9cea-87e70b71967c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5848 | 2024.07.30 01:33:30.144684 [ 3 ] {} <Trace> HTTP-Session: 726c6f4b-ba4b-4d1b-9cea-87e70b71967c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5849 | 2024.07.30 01:33:30.144859 [ 3 ] {40bbe09b-c766-4034-a76b-99dd85c3c035} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5850 | 2024.07.30 01:33:30.144907 [ 3 ] {40bbe09b-c766-4034-a76b-99dd85c3c035} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5851 | 2024.07.30 01:33:30.145056 [ 3 ] {40bbe09b-c766-4034-a76b-99dd85c3c035} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5852 | 2024.07.30 01:33:30.145486 [ 3 ] {40bbe09b-c766-4034-a76b-99dd85c3c035} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5853 | 2024.07.30 01:33:30.145523 [ 3 ] {40bbe09b-c766-4034-a76b-99dd85c3c035} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5854 | 2024.07.30 01:33:30.145916 [ 3 ] {40bbe09b-c766-4034-a76b-99dd85c3c035} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5855 | 2024.07.30 01:33:30.146248 [ 3 ] {40bbe09b-c766-4034-a76b-99dd85c3c035} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5856 | 2024.07.30 01:33:30.146405 [ 3 ] {40bbe09b-c766-4034-a76b-99dd85c3c035} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001624 sec., 120689.6551724138 rows/sec., 8.43 MiB/sec. | ||
| 5857 | 2024.07.30 01:33:30.146572 [ 3 ] {40bbe09b-c766-4034-a76b-99dd85c3c035} <Debug> DynamicQueryHandler: Done processing query | ||
| 5858 | 2024.07.30 01:33:30.146595 [ 3 ] {40bbe09b-c766-4034-a76b-99dd85c3c035} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 5859 | 2024.07.30 01:33:30.146611 [ 3 ] {} <Debug> HTTP-Session: 726c6f4b-ba4b-4d1b-9cea-87e70b71967c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5860 | 2024.07.30 01:33:30.146751 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5861 | 2024.07.30 01:33:30.146798 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5862 | 2024.07.30 01:33:30.146817 [ 3 ] {} <Debug> HTTP-Session: 1bbc0dd6-36ab-4bed-8ee1-1f3c2271de1f Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5863 | 2024.07.30 01:33:30.146833 [ 3 ] {} <Debug> HTTP-Session: 1bbc0dd6-36ab-4bed-8ee1-1f3c2271de1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5864 | 2024.07.30 01:33:30.146847 [ 3 ] {} <Debug> HTTP-Session: 1bbc0dd6-36ab-4bed-8ee1-1f3c2271de1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5865 | 2024.07.30 01:33:30.146878 [ 3 ] {} <Trace> HTTP-Session: 1bbc0dd6-36ab-4bed-8ee1-1f3c2271de1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5866 | 2024.07.30 01:33:30.147007 [ 3 ] {7d820860-7a23-4950-a0fa-cf0eb5260044} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5867 | 2024.07.30 01:33:30.147061 [ 3 ] {7d820860-7a23-4950-a0fa-cf0eb5260044} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5868 | 2024.07.30 01:33:30.147212 [ 3 ] {7d820860-7a23-4950-a0fa-cf0eb5260044} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5869 | 2024.07.30 01:33:30.147578 [ 3 ] {7d820860-7a23-4950-a0fa-cf0eb5260044} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5870 | 2024.07.30 01:33:30.147615 [ 3 ] {7d820860-7a23-4950-a0fa-cf0eb5260044} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5871 | 2024.07.30 01:33:30.147972 [ 3 ] {7d820860-7a23-4950-a0fa-cf0eb5260044} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5872 | 2024.07.30 01:33:30.148288 [ 3 ] {7d820860-7a23-4950-a0fa-cf0eb5260044} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5873 | 2024.07.30 01:33:30.148435 [ 3 ] {7d820860-7a23-4950-a0fa-cf0eb5260044} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001475 sec., 40677.96610169492 rows/sec., 2.74 MiB/sec. | ||
| 5874 | 2024.07.30 01:33:30.148598 [ 3 ] {7d820860-7a23-4950-a0fa-cf0eb5260044} <Debug> DynamicQueryHandler: Done processing query | ||
| 5875 | 2024.07.30 01:33:30.148622 [ 3 ] {7d820860-7a23-4950-a0fa-cf0eb5260044} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5876 | 2024.07.30 01:33:30.148638 [ 3 ] {} <Debug> HTTP-Session: 1bbc0dd6-36ab-4bed-8ee1-1f3c2271de1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5877 | 2024.07.30 01:33:35.145237 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 5193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5878 | 2024.07.30 01:33:35.145375 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5879 | 2024.07.30 01:33:35.145403 [ 3 ] {} <Debug> HTTP-Session: 0f325fb7-66df-4c8d-9505-b6242d630635 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5880 | 2024.07.30 01:33:35.145431 [ 3 ] {} <Debug> HTTP-Session: 0f325fb7-66df-4c8d-9505-b6242d630635 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5881 | 2024.07.30 01:33:35.145449 [ 3 ] {} <Debug> HTTP-Session: 0f325fb7-66df-4c8d-9505-b6242d630635 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5882 | 2024.07.30 01:33:35.145505 [ 3 ] {} <Trace> HTTP-Session: 0f325fb7-66df-4c8d-9505-b6242d630635 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5883 | 2024.07.30 01:33:35.145711 [ 3 ] {3675ceee-eaa9-4fc8-8521-7a3013657c76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5884 | 2024.07.30 01:33:35.145784 [ 3 ] {3675ceee-eaa9-4fc8-8521-7a3013657c76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5885 | 2024.07.30 01:33:35.146005 [ 3 ] {3675ceee-eaa9-4fc8-8521-7a3013657c76} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5886 | 2024.07.30 01:33:35.146483 [ 3 ] {3675ceee-eaa9-4fc8-8521-7a3013657c76} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5887 | 2024.07.30 01:33:35.146522 [ 3 ] {3675ceee-eaa9-4fc8-8521-7a3013657c76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5888 | 2024.07.30 01:33:35.146884 [ 3 ] {3675ceee-eaa9-4fc8-8521-7a3013657c76} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5889 | 2024.07.30 01:33:35.147227 [ 3 ] {3675ceee-eaa9-4fc8-8521-7a3013657c76} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5890 | 2024.07.30 01:33:35.147379 [ 3 ] {3675ceee-eaa9-4fc8-8521-7a3013657c76} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001735 sec., 21325.64841498559 rows/sec., 1.61 MiB/sec. | ||
| 5891 | 2024.07.30 01:33:35.147580 [ 3 ] {3675ceee-eaa9-4fc8-8521-7a3013657c76} <Debug> DynamicQueryHandler: Done processing query | ||
| 5892 | 2024.07.30 01:33:35.147606 [ 3 ] {3675ceee-eaa9-4fc8-8521-7a3013657c76} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5893 | 2024.07.30 01:33:35.147621 [ 3 ] {} <Debug> HTTP-Session: 0f325fb7-66df-4c8d-9505-b6242d630635 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5894 | 2024.07.30 01:33:35.147817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 38407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5895 | 2024.07.30 01:33:35.147866 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5896 | 2024.07.30 01:33:35.147886 [ 3 ] {} <Debug> HTTP-Session: 793cf7fb-4b40-4bac-b4c3-c72c18cd3fac Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5897 | 2024.07.30 01:33:35.147902 [ 3 ] {} <Debug> HTTP-Session: 793cf7fb-4b40-4bac-b4c3-c72c18cd3fac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5898 | 2024.07.30 01:33:35.147916 [ 3 ] {} <Debug> HTTP-Session: 793cf7fb-4b40-4bac-b4c3-c72c18cd3fac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5899 | 2024.07.30 01:33:35.147946 [ 3 ] {} <Trace> HTTP-Session: 793cf7fb-4b40-4bac-b4c3-c72c18cd3fac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5900 | 2024.07.30 01:33:35.148123 [ 3 ] {21c30267-b1bf-4616-ab6d-56b94ad433b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5901 | 2024.07.30 01:33:35.148170 [ 3 ] {21c30267-b1bf-4616-ab6d-56b94ad433b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5902 | 2024.07.30 01:33:35.148300 [ 3 ] {21c30267-b1bf-4616-ab6d-56b94ad433b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5903 | 2024.07.30 01:33:35.148811 [ 3 ] {21c30267-b1bf-4616-ab6d-56b94ad433b8} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5904 | 2024.07.30 01:33:35.148848 [ 3 ] {21c30267-b1bf-4616-ab6d-56b94ad433b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5905 | 2024.07.30 01:33:35.149173 [ 3 ] {21c30267-b1bf-4616-ab6d-56b94ad433b8} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5906 | 2024.07.30 01:33:35.149468 [ 3 ] {21c30267-b1bf-4616-ab6d-56b94ad433b8} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5907 | 2024.07.30 01:33:35.149620 [ 3 ] {21c30267-b1bf-4616-ab6d-56b94ad433b8} <Debug> executeQuery: Read 254 rows, 22.97 KiB in 0.001579 sec., 160861.30462317923 rows/sec., 14.20 MiB/sec. | ||
| 5908 | 2024.07.30 01:33:35.149875 [ 3 ] {21c30267-b1bf-4616-ab6d-56b94ad433b8} <Debug> DynamicQueryHandler: Done processing query | ||
| 5909 | 2024.07.30 01:33:35.149934 [ 3 ] {21c30267-b1bf-4616-ab6d-56b94ad433b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 5910 | 2024.07.30 01:33:35.149982 [ 3 ] {} <Debug> HTTP-Session: 793cf7fb-4b40-4bac-b4c3-c72c18cd3fac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5911 | 2024.07.30 01:33:35.150168 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 66831, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5912 | 2024.07.30 01:33:35.150220 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5913 | 2024.07.30 01:33:35.150239 [ 3 ] {} <Debug> HTTP-Session: 3af10d8e-1355-4129-8846-ddecbf042fea Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5914 | 2024.07.30 01:33:35.150256 [ 3 ] {} <Debug> HTTP-Session: 3af10d8e-1355-4129-8846-ddecbf042fea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5915 | 2024.07.30 01:33:35.150269 [ 3 ] {} <Debug> HTTP-Session: 3af10d8e-1355-4129-8846-ddecbf042fea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5916 | 2024.07.30 01:33:35.150301 [ 3 ] {} <Trace> HTTP-Session: 3af10d8e-1355-4129-8846-ddecbf042fea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5917 | 2024.07.30 01:33:35.150515 [ 3 ] {3678d7d9-50e2-4824-a164-7c2ad972f813} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5918 | 2024.07.30 01:33:35.150560 [ 3 ] {3678d7d9-50e2-4824-a164-7c2ad972f813} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5919 | 2024.07.30 01:33:35.150703 [ 3 ] {3678d7d9-50e2-4824-a164-7c2ad972f813} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5920 | 2024.07.30 01:33:35.151293 [ 3 ] {3678d7d9-50e2-4824-a164-7c2ad972f813} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5921 | 2024.07.30 01:33:35.151329 [ 3 ] {3678d7d9-50e2-4824-a164-7c2ad972f813} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5922 | 2024.07.30 01:33:35.151658 [ 3 ] {3678d7d9-50e2-4824-a164-7c2ad972f813} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5923 | 2024.07.30 01:33:35.151964 [ 3 ] {3678d7d9-50e2-4824-a164-7c2ad972f813} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5924 | 2024.07.30 01:33:35.152115 [ 3 ] {3678d7d9-50e2-4824-a164-7c2ad972f813} <Debug> executeQuery: Read 413 rows, 29.96 KiB in 0.001711 sec., 241379.31034482757 rows/sec., 17.10 MiB/sec. | ||
| 5925 | 2024.07.30 01:33:35.152276 [ 3 ] {3678d7d9-50e2-4824-a164-7c2ad972f813} <Debug> DynamicQueryHandler: Done processing query | ||
| 5926 | 2024.07.30 01:33:35.152301 [ 3 ] {3678d7d9-50e2-4824-a164-7c2ad972f813} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 5927 | 2024.07.30 01:33:35.152342 [ 3 ] {} <Debug> HTTP-Session: 3af10d8e-1355-4129-8846-ddecbf042fea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5928 | 2024.07.30 01:33:35.152457 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5929 | 2024.07.30 01:33:35.152505 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5930 | 2024.07.30 01:33:35.152523 [ 3 ] {} <Debug> HTTP-Session: 5af401cd-3b25-4c0a-9858-d9b21a8d6573 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5931 | 2024.07.30 01:33:35.152539 [ 3 ] {} <Debug> HTTP-Session: 5af401cd-3b25-4c0a-9858-d9b21a8d6573 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5932 | 2024.07.30 01:33:35.152553 [ 3 ] {} <Debug> HTTP-Session: 5af401cd-3b25-4c0a-9858-d9b21a8d6573 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5933 | 2024.07.30 01:33:35.152583 [ 3 ] {} <Trace> HTTP-Session: 5af401cd-3b25-4c0a-9858-d9b21a8d6573 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5934 | 2024.07.30 01:33:35.152679 [ 3 ] {cde19ae3-8974-4f7e-9762-6a7f9d6b30f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 5935 | 2024.07.30 01:33:35.152723 [ 3 ] {cde19ae3-8974-4f7e-9762-6a7f9d6b30f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5936 | 2024.07.30 01:33:35.152851 [ 3 ] {cde19ae3-8974-4f7e-9762-6a7f9d6b30f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5937 | 2024.07.30 01:33:35.153140 [ 3 ] {cde19ae3-8974-4f7e-9762-6a7f9d6b30f9} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5938 | 2024.07.30 01:33:35.153176 [ 3 ] {cde19ae3-8974-4f7e-9762-6a7f9d6b30f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5939 | 2024.07.30 01:33:35.153535 [ 3 ] {cde19ae3-8974-4f7e-9762-6a7f9d6b30f9} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5940 | 2024.07.30 01:33:35.153862 [ 3 ] {cde19ae3-8974-4f7e-9762-6a7f9d6b30f9} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5941 | 2024.07.30 01:33:35.154024 [ 3 ] {cde19ae3-8974-4f7e-9762-6a7f9d6b30f9} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001358 sec., 4418.262150220913 rows/sec., 189.85 KiB/sec. | ||
| 5942 | 2024.07.30 01:33:35.154022 [ 102 ] {} <Debug> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5943 | 2024.07.30 01:33:35.154133 [ 102 ] {} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5944 | 2024.07.30 01:33:35.154182 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5945 | 2024.07.30 01:33:35.154301 [ 3 ] {cde19ae3-8974-4f7e-9762-6a7f9d6b30f9} <Debug> DynamicQueryHandler: Done processing query | ||
| 5946 | 2024.07.30 01:33:35.154364 [ 3 ] {cde19ae3-8974-4f7e-9762-6a7f9d6b30f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 5947 | 2024.07.30 01:33:35.154400 [ 3 ] {} <Debug> HTTP-Session: 5af401cd-3b25-4c0a-9858-d9b21a8d6573 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5948 | 2024.07.30 01:33:35.154396 [ 200 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 5949 | 2024.07.30 01:33:35.154550 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5950 | 2024.07.30 01:33:35.154651 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5951 | 2024.07.30 01:33:35.154701 [ 3 ] {} <Debug> HTTP-Session: e7472e8f-8d9d-439b-9b7a-a8f730bbabae Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5952 | 2024.07.30 01:33:35.154747 [ 3 ] {} <Debug> HTTP-Session: e7472e8f-8d9d-439b-9b7a-a8f730bbabae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5953 | 2024.07.30 01:33:35.154748 [ 200 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5954 | 2024.07.30 01:33:35.154770 [ 3 ] {} <Debug> HTTP-Session: e7472e8f-8d9d-439b-9b7a-a8f730bbabae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5955 | 2024.07.30 01:33:35.154832 [ 200 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 5956 | 2024.07.30 01:33:35.154845 [ 3 ] {} <Trace> HTTP-Session: e7472e8f-8d9d-439b-9b7a-a8f730bbabae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5957 | 2024.07.30 01:33:35.155058 [ 200 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 5958 | 2024.07.30 01:33:35.155176 [ 3 ] {30174a5e-7aa7-4b35-97f0-dc861710c290} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 5959 | 2024.07.30 01:33:35.155370 [ 200 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 5960 | 2024.07.30 01:33:35.155390 [ 3 ] {30174a5e-7aa7-4b35-97f0-dc861710c290} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 5961 | 2024.07.30 01:33:35.155698 [ 200 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 5962 | 2024.07.30 01:33:35.156028 [ 200 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 5963 | 2024.07.30 01:33:35.156321 [ 200 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 5964 | 2024.07.30 01:33:35.156717 [ 3 ] {30174a5e-7aa7-4b35-97f0-dc861710c290} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5965 | 2024.07.30 01:33:35.157579 [ 3 ] {30174a5e-7aa7-4b35-97f0-dc861710c290} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5966 | 2024.07.30 01:33:35.157640 [ 3 ] {30174a5e-7aa7-4b35-97f0-dc861710c290} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5967 | 2024.07.30 01:33:35.158705 [ 3 ] {30174a5e-7aa7-4b35-97f0-dc861710c290} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5968 | 2024.07.30 01:33:35.159398 [ 200 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.005126423 sec., 18726.50774233808 rows/sec., 804.65 KiB/sec. | ||
| 5969 | 2024.07.30 01:33:35.159639 [ 3 ] {30174a5e-7aa7-4b35-97f0-dc861710c290} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5970 | 2024.07.30 01:33:35.159708 [ 194 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5971 | 2024.07.30 01:33:35.159929 [ 102 ] {} <Debug> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5972 | 2024.07.30 01:33:35.160061 [ 3 ] {30174a5e-7aa7-4b35-97f0-dc861710c290} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004986 sec., 15443.241075010028 rows/sec., 973.82 KiB/sec. | ||
| 5973 | 2024.07.30 01:33:35.160070 [ 102 ] {} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5974 | 2024.07.30 01:33:35.160182 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 5975 | 2024.07.30 01:33:35.160837 [ 189 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 5976 | 2024.07.30 01:33:35.161179 [ 3 ] {30174a5e-7aa7-4b35-97f0-dc861710c290} <Debug> DynamicQueryHandler: Done processing query | ||
| 5977 | 2024.07.30 01:33:35.161334 [ 3 ] {30174a5e-7aa7-4b35-97f0-dc861710c290} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5978 | 2024.07.30 01:33:35.161501 [ 3 ] {} <Debug> HTTP-Session: e7472e8f-8d9d-439b-9b7a-a8f730bbabae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5979 | 2024.07.30 01:33:35.161680 [ 189 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5980 | 2024.07.30 01:33:35.161788 [ 189 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 5981 | 2024.07.30 01:33:35.161802 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5982 | 2024.07.30 01:33:35.161945 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5983 | 2024.07.30 01:33:35.162043 [ 3 ] {} <Debug> HTTP-Session: 8f5af3a0-9be6-4c1d-9d53-cc6cf6a15f88 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 5984 | 2024.07.30 01:33:35.162100 [ 3 ] {} <Debug> HTTP-Session: 8f5af3a0-9be6-4c1d-9d53-cc6cf6a15f88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5985 | 2024.07.30 01:33:35.162159 [ 3 ] {} <Debug> HTTP-Session: 8f5af3a0-9be6-4c1d-9d53-cc6cf6a15f88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5986 | 2024.07.30 01:33:35.162181 [ 189 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 5987 | 2024.07.30 01:33:35.162273 [ 200 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_16_3} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5988 | 2024.07.30 01:33:35.162296 [ 3 ] {} <Trace> HTTP-Session: 8f5af3a0-9be6-4c1d-9d53-cc6cf6a15f88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5989 | 2024.07.30 01:33:35.162488 [ 189 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 5990 | 2024.07.30 01:33:35.162659 [ 200 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_16_3} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5991 | 2024.07.30 01:33:35.162817 [ 189 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 5992 | 2024.07.30 01:33:35.163061 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 5993 | 2024.07.30 01:33:35.163139 [ 189 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 5994 | 2024.07.30 01:33:35.163392 [ 189 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 5995 | 2024.07.30 01:33:35.163516 [ 3 ] {71d69b11-1230-4da9-868a-a634f0f9d82c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5996 | 2024.07.30 01:33:35.163719 [ 3 ] {71d69b11-1230-4da9-868a-a634f0f9d82c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5997 | 2024.07.30 01:33:35.164262 [ 3 ] {71d69b11-1230-4da9-868a-a634f0f9d82c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5998 | 2024.07.30 01:33:35.165223 [ 3 ] {71d69b11-1230-4da9-868a-a634f0f9d82c} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5999 | 2024.07.30 01:33:35.165289 [ 3 ] {71d69b11-1230-4da9-868a-a634f0f9d82c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6000 | 2024.07.30 01:33:35.166212 [ 3 ] {71d69b11-1230-4da9-868a-a634f0f9d82c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6001 | 2024.07.30 01:33:35.166447 [ 200 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1232 rows, containing 5 columns (5 merged, 0 gathered) in 0.006101172 sec., 201928.41637639457 rows/sec., 12.43 MiB/sec. | ||
| 6002 | 2024.07.30 01:33:35.166731 [ 189 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 6003 | 2024.07.30 01:33:35.166931 [ 3 ] {71d69b11-1230-4da9-868a-a634f0f9d82c} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6004 | 2024.07.30 01:33:35.167360 [ 3 ] {71d69b11-1230-4da9-868a-a634f0f9d82c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004054 sec., 39467.192895905275 rows/sec., 2.75 MiB/sec. | ||
| 6005 | 2024.07.30 01:33:35.167729 [ 3 ] {71d69b11-1230-4da9-868a-a634f0f9d82c} <Debug> DynamicQueryHandler: Done processing query | ||
| 6006 | 2024.07.30 01:33:35.167776 [ 189 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_16_3} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6007 | 2024.07.30 01:33:35.167780 [ 3 ] {71d69b11-1230-4da9-868a-a634f0f9d82c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6008 | 2024.07.30 01:33:35.167849 [ 3 ] {} <Debug> HTTP-Session: 8f5af3a0-9be6-4c1d-9d53-cc6cf6a15f88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6009 | 2024.07.30 01:33:35.167946 [ 189 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_16_3} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 6010 | 2024.07.30 01:33:35.168081 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 49920, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6011 | 2024.07.30 01:33:35.168109 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
| 6012 | 2024.07.30 01:33:35.168166 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6013 | 2024.07.30 01:33:35.168190 [ 3 ] {} <Debug> HTTP-Session: 4b7c177a-8946-4779-8aca-1e6663c7df26 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6014 | 2024.07.30 01:33:35.168206 [ 3 ] {} <Debug> HTTP-Session: 4b7c177a-8946-4779-8aca-1e6663c7df26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6015 | 2024.07.30 01:33:35.168220 [ 3 ] {} <Debug> HTTP-Session: 4b7c177a-8946-4779-8aca-1e6663c7df26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6016 | 2024.07.30 01:33:35.168252 [ 3 ] {} <Trace> HTTP-Session: 4b7c177a-8946-4779-8aca-1e6663c7df26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6017 | 2024.07.30 01:33:35.168773 [ 3 ] {5b2fc21e-9fa8-49df-a4eb-56334d6fdef8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6018 | 2024.07.30 01:33:35.168849 [ 3 ] {5b2fc21e-9fa8-49df-a4eb-56334d6fdef8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 6019 | 2024.07.30 01:33:35.169306 [ 3 ] {5b2fc21e-9fa8-49df-a4eb-56334d6fdef8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6020 | 2024.07.30 01:33:35.170039 [ 3 ] {5b2fc21e-9fa8-49df-a4eb-56334d6fdef8} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6021 | 2024.07.30 01:33:35.170075 [ 3 ] {5b2fc21e-9fa8-49df-a4eb-56334d6fdef8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6022 | 2024.07.30 01:33:35.170707 [ 3 ] {5b2fc21e-9fa8-49df-a4eb-56334d6fdef8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 6023 | 2024.07.30 01:33:35.171119 [ 3 ] {5b2fc21e-9fa8-49df-a4eb-56334d6fdef8} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6024 | 2024.07.30 01:33:35.171297 [ 102 ] {} <Debug> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 6025 | 2024.07.30 01:33:35.171322 [ 3 ] {5b2fc21e-9fa8-49df-a4eb-56334d6fdef8} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002979 sec., 10406.176569318564 rows/sec., 18.65 MiB/sec. | ||
| 6026 | 2024.07.30 01:33:35.171358 [ 102 ] {} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6027 | 2024.07.30 01:33:35.171427 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6028 | 2024.07.30 01:33:35.171890 [ 200 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::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 | ||
| 6029 | 2024.07.30 01:33:35.172171 [ 3 ] {5b2fc21e-9fa8-49df-a4eb-56334d6fdef8} <Debug> DynamicQueryHandler: Done processing query | ||
| 6030 | 2024.07.30 01:33:35.172225 [ 3 ] {5b2fc21e-9fa8-49df-a4eb-56334d6fdef8} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 6031 | 2024.07.30 01:33:35.172271 [ 3 ] {} <Debug> HTTP-Session: 4b7c177a-8946-4779-8aca-1e6663c7df26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6032 | 2024.07.30 01:33:35.172481 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6033 | 2024.07.30 01:33:35.172594 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6034 | 2024.07.30 01:33:35.172650 [ 3 ] {} <Debug> HTTP-Session: 6bbb414c-5470-43f2-9fd3-a70d11002aae Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6035 | 2024.07.30 01:33:35.172674 [ 200 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6036 | 2024.07.30 01:33:35.172684 [ 3 ] {} <Debug> HTTP-Session: 6bbb414c-5470-43f2-9fd3-a70d11002aae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6037 | 2024.07.30 01:33:35.172739 [ 3 ] {} <Debug> HTTP-Session: 6bbb414c-5470-43f2-9fd3-a70d11002aae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6038 | 2024.07.30 01:33:35.172828 [ 200 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 186 rows starting from the beginning of the part | ||
| 6039 | 2024.07.30 01:33:35.172831 [ 3 ] {} <Trace> HTTP-Session: 6bbb414c-5470-43f2-9fd3-a70d11002aae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6040 | 2024.07.30 01:33:35.173158 [ 3 ] {86603f7d-bc6d-4cc4-aee7-d8194f5048e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6041 | 2024.07.30 01:33:35.173349 [ 3 ] {86603f7d-bc6d-4cc4-aee7-d8194f5048e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 6042 | 2024.07.30 01:33:35.173556 [ 200 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 31 rows starting from the beginning of the part | ||
| 6043 | 2024.07.30 01:33:35.174240 [ 3 ] {86603f7d-bc6d-4cc4-aee7-d8194f5048e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6044 | 2024.07.30 01:33:35.174376 [ 200 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 31 rows starting from the beginning of the part | ||
| 6045 | 2024.07.30 01:33:35.174997 [ 200 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 31 rows starting from the beginning of the part | ||
| 6046 | 2024.07.30 01:33:35.175211 [ 3 ] {86603f7d-bc6d-4cc4-aee7-d8194f5048e5} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6047 | 2024.07.30 01:33:35.175293 [ 3 ] {86603f7d-bc6d-4cc4-aee7-d8194f5048e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6048 | 2024.07.30 01:33:35.175693 [ 200 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 31 rows starting from the beginning of the part | ||
| 6049 | 2024.07.30 01:33:35.176358 [ 200 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 31 rows starting from the beginning of the part | ||
| 6050 | 2024.07.30 01:33:35.176526 [ 3 ] {86603f7d-bc6d-4cc4-aee7-d8194f5048e5} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6051 | 2024.07.30 01:33:35.177522 [ 3 ] {86603f7d-bc6d-4cc4-aee7-d8194f5048e5} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6052 | 2024.07.30 01:33:35.177918 [ 3 ] {86603f7d-bc6d-4cc4-aee7-d8194f5048e5} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.004866 sec., 4726.674886970818 rows/sec., 255.68 KiB/sec. | ||
| 6053 | 2024.07.30 01:33:35.177901 [ 102 ] {} <Debug> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 6054 | 2024.07.30 01:33:35.178144 [ 102 ] {} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6055 | 2024.07.30 01:33:35.178236 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6056 | 2024.07.30 01:33:35.178584 [ 3 ] {86603f7d-bc6d-4cc4-aee7-d8194f5048e5} <Debug> DynamicQueryHandler: Done processing query | ||
| 6057 | 2024.07.30 01:33:35.178680 [ 3 ] {86603f7d-bc6d-4cc4-aee7-d8194f5048e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6058 | 2024.07.30 01:33:35.178765 [ 3 ] {} <Debug> HTTP-Session: 6bbb414c-5470-43f2-9fd3-a70d11002aae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6059 | 2024.07.30 01:33:35.179105 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6060 | 2024.07.30 01:33:35.179300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6061 | 2024.07.30 01:33:35.179368 [ 189 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::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 | ||
| 6062 | 2024.07.30 01:33:35.179424 [ 3 ] {} <Debug> HTTP-Session: 57e93807-e5b9-458c-a12e-5f6d5453856c Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6063 | 2024.07.30 01:33:35.179523 [ 3 ] {} <Debug> HTTP-Session: 57e93807-e5b9-458c-a12e-5f6d5453856c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6064 | 2024.07.30 01:33:35.179633 [ 3 ] {} <Debug> HTTP-Session: 57e93807-e5b9-458c-a12e-5f6d5453856c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6065 | 2024.07.30 01:33:35.179917 [ 189 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6066 | 2024.07.30 01:33:35.179902 [ 3 ] {} <Trace> HTTP-Session: 57e93807-e5b9-458c-a12e-5f6d5453856c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6067 | 2024.07.30 01:33:35.180036 [ 189 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 280 rows starting from the beginning of the part | ||
| 6068 | 2024.07.30 01:33:35.180350 [ 189 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::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 | ||
| 6069 | 2024.07.30 01:33:35.180754 [ 189 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::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 | ||
| 6070 | 2024.07.30 01:33:35.180809 [ 3 ] {b1d44978-5fa5-4c6f-bfb7-0f668b49f8e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6071 | 2024.07.30 01:33:35.181107 [ 189 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::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 | ||
| 6072 | 2024.07.30 01:33:35.181160 [ 3 ] {b1d44978-5fa5-4c6f-bfb7-0f668b49f8e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6073 | 2024.07.30 01:33:35.181659 [ 189 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::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 | ||
| 6074 | 2024.07.30 01:33:35.182004 [ 189 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::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 | ||
| 6075 | 2024.07.30 01:33:35.183897 [ 3 ] {b1d44978-5fa5-4c6f-bfb7-0f668b49f8e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6076 | 2024.07.30 01:33:35.186374 [ 3 ] {b1d44978-5fa5-4c6f-bfb7-0f668b49f8e1} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6077 | 2024.07.30 01:33:35.186510 [ 3 ] {b1d44978-5fa5-4c6f-bfb7-0f668b49f8e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6078 | 2024.07.30 01:33:35.186775 [ 189 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 395 rows, containing 4 columns (4 merged, 0 gathered) in 0.008046672 sec., 49088.617008373156 rows/sec., 2.66 MiB/sec. | ||
| 6079 | 2024.07.30 01:33:35.187073 [ 189 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 6080 | 2024.07.30 01:33:35.188572 [ 189 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_16_3} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6081 | 2024.07.30 01:33:35.188869 [ 189 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_16_3} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 6082 | 2024.07.30 01:33:35.188965 [ 3 ] {b1d44978-5fa5-4c6f-bfb7-0f668b49f8e1} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6083 | 2024.07.30 01:33:35.189128 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 6084 | 2024.07.30 01:33:35.189881 [ 3 ] {b1d44978-5fa5-4c6f-bfb7-0f668b49f8e1} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6085 | 2024.07.30 01:33:35.190218 [ 3 ] {b1d44978-5fa5-4c6f-bfb7-0f668b49f8e1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.009949 sec., 6030.756859985929 rows/sec., 416.19 KiB/sec. | ||
| 6086 | 2024.07.30 01:33:35.190799 [ 3 ] {b1d44978-5fa5-4c6f-bfb7-0f668b49f8e1} <Debug> DynamicQueryHandler: Done processing query | ||
| 6087 | 2024.07.30 01:33:35.190840 [ 3 ] {b1d44978-5fa5-4c6f-bfb7-0f668b49f8e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6088 | 2024.07.30 01:33:35.190884 [ 3 ] {} <Debug> HTTP-Session: 57e93807-e5b9-458c-a12e-5f6d5453856c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6089 | 2024.07.30 01:33:35.191278 [ 186 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 341 rows, containing 19 columns (19 merged, 0 gathered) in 0.01971324 sec., 17298.018996369952 rows/sec., 31.00 MiB/sec. | ||
| 6090 | 2024.07.30 01:33:35.191865 [ 189 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 6091 | 2024.07.30 01:33:35.192488 [ 189 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6092 | 2024.07.30 01:33:35.192572 [ 189 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 6093 | 2024.07.30 01:33:35.192712 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.80 MiB. | ||
| 6094 | 2024.07.30 01:33:40.139384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 7845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6095 | 2024.07.30 01:33:40.139522 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6096 | 2024.07.30 01:33:40.139551 [ 3 ] {} <Debug> HTTP-Session: 24f37aa3-873a-4197-94a1-5287bd1c4bfd Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6097 | 2024.07.30 01:33:40.139579 [ 3 ] {} <Debug> HTTP-Session: 24f37aa3-873a-4197-94a1-5287bd1c4bfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6098 | 2024.07.30 01:33:40.139597 [ 3 ] {} <Debug> HTTP-Session: 24f37aa3-873a-4197-94a1-5287bd1c4bfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6099 | 2024.07.30 01:33:40.139655 [ 3 ] {} <Trace> HTTP-Session: 24f37aa3-873a-4197-94a1-5287bd1c4bfd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6100 | 2024.07.30 01:33:40.139872 [ 3 ] {6ab35566-4ba7-4740-8b6c-0fb53d01d420} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6101 | 2024.07.30 01:33:40.139946 [ 3 ] {6ab35566-4ba7-4740-8b6c-0fb53d01d420} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6102 | 2024.07.30 01:33:40.140162 [ 3 ] {6ab35566-4ba7-4740-8b6c-0fb53d01d420} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6103 | 2024.07.30 01:33:40.140670 [ 3 ] {6ab35566-4ba7-4740-8b6c-0fb53d01d420} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6104 | 2024.07.30 01:33:40.140711 [ 3 ] {6ab35566-4ba7-4740-8b6c-0fb53d01d420} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6105 | 2024.07.30 01:33:40.141078 [ 3 ] {6ab35566-4ba7-4740-8b6c-0fb53d01d420} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6106 | 2024.07.30 01:33:40.141423 [ 3 ] {6ab35566-4ba7-4740-8b6c-0fb53d01d420} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6107 | 2024.07.30 01:33:40.141571 [ 3 ] {6ab35566-4ba7-4740-8b6c-0fb53d01d420} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001774 sec., 31567.08004509583 rows/sec., 2.43 MiB/sec. | ||
| 6108 | 2024.07.30 01:33:40.141771 [ 3 ] {6ab35566-4ba7-4740-8b6c-0fb53d01d420} <Debug> DynamicQueryHandler: Done processing query | ||
| 6109 | 2024.07.30 01:33:40.141798 [ 3 ] {6ab35566-4ba7-4740-8b6c-0fb53d01d420} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6110 | 2024.07.30 01:33:40.141814 [ 3 ] {} <Debug> HTTP-Session: 24f37aa3-873a-4197-94a1-5287bd1c4bfd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6111 | 2024.07.30 01:33:40.142000 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 10894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6112 | 2024.07.30 01:33:40.142050 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6113 | 2024.07.30 01:33:40.142069 [ 3 ] {} <Debug> HTTP-Session: 210c6adf-2586-4818-a0d8-16325fff40c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6114 | 2024.07.30 01:33:40.142086 [ 3 ] {} <Debug> HTTP-Session: 210c6adf-2586-4818-a0d8-16325fff40c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6115 | 2024.07.30 01:33:40.142100 [ 3 ] {} <Debug> HTTP-Session: 210c6adf-2586-4818-a0d8-16325fff40c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6116 | 2024.07.30 01:33:40.142131 [ 3 ] {} <Trace> HTTP-Session: 210c6adf-2586-4818-a0d8-16325fff40c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6117 | 2024.07.30 01:33:40.142249 [ 3 ] {98b27aa4-badc-434f-b7be-013e492eb811} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6118 | 2024.07.30 01:33:40.142295 [ 3 ] {98b27aa4-badc-434f-b7be-013e492eb811} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6119 | 2024.07.30 01:33:40.142426 [ 3 ] {98b27aa4-badc-434f-b7be-013e492eb811} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6120 | 2024.07.30 01:33:40.142865 [ 3 ] {98b27aa4-badc-434f-b7be-013e492eb811} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6121 | 2024.07.30 01:33:40.142902 [ 3 ] {98b27aa4-badc-434f-b7be-013e492eb811} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6122 | 2024.07.30 01:33:40.143212 [ 3 ] {98b27aa4-badc-434f-b7be-013e492eb811} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6123 | 2024.07.30 01:33:40.143521 [ 3 ] {98b27aa4-badc-434f-b7be-013e492eb811} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6124 | 2024.07.30 01:33:40.143645 [ 3 ] {98b27aa4-badc-434f-b7be-013e492eb811} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001439 sec., 44475.33009034052 rows/sec., 3.47 MiB/sec. | ||
| 6125 | 2024.07.30 01:33:40.143805 [ 3 ] {98b27aa4-badc-434f-b7be-013e492eb811} <Debug> DynamicQueryHandler: Done processing query | ||
| 6126 | 2024.07.30 01:33:40.143829 [ 3 ] {98b27aa4-badc-434f-b7be-013e492eb811} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6127 | 2024.07.30 01:33:40.143845 [ 3 ] {} <Debug> HTTP-Session: 210c6adf-2586-4818-a0d8-16325fff40c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6128 | 2024.07.30 01:33:40.144047 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 26851, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6129 | 2024.07.30 01:33:40.144095 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6130 | 2024.07.30 01:33:40.144114 [ 3 ] {} <Debug> HTTP-Session: 0303b403-603b-4080-984f-c5c6c1a2701d Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6131 | 2024.07.30 01:33:40.144130 [ 3 ] {} <Debug> HTTP-Session: 0303b403-603b-4080-984f-c5c6c1a2701d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6132 | 2024.07.30 01:33:40.144144 [ 3 ] {} <Debug> HTTP-Session: 0303b403-603b-4080-984f-c5c6c1a2701d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6133 | 2024.07.30 01:33:40.144175 [ 3 ] {} <Trace> HTTP-Session: 0303b403-603b-4080-984f-c5c6c1a2701d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6134 | 2024.07.30 01:33:40.144335 [ 3 ] {b6f94571-4445-422e-ab0a-d66823522a02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6135 | 2024.07.30 01:33:40.144382 [ 3 ] {b6f94571-4445-422e-ab0a-d66823522a02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6136 | 2024.07.30 01:33:40.144526 [ 3 ] {b6f94571-4445-422e-ab0a-d66823522a02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6137 | 2024.07.30 01:33:40.144925 [ 3 ] {b6f94571-4445-422e-ab0a-d66823522a02} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6138 | 2024.07.30 01:33:40.144962 [ 3 ] {b6f94571-4445-422e-ab0a-d66823522a02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6139 | 2024.07.30 01:33:40.145355 [ 3 ] {b6f94571-4445-422e-ab0a-d66823522a02} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6140 | 2024.07.30 01:33:40.145711 [ 3 ] {b6f94571-4445-422e-ab0a-d66823522a02} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6141 | 2024.07.30 01:33:40.145837 [ 3 ] {b6f94571-4445-422e-ab0a-d66823522a02} <Debug> executeQuery: Read 140 rows, 9.99 KiB in 0.001584 sec., 88383.83838383839 rows/sec., 6.16 MiB/sec. | ||
| 6142 | 2024.07.30 01:33:40.146000 [ 3 ] {b6f94571-4445-422e-ab0a-d66823522a02} <Debug> DynamicQueryHandler: Done processing query | ||
| 6143 | 2024.07.30 01:33:40.146024 [ 3 ] {b6f94571-4445-422e-ab0a-d66823522a02} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6144 | 2024.07.30 01:33:40.146040 [ 3 ] {} <Debug> HTTP-Session: 0303b403-603b-4080-984f-c5c6c1a2701d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6145 | 2024.07.30 01:33:40.146168 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 8200, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6146 | 2024.07.30 01:33:40.146215 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6147 | 2024.07.30 01:33:40.146233 [ 3 ] {} <Debug> HTTP-Session: 52a4c81e-97bc-4038-9f67-ac308ea88111 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6148 | 2024.07.30 01:33:40.146250 [ 3 ] {} <Debug> HTTP-Session: 52a4c81e-97bc-4038-9f67-ac308ea88111 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6149 | 2024.07.30 01:33:40.146263 [ 3 ] {} <Debug> HTTP-Session: 52a4c81e-97bc-4038-9f67-ac308ea88111 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6150 | 2024.07.30 01:33:40.146294 [ 3 ] {} <Trace> HTTP-Session: 52a4c81e-97bc-4038-9f67-ac308ea88111 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6151 | 2024.07.30 01:33:40.146399 [ 3 ] {6390cf66-6def-464f-9c7d-d1a3b484107f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6152 | 2024.07.30 01:33:40.146443 [ 3 ] {6390cf66-6def-464f-9c7d-d1a3b484107f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6153 | 2024.07.30 01:33:40.146567 [ 3 ] {6390cf66-6def-464f-9c7d-d1a3b484107f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6154 | 2024.07.30 01:33:40.146924 [ 3 ] {6390cf66-6def-464f-9c7d-d1a3b484107f} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6155 | 2024.07.30 01:33:40.146961 [ 3 ] {6390cf66-6def-464f-9c7d-d1a3b484107f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6156 | 2024.07.30 01:33:40.147312 [ 3 ] {6390cf66-6def-464f-9c7d-d1a3b484107f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6157 | 2024.07.30 01:33:40.147631 [ 3 ] {6390cf66-6def-464f-9c7d-d1a3b484107f} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6158 | 2024.07.30 01:33:40.147759 [ 3 ] {6390cf66-6def-464f-9c7d-d1a3b484107f} <Debug> executeQuery: Read 54 rows, 3.72 KiB in 0.001394 sec., 38737.44619799139 rows/sec., 2.61 MiB/sec. | ||
| 6159 | 2024.07.30 01:33:40.147918 [ 3 ] {6390cf66-6def-464f-9c7d-d1a3b484107f} <Debug> DynamicQueryHandler: Done processing query | ||
| 6160 | 2024.07.30 01:33:40.147942 [ 3 ] {6390cf66-6def-464f-9c7d-d1a3b484107f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6161 | 2024.07.30 01:33:40.147957 [ 3 ] {} <Debug> HTTP-Session: 52a4c81e-97bc-4038-9f67-ac308ea88111 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6162 | 2024.07.30 01:33:42.806044 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6163 | 2024.07.30 01:33:42.806136 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6164 | 2024.07.30 01:33:45.144940 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 5193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6165 | 2024.07.30 01:33:45.145067 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6166 | 2024.07.30 01:33:45.145096 [ 3 ] {} <Debug> HTTP-Session: ec14ae38-717d-4076-9f72-a6abee6778e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6167 | 2024.07.30 01:33:45.145126 [ 3 ] {} <Debug> HTTP-Session: ec14ae38-717d-4076-9f72-a6abee6778e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6168 | 2024.07.30 01:33:45.145142 [ 3 ] {} <Debug> HTTP-Session: ec14ae38-717d-4076-9f72-a6abee6778e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6169 | 2024.07.30 01:33:45.145199 [ 3 ] {} <Trace> HTTP-Session: ec14ae38-717d-4076-9f72-a6abee6778e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6170 | 2024.07.30 01:33:45.145406 [ 3 ] {0649540b-c53d-41b5-a363-3dec1b921fd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6171 | 2024.07.30 01:33:45.145472 [ 3 ] {0649540b-c53d-41b5-a363-3dec1b921fd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6172 | 2024.07.30 01:33:45.145662 [ 3 ] {0649540b-c53d-41b5-a363-3dec1b921fd7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6173 | 2024.07.30 01:33:45.146132 [ 3 ] {0649540b-c53d-41b5-a363-3dec1b921fd7} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6174 | 2024.07.30 01:33:45.146177 [ 3 ] {0649540b-c53d-41b5-a363-3dec1b921fd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6175 | 2024.07.30 01:33:45.146542 [ 3 ] {0649540b-c53d-41b5-a363-3dec1b921fd7} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6176 | 2024.07.30 01:33:45.146880 [ 3 ] {0649540b-c53d-41b5-a363-3dec1b921fd7} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6177 | 2024.07.30 01:33:45.147042 [ 3 ] {0649540b-c53d-41b5-a363-3dec1b921fd7} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001697 sec., 21803.18208603418 rows/sec., 1.64 MiB/sec. | ||
| 6178 | 2024.07.30 01:33:45.147245 [ 3 ] {0649540b-c53d-41b5-a363-3dec1b921fd7} <Debug> DynamicQueryHandler: Done processing query | ||
| 6179 | 2024.07.30 01:33:45.147277 [ 3 ] {0649540b-c53d-41b5-a363-3dec1b921fd7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6180 | 2024.07.30 01:33:45.147300 [ 3 ] {} <Debug> HTTP-Session: ec14ae38-717d-4076-9f72-a6abee6778e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6181 | 2024.07.30 01:33:45.147457 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6182 | 2024.07.30 01:33:45.147510 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6183 | 2024.07.30 01:33:45.147529 [ 3 ] {} <Debug> HTTP-Session: d6b696c3-e4f8-4a36-b4cb-c944c157fd47 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6184 | 2024.07.30 01:33:45.147545 [ 3 ] {} <Debug> HTTP-Session: d6b696c3-e4f8-4a36-b4cb-c944c157fd47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6185 | 2024.07.30 01:33:45.147559 [ 3 ] {} <Debug> HTTP-Session: d6b696c3-e4f8-4a36-b4cb-c944c157fd47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6186 | 2024.07.30 01:33:45.147590 [ 3 ] {} <Trace> HTTP-Session: d6b696c3-e4f8-4a36-b4cb-c944c157fd47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6187 | 2024.07.30 01:33:45.147687 [ 3 ] {ffea6213-04e1-47e6-bac2-0fe190ce1d8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 6188 | 2024.07.30 01:33:45.147731 [ 3 ] {ffea6213-04e1-47e6-bac2-0fe190ce1d8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6189 | 2024.07.30 01:33:45.147860 [ 3 ] {ffea6213-04e1-47e6-bac2-0fe190ce1d8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6190 | 2024.07.30 01:33:45.148197 [ 3 ] {ffea6213-04e1-47e6-bac2-0fe190ce1d8f} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6191 | 2024.07.30 01:33:45.148235 [ 3 ] {ffea6213-04e1-47e6-bac2-0fe190ce1d8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6192 | 2024.07.30 01:33:45.148538 [ 3 ] {ffea6213-04e1-47e6-bac2-0fe190ce1d8f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 6193 | 2024.07.30 01:33:45.148864 [ 3 ] {ffea6213-04e1-47e6-bac2-0fe190ce1d8f} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6194 | 2024.07.30 01:33:45.149014 [ 3 ] {ffea6213-04e1-47e6-bac2-0fe190ce1d8f} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001346 sec., 4457.652303120357 rows/sec., 363.49 KiB/sec. | ||
| 6195 | 2024.07.30 01:33:45.149308 [ 3 ] {ffea6213-04e1-47e6-bac2-0fe190ce1d8f} <Debug> DynamicQueryHandler: Done processing query | ||
| 6196 | 2024.07.30 01:33:45.149333 [ 3 ] {ffea6213-04e1-47e6-bac2-0fe190ce1d8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6197 | 2024.07.30 01:33:45.149350 [ 3 ] {} <Debug> HTTP-Session: d6b696c3-e4f8-4a36-b4cb-c944c157fd47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6198 | 2024.07.30 01:33:45.149545 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 38806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6199 | 2024.07.30 01:33:45.149594 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6200 | 2024.07.30 01:33:45.149614 [ 3 ] {} <Debug> HTTP-Session: 737f1107-b775-4ef1-b086-bc0e77507404 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6201 | 2024.07.30 01:33:45.149630 [ 3 ] {} <Debug> HTTP-Session: 737f1107-b775-4ef1-b086-bc0e77507404 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6202 | 2024.07.30 01:33:45.149643 [ 3 ] {} <Debug> HTTP-Session: 737f1107-b775-4ef1-b086-bc0e77507404 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6203 | 2024.07.30 01:33:45.149673 [ 3 ] {} <Trace> HTTP-Session: 737f1107-b775-4ef1-b086-bc0e77507404 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6204 | 2024.07.30 01:33:45.149860 [ 3 ] {18d51b1a-c9b8-4161-8d76-2faff920e1ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6205 | 2024.07.30 01:33:45.149905 [ 3 ] {18d51b1a-c9b8-4161-8d76-2faff920e1ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6206 | 2024.07.30 01:33:45.150052 [ 3 ] {18d51b1a-c9b8-4161-8d76-2faff920e1ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6207 | 2024.07.30 01:33:45.150574 [ 3 ] {18d51b1a-c9b8-4161-8d76-2faff920e1ff} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6208 | 2024.07.30 01:33:45.150610 [ 3 ] {18d51b1a-c9b8-4161-8d76-2faff920e1ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6209 | 2024.07.30 01:33:45.150934 [ 3 ] {18d51b1a-c9b8-4161-8d76-2faff920e1ff} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6210 | 2024.07.30 01:33:45.151247 [ 3 ] {18d51b1a-c9b8-4161-8d76-2faff920e1ff} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6211 | 2024.07.30 01:33:45.151403 [ 3 ] {18d51b1a-c9b8-4161-8d76-2faff920e1ff} <Debug> executeQuery: Read 257 rows, 23.19 KiB in 0.001639 sec., 156802.92861500915 rows/sec., 13.82 MiB/sec. | ||
| 6212 | 2024.07.30 01:33:45.151704 [ 3 ] {18d51b1a-c9b8-4161-8d76-2faff920e1ff} <Debug> DynamicQueryHandler: Done processing query | ||
| 6213 | 2024.07.30 01:33:45.151744 [ 3 ] {18d51b1a-c9b8-4161-8d76-2faff920e1ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 6214 | 2024.07.30 01:33:45.151760 [ 3 ] {} <Debug> HTTP-Session: 737f1107-b775-4ef1-b086-bc0e77507404 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6215 | 2024.07.30 01:33:45.151888 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6216 | 2024.07.30 01:33:45.151935 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6217 | 2024.07.30 01:33:45.151953 [ 3 ] {} <Debug> HTTP-Session: 58b5648b-3b93-442f-8680-4bc602df98ee Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6218 | 2024.07.30 01:33:45.151969 [ 3 ] {} <Debug> HTTP-Session: 58b5648b-3b93-442f-8680-4bc602df98ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6219 | 2024.07.30 01:33:45.151982 [ 3 ] {} <Debug> HTTP-Session: 58b5648b-3b93-442f-8680-4bc602df98ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6220 | 2024.07.30 01:33:45.152012 [ 3 ] {} <Trace> HTTP-Session: 58b5648b-3b93-442f-8680-4bc602df98ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6221 | 2024.07.30 01:33:45.152108 [ 3 ] {d7cefde9-ab25-40f8-9efd-3371e734c547} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6222 | 2024.07.30 01:33:45.152151 [ 3 ] {d7cefde9-ab25-40f8-9efd-3371e734c547} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6223 | 2024.07.30 01:33:45.152296 [ 3 ] {d7cefde9-ab25-40f8-9efd-3371e734c547} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6224 | 2024.07.30 01:33:45.152599 [ 3 ] {d7cefde9-ab25-40f8-9efd-3371e734c547} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6225 | 2024.07.30 01:33:45.152635 [ 3 ] {d7cefde9-ab25-40f8-9efd-3371e734c547} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6226 | 2024.07.30 01:33:45.152927 [ 3 ] {d7cefde9-ab25-40f8-9efd-3371e734c547} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 6227 | 2024.07.30 01:33:45.153232 [ 3 ] {d7cefde9-ab25-40f8-9efd-3371e734c547} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6228 | 2024.07.30 01:33:45.153379 [ 3 ] {d7cefde9-ab25-40f8-9efd-3371e734c547} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001288 sec., 4658.385093167702 rows/sec., 325.27 KiB/sec. | ||
| 6229 | 2024.07.30 01:33:45.153538 [ 3 ] {d7cefde9-ab25-40f8-9efd-3371e734c547} <Debug> DynamicQueryHandler: Done processing query | ||
| 6230 | 2024.07.30 01:33:45.153563 [ 3 ] {d7cefde9-ab25-40f8-9efd-3371e734c547} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6231 | 2024.07.30 01:33:45.153579 [ 3 ] {} <Debug> HTTP-Session: 58b5648b-3b93-442f-8680-4bc602df98ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6232 | 2024.07.30 01:33:45.153767 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 67854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6233 | 2024.07.30 01:33:45.153814 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6234 | 2024.07.30 01:33:45.153832 [ 3 ] {} <Debug> HTTP-Session: ba9ca451-7aff-4c93-8e48-79f18952f892 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6235 | 2024.07.30 01:33:45.153848 [ 3 ] {} <Debug> HTTP-Session: ba9ca451-7aff-4c93-8e48-79f18952f892 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6236 | 2024.07.30 01:33:45.153861 [ 3 ] {} <Debug> HTTP-Session: ba9ca451-7aff-4c93-8e48-79f18952f892 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6237 | 2024.07.30 01:33:45.153892 [ 3 ] {} <Trace> HTTP-Session: ba9ca451-7aff-4c93-8e48-79f18952f892 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6238 | 2024.07.30 01:33:45.154106 [ 3 ] {91a1b825-8768-4321-adfb-5879f31feaed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6239 | 2024.07.30 01:33:45.154150 [ 3 ] {91a1b825-8768-4321-adfb-5879f31feaed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6240 | 2024.07.30 01:33:45.154273 [ 3 ] {91a1b825-8768-4321-adfb-5879f31feaed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6241 | 2024.07.30 01:33:45.154874 [ 3 ] {91a1b825-8768-4321-adfb-5879f31feaed} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6242 | 2024.07.30 01:33:45.154911 [ 3 ] {91a1b825-8768-4321-adfb-5879f31feaed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6243 | 2024.07.30 01:33:45.155238 [ 3 ] {91a1b825-8768-4321-adfb-5879f31feaed} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6244 | 2024.07.30 01:33:45.155558 [ 3 ] {91a1b825-8768-4321-adfb-5879f31feaed} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6245 | 2024.07.30 01:33:45.155717 [ 3 ] {91a1b825-8768-4321-adfb-5879f31feaed} <Debug> executeQuery: Read 419 rows, 30.45 KiB in 0.001711 sec., 244886.03156049093 rows/sec., 17.38 MiB/sec. | ||
| 6246 | 2024.07.30 01:33:45.155879 [ 3 ] {91a1b825-8768-4321-adfb-5879f31feaed} <Debug> DynamicQueryHandler: Done processing query | ||
| 6247 | 2024.07.30 01:33:45.155902 [ 3 ] {91a1b825-8768-4321-adfb-5879f31feaed} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 6248 | 2024.07.30 01:33:45.155918 [ 3 ] {} <Debug> HTTP-Session: ba9ca451-7aff-4c93-8e48-79f18952f892 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6249 | 2024.07.30 01:33:45.156057 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6250 | 2024.07.30 01:33:45.156104 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6251 | 2024.07.30 01:33:45.156121 [ 3 ] {} <Debug> HTTP-Session: 394dc2f1-d98f-4fd9-a4cf-8f52136d022d Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6252 | 2024.07.30 01:33:45.156138 [ 3 ] {} <Debug> HTTP-Session: 394dc2f1-d98f-4fd9-a4cf-8f52136d022d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6253 | 2024.07.30 01:33:45.156151 [ 3 ] {} <Debug> HTTP-Session: 394dc2f1-d98f-4fd9-a4cf-8f52136d022d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6254 | 2024.07.30 01:33:45.156182 [ 3 ] {} <Trace> HTTP-Session: 394dc2f1-d98f-4fd9-a4cf-8f52136d022d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6255 | 2024.07.30 01:33:45.156275 [ 3 ] {697bdfee-8581-46f2-8104-761ced73ef83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 6256 | 2024.07.30 01:33:45.156320 [ 3 ] {697bdfee-8581-46f2-8104-761ced73ef83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6257 | 2024.07.30 01:33:45.156450 [ 3 ] {697bdfee-8581-46f2-8104-761ced73ef83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6258 | 2024.07.30 01:33:45.156724 [ 3 ] {697bdfee-8581-46f2-8104-761ced73ef83} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6259 | 2024.07.30 01:33:45.156760 [ 3 ] {697bdfee-8581-46f2-8104-761ced73ef83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6260 | 2024.07.30 01:33:45.157119 [ 3 ] {697bdfee-8581-46f2-8104-761ced73ef83} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6261 | 2024.07.30 01:33:45.157447 [ 3 ] {697bdfee-8581-46f2-8104-761ced73ef83} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6262 | 2024.07.30 01:33:45.157602 [ 3 ] {697bdfee-8581-46f2-8104-761ced73ef83} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001343 sec., 4467.6098287416235 rows/sec., 191.97 KiB/sec. | ||
| 6263 | 2024.07.30 01:33:45.157764 [ 3 ] {697bdfee-8581-46f2-8104-761ced73ef83} <Debug> DynamicQueryHandler: Done processing query | ||
| 6264 | 2024.07.30 01:33:45.157789 [ 3 ] {697bdfee-8581-46f2-8104-761ced73ef83} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6265 | 2024.07.30 01:33:45.157804 [ 3 ] {} <Debug> HTTP-Session: 394dc2f1-d98f-4fd9-a4cf-8f52136d022d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6266 | 2024.07.30 01:33:45.157915 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6267 | 2024.07.30 01:33:45.157963 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6268 | 2024.07.30 01:33:45.157981 [ 3 ] {} <Debug> HTTP-Session: d2cb8eca-98fe-4a61-879b-ab26271c8f4b Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6269 | 2024.07.30 01:33:45.157998 [ 3 ] {} <Debug> HTTP-Session: d2cb8eca-98fe-4a61-879b-ab26271c8f4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6270 | 2024.07.30 01:33:45.158011 [ 3 ] {} <Debug> HTTP-Session: d2cb8eca-98fe-4a61-879b-ab26271c8f4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6271 | 2024.07.30 01:33:45.158041 [ 3 ] {} <Trace> HTTP-Session: d2cb8eca-98fe-4a61-879b-ab26271c8f4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6272 | 2024.07.30 01:33:45.158160 [ 3 ] {0011aa45-75e2-4c1d-be48-e7132609d94b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 6273 | 2024.07.30 01:33:45.158205 [ 3 ] {0011aa45-75e2-4c1d-be48-e7132609d94b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 6274 | 2024.07.30 01:33:45.158347 [ 3 ] {0011aa45-75e2-4c1d-be48-e7132609d94b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6275 | 2024.07.30 01:33:45.158687 [ 3 ] {0011aa45-75e2-4c1d-be48-e7132609d94b} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6276 | 2024.07.30 01:33:45.158722 [ 3 ] {0011aa45-75e2-4c1d-be48-e7132609d94b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6277 | 2024.07.30 01:33:45.159087 [ 3 ] {0011aa45-75e2-4c1d-be48-e7132609d94b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6278 | 2024.07.30 01:33:45.159422 [ 3 ] {0011aa45-75e2-4c1d-be48-e7132609d94b} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6279 | 2024.07.30 01:33:45.159575 [ 3 ] {0011aa45-75e2-4c1d-be48-e7132609d94b} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00146 sec., 52739.726027397264 rows/sec., 3.25 MiB/sec. | ||
| 6280 | 2024.07.30 01:33:45.159737 [ 3 ] {0011aa45-75e2-4c1d-be48-e7132609d94b} <Debug> DynamicQueryHandler: Done processing query | ||
| 6281 | 2024.07.30 01:33:45.159762 [ 3 ] {0011aa45-75e2-4c1d-be48-e7132609d94b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6282 | 2024.07.30 01:33:45.159778 [ 3 ] {} <Debug> HTTP-Session: d2cb8eca-98fe-4a61-879b-ab26271c8f4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6283 | 2024.07.30 01:33:45.159924 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 31237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6284 | 2024.07.30 01:33:45.159971 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6285 | 2024.07.30 01:33:45.159989 [ 3 ] {} <Debug> HTTP-Session: 0c37aecb-b540-4d61-837a-9c0f424eda33 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6286 | 2024.07.30 01:33:45.160005 [ 3 ] {} <Debug> HTTP-Session: 0c37aecb-b540-4d61-837a-9c0f424eda33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6287 | 2024.07.30 01:33:45.160020 [ 3 ] {} <Debug> HTTP-Session: 0c37aecb-b540-4d61-837a-9c0f424eda33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6288 | 2024.07.30 01:33:45.160055 [ 3 ] {} <Trace> HTTP-Session: 0c37aecb-b540-4d61-837a-9c0f424eda33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6289 | 2024.07.30 01:33:45.160197 [ 3 ] {1218b299-372a-4434-b976-cac104783faa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6290 | 2024.07.30 01:33:45.160242 [ 3 ] {1218b299-372a-4434-b976-cac104783faa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6291 | 2024.07.30 01:33:45.160381 [ 3 ] {1218b299-372a-4434-b976-cac104783faa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6292 | 2024.07.30 01:33:45.160863 [ 3 ] {1218b299-372a-4434-b976-cac104783faa} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6293 | 2024.07.30 01:33:45.160899 [ 3 ] {1218b299-372a-4434-b976-cac104783faa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6294 | 2024.07.30 01:33:45.161278 [ 3 ] {1218b299-372a-4434-b976-cac104783faa} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6295 | 2024.07.30 01:33:45.161615 [ 3 ] {1218b299-372a-4434-b976-cac104783faa} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6296 | 2024.07.30 01:33:45.161778 [ 3 ] {1218b299-372a-4434-b976-cac104783faa} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001632 sec., 99877.45098039215 rows/sec., 6.95 MiB/sec. | ||
| 6297 | 2024.07.30 01:33:45.162083 [ 3 ] {1218b299-372a-4434-b976-cac104783faa} <Debug> DynamicQueryHandler: Done processing query | ||
| 6298 | 2024.07.30 01:33:45.162122 [ 3 ] {1218b299-372a-4434-b976-cac104783faa} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6299 | 2024.07.30 01:33:45.162138 [ 3 ] {} <Debug> HTTP-Session: 0c37aecb-b540-4d61-837a-9c0f424eda33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6300 | 2024.07.30 01:33:45.162272 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 49931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6301 | 2024.07.30 01:33:45.162320 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6302 | 2024.07.30 01:33:45.162338 [ 3 ] {} <Debug> HTTP-Session: 31f1062c-c495-49a1-b97f-9ca2de3d067f Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6303 | 2024.07.30 01:33:45.162354 [ 3 ] {} <Debug> HTTP-Session: 31f1062c-c495-49a1-b97f-9ca2de3d067f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6304 | 2024.07.30 01:33:45.162367 [ 3 ] {} <Debug> HTTP-Session: 31f1062c-c495-49a1-b97f-9ca2de3d067f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6305 | 2024.07.30 01:33:45.162397 [ 3 ] {} <Trace> HTTP-Session: 31f1062c-c495-49a1-b97f-9ca2de3d067f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6306 | 2024.07.30 01:33:45.162818 [ 3 ] {518548ac-e5b9-4487-a4f3-45568e0cf956} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6307 | 2024.07.30 01:33:45.162893 [ 3 ] {518548ac-e5b9-4487-a4f3-45568e0cf956} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 6308 | 2024.07.30 01:33:45.163317 [ 3 ] {518548ac-e5b9-4487-a4f3-45568e0cf956} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6309 | 2024.07.30 01:33:45.164088 [ 3 ] {518548ac-e5b9-4487-a4f3-45568e0cf956} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6310 | 2024.07.30 01:33:45.164121 [ 3 ] {518548ac-e5b9-4487-a4f3-45568e0cf956} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6311 | 2024.07.30 01:33:45.164718 [ 3 ] {518548ac-e5b9-4487-a4f3-45568e0cf956} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 6312 | 2024.07.30 01:33:45.165173 [ 3 ] {518548ac-e5b9-4487-a4f3-45568e0cf956} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6313 | 2024.07.30 01:33:45.165350 [ 3 ] {518548ac-e5b9-4487-a4f3-45568e0cf956} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002862 sec., 10831.586303284417 rows/sec., 19.41 MiB/sec. | ||
| 6314 | 2024.07.30 01:33:45.165574 [ 3 ] {518548ac-e5b9-4487-a4f3-45568e0cf956} <Debug> DynamicQueryHandler: Done processing query | ||
| 6315 | 2024.07.30 01:33:45.165598 [ 3 ] {518548ac-e5b9-4487-a4f3-45568e0cf956} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 6316 | 2024.07.30 01:33:45.165615 [ 3 ] {} <Debug> HTTP-Session: 31f1062c-c495-49a1-b97f-9ca2de3d067f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6317 | 2024.07.30 01:33:45.165729 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6318 | 2024.07.30 01:33:45.165776 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6319 | 2024.07.30 01:33:45.165795 [ 3 ] {} <Debug> HTTP-Session: cb97ee5a-f0fd-48de-a3d9-ecdfa9022f73 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6320 | 2024.07.30 01:33:45.165811 [ 3 ] {} <Debug> HTTP-Session: cb97ee5a-f0fd-48de-a3d9-ecdfa9022f73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6321 | 2024.07.30 01:33:45.165825 [ 3 ] {} <Debug> HTTP-Session: cb97ee5a-f0fd-48de-a3d9-ecdfa9022f73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6322 | 2024.07.30 01:33:45.165855 [ 3 ] {} <Trace> HTTP-Session: cb97ee5a-f0fd-48de-a3d9-ecdfa9022f73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6323 | 2024.07.30 01:33:45.165954 [ 3 ] {9956708f-5806-47a6-9918-44df362775f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6324 | 2024.07.30 01:33:45.166000 [ 3 ] {9956708f-5806-47a6-9918-44df362775f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 6325 | 2024.07.30 01:33:45.166129 [ 3 ] {9956708f-5806-47a6-9918-44df362775f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6326 | 2024.07.30 01:33:45.166442 [ 3 ] {9956708f-5806-47a6-9918-44df362775f8} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6327 | 2024.07.30 01:33:45.166478 [ 3 ] {9956708f-5806-47a6-9918-44df362775f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6328 | 2024.07.30 01:33:45.166829 [ 3 ] {9956708f-5806-47a6-9918-44df362775f8} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6329 | 2024.07.30 01:33:45.167159 [ 3 ] {9956708f-5806-47a6-9918-44df362775f8} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6330 | 2024.07.30 01:33:45.167319 [ 3 ] {9956708f-5806-47a6-9918-44df362775f8} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001389 sec., 16558.67530597552 rows/sec., 895.71 KiB/sec. | ||
| 6331 | 2024.07.30 01:33:45.167627 [ 3 ] {9956708f-5806-47a6-9918-44df362775f8} <Debug> DynamicQueryHandler: Done processing query | ||
| 6332 | 2024.07.30 01:33:45.167653 [ 3 ] {9956708f-5806-47a6-9918-44df362775f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6333 | 2024.07.30 01:33:45.167668 [ 3 ] {} <Debug> HTTP-Session: cb97ee5a-f0fd-48de-a3d9-ecdfa9022f73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6334 | 2024.07.30 01:33:45.167775 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6335 | 2024.07.30 01:33:45.167823 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6336 | 2024.07.30 01:33:45.167841 [ 3 ] {} <Debug> HTTP-Session: acfad93f-b410-4560-9ab3-5cd905ea8e7d Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6337 | 2024.07.30 01:33:45.167857 [ 3 ] {} <Debug> HTTP-Session: acfad93f-b410-4560-9ab3-5cd905ea8e7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6338 | 2024.07.30 01:33:45.167871 [ 3 ] {} <Debug> HTTP-Session: acfad93f-b410-4560-9ab3-5cd905ea8e7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6339 | 2024.07.30 01:33:45.167901 [ 3 ] {} <Trace> HTTP-Session: acfad93f-b410-4560-9ab3-5cd905ea8e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6340 | 2024.07.30 01:33:45.168032 [ 3 ] {80cf290d-3b48-4c71-af65-c410ef946867} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6341 | 2024.07.30 01:33:45.168077 [ 3 ] {80cf290d-3b48-4c71-af65-c410ef946867} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6342 | 2024.07.30 01:33:45.168225 [ 3 ] {80cf290d-3b48-4c71-af65-c410ef946867} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6343 | 2024.07.30 01:33:45.168523 [ 3 ] {80cf290d-3b48-4c71-af65-c410ef946867} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6344 | 2024.07.30 01:33:45.168559 [ 3 ] {80cf290d-3b48-4c71-af65-c410ef946867} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6345 | 2024.07.30 01:33:45.168923 [ 3 ] {80cf290d-3b48-4c71-af65-c410ef946867} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6346 | 2024.07.30 01:33:45.169256 [ 3 ] {80cf290d-3b48-4c71-af65-c410ef946867} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6347 | 2024.07.30 01:33:45.169420 [ 3 ] {80cf290d-3b48-4c71-af65-c410ef946867} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001433 sec., 41870.2023726448 rows/sec., 2.82 MiB/sec. | ||
| 6348 | 2024.07.30 01:33:45.169749 [ 3 ] {80cf290d-3b48-4c71-af65-c410ef946867} <Debug> DynamicQueryHandler: Done processing query | ||
| 6349 | 2024.07.30 01:33:45.169803 [ 3 ] {80cf290d-3b48-4c71-af65-c410ef946867} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6350 | 2024.07.30 01:33:45.169823 [ 3 ] {} <Debug> HTTP-Session: acfad93f-b410-4560-9ab3-5cd905ea8e7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6351 | 2024.07.30 01:33:50.138983 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 7845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6352 | 2024.07.30 01:33:50.139126 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6353 | 2024.07.30 01:33:50.139155 [ 3 ] {} <Debug> HTTP-Session: 6139e857-851f-41ad-982f-d5cb1c76c54d Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6354 | 2024.07.30 01:33:50.139183 [ 3 ] {} <Debug> HTTP-Session: 6139e857-851f-41ad-982f-d5cb1c76c54d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6355 | 2024.07.30 01:33:50.139201 [ 3 ] {} <Debug> HTTP-Session: 6139e857-851f-41ad-982f-d5cb1c76c54d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6356 | 2024.07.30 01:33:50.139256 [ 3 ] {} <Trace> HTTP-Session: 6139e857-851f-41ad-982f-d5cb1c76c54d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6357 | 2024.07.30 01:33:50.139470 [ 3 ] {d7c744e1-3d98-498d-b1e3-a5e7e8f301bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6358 | 2024.07.30 01:33:50.139539 [ 3 ] {d7c744e1-3d98-498d-b1e3-a5e7e8f301bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6359 | 2024.07.30 01:33:50.139729 [ 3 ] {d7c744e1-3d98-498d-b1e3-a5e7e8f301bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6360 | 2024.07.30 01:33:50.140203 [ 3 ] {d7c744e1-3d98-498d-b1e3-a5e7e8f301bf} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6361 | 2024.07.30 01:33:50.140245 [ 3 ] {d7c744e1-3d98-498d-b1e3-a5e7e8f301bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6362 | 2024.07.30 01:33:50.140615 [ 3 ] {d7c744e1-3d98-498d-b1e3-a5e7e8f301bf} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6363 | 2024.07.30 01:33:50.140949 [ 3 ] {d7c744e1-3d98-498d-b1e3-a5e7e8f301bf} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6364 | 2024.07.30 01:33:50.141113 [ 3 ] {d7c744e1-3d98-498d-b1e3-a5e7e8f301bf} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001712 sec., 32710.280373831774 rows/sec., 2.51 MiB/sec. | ||
| 6365 | 2024.07.30 01:33:50.141133 [ 93 ] {} <Debug> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6366 | 2024.07.30 01:33:50.141235 [ 93 ] {} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6367 | 2024.07.30 01:33:50.141287 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6368 | 2024.07.30 01:33:50.141385 [ 3 ] {d7c744e1-3d98-498d-b1e3-a5e7e8f301bf} <Debug> DynamicQueryHandler: Done processing query | ||
| 6369 | 2024.07.30 01:33:50.141453 [ 3 ] {d7c744e1-3d98-498d-b1e3-a5e7e8f301bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6370 | 2024.07.30 01:33:50.141499 [ 3 ] {} <Debug> HTTP-Session: 6139e857-851f-41ad-982f-d5cb1c76c54d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6371 | 2024.07.30 01:33:50.141552 [ 192 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::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 | ||
| 6372 | 2024.07.30 01:33:50.141657 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 10894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6373 | 2024.07.30 01:33:50.141760 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6374 | 2024.07.30 01:33:50.141812 [ 3 ] {} <Debug> HTTP-Session: 6ca15063-3333-4693-91fb-e48a5180ae92 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6375 | 2024.07.30 01:33:50.141859 [ 3 ] {} <Debug> HTTP-Session: 6ca15063-3333-4693-91fb-e48a5180ae92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6376 | 2024.07.30 01:33:50.141902 [ 3 ] {} <Debug> HTTP-Session: 6ca15063-3333-4693-91fb-e48a5180ae92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6377 | 2024.07.30 01:33:50.141917 [ 192 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6378 | 2024.07.30 01:33:50.141959 [ 3 ] {} <Trace> HTTP-Session: 6ca15063-3333-4693-91fb-e48a5180ae92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6379 | 2024.07.30 01:33:50.141995 [ 192 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 298 rows starting from the beginning of the part | ||
| 6380 | 2024.07.30 01:33:50.142270 [ 192 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 92 rows starting from the beginning of the part | ||
| 6381 | 2024.07.30 01:33:50.142367 [ 3 ] {73dfbc2a-6e27-432a-974e-41809de734dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6382 | 2024.07.30 01:33:50.142538 [ 3 ] {73dfbc2a-6e27-432a-974e-41809de734dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6383 | 2024.07.30 01:33:50.142544 [ 192 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 254 rows starting from the beginning of the part | ||
| 6384 | 2024.07.30 01:33:50.142860 [ 192 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 56 rows starting from the beginning of the part | ||
| 6385 | 2024.07.30 01:33:50.143184 [ 192 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 257 rows starting from the beginning of the part | ||
| 6386 | 2024.07.30 01:33:50.143480 [ 192 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 56 rows starting from the beginning of the part | ||
| 6387 | 2024.07.30 01:33:50.143884 [ 3 ] {73dfbc2a-6e27-432a-974e-41809de734dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6388 | 2024.07.30 01:33:50.144795 [ 3 ] {73dfbc2a-6e27-432a-974e-41809de734dd} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6389 | 2024.07.30 01:33:50.144869 [ 3 ] {73dfbc2a-6e27-432a-974e-41809de734dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6390 | 2024.07.30 01:33:50.145722 [ 3 ] {73dfbc2a-6e27-432a-974e-41809de734dd} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6391 | 2024.07.30 01:33:50.146474 [ 3 ] {73dfbc2a-6e27-432a-974e-41809de734dd} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6392 | 2024.07.30 01:33:50.146530 [ 192 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1013 rows, containing 4 columns (4 merged, 0 gathered) in 0.005145532 sec., 196869.82803721752 rows/sec., 16.81 MiB/sec. | ||
| 6393 | 2024.07.30 01:33:50.146704 [ 91 ] {} <Debug> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6394 | 2024.07.30 01:33:50.146750 [ 3 ] {73dfbc2a-6e27-432a-974e-41809de734dd} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004657 sec., 13742.7528451793 rows/sec., 1.07 MiB/sec. | ||
| 6395 | 2024.07.30 01:33:50.146794 [ 91 ] {} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6396 | 2024.07.30 01:33:50.146892 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6397 | 2024.07.30 01:33:50.146883 [ 192 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6398 | 2024.07.30 01:33:50.147346 [ 3 ] {73dfbc2a-6e27-432a-974e-41809de734dd} <Debug> DynamicQueryHandler: Done processing query | ||
| 6399 | 2024.07.30 01:33:50.147396 [ 197 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::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 | ||
| 6400 | 2024.07.30 01:33:50.147435 [ 3 ] {73dfbc2a-6e27-432a-974e-41809de734dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6401 | 2024.07.30 01:33:50.147581 [ 3 ] {} <Debug> HTTP-Session: 6ca15063-3333-4693-91fb-e48a5180ae92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6402 | 2024.07.30 01:33:50.148014 [ 197 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6403 | 2024.07.30 01:33:50.148124 [ 197 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 471 rows starting from the beginning of the part | ||
| 6404 | 2024.07.30 01:33:50.148094 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6405 | 2024.07.30 01:33:50.148388 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6406 | 2024.07.30 01:33:50.148498 [ 197 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 88 rows starting from the beginning of the part | ||
| 6407 | 2024.07.30 01:33:50.148531 [ 3 ] {} <Debug> HTTP-Session: 9bcd4934-6e2d-4804-9641-938584911d2d Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6408 | 2024.07.30 01:33:50.148531 [ 192 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_36_7} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6409 | 2024.07.30 01:33:50.148623 [ 3 ] {} <Debug> HTTP-Session: 9bcd4934-6e2d-4804-9641-938584911d2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6410 | 2024.07.30 01:33:50.148784 [ 3 ] {} <Debug> HTTP-Session: 9bcd4934-6e2d-4804-9641-938584911d2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6411 | 2024.07.30 01:33:50.148929 [ 197 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 413 rows starting from the beginning of the part | ||
| 6412 | 2024.07.30 01:33:50.149023 [ 3 ] {} <Trace> HTTP-Session: 9bcd4934-6e2d-4804-9641-938584911d2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6413 | 2024.07.30 01:33:50.149066 [ 192 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_36_7} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6414 | 2024.07.30 01:33:50.149296 [ 197 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 64 rows starting from the beginning of the part | ||
| 6415 | 2024.07.30 01:33:50.149590 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 6416 | 2024.07.30 01:33:50.149734 [ 197 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 419 rows starting from the beginning of the part | ||
| 6417 | 2024.07.30 01:33:50.149795 [ 3 ] {c1595a12-39da-465b-9636-17b2fd5ea766} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6418 | 2024.07.30 01:33:50.150039 [ 3 ] {c1595a12-39da-465b-9636-17b2fd5ea766} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6419 | 2024.07.30 01:33:50.150110 [ 197 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 64 rows starting from the beginning of the part | ||
| 6420 | 2024.07.30 01:33:50.151565 [ 3 ] {c1595a12-39da-465b-9636-17b2fd5ea766} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6421 | 2024.07.30 01:33:50.152541 [ 3 ] {c1595a12-39da-465b-9636-17b2fd5ea766} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6422 | 2024.07.30 01:33:50.152609 [ 3 ] {c1595a12-39da-465b-9636-17b2fd5ea766} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6423 | 2024.07.30 01:33:50.153580 [ 3 ] {c1595a12-39da-465b-9636-17b2fd5ea766} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6424 | 2024.07.30 01:33:50.153591 [ 186 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1519 rows, containing 4 columns (4 merged, 0 gathered) in 0.006521456 sec., 232923.445316506 rows/sec., 16.81 MiB/sec. | ||
| 6425 | 2024.07.30 01:33:50.153932 [ 186 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6426 | 2024.07.30 01:33:50.154231 [ 3 ] {c1595a12-39da-465b-9636-17b2fd5ea766} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6427 | 2024.07.30 01:33:50.154653 [ 91 ] {} <Debug> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6428 | 2024.07.30 01:33:50.154712 [ 3 ] {c1595a12-39da-465b-9636-17b2fd5ea766} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005245 sec., 30505.243088655865 rows/sec., 2.12 MiB/sec. | ||
| 6429 | 2024.07.30 01:33:50.154720 [ 91 ] {} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6430 | 2024.07.30 01:33:50.154803 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6431 | 2024.07.30 01:33:50.155367 [ 3 ] {c1595a12-39da-465b-9636-17b2fd5ea766} <Debug> DynamicQueryHandler: Done processing query | ||
| 6432 | 2024.07.30 01:33:50.155389 [ 193 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 6433 | 2024.07.30 01:33:50.155460 [ 3 ] {c1595a12-39da-465b-9636-17b2fd5ea766} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6434 | 2024.07.30 01:33:50.155563 [ 3 ] {} <Debug> HTTP-Session: 9bcd4934-6e2d-4804-9641-938584911d2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6435 | 2024.07.30 01:33:50.155593 [ 186 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_36_7} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6436 | 2024.07.30 01:33:50.155850 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6437 | 2024.07.30 01:33:50.156049 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6438 | 2024.07.30 01:33:50.156149 [ 3 ] {} <Debug> HTTP-Session: 2372a22b-1e49-4f0a-ba37-2d2f0792efcc Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6439 | 2024.07.30 01:33:50.156215 [ 3 ] {} <Debug> HTTP-Session: 2372a22b-1e49-4f0a-ba37-2d2f0792efcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6440 | 2024.07.30 01:33:50.156270 [ 3 ] {} <Debug> HTTP-Session: 2372a22b-1e49-4f0a-ba37-2d2f0792efcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6441 | 2024.07.30 01:33:50.156286 [ 193 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6442 | 2024.07.30 01:33:50.156369 [ 186 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_36_7} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6443 | 2024.07.30 01:33:50.156397 [ 3 ] {} <Trace> HTTP-Session: 2372a22b-1e49-4f0a-ba37-2d2f0792efcc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6444 | 2024.07.30 01:33:50.156397 [ 193 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 4839 rows starting from the beginning of the part | ||
| 6445 | 2024.07.30 01:33:50.156778 [ 3 ] {ee00a412-a886-408e-ad36-2516caaec750} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6446 | 2024.07.30 01:33:50.156794 [ 193 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 196 rows starting from the beginning of the part | ||
| 6447 | 2024.07.30 01:33:50.156898 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 6448 | 2024.07.30 01:33:50.156939 [ 3 ] {ee00a412-a886-408e-ad36-2516caaec750} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6449 | 2024.07.30 01:33:50.157291 [ 193 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 6450 | 2024.07.30 01:33:50.157691 [ 193 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 140 rows starting from the beginning of the part | ||
| 6451 | 2024.07.30 01:33:50.158066 [ 193 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 163 rows starting from the beginning of the part | ||
| 6452 | 2024.07.30 01:33:50.158107 [ 3 ] {ee00a412-a886-408e-ad36-2516caaec750} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6453 | 2024.07.30 01:33:50.158340 [ 193 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 6454 | 2024.07.30 01:33:50.159154 [ 3 ] {ee00a412-a886-408e-ad36-2516caaec750} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6455 | 2024.07.30 01:33:50.159219 [ 3 ] {ee00a412-a886-408e-ad36-2516caaec750} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6456 | 2024.07.30 01:33:50.159967 [ 3 ] {ee00a412-a886-408e-ad36-2516caaec750} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6457 | 2024.07.30 01:33:50.160829 [ 3 ] {ee00a412-a886-408e-ad36-2516caaec750} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6458 | 2024.07.30 01:33:50.161138 [ 91 ] {} <Debug> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6459 | 2024.07.30 01:33:50.161244 [ 91 ] {} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6460 | 2024.07.30 01:33:50.161261 [ 3 ] {ee00a412-a886-408e-ad36-2516caaec750} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004633 sec., 12950.571983595943 rows/sec., 893.72 KiB/sec. | ||
| 6461 | 2024.07.30 01:33:50.161288 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6462 | 2024.07.30 01:33:50.161958 [ 186 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 6463 | 2024.07.30 01:33:50.162082 [ 3 ] {ee00a412-a886-408e-ad36-2516caaec750} <Debug> DynamicQueryHandler: Done processing query | ||
| 6464 | 2024.07.30 01:33:50.162259 [ 3 ] {ee00a412-a886-408e-ad36-2516caaec750} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6465 | 2024.07.30 01:33:50.162402 [ 3 ] {} <Debug> HTTP-Session: 2372a22b-1e49-4f0a-ba37-2d2f0792efcc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6466 | 2024.07.30 01:33:50.162633 [ 186 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6467 | 2024.07.30 01:33:50.162678 [ 186 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1720 rows starting from the beginning of the part | ||
| 6468 | 2024.07.30 01:33:50.162792 [ 186 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 6469 | 2024.07.30 01:33:50.163172 [ 186 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 6470 | 2024.07.30 01:33:50.163587 [ 186 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 54 rows starting from the beginning of the part | ||
| 6471 | 2024.07.30 01:33:50.163680 [ 199 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5658 rows, containing 5 columns (5 merged, 0 gathered) in 0.008731908 sec., 647968.3478112688 rows/sec., 45.16 MiB/sec. | ||
| 6472 | 2024.07.30 01:33:50.163845 [ 186 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 6473 | 2024.07.30 01:33:50.163961 [ 186 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 6474 | 2024.07.30 01:33:50.164280 [ 199 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6475 | 2024.07.30 01:33:50.165349 [ 199 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6476 | 2024.07.30 01:33:50.165536 [ 199 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6477 | 2024.07.30 01:33:50.165720 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.27 MiB. | ||
| 6478 | 2024.07.30 01:33:50.166342 [ 190 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2014 rows, containing 4 columns (4 merged, 0 gathered) in 0.00490954 sec., 410221.73156751954 rows/sec., 27.64 MiB/sec. | ||
| 6479 | 2024.07.30 01:33:50.166559 [ 199 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6480 | 2024.07.30 01:33:50.166948 [ 199 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_36_7} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6481 | 2024.07.30 01:33:50.167021 [ 199 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_36_7} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6482 | 2024.07.30 01:33:50.167101 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 6483 | 2024.07.30 01:33:55.145992 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 5193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6484 | 2024.07.30 01:33:55.146134 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6485 | 2024.07.30 01:33:55.146161 [ 3 ] {} <Debug> HTTP-Session: 4d7b8f13-1e2c-4ca0-8ac9-f07cbaf5d809 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6486 | 2024.07.30 01:33:55.146192 [ 3 ] {} <Debug> HTTP-Session: 4d7b8f13-1e2c-4ca0-8ac9-f07cbaf5d809 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6487 | 2024.07.30 01:33:55.146208 [ 3 ] {} <Debug> HTTP-Session: 4d7b8f13-1e2c-4ca0-8ac9-f07cbaf5d809 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6488 | 2024.07.30 01:33:55.146261 [ 3 ] {} <Trace> HTTP-Session: 4d7b8f13-1e2c-4ca0-8ac9-f07cbaf5d809 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6489 | 2024.07.30 01:33:55.146462 [ 3 ] {56ad9a30-381c-43e0-8aeb-62a891b36c6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6490 | 2024.07.30 01:33:55.146531 [ 3 ] {56ad9a30-381c-43e0-8aeb-62a891b36c6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6491 | 2024.07.30 01:33:55.146727 [ 3 ] {56ad9a30-381c-43e0-8aeb-62a891b36c6a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6492 | 2024.07.30 01:33:55.147192 [ 3 ] {56ad9a30-381c-43e0-8aeb-62a891b36c6a} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6493 | 2024.07.30 01:33:55.147235 [ 3 ] {56ad9a30-381c-43e0-8aeb-62a891b36c6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6494 | 2024.07.30 01:33:55.147606 [ 3 ] {56ad9a30-381c-43e0-8aeb-62a891b36c6a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6495 | 2024.07.30 01:33:55.147952 [ 3 ] {56ad9a30-381c-43e0-8aeb-62a891b36c6a} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6496 | 2024.07.30 01:33:55.148140 [ 3 ] {56ad9a30-381c-43e0-8aeb-62a891b36c6a} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001734 sec., 21337.946943483275 rows/sec., 1.61 MiB/sec. | ||
| 6497 | 2024.07.30 01:33:55.148151 [ 88 ] {} <Debug> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
| 6498 | 2024.07.30 01:33:55.148245 [ 88 ] {} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6499 | 2024.07.30 01:33:55.148295 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6500 | 2024.07.30 01:33:55.148457 [ 3 ] {56ad9a30-381c-43e0-8aeb-62a891b36c6a} <Debug> DynamicQueryHandler: Done processing query | ||
| 6501 | 2024.07.30 01:33:55.148534 [ 3 ] {56ad9a30-381c-43e0-8aeb-62a891b36c6a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6502 | 2024.07.30 01:33:55.148586 [ 197 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full | ||
| 6503 | 2024.07.30 01:33:55.148601 [ 3 ] {} <Debug> HTTP-Session: 4d7b8f13-1e2c-4ca0-8ac9-f07cbaf5d809 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6504 | 2024.07.30 01:33:55.148856 [ 197 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6505 | 2024.07.30 01:33:55.148871 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6506 | 2024.07.30 01:33:55.148919 [ 197 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 37 rows starting from the beginning of the part | ||
| 6507 | 2024.07.30 01:33:55.148964 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6508 | 2024.07.30 01:33:55.149026 [ 3 ] {} <Debug> HTTP-Session: b4bae4b4-ad7f-4b05-888f-69d27abb636b Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6509 | 2024.07.30 01:33:55.149095 [ 3 ] {} <Debug> HTTP-Session: b4bae4b4-ad7f-4b05-888f-69d27abb636b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6510 | 2024.07.30 01:33:55.149128 [ 197 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 37 rows starting from the beginning of the part | ||
| 6511 | 2024.07.30 01:33:55.149166 [ 3 ] {} <Debug> HTTP-Session: b4bae4b4-ad7f-4b05-888f-69d27abb636b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6512 | 2024.07.30 01:33:55.149343 [ 3 ] {} <Trace> HTTP-Session: b4bae4b4-ad7f-4b05-888f-69d27abb636b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6513 | 2024.07.30 01:33:55.149479 [ 197 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 37 rows starting from the beginning of the part | ||
| 6514 | 2024.07.30 01:33:55.149781 [ 197 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 37 rows starting from the beginning of the part | ||
| 6515 | 2024.07.30 01:33:55.149771 [ 3 ] {22cec74b-9dbf-4743-9fe2-48bbd20db179} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 6516 | 2024.07.30 01:33:55.149985 [ 3 ] {22cec74b-9dbf-4743-9fe2-48bbd20db179} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6517 | 2024.07.30 01:33:55.150079 [ 197 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 37 rows starting from the beginning of the part | ||
| 6518 | 2024.07.30 01:33:55.150781 [ 3 ] {22cec74b-9dbf-4743-9fe2-48bbd20db179} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6519 | 2024.07.30 01:33:55.151594 [ 3 ] {22cec74b-9dbf-4743-9fe2-48bbd20db179} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6520 | 2024.07.30 01:33:55.151654 [ 3 ] {22cec74b-9dbf-4743-9fe2-48bbd20db179} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6521 | 2024.07.30 01:33:55.152517 [ 3 ] {22cec74b-9dbf-4743-9fe2-48bbd20db179} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 6522 | 2024.07.30 01:33:55.152714 [ 198 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 4 columns (4 merged, 0 gathered) in 0.004321144 sec., 42812.736627152444 rows/sec., 3.22 MiB/sec. | ||
| 6523 | 2024.07.30 01:33:55.153031 [ 198 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
| 6524 | 2024.07.30 01:33:55.153199 [ 3 ] {22cec74b-9dbf-4743-9fe2-48bbd20db179} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6525 | 2024.07.30 01:33:55.153624 [ 3 ] {22cec74b-9dbf-4743-9fe2-48bbd20db179} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.004035 sec., 991.3258983890953 rows/sec., 80.84 KiB/sec. | ||
| 6526 | 2024.07.30 01:33:55.154192 [ 3 ] {22cec74b-9dbf-4743-9fe2-48bbd20db179} <Debug> DynamicQueryHandler: Done processing query | ||
| 6527 | 2024.07.30 01:33:55.154235 [ 3 ] {22cec74b-9dbf-4743-9fe2-48bbd20db179} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6528 | 2024.07.30 01:33:55.154257 [ 3 ] {} <Debug> HTTP-Session: b4bae4b4-ad7f-4b05-888f-69d27abb636b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6529 | 2024.07.30 01:33:55.154354 [ 198 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_18_4} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6530 | 2024.07.30 01:33:55.154478 [ 198 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_18_4} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
| 6531 | 2024.07.30 01:33:55.154509 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 38675, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6532 | 2024.07.30 01:33:55.154612 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6533 | 2024.07.30 01:33:55.154634 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 6534 | 2024.07.30 01:33:55.154643 [ 3 ] {} <Debug> HTTP-Session: c4bb2533-ce60-4ced-aa53-1e7fdd71bccb Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6535 | 2024.07.30 01:33:55.154680 [ 3 ] {} <Debug> HTTP-Session: c4bb2533-ce60-4ced-aa53-1e7fdd71bccb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6536 | 2024.07.30 01:33:55.154695 [ 3 ] {} <Debug> HTTP-Session: c4bb2533-ce60-4ced-aa53-1e7fdd71bccb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6537 | 2024.07.30 01:33:55.154728 [ 3 ] {} <Trace> HTTP-Session: c4bb2533-ce60-4ced-aa53-1e7fdd71bccb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6538 | 2024.07.30 01:33:55.154922 [ 3 ] {f3f6d173-6dba-4186-a3f7-7c78b1de37cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6539 | 2024.07.30 01:33:55.154967 [ 3 ] {f3f6d173-6dba-4186-a3f7-7c78b1de37cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6540 | 2024.07.30 01:33:55.155119 [ 3 ] {f3f6d173-6dba-4186-a3f7-7c78b1de37cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6541 | 2024.07.30 01:33:55.155615 [ 3 ] {f3f6d173-6dba-4186-a3f7-7c78b1de37cc} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6542 | 2024.07.30 01:33:55.155654 [ 3 ] {f3f6d173-6dba-4186-a3f7-7c78b1de37cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6543 | 2024.07.30 01:33:55.156008 [ 3 ] {f3f6d173-6dba-4186-a3f7-7c78b1de37cc} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6544 | 2024.07.30 01:33:55.156339 [ 3 ] {f3f6d173-6dba-4186-a3f7-7c78b1de37cc} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6545 | 2024.07.30 01:33:55.156500 [ 3 ] {f3f6d173-6dba-4186-a3f7-7c78b1de37cc} <Debug> executeQuery: Read 256 rows, 23.11 KiB in 0.001675 sec., 152835.8208955224 rows/sec., 13.48 MiB/sec. | ||
| 6546 | 2024.07.30 01:33:55.156678 [ 3 ] {f3f6d173-6dba-4186-a3f7-7c78b1de37cc} <Debug> DynamicQueryHandler: Done processing query | ||
| 6547 | 2024.07.30 01:33:55.156703 [ 3 ] {f3f6d173-6dba-4186-a3f7-7c78b1de37cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 6548 | 2024.07.30 01:33:55.156719 [ 3 ] {} <Debug> HTTP-Session: c4bb2533-ce60-4ced-aa53-1e7fdd71bccb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6549 | 2024.07.30 01:33:55.156844 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6550 | 2024.07.30 01:33:55.156891 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6551 | 2024.07.30 01:33:55.156911 [ 3 ] {} <Debug> HTTP-Session: c7f96900-6561-40da-bdfd-d0c5faa899fa Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6552 | 2024.07.30 01:33:55.156927 [ 3 ] {} <Debug> HTTP-Session: c7f96900-6561-40da-bdfd-d0c5faa899fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6553 | 2024.07.30 01:33:55.156943 [ 3 ] {} <Debug> HTTP-Session: c7f96900-6561-40da-bdfd-d0c5faa899fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6554 | 2024.07.30 01:33:55.156974 [ 3 ] {} <Trace> HTTP-Session: c7f96900-6561-40da-bdfd-d0c5faa899fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6555 | 2024.07.30 01:33:55.157069 [ 3 ] {2720a9f7-dbca-44c8-a0bb-d7133b0623fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6556 | 2024.07.30 01:33:55.157112 [ 3 ] {2720a9f7-dbca-44c8-a0bb-d7133b0623fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6557 | 2024.07.30 01:33:55.157239 [ 3 ] {2720a9f7-dbca-44c8-a0bb-d7133b0623fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6558 | 2024.07.30 01:33:55.157543 [ 3 ] {2720a9f7-dbca-44c8-a0bb-d7133b0623fe} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6559 | 2024.07.30 01:33:55.157580 [ 3 ] {2720a9f7-dbca-44c8-a0bb-d7133b0623fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6560 | 2024.07.30 01:33:55.157896 [ 3 ] {2720a9f7-dbca-44c8-a0bb-d7133b0623fe} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 6561 | 2024.07.30 01:33:55.158232 [ 3 ] {2720a9f7-dbca-44c8-a0bb-d7133b0623fe} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6562 | 2024.07.30 01:33:55.158388 [ 3 ] {2720a9f7-dbca-44c8-a0bb-d7133b0623fe} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001329 sec., 3009.7817908201655 rows/sec., 210.16 KiB/sec. | ||
| 6563 | 2024.07.30 01:33:55.158557 [ 3 ] {2720a9f7-dbca-44c8-a0bb-d7133b0623fe} <Debug> DynamicQueryHandler: Done processing query | ||
| 6564 | 2024.07.30 01:33:55.158582 [ 3 ] {2720a9f7-dbca-44c8-a0bb-d7133b0623fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6565 | 2024.07.30 01:33:55.158598 [ 3 ] {} <Debug> HTTP-Session: c7f96900-6561-40da-bdfd-d0c5faa899fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6566 | 2024.07.30 01:33:55.158759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 67517, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6567 | 2024.07.30 01:33:55.158808 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6568 | 2024.07.30 01:33:55.158827 [ 3 ] {} <Debug> HTTP-Session: 6d721e75-9f3d-4d41-85f3-9f3d03e1a7e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6569 | 2024.07.30 01:33:55.158844 [ 3 ] {} <Debug> HTTP-Session: 6d721e75-9f3d-4d41-85f3-9f3d03e1a7e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6570 | 2024.07.30 01:33:55.158858 [ 3 ] {} <Debug> HTTP-Session: 6d721e75-9f3d-4d41-85f3-9f3d03e1a7e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6571 | 2024.07.30 01:33:55.158890 [ 3 ] {} <Trace> HTTP-Session: 6d721e75-9f3d-4d41-85f3-9f3d03e1a7e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6572 | 2024.07.30 01:33:55.159113 [ 3 ] {46c1a9c0-ba1e-4967-b113-234e6fd6e43c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6573 | 2024.07.30 01:33:55.159155 [ 3 ] {46c1a9c0-ba1e-4967-b113-234e6fd6e43c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6574 | 2024.07.30 01:33:55.159275 [ 3 ] {46c1a9c0-ba1e-4967-b113-234e6fd6e43c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6575 | 2024.07.30 01:33:55.159784 [ 3 ] {46c1a9c0-ba1e-4967-b113-234e6fd6e43c} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6576 | 2024.07.30 01:33:55.159819 [ 3 ] {46c1a9c0-ba1e-4967-b113-234e6fd6e43c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6577 | 2024.07.30 01:33:55.160292 [ 3 ] {46c1a9c0-ba1e-4967-b113-234e6fd6e43c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6578 | 2024.07.30 01:33:55.160639 [ 3 ] {46c1a9c0-ba1e-4967-b113-234e6fd6e43c} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6579 | 2024.07.30 01:33:55.160798 [ 3 ] {46c1a9c0-ba1e-4967-b113-234e6fd6e43c} <Debug> executeQuery: Read 417 rows, 30.28 KiB in 0.001789 sec., 233091.11235326997 rows/sec., 16.53 MiB/sec. | ||
| 6580 | 2024.07.30 01:33:55.161005 [ 3 ] {46c1a9c0-ba1e-4967-b113-234e6fd6e43c} <Debug> DynamicQueryHandler: Done processing query | ||
| 6581 | 2024.07.30 01:33:55.161041 [ 3 ] {46c1a9c0-ba1e-4967-b113-234e6fd6e43c} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 6582 | 2024.07.30 01:33:55.161060 [ 3 ] {} <Debug> HTTP-Session: 6d721e75-9f3d-4d41-85f3-9f3d03e1a7e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6583 | 2024.07.30 01:33:55.161197 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6584 | 2024.07.30 01:33:55.161246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6585 | 2024.07.30 01:33:55.161266 [ 3 ] {} <Debug> HTTP-Session: ea6dfc51-c3d5-47f3-bc41-5fbb8796d406 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6586 | 2024.07.30 01:33:55.161288 [ 3 ] {} <Debug> HTTP-Session: ea6dfc51-c3d5-47f3-bc41-5fbb8796d406 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6587 | 2024.07.30 01:33:55.161302 [ 3 ] {} <Debug> HTTP-Session: ea6dfc51-c3d5-47f3-bc41-5fbb8796d406 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6588 | 2024.07.30 01:33:55.161334 [ 3 ] {} <Trace> HTTP-Session: ea6dfc51-c3d5-47f3-bc41-5fbb8796d406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6589 | 2024.07.30 01:33:55.161432 [ 3 ] {e9830c25-b3db-49dd-8cca-4c5e378c1020} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 6590 | 2024.07.30 01:33:55.161477 [ 3 ] {e9830c25-b3db-49dd-8cca-4c5e378c1020} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6591 | 2024.07.30 01:33:55.161613 [ 3 ] {e9830c25-b3db-49dd-8cca-4c5e378c1020} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6592 | 2024.07.30 01:33:55.161939 [ 3 ] {e9830c25-b3db-49dd-8cca-4c5e378c1020} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6593 | 2024.07.30 01:33:55.161982 [ 3 ] {e9830c25-b3db-49dd-8cca-4c5e378c1020} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6594 | 2024.07.30 01:33:55.162391 [ 3 ] {e9830c25-b3db-49dd-8cca-4c5e378c1020} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6595 | 2024.07.30 01:33:55.162762 [ 3 ] {e9830c25-b3db-49dd-8cca-4c5e378c1020} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6596 | 2024.07.30 01:33:55.162919 [ 3 ] {e9830c25-b3db-49dd-8cca-4c5e378c1020} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001501 sec., 3997.3351099267156 rows/sec., 171.76 KiB/sec. | ||
| 6597 | 2024.07.30 01:33:55.163098 [ 3 ] {e9830c25-b3db-49dd-8cca-4c5e378c1020} <Debug> DynamicQueryHandler: Done processing query | ||
| 6598 | 2024.07.30 01:33:55.163123 [ 3 ] {e9830c25-b3db-49dd-8cca-4c5e378c1020} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6599 | 2024.07.30 01:33:55.163139 [ 3 ] {} <Debug> HTTP-Session: ea6dfc51-c3d5-47f3-bc41-5fbb8796d406 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6600 | 2024.07.30 01:33:55.163266 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6601 | 2024.07.30 01:33:55.163315 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6602 | 2024.07.30 01:33:55.163335 [ 3 ] {} <Debug> HTTP-Session: 46a54ae4-1f27-4e74-bd5a-5897ebbca2f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6603 | 2024.07.30 01:33:55.163351 [ 3 ] {} <Debug> HTTP-Session: 46a54ae4-1f27-4e74-bd5a-5897ebbca2f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6604 | 2024.07.30 01:33:55.163365 [ 3 ] {} <Debug> HTTP-Session: 46a54ae4-1f27-4e74-bd5a-5897ebbca2f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6605 | 2024.07.30 01:33:55.163396 [ 3 ] {} <Trace> HTTP-Session: 46a54ae4-1f27-4e74-bd5a-5897ebbca2f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6606 | 2024.07.30 01:33:55.163515 [ 3 ] {0147e96e-43d9-48ee-9b7a-963838c84c32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 6607 | 2024.07.30 01:33:55.163561 [ 3 ] {0147e96e-43d9-48ee-9b7a-963838c84c32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 6608 | 2024.07.30 01:33:55.163704 [ 3 ] {0147e96e-43d9-48ee-9b7a-963838c84c32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6609 | 2024.07.30 01:33:55.164056 [ 3 ] {0147e96e-43d9-48ee-9b7a-963838c84c32} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6610 | 2024.07.30 01:33:55.164095 [ 3 ] {0147e96e-43d9-48ee-9b7a-963838c84c32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6611 | 2024.07.30 01:33:55.164477 [ 3 ] {0147e96e-43d9-48ee-9b7a-963838c84c32} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6612 | 2024.07.30 01:33:55.164826 [ 3 ] {0147e96e-43d9-48ee-9b7a-963838c84c32} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6613 | 2024.07.30 01:33:55.164998 [ 3 ] {0147e96e-43d9-48ee-9b7a-963838c84c32} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001518 sec., 50724.63768115942 rows/sec., 3.12 MiB/sec. | ||
| 6614 | 2024.07.30 01:33:55.165215 [ 3 ] {0147e96e-43d9-48ee-9b7a-963838c84c32} <Debug> DynamicQueryHandler: Done processing query | ||
| 6615 | 2024.07.30 01:33:55.165239 [ 3 ] {0147e96e-43d9-48ee-9b7a-963838c84c32} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6616 | 2024.07.30 01:33:55.165256 [ 3 ] {} <Debug> HTTP-Session: 46a54ae4-1f27-4e74-bd5a-5897ebbca2f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6617 | 2024.07.30 01:33:55.165433 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 31050, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6618 | 2024.07.30 01:33:55.165490 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6619 | 2024.07.30 01:33:55.165510 [ 3 ] {} <Debug> HTTP-Session: 8540074b-97c4-41c0-9b1c-b78b702b560b Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6620 | 2024.07.30 01:33:55.165526 [ 3 ] {} <Debug> HTTP-Session: 8540074b-97c4-41c0-9b1c-b78b702b560b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6621 | 2024.07.30 01:33:55.165541 [ 3 ] {} <Debug> HTTP-Session: 8540074b-97c4-41c0-9b1c-b78b702b560b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6622 | 2024.07.30 01:33:55.165573 [ 3 ] {} <Trace> HTTP-Session: 8540074b-97c4-41c0-9b1c-b78b702b560b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6623 | 2024.07.30 01:33:55.165749 [ 3 ] {743a0965-0414-409e-ab66-820bba2da037} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6624 | 2024.07.30 01:33:55.165795 [ 3 ] {743a0965-0414-409e-ab66-820bba2da037} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6625 | 2024.07.30 01:33:55.165934 [ 3 ] {743a0965-0414-409e-ab66-820bba2da037} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6626 | 2024.07.30 01:33:55.166343 [ 3 ] {743a0965-0414-409e-ab66-820bba2da037} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6627 | 2024.07.30 01:33:55.166380 [ 3 ] {743a0965-0414-409e-ab66-820bba2da037} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6628 | 2024.07.30 01:33:55.166760 [ 3 ] {743a0965-0414-409e-ab66-820bba2da037} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6629 | 2024.07.30 01:33:55.167095 [ 3 ] {743a0965-0414-409e-ab66-820bba2da037} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6630 | 2024.07.30 01:33:55.167248 [ 3 ] {743a0965-0414-409e-ab66-820bba2da037} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001588 sec., 102015.11335012595 rows/sec., 7.10 MiB/sec. | ||
| 6631 | 2024.07.30 01:33:55.167432 [ 3 ] {743a0965-0414-409e-ab66-820bba2da037} <Debug> DynamicQueryHandler: Done processing query | ||
| 6632 | 2024.07.30 01:33:55.167457 [ 3 ] {743a0965-0414-409e-ab66-820bba2da037} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6633 | 2024.07.30 01:33:55.167474 [ 3 ] {} <Debug> HTTP-Session: 8540074b-97c4-41c0-9b1c-b78b702b560b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6634 | 2024.07.30 01:33:55.167641 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 50104, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6635 | 2024.07.30 01:33:55.167689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6636 | 2024.07.30 01:33:55.167737 [ 3 ] {} <Debug> HTTP-Session: 7b8600be-fa0a-441f-8f33-6aef871f49fb Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6637 | 2024.07.30 01:33:55.167754 [ 3 ] {} <Debug> HTTP-Session: 7b8600be-fa0a-441f-8f33-6aef871f49fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6638 | 2024.07.30 01:33:55.167768 [ 3 ] {} <Debug> HTTP-Session: 7b8600be-fa0a-441f-8f33-6aef871f49fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6639 | 2024.07.30 01:33:55.167799 [ 3 ] {} <Trace> HTTP-Session: 7b8600be-fa0a-441f-8f33-6aef871f49fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6640 | 2024.07.30 01:33:55.168298 [ 3 ] {8e7f2dad-d734-4530-bcc5-8b84c59a498c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6641 | 2024.07.30 01:33:55.168375 [ 3 ] {8e7f2dad-d734-4530-bcc5-8b84c59a498c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 6642 | 2024.07.30 01:33:55.168806 [ 3 ] {8e7f2dad-d734-4530-bcc5-8b84c59a498c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6643 | 2024.07.30 01:33:55.169574 [ 3 ] {8e7f2dad-d734-4530-bcc5-8b84c59a498c} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6644 | 2024.07.30 01:33:55.169610 [ 3 ] {8e7f2dad-d734-4530-bcc5-8b84c59a498c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6645 | 2024.07.30 01:33:55.170273 [ 3 ] {8e7f2dad-d734-4530-bcc5-8b84c59a498c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 6646 | 2024.07.30 01:33:55.170687 [ 3 ] {8e7f2dad-d734-4530-bcc5-8b84c59a498c} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6647 | 2024.07.30 01:33:55.170886 [ 3 ] {8e7f2dad-d734-4530-bcc5-8b84c59a498c} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002985 sec., 10385.259631490788 rows/sec., 18.61 MiB/sec. | ||
| 6648 | 2024.07.30 01:33:55.171395 [ 3 ] {8e7f2dad-d734-4530-bcc5-8b84c59a498c} <Debug> DynamicQueryHandler: Done processing query | ||
| 6649 | 2024.07.30 01:33:55.171421 [ 3 ] {8e7f2dad-d734-4530-bcc5-8b84c59a498c} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 6650 | 2024.07.30 01:33:55.171437 [ 3 ] {} <Debug> HTTP-Session: 7b8600be-fa0a-441f-8f33-6aef871f49fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6651 | 2024.07.30 01:33:55.171560 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6652 | 2024.07.30 01:33:55.171622 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6653 | 2024.07.30 01:33:55.171648 [ 3 ] {} <Debug> HTTP-Session: 5d4abfe3-1a87-4a6d-972c-a818f5eac96a Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6654 | 2024.07.30 01:33:55.171666 [ 3 ] {} <Debug> HTTP-Session: 5d4abfe3-1a87-4a6d-972c-a818f5eac96a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6655 | 2024.07.30 01:33:55.171679 [ 3 ] {} <Debug> HTTP-Session: 5d4abfe3-1a87-4a6d-972c-a818f5eac96a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6656 | 2024.07.30 01:33:55.171711 [ 3 ] {} <Trace> HTTP-Session: 5d4abfe3-1a87-4a6d-972c-a818f5eac96a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6657 | 2024.07.30 01:33:55.171822 [ 3 ] {f5df5be4-6910-4936-89c3-900ceb509ac1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6658 | 2024.07.30 01:33:55.171868 [ 3 ] {f5df5be4-6910-4936-89c3-900ceb509ac1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 6659 | 2024.07.30 01:33:55.172012 [ 3 ] {f5df5be4-6910-4936-89c3-900ceb509ac1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6660 | 2024.07.30 01:33:55.172311 [ 3 ] {f5df5be4-6910-4936-89c3-900ceb509ac1} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6661 | 2024.07.30 01:33:55.172348 [ 3 ] {f5df5be4-6910-4936-89c3-900ceb509ac1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6662 | 2024.07.30 01:33:55.172722 [ 3 ] {f5df5be4-6910-4936-89c3-900ceb509ac1} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6663 | 2024.07.30 01:33:55.173074 [ 3 ] {f5df5be4-6910-4936-89c3-900ceb509ac1} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6664 | 2024.07.30 01:33:55.173247 [ 3 ] {f5df5be4-6910-4936-89c3-900ceb509ac1} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001444 sec., 15927.97783933518 rows/sec., 861.59 KiB/sec. | ||
| 6665 | 2024.07.30 01:33:55.173416 [ 3 ] {f5df5be4-6910-4936-89c3-900ceb509ac1} <Debug> DynamicQueryHandler: Done processing query | ||
| 6666 | 2024.07.30 01:33:55.173440 [ 3 ] {f5df5be4-6910-4936-89c3-900ceb509ac1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6667 | 2024.07.30 01:33:55.173456 [ 3 ] {} <Debug> HTTP-Session: 5d4abfe3-1a87-4a6d-972c-a818f5eac96a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6668 | 2024.07.30 01:33:55.173630 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6669 | 2024.07.30 01:33:55.173678 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6670 | 2024.07.30 01:33:55.173697 [ 3 ] {} <Debug> HTTP-Session: 4bb2c321-27cc-44ca-9d2c-beceaa521546 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6671 | 2024.07.30 01:33:55.173714 [ 3 ] {} <Debug> HTTP-Session: 4bb2c321-27cc-44ca-9d2c-beceaa521546 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6672 | 2024.07.30 01:33:55.173727 [ 3 ] {} <Debug> HTTP-Session: 4bb2c321-27cc-44ca-9d2c-beceaa521546 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6673 | 2024.07.30 01:33:55.173758 [ 3 ] {} <Trace> HTTP-Session: 4bb2c321-27cc-44ca-9d2c-beceaa521546 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6674 | 2024.07.30 01:33:55.173874 [ 3 ] {88fbae4f-8ec2-4593-9eef-fb5979a5e891} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6675 | 2024.07.30 01:33:55.173918 [ 3 ] {88fbae4f-8ec2-4593-9eef-fb5979a5e891} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6676 | 2024.07.30 01:33:55.174045 [ 3 ] {88fbae4f-8ec2-4593-9eef-fb5979a5e891} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6677 | 2024.07.30 01:33:55.174375 [ 3 ] {88fbae4f-8ec2-4593-9eef-fb5979a5e891} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6678 | 2024.07.30 01:33:55.174412 [ 3 ] {88fbae4f-8ec2-4593-9eef-fb5979a5e891} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6679 | 2024.07.30 01:33:55.174764 [ 3 ] {88fbae4f-8ec2-4593-9eef-fb5979a5e891} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6680 | 2024.07.30 01:33:55.175095 [ 3 ] {88fbae4f-8ec2-4593-9eef-fb5979a5e891} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6681 | 2024.07.30 01:33:55.175249 [ 3 ] {88fbae4f-8ec2-4593-9eef-fb5979a5e891} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001409 sec., 42583.392476933994 rows/sec., 2.87 MiB/sec. | ||
| 6682 | 2024.07.30 01:33:55.175431 [ 3 ] {88fbae4f-8ec2-4593-9eef-fb5979a5e891} <Debug> DynamicQueryHandler: Done processing query | ||
| 6683 | 2024.07.30 01:33:55.175458 [ 3 ] {88fbae4f-8ec2-4593-9eef-fb5979a5e891} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6684 | 2024.07.30 01:33:55.175480 [ 3 ] {} <Debug> HTTP-Session: 4bb2c321-27cc-44ca-9d2c-beceaa521546 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6685 | 2024.07.30 01:33:57.806205 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6686 | 2024.07.30 01:33:57.806293 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6687 | 2024.07.30 01:34:00.140761 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6688 | 2024.07.30 01:34:00.140887 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6689 | 2024.07.30 01:34:00.140915 [ 3 ] {} <Debug> HTTP-Session: b1a1dc07-1e67-4ea8-9041-f96f77b6a5b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6690 | 2024.07.30 01:34:00.140940 [ 3 ] {} <Debug> HTTP-Session: b1a1dc07-1e67-4ea8-9041-f96f77b6a5b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6691 | 2024.07.30 01:34:00.140956 [ 3 ] {} <Debug> HTTP-Session: b1a1dc07-1e67-4ea8-9041-f96f77b6a5b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6692 | 2024.07.30 01:34:00.141011 [ 3 ] {} <Trace> HTTP-Session: b1a1dc07-1e67-4ea8-9041-f96f77b6a5b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6693 | 2024.07.30 01:34:00.141201 [ 3 ] {00d3f2c2-84f4-4951-8079-c927eee41ca1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 6694 | 2024.07.30 01:34:00.141271 [ 3 ] {00d3f2c2-84f4-4951-8079-c927eee41ca1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6695 | 2024.07.30 01:34:00.141468 [ 3 ] {00d3f2c2-84f4-4951-8079-c927eee41ca1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6696 | 2024.07.30 01:34:00.141918 [ 3 ] {00d3f2c2-84f4-4951-8079-c927eee41ca1} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6697 | 2024.07.30 01:34:00.141964 [ 3 ] {00d3f2c2-84f4-4951-8079-c927eee41ca1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6698 | 2024.07.30 01:34:00.142338 [ 3 ] {00d3f2c2-84f4-4951-8079-c927eee41ca1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 6699 | 2024.07.30 01:34:00.142696 [ 3 ] {00d3f2c2-84f4-4951-8079-c927eee41ca1} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6700 | 2024.07.30 01:34:00.142877 [ 3 ] {00d3f2c2-84f4-4951-8079-c927eee41ca1} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001721 sec., 2324.230098779779 rows/sec., 189.52 KiB/sec. | ||
| 6701 | 2024.07.30 01:34:00.143097 [ 3 ] {00d3f2c2-84f4-4951-8079-c927eee41ca1} <Debug> DynamicQueryHandler: Done processing query | ||
| 6702 | 2024.07.30 01:34:00.143126 [ 3 ] {00d3f2c2-84f4-4951-8079-c927eee41ca1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6703 | 2024.07.30 01:34:00.143143 [ 3 ] {} <Debug> HTTP-Session: b1a1dc07-1e67-4ea8-9041-f96f77b6a5b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6704 | 2024.07.30 01:34:00.143322 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 13093, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6705 | 2024.07.30 01:34:00.143375 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6706 | 2024.07.30 01:34:00.143395 [ 3 ] {} <Debug> HTTP-Session: ffd29b92-b4d2-4649-8cc2-d01199b3ca9b Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6707 | 2024.07.30 01:34:00.143411 [ 3 ] {} <Debug> HTTP-Session: ffd29b92-b4d2-4649-8cc2-d01199b3ca9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6708 | 2024.07.30 01:34:00.143424 [ 3 ] {} <Debug> HTTP-Session: ffd29b92-b4d2-4649-8cc2-d01199b3ca9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6709 | 2024.07.30 01:34:00.143454 [ 3 ] {} <Trace> HTTP-Session: ffd29b92-b4d2-4649-8cc2-d01199b3ca9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6710 | 2024.07.30 01:34:00.143577 [ 3 ] {b5be5e6f-396a-4b35-99c7-7d910ba7f6ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6711 | 2024.07.30 01:34:00.143621 [ 3 ] {b5be5e6f-396a-4b35-99c7-7d910ba7f6ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6712 | 2024.07.30 01:34:00.143745 [ 3 ] {b5be5e6f-396a-4b35-99c7-7d910ba7f6ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6713 | 2024.07.30 01:34:00.144114 [ 3 ] {b5be5e6f-396a-4b35-99c7-7d910ba7f6ab} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6714 | 2024.07.30 01:34:00.144151 [ 3 ] {b5be5e6f-396a-4b35-99c7-7d910ba7f6ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6715 | 2024.07.30 01:34:00.144537 [ 3 ] {b5be5e6f-396a-4b35-99c7-7d910ba7f6ab} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6716 | 2024.07.30 01:34:00.144875 [ 3 ] {b5be5e6f-396a-4b35-99c7-7d910ba7f6ab} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6717 | 2024.07.30 01:34:00.145007 [ 3 ] {b5be5e6f-396a-4b35-99c7-7d910ba7f6ab} <Debug> executeQuery: Read 94 rows, 7.36 KiB in 0.00146 sec., 64383.56164383562 rows/sec., 4.93 MiB/sec. | ||
| 6718 | 2024.07.30 01:34:00.145254 [ 3 ] {b5be5e6f-396a-4b35-99c7-7d910ba7f6ab} <Debug> DynamicQueryHandler: Done processing query | ||
| 6719 | 2024.07.30 01:34:00.145307 [ 3 ] {b5be5e6f-396a-4b35-99c7-7d910ba7f6ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 6720 | 2024.07.30 01:34:00.145361 [ 3 ] {} <Debug> HTTP-Session: ffd29b92-b4d2-4649-8cc2-d01199b3ca9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6721 | 2024.07.30 01:34:00.145515 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6722 | 2024.07.30 01:34:00.145568 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6723 | 2024.07.30 01:34:00.145587 [ 3 ] {} <Debug> HTTP-Session: ed71ff98-7da7-4713-aada-8120218ebfab Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6724 | 2024.07.30 01:34:00.145604 [ 3 ] {} <Debug> HTTP-Session: ed71ff98-7da7-4713-aada-8120218ebfab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6725 | 2024.07.30 01:34:00.145618 [ 3 ] {} <Debug> HTTP-Session: ed71ff98-7da7-4713-aada-8120218ebfab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6726 | 2024.07.30 01:34:00.145651 [ 3 ] {} <Trace> HTTP-Session: ed71ff98-7da7-4713-aada-8120218ebfab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6727 | 2024.07.30 01:34:00.145752 [ 3 ] {cacb2976-380a-485c-8b5a-99d40e603113} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6728 | 2024.07.30 01:34:00.145796 [ 3 ] {cacb2976-380a-485c-8b5a-99d40e603113} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6729 | 2024.07.30 01:34:00.145942 [ 3 ] {cacb2976-380a-485c-8b5a-99d40e603113} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6730 | 2024.07.30 01:34:00.146268 [ 3 ] {cacb2976-380a-485c-8b5a-99d40e603113} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6731 | 2024.07.30 01:34:00.146304 [ 3 ] {cacb2976-380a-485c-8b5a-99d40e603113} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6732 | 2024.07.30 01:34:00.146606 [ 3 ] {cacb2976-380a-485c-8b5a-99d40e603113} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 6733 | 2024.07.30 01:34:00.146932 [ 3 ] {cacb2976-380a-485c-8b5a-99d40e603113} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6734 | 2024.07.30 01:34:00.147058 [ 3 ] {cacb2976-380a-485c-8b5a-99d40e603113} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001331 sec., 3005.259203606311 rows/sec., 209.84 KiB/sec. | ||
| 6735 | 2024.07.30 01:34:00.147349 [ 3 ] {cacb2976-380a-485c-8b5a-99d40e603113} <Debug> DynamicQueryHandler: Done processing query | ||
| 6736 | 2024.07.30 01:34:00.147375 [ 3 ] {cacb2976-380a-485c-8b5a-99d40e603113} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6737 | 2024.07.30 01:34:00.147390 [ 3 ] {} <Debug> HTTP-Session: ed71ff98-7da7-4713-aada-8120218ebfab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6738 | 2024.07.30 01:34:00.147525 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 15620, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6739 | 2024.07.30 01:34:00.147574 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6740 | 2024.07.30 01:34:00.147593 [ 3 ] {} <Debug> HTTP-Session: d6afd7e6-a51d-4f3e-829a-afd865a79fd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6741 | 2024.07.30 01:34:00.147610 [ 3 ] {} <Debug> HTTP-Session: d6afd7e6-a51d-4f3e-829a-afd865a79fd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6742 | 2024.07.30 01:34:00.147623 [ 3 ] {} <Debug> HTTP-Session: d6afd7e6-a51d-4f3e-829a-afd865a79fd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6743 | 2024.07.30 01:34:00.147654 [ 3 ] {} <Trace> HTTP-Session: d6afd7e6-a51d-4f3e-829a-afd865a79fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6744 | 2024.07.30 01:34:00.147778 [ 3 ] {94c72b50-23ef-444c-884d-e69699174b56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6745 | 2024.07.30 01:34:00.147822 [ 3 ] {94c72b50-23ef-444c-884d-e69699174b56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6746 | 2024.07.30 01:34:00.147967 [ 3 ] {94c72b50-23ef-444c-884d-e69699174b56} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6747 | 2024.07.30 01:34:00.148320 [ 3 ] {94c72b50-23ef-444c-884d-e69699174b56} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6748 | 2024.07.30 01:34:00.148357 [ 3 ] {94c72b50-23ef-444c-884d-e69699174b56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6749 | 2024.07.30 01:34:00.148671 [ 3 ] {94c72b50-23ef-444c-884d-e69699174b56} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6750 | 2024.07.30 01:34:00.148988 [ 3 ] {94c72b50-23ef-444c-884d-e69699174b56} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6751 | 2024.07.30 01:34:00.149117 [ 3 ] {94c72b50-23ef-444c-884d-e69699174b56} <Debug> executeQuery: Read 92 rows, 7.34 KiB in 0.001387 sec., 66330.20908435472 rows/sec., 5.17 MiB/sec. | ||
| 6752 | 2024.07.30 01:34:00.149279 [ 3 ] {94c72b50-23ef-444c-884d-e69699174b56} <Debug> DynamicQueryHandler: Done processing query | ||
| 6753 | 2024.07.30 01:34:00.149304 [ 3 ] {94c72b50-23ef-444c-884d-e69699174b56} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 6754 | 2024.07.30 01:34:00.149320 [ 3 ] {} <Debug> HTTP-Session: d6afd7e6-a51d-4f3e-829a-afd865a79fd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6755 | 2024.07.30 01:34:00.149464 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 38012, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6756 | 2024.07.30 01:34:00.149513 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6757 | 2024.07.30 01:34:00.149533 [ 3 ] {} <Debug> HTTP-Session: 08d25d56-aca4-491f-b4ed-b7c49c9ab0fb Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6758 | 2024.07.30 01:34:00.149550 [ 3 ] {} <Debug> HTTP-Session: 08d25d56-aca4-491f-b4ed-b7c49c9ab0fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6759 | 2024.07.30 01:34:00.149565 [ 3 ] {} <Debug> HTTP-Session: 08d25d56-aca4-491f-b4ed-b7c49c9ab0fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6760 | 2024.07.30 01:34:00.149595 [ 3 ] {} <Trace> HTTP-Session: 08d25d56-aca4-491f-b4ed-b7c49c9ab0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6761 | 2024.07.30 01:34:00.149763 [ 3 ] {b3dd0733-1ef4-41cf-a69c-69e5b9ff0b46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6762 | 2024.07.30 01:34:00.149812 [ 3 ] {b3dd0733-1ef4-41cf-a69c-69e5b9ff0b46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6763 | 2024.07.30 01:34:00.149958 [ 3 ] {b3dd0733-1ef4-41cf-a69c-69e5b9ff0b46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6764 | 2024.07.30 01:34:00.150390 [ 3 ] {b3dd0733-1ef4-41cf-a69c-69e5b9ff0b46} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6765 | 2024.07.30 01:34:00.150426 [ 3 ] {b3dd0733-1ef4-41cf-a69c-69e5b9ff0b46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6766 | 2024.07.30 01:34:00.150819 [ 3 ] {b3dd0733-1ef4-41cf-a69c-69e5b9ff0b46} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6767 | 2024.07.30 01:34:00.151176 [ 3 ] {b3dd0733-1ef4-41cf-a69c-69e5b9ff0b46} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6768 | 2024.07.30 01:34:00.151311 [ 3 ] {b3dd0733-1ef4-41cf-a69c-69e5b9ff0b46} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.001637 sec., 120952.9627367135 rows/sec., 8.44 MiB/sec. | ||
| 6769 | 2024.07.30 01:34:00.151477 [ 3 ] {b3dd0733-1ef4-41cf-a69c-69e5b9ff0b46} <Debug> DynamicQueryHandler: Done processing query | ||
| 6770 | 2024.07.30 01:34:00.151501 [ 3 ] {b3dd0733-1ef4-41cf-a69c-69e5b9ff0b46} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 6771 | 2024.07.30 01:34:00.151516 [ 3 ] {} <Debug> HTTP-Session: 08d25d56-aca4-491f-b4ed-b7c49c9ab0fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6772 | 2024.07.30 01:34:00.151650 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6773 | 2024.07.30 01:34:00.151699 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6774 | 2024.07.30 01:34:00.151718 [ 3 ] {} <Debug> HTTP-Session: 9e847677-a552-4ad3-845a-a2e248c20727 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6775 | 2024.07.30 01:34:00.151734 [ 3 ] {} <Debug> HTTP-Session: 9e847677-a552-4ad3-845a-a2e248c20727 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6776 | 2024.07.30 01:34:00.151748 [ 3 ] {} <Debug> HTTP-Session: 9e847677-a552-4ad3-845a-a2e248c20727 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6777 | 2024.07.30 01:34:00.151780 [ 3 ] {} <Trace> HTTP-Session: 9e847677-a552-4ad3-845a-a2e248c20727 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6778 | 2024.07.30 01:34:00.151905 [ 3 ] {19287eb5-4cfb-4400-ad6f-a5c0e45031f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6779 | 2024.07.30 01:34:00.151950 [ 3 ] {19287eb5-4cfb-4400-ad6f-a5c0e45031f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6780 | 2024.07.30 01:34:00.152076 [ 3 ] {19287eb5-4cfb-4400-ad6f-a5c0e45031f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6781 | 2024.07.30 01:34:00.152395 [ 3 ] {19287eb5-4cfb-4400-ad6f-a5c0e45031f4} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6782 | 2024.07.30 01:34:00.152431 [ 3 ] {19287eb5-4cfb-4400-ad6f-a5c0e45031f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6783 | 2024.07.30 01:34:00.152795 [ 3 ] {19287eb5-4cfb-4400-ad6f-a5c0e45031f4} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6784 | 2024.07.30 01:34:00.153130 [ 3 ] {19287eb5-4cfb-4400-ad6f-a5c0e45031f4} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6785 | 2024.07.30 01:34:00.153262 [ 3 ] {19287eb5-4cfb-4400-ad6f-a5c0e45031f4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00141 sec., 42553.1914893617 rows/sec., 2.87 MiB/sec. | ||
| 6786 | 2024.07.30 01:34:00.153437 [ 3 ] {19287eb5-4cfb-4400-ad6f-a5c0e45031f4} <Debug> DynamicQueryHandler: Done processing query | ||
| 6787 | 2024.07.30 01:34:00.153462 [ 3 ] {19287eb5-4cfb-4400-ad6f-a5c0e45031f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6788 | 2024.07.30 01:34:00.153477 [ 3 ] {} <Debug> HTTP-Session: 9e847677-a552-4ad3-845a-a2e248c20727 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6789 | 2024.07.30 01:34:05.144892 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 5193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6790 | 2024.07.30 01:34:05.145040 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6791 | 2024.07.30 01:34:05.145070 [ 3 ] {} <Debug> HTTP-Session: b1359b79-37bf-43e0-8905-76e18b258a9b Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6792 | 2024.07.30 01:34:05.145098 [ 3 ] {} <Debug> HTTP-Session: b1359b79-37bf-43e0-8905-76e18b258a9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6793 | 2024.07.30 01:34:05.145116 [ 3 ] {} <Debug> HTTP-Session: b1359b79-37bf-43e0-8905-76e18b258a9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6794 | 2024.07.30 01:34:05.145174 [ 3 ] {} <Trace> HTTP-Session: b1359b79-37bf-43e0-8905-76e18b258a9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6795 | 2024.07.30 01:34:05.145392 [ 3 ] {360fbd8b-fba4-4b4e-a316-c1ffbabfcb1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6796 | 2024.07.30 01:34:05.145469 [ 3 ] {360fbd8b-fba4-4b4e-a316-c1ffbabfcb1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6797 | 2024.07.30 01:34:05.145689 [ 3 ] {360fbd8b-fba4-4b4e-a316-c1ffbabfcb1e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6798 | 2024.07.30 01:34:05.146218 [ 3 ] {360fbd8b-fba4-4b4e-a316-c1ffbabfcb1e} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6799 | 2024.07.30 01:34:05.146260 [ 3 ] {360fbd8b-fba4-4b4e-a316-c1ffbabfcb1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6800 | 2024.07.30 01:34:05.146628 [ 3 ] {360fbd8b-fba4-4b4e-a316-c1ffbabfcb1e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6801 | 2024.07.30 01:34:05.146976 [ 3 ] {360fbd8b-fba4-4b4e-a316-c1ffbabfcb1e} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6802 | 2024.07.30 01:34:05.147156 [ 3 ] {360fbd8b-fba4-4b4e-a316-c1ffbabfcb1e} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001835 sec., 20163.48773841962 rows/sec., 1.52 MiB/sec. | ||
| 6803 | 2024.07.30 01:34:05.147356 [ 3 ] {360fbd8b-fba4-4b4e-a316-c1ffbabfcb1e} <Debug> DynamicQueryHandler: Done processing query | ||
| 6804 | 2024.07.30 01:34:05.147382 [ 3 ] {360fbd8b-fba4-4b4e-a316-c1ffbabfcb1e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6805 | 2024.07.30 01:34:05.147398 [ 3 ] {} <Debug> HTTP-Session: b1359b79-37bf-43e0-8905-76e18b258a9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6806 | 2024.07.30 01:34:05.147581 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 38407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6807 | 2024.07.30 01:34:05.147630 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6808 | 2024.07.30 01:34:05.147650 [ 3 ] {} <Debug> HTTP-Session: bb55cfb2-f3f1-4426-bb1d-eeab872bc3d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6809 | 2024.07.30 01:34:05.147667 [ 3 ] {} <Debug> HTTP-Session: bb55cfb2-f3f1-4426-bb1d-eeab872bc3d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6810 | 2024.07.30 01:34:05.147680 [ 3 ] {} <Debug> HTTP-Session: bb55cfb2-f3f1-4426-bb1d-eeab872bc3d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6811 | 2024.07.30 01:34:05.147712 [ 3 ] {} <Trace> HTTP-Session: bb55cfb2-f3f1-4426-bb1d-eeab872bc3d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6812 | 2024.07.30 01:34:05.147888 [ 3 ] {777c9dd1-d8e9-4f7e-aa55-e21e73ef60bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6813 | 2024.07.30 01:34:05.147933 [ 3 ] {777c9dd1-d8e9-4f7e-aa55-e21e73ef60bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6814 | 2024.07.30 01:34:05.148059 [ 3 ] {777c9dd1-d8e9-4f7e-aa55-e21e73ef60bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6815 | 2024.07.30 01:34:05.148563 [ 3 ] {777c9dd1-d8e9-4f7e-aa55-e21e73ef60bc} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6816 | 2024.07.30 01:34:05.148600 [ 3 ] {777c9dd1-d8e9-4f7e-aa55-e21e73ef60bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6817 | 2024.07.30 01:34:05.148951 [ 3 ] {777c9dd1-d8e9-4f7e-aa55-e21e73ef60bc} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6818 | 2024.07.30 01:34:05.149277 [ 3 ] {777c9dd1-d8e9-4f7e-aa55-e21e73ef60bc} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6819 | 2024.07.30 01:34:05.149438 [ 3 ] {777c9dd1-d8e9-4f7e-aa55-e21e73ef60bc} <Debug> executeQuery: Read 254 rows, 22.97 KiB in 0.001631 sec., 155732.67933782956 rows/sec., 13.75 MiB/sec. | ||
| 6820 | 2024.07.30 01:34:05.149606 [ 3 ] {777c9dd1-d8e9-4f7e-aa55-e21e73ef60bc} <Debug> DynamicQueryHandler: Done processing query | ||
| 6821 | 2024.07.30 01:34:05.149630 [ 3 ] {777c9dd1-d8e9-4f7e-aa55-e21e73ef60bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 6822 | 2024.07.30 01:34:05.149646 [ 3 ] {} <Debug> HTTP-Session: bb55cfb2-f3f1-4426-bb1d-eeab872bc3d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6823 | 2024.07.30 01:34:05.149923 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 66831, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6824 | 2024.07.30 01:34:05.149971 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6825 | 2024.07.30 01:34:05.149991 [ 3 ] {} <Debug> HTTP-Session: 43b646f4-7507-415e-a54b-56b82d175ad4 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6826 | 2024.07.30 01:34:05.150007 [ 3 ] {} <Debug> HTTP-Session: 43b646f4-7507-415e-a54b-56b82d175ad4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6827 | 2024.07.30 01:34:05.150021 [ 3 ] {} <Debug> HTTP-Session: 43b646f4-7507-415e-a54b-56b82d175ad4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6828 | 2024.07.30 01:34:05.150052 [ 3 ] {} <Trace> HTTP-Session: 43b646f4-7507-415e-a54b-56b82d175ad4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6829 | 2024.07.30 01:34:05.150320 [ 3 ] {d1b7dd23-ca10-40e8-a4d7-f5ff553790df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6830 | 2024.07.30 01:34:05.150365 [ 3 ] {d1b7dd23-ca10-40e8-a4d7-f5ff553790df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6831 | 2024.07.30 01:34:05.150491 [ 3 ] {d1b7dd23-ca10-40e8-a4d7-f5ff553790df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6832 | 2024.07.30 01:34:05.151056 [ 3 ] {d1b7dd23-ca10-40e8-a4d7-f5ff553790df} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6833 | 2024.07.30 01:34:05.151092 [ 3 ] {d1b7dd23-ca10-40e8-a4d7-f5ff553790df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6834 | 2024.07.30 01:34:05.151427 [ 3 ] {d1b7dd23-ca10-40e8-a4d7-f5ff553790df} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6835 | 2024.07.30 01:34:05.151742 [ 3 ] {d1b7dd23-ca10-40e8-a4d7-f5ff553790df} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6836 | 2024.07.30 01:34:05.151900 [ 3 ] {d1b7dd23-ca10-40e8-a4d7-f5ff553790df} <Debug> executeQuery: Read 413 rows, 29.96 KiB in 0.001732 sec., 238452.6558891455 rows/sec., 16.89 MiB/sec. | ||
| 6837 | 2024.07.30 01:34:05.152073 [ 3 ] {d1b7dd23-ca10-40e8-a4d7-f5ff553790df} <Debug> DynamicQueryHandler: Done processing query | ||
| 6838 | 2024.07.30 01:34:05.152099 [ 3 ] {d1b7dd23-ca10-40e8-a4d7-f5ff553790df} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 6839 | 2024.07.30 01:34:05.152114 [ 3 ] {} <Debug> HTTP-Session: 43b646f4-7507-415e-a54b-56b82d175ad4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6840 | 2024.07.30 01:34:05.152251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6841 | 2024.07.30 01:34:05.152300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6842 | 2024.07.30 01:34:05.152319 [ 3 ] {} <Debug> HTTP-Session: 5eb62f70-0312-482b-a3d5-08e941cf3460 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6843 | 2024.07.30 01:34:05.152336 [ 3 ] {} <Debug> HTTP-Session: 5eb62f70-0312-482b-a3d5-08e941cf3460 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6844 | 2024.07.30 01:34:05.152350 [ 3 ] {} <Debug> HTTP-Session: 5eb62f70-0312-482b-a3d5-08e941cf3460 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6845 | 2024.07.30 01:34:05.152381 [ 3 ] {} <Trace> HTTP-Session: 5eb62f70-0312-482b-a3d5-08e941cf3460 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6846 | 2024.07.30 01:34:05.152476 [ 3 ] {7c69e821-9592-43ef-96cc-70043f1e917e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 6847 | 2024.07.30 01:34:05.152522 [ 3 ] {7c69e821-9592-43ef-96cc-70043f1e917e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6848 | 2024.07.30 01:34:05.152652 [ 3 ] {7c69e821-9592-43ef-96cc-70043f1e917e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6849 | 2024.07.30 01:34:05.152919 [ 3 ] {7c69e821-9592-43ef-96cc-70043f1e917e} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6850 | 2024.07.30 01:34:05.152954 [ 3 ] {7c69e821-9592-43ef-96cc-70043f1e917e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6851 | 2024.07.30 01:34:05.153315 [ 3 ] {7c69e821-9592-43ef-96cc-70043f1e917e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6852 | 2024.07.30 01:34:05.153660 [ 3 ] {7c69e821-9592-43ef-96cc-70043f1e917e} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6853 | 2024.07.30 01:34:05.153817 [ 3 ] {7c69e821-9592-43ef-96cc-70043f1e917e} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001364 sec., 4398.826979472141 rows/sec., 189.01 KiB/sec. | ||
| 6854 | 2024.07.30 01:34:05.153990 [ 3 ] {7c69e821-9592-43ef-96cc-70043f1e917e} <Debug> DynamicQueryHandler: Done processing query | ||
| 6855 | 2024.07.30 01:34:05.154015 [ 3 ] {7c69e821-9592-43ef-96cc-70043f1e917e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6856 | 2024.07.30 01:34:05.154031 [ 3 ] {} <Debug> HTTP-Session: 5eb62f70-0312-482b-a3d5-08e941cf3460 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6857 | 2024.07.30 01:34:05.154160 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6858 | 2024.07.30 01:34:05.154210 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6859 | 2024.07.30 01:34:05.154230 [ 3 ] {} <Debug> HTTP-Session: 0a140082-efc8-4796-9c78-1c13ec6ec3c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6860 | 2024.07.30 01:34:05.154246 [ 3 ] {} <Debug> HTTP-Session: 0a140082-efc8-4796-9c78-1c13ec6ec3c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6861 | 2024.07.30 01:34:05.154259 [ 3 ] {} <Debug> HTTP-Session: 0a140082-efc8-4796-9c78-1c13ec6ec3c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6862 | 2024.07.30 01:34:05.154290 [ 3 ] {} <Trace> HTTP-Session: 0a140082-efc8-4796-9c78-1c13ec6ec3c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6863 | 2024.07.30 01:34:05.154415 [ 3 ] {8122a6c4-0a36-4767-9739-bcb1bbdd7839} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 6864 | 2024.07.30 01:34:05.154462 [ 3 ] {8122a6c4-0a36-4767-9739-bcb1bbdd7839} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 6865 | 2024.07.30 01:34:05.154607 [ 3 ] {8122a6c4-0a36-4767-9739-bcb1bbdd7839} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6866 | 2024.07.30 01:34:05.154962 [ 3 ] {8122a6c4-0a36-4767-9739-bcb1bbdd7839} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6867 | 2024.07.30 01:34:05.154999 [ 3 ] {8122a6c4-0a36-4767-9739-bcb1bbdd7839} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6868 | 2024.07.30 01:34:05.155369 [ 3 ] {8122a6c4-0a36-4767-9739-bcb1bbdd7839} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6869 | 2024.07.30 01:34:05.155728 [ 3 ] {8122a6c4-0a36-4767-9739-bcb1bbdd7839} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6870 | 2024.07.30 01:34:05.155887 [ 3 ] {8122a6c4-0a36-4767-9739-bcb1bbdd7839} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00151 sec., 50993.377483443706 rows/sec., 3.14 MiB/sec. | ||
| 6871 | 2024.07.30 01:34:05.156216 [ 3 ] {8122a6c4-0a36-4767-9739-bcb1bbdd7839} <Debug> DynamicQueryHandler: Done processing query | ||
| 6872 | 2024.07.30 01:34:05.156242 [ 3 ] {8122a6c4-0a36-4767-9739-bcb1bbdd7839} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6873 | 2024.07.30 01:34:05.156257 [ 3 ] {} <Debug> HTTP-Session: 0a140082-efc8-4796-9c78-1c13ec6ec3c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6874 | 2024.07.30 01:34:05.156407 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6875 | 2024.07.30 01:34:05.156457 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6876 | 2024.07.30 01:34:05.156476 [ 3 ] {} <Debug> HTTP-Session: 6cf7fa08-5374-4fe8-8ff0-a79e4f5bc477 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6877 | 2024.07.30 01:34:05.156493 [ 3 ] {} <Debug> HTTP-Session: 6cf7fa08-5374-4fe8-8ff0-a79e4f5bc477 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6878 | 2024.07.30 01:34:05.156506 [ 3 ] {} <Debug> HTTP-Session: 6cf7fa08-5374-4fe8-8ff0-a79e4f5bc477 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6879 | 2024.07.30 01:34:05.156538 [ 3 ] {} <Trace> HTTP-Session: 6cf7fa08-5374-4fe8-8ff0-a79e4f5bc477 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6880 | 2024.07.30 01:34:05.156742 [ 3 ] {1b0674f4-d0aa-4ea4-acc2-2b2e4f36a72a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6881 | 2024.07.30 01:34:05.156790 [ 3 ] {1b0674f4-d0aa-4ea4-acc2-2b2e4f36a72a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6882 | 2024.07.30 01:34:05.156955 [ 3 ] {1b0674f4-d0aa-4ea4-acc2-2b2e4f36a72a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6883 | 2024.07.30 01:34:05.157359 [ 3 ] {1b0674f4-d0aa-4ea4-acc2-2b2e4f36a72a} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6884 | 2024.07.30 01:34:05.157395 [ 3 ] {1b0674f4-d0aa-4ea4-acc2-2b2e4f36a72a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6885 | 2024.07.30 01:34:05.157774 [ 3 ] {1b0674f4-d0aa-4ea4-acc2-2b2e4f36a72a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6886 | 2024.07.30 01:34:05.158125 [ 3 ] {1b0674f4-d0aa-4ea4-acc2-2b2e4f36a72a} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6887 | 2024.07.30 01:34:05.158282 [ 3 ] {1b0674f4-d0aa-4ea4-acc2-2b2e4f36a72a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001654 sec., 96735.18742442563 rows/sec., 6.74 MiB/sec. | ||
| 6888 | 2024.07.30 01:34:05.158624 [ 3 ] {1b0674f4-d0aa-4ea4-acc2-2b2e4f36a72a} <Debug> DynamicQueryHandler: Done processing query | ||
| 6889 | 2024.07.30 01:34:05.158650 [ 3 ] {1b0674f4-d0aa-4ea4-acc2-2b2e4f36a72a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6890 | 2024.07.30 01:34:05.158665 [ 3 ] {} <Debug> HTTP-Session: 6cf7fa08-5374-4fe8-8ff0-a79e4f5bc477 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6891 | 2024.07.30 01:34:05.158834 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 50120, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6892 | 2024.07.30 01:34:05.158883 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6893 | 2024.07.30 01:34:05.158902 [ 3 ] {} <Debug> HTTP-Session: 7edcc50e-b024-42cb-b42a-95f6bb01cf46 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6894 | 2024.07.30 01:34:05.158919 [ 3 ] {} <Debug> HTTP-Session: 7edcc50e-b024-42cb-b42a-95f6bb01cf46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6895 | 2024.07.30 01:34:05.158934 [ 3 ] {} <Debug> HTTP-Session: 7edcc50e-b024-42cb-b42a-95f6bb01cf46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6896 | 2024.07.30 01:34:05.158965 [ 3 ] {} <Trace> HTTP-Session: 7edcc50e-b024-42cb-b42a-95f6bb01cf46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6897 | 2024.07.30 01:34:05.159611 [ 3 ] {ad30eb35-cb89-4801-a447-1bc9858a1c08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6898 | 2024.07.30 01:34:05.159688 [ 3 ] {ad30eb35-cb89-4801-a447-1bc9858a1c08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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.30 01:34:05.160110 [ 3 ] {ad30eb35-cb89-4801-a447-1bc9858a1c08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6900 | 2024.07.30 01:34:05.160832 [ 3 ] {ad30eb35-cb89-4801-a447-1bc9858a1c08} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6901 | 2024.07.30 01:34:05.160869 [ 3 ] {ad30eb35-cb89-4801-a447-1bc9858a1c08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6902 | 2024.07.30 01:34:05.161499 [ 3 ] {ad30eb35-cb89-4801-a447-1bc9858a1c08} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6903 | 2024.07.30 01:34:05.161924 [ 3 ] {ad30eb35-cb89-4801-a447-1bc9858a1c08} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6904 | 2024.07.30 01:34:05.162126 [ 3 ] {ad30eb35-cb89-4801-a447-1bc9858a1c08} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.003071 sec., 10094.43178117877 rows/sec., 18.09 MiB/sec. | ||
| 6905 | 2024.07.30 01:34:05.162370 [ 3 ] {ad30eb35-cb89-4801-a447-1bc9858a1c08} <Debug> DynamicQueryHandler: Done processing query | ||
| 6906 | 2024.07.30 01:34:05.162395 [ 3 ] {ad30eb35-cb89-4801-a447-1bc9858a1c08} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 6907 | 2024.07.30 01:34:05.162411 [ 3 ] {} <Debug> HTTP-Session: 7edcc50e-b024-42cb-b42a-95f6bb01cf46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6908 | 2024.07.30 01:34:05.162528 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6909 | 2024.07.30 01:34:05.162578 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6910 | 2024.07.30 01:34:05.162597 [ 3 ] {} <Debug> HTTP-Session: f7a5a9b9-46dd-42ac-a212-6c0cd9cafd72 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6911 | 2024.07.30 01:34:05.162614 [ 3 ] {} <Debug> HTTP-Session: f7a5a9b9-46dd-42ac-a212-6c0cd9cafd72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6912 | 2024.07.30 01:34:05.162628 [ 3 ] {} <Debug> HTTP-Session: f7a5a9b9-46dd-42ac-a212-6c0cd9cafd72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6913 | 2024.07.30 01:34:05.162658 [ 3 ] {} <Trace> HTTP-Session: f7a5a9b9-46dd-42ac-a212-6c0cd9cafd72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6914 | 2024.07.30 01:34:05.162761 [ 3 ] {98219edd-4786-45c8-9e13-c9eece71184b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6915 | 2024.07.30 01:34:05.162805 [ 3 ] {98219edd-4786-45c8-9e13-c9eece71184b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 6916 | 2024.07.30 01:34:05.162934 [ 3 ] {98219edd-4786-45c8-9e13-c9eece71184b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6917 | 2024.07.30 01:34:05.163294 [ 3 ] {98219edd-4786-45c8-9e13-c9eece71184b} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6918 | 2024.07.30 01:34:05.163330 [ 3 ] {98219edd-4786-45c8-9e13-c9eece71184b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6919 | 2024.07.30 01:34:05.163690 [ 3 ] {98219edd-4786-45c8-9e13-c9eece71184b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6920 | 2024.07.30 01:34:05.164030 [ 3 ] {98219edd-4786-45c8-9e13-c9eece71184b} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6921 | 2024.07.30 01:34:05.164185 [ 3 ] {98219edd-4786-45c8-9e13-c9eece71184b} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001452 sec., 15840.220385674931 rows/sec., 856.85 KiB/sec. | ||
| 6922 | 2024.07.30 01:34:05.164359 [ 3 ] {98219edd-4786-45c8-9e13-c9eece71184b} <Debug> DynamicQueryHandler: Done processing query | ||
| 6923 | 2024.07.30 01:34:05.164384 [ 3 ] {98219edd-4786-45c8-9e13-c9eece71184b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6924 | 2024.07.30 01:34:05.164400 [ 3 ] {} <Debug> HTTP-Session: f7a5a9b9-46dd-42ac-a212-6c0cd9cafd72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6925 | 2024.07.30 01:34:05.164525 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6926 | 2024.07.30 01:34:05.164573 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6927 | 2024.07.30 01:34:05.164593 [ 3 ] {} <Debug> HTTP-Session: c6bf72f6-8aef-4cd4-8aa7-9b3afc156d68 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6928 | 2024.07.30 01:34:05.164609 [ 3 ] {} <Debug> HTTP-Session: c6bf72f6-8aef-4cd4-8aa7-9b3afc156d68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6929 | 2024.07.30 01:34:05.164623 [ 3 ] {} <Debug> HTTP-Session: c6bf72f6-8aef-4cd4-8aa7-9b3afc156d68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6930 | 2024.07.30 01:34:05.164654 [ 3 ] {} <Trace> HTTP-Session: c6bf72f6-8aef-4cd4-8aa7-9b3afc156d68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6931 | 2024.07.30 01:34:05.164778 [ 3 ] {66139dc4-ac60-423b-98a8-9706b1d29c04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6932 | 2024.07.30 01:34:05.164822 [ 3 ] {66139dc4-ac60-423b-98a8-9706b1d29c04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6933 | 2024.07.30 01:34:05.164951 [ 3 ] {66139dc4-ac60-423b-98a8-9706b1d29c04} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6934 | 2024.07.30 01:34:05.165259 [ 3 ] {66139dc4-ac60-423b-98a8-9706b1d29c04} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6935 | 2024.07.30 01:34:05.165295 [ 3 ] {66139dc4-ac60-423b-98a8-9706b1d29c04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6936 | 2024.07.30 01:34:05.165637 [ 3 ] {66139dc4-ac60-423b-98a8-9706b1d29c04} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6937 | 2024.07.30 01:34:05.165952 [ 3 ] {66139dc4-ac60-423b-98a8-9706b1d29c04} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6938 | 2024.07.30 01:34:05.166099 [ 3 ] {66139dc4-ac60-423b-98a8-9706b1d29c04} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001414 sec., 42432.81471004244 rows/sec., 2.86 MiB/sec. | ||
| 6939 | 2024.07.30 01:34:05.166260 [ 3 ] {66139dc4-ac60-423b-98a8-9706b1d29c04} <Debug> DynamicQueryHandler: Done processing query | ||
| 6940 | 2024.07.30 01:34:05.166348 [ 3 ] {66139dc4-ac60-423b-98a8-9706b1d29c04} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6941 | 2024.07.30 01:34:05.166364 [ 3 ] {} <Debug> HTTP-Session: c6bf72f6-8aef-4cd4-8aa7-9b3afc156d68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6942 | 2024.07.30 01:34:10.139573 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6943 | 2024.07.30 01:34:10.139704 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6944 | 2024.07.30 01:34:10.139729 [ 3 ] {} <Debug> HTTP-Session: 12ddeea1-a41b-43f1-ae32-d0af9717ef65 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6945 | 2024.07.30 01:34:10.139754 [ 3 ] {} <Debug> HTTP-Session: 12ddeea1-a41b-43f1-ae32-d0af9717ef65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6946 | 2024.07.30 01:34:10.139769 [ 3 ] {} <Debug> HTTP-Session: 12ddeea1-a41b-43f1-ae32-d0af9717ef65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6947 | 2024.07.30 01:34:10.139820 [ 3 ] {} <Trace> HTTP-Session: 12ddeea1-a41b-43f1-ae32-d0af9717ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6948 | 2024.07.30 01:34:10.140004 [ 3 ] {c66c6169-85bd-47e2-ba2e-eeba11188d01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 6949 | 2024.07.30 01:34:10.140071 [ 3 ] {c66c6169-85bd-47e2-ba2e-eeba11188d01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6950 | 2024.07.30 01:34:10.140268 [ 3 ] {c66c6169-85bd-47e2-ba2e-eeba11188d01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6951 | 2024.07.30 01:34:10.140710 [ 3 ] {c66c6169-85bd-47e2-ba2e-eeba11188d01} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6952 | 2024.07.30 01:34:10.140754 [ 3 ] {c66c6169-85bd-47e2-ba2e-eeba11188d01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6953 | 2024.07.30 01:34:10.141131 [ 3 ] {c66c6169-85bd-47e2-ba2e-eeba11188d01} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 6954 | 2024.07.30 01:34:10.141486 [ 3 ] {c66c6169-85bd-47e2-ba2e-eeba11188d01} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6955 | 2024.07.30 01:34:10.141689 [ 3 ] {c66c6169-85bd-47e2-ba2e-eeba11188d01} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001732 sec., 1154.7344110854503 rows/sec., 94.16 KiB/sec. | ||
| 6956 | 2024.07.30 01:34:10.141698 [ 77 ] {} <Debug> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 6957 | 2024.07.30 01:34:10.141805 [ 77 ] {} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6958 | 2024.07.30 01:34:10.141855 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 6959 | 2024.07.30 01:34:10.141989 [ 3 ] {c66c6169-85bd-47e2-ba2e-eeba11188d01} <Debug> DynamicQueryHandler: Done processing query | ||
| 6960 | 2024.07.30 01:34:10.142094 [ 3 ] {c66c6169-85bd-47e2-ba2e-eeba11188d01} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6961 | 2024.07.30 01:34:10.142198 [ 3 ] {} <Debug> HTTP-Session: 12ddeea1-a41b-43f1-ae32-d0af9717ef65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6962 | 2024.07.30 01:34:10.142269 [ 190 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::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 | ||
| 6963 | 2024.07.30 01:34:10.142463 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 7979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6964 | 2024.07.30 01:34:10.142540 [ 190 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6965 | 2024.07.30 01:34:10.142569 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6966 | 2024.07.30 01:34:10.142602 [ 190 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 16 rows starting from the beginning of the part | ||
| 6967 | 2024.07.30 01:34:10.142615 [ 3 ] {} <Debug> HTTP-Session: 4609d839-671c-46b0-8a85-d9299b81f5bc Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6968 | 2024.07.30 01:34:10.142648 [ 3 ] {} <Debug> HTTP-Session: 4609d839-671c-46b0-8a85-d9299b81f5bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6969 | 2024.07.30 01:34:10.142681 [ 3 ] {} <Debug> HTTP-Session: 4609d839-671c-46b0-8a85-d9299b81f5bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6970 | 2024.07.30 01:34:10.142785 [ 3 ] {} <Trace> HTTP-Session: 4609d839-671c-46b0-8a85-d9299b81f5bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6971 | 2024.07.30 01:34:10.142867 [ 190 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
| 6972 | 2024.07.30 01:34:10.143128 [ 190 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::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 | ||
| 6973 | 2024.07.30 01:34:10.143196 [ 3 ] {5c541dd6-d139-4870-9831-21ad2a20c4ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6974 | 2024.07.30 01:34:10.143393 [ 3 ] {5c541dd6-d139-4870-9831-21ad2a20c4ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6975 | 2024.07.30 01:34:10.143414 [ 190 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::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 | ||
| 6976 | 2024.07.30 01:34:10.143804 [ 190 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::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 | ||
| 6977 | 2024.07.30 01:34:10.144104 [ 190 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::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 | ||
| 6978 | 2024.07.30 01:34:10.144572 [ 3 ] {5c541dd6-d139-4870-9831-21ad2a20c4ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6979 | 2024.07.30 01:34:10.145371 [ 3 ] {5c541dd6-d139-4870-9831-21ad2a20c4ae} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6980 | 2024.07.30 01:34:10.145529 [ 3 ] {5c541dd6-d139-4870-9831-21ad2a20c4ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 6981 | 2024.07.30 01:34:10.146425 [ 3 ] {5c541dd6-d139-4870-9831-21ad2a20c4ae} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6982 | 2024.07.30 01:34:10.146727 [ 198 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34 rows, containing 4 columns (4 merged, 0 gathered) in 0.004766539 sec., 7133.058179110671 rows/sec., 581.65 KiB/sec. | ||
| 6983 | 2024.07.30 01:34:10.147016 [ 198 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 6984 | 2024.07.30 01:34:10.147249 [ 3 ] {5c541dd6-d139-4870-9831-21ad2a20c4ae} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6985 | 2024.07.30 01:34:10.147727 [ 3 ] {5c541dd6-d139-4870-9831-21ad2a20c4ae} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.004727 sec., 12058.387983922148 rows/sec., 947.43 KiB/sec. | ||
| 6986 | 2024.07.30 01:34:10.148107 [ 198 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_11_2} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6987 | 2024.07.30 01:34:10.148391 [ 198 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_11_2} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 6988 | 2024.07.30 01:34:10.148405 [ 3 ] {5c541dd6-d139-4870-9831-21ad2a20c4ae} <Debug> DynamicQueryHandler: Done processing query | ||
| 6989 | 2024.07.30 01:34:10.148466 [ 3 ] {5c541dd6-d139-4870-9831-21ad2a20c4ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6990 | 2024.07.30 01:34:10.148543 [ 3 ] {} <Debug> HTTP-Session: 4609d839-671c-46b0-8a85-d9299b81f5bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6991 | 2024.07.30 01:34:10.148564 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6992 | 2024.07.30 01:34:10.148688 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6993 | 2024.07.30 01:34:10.148747 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6994 | 2024.07.30 01:34:10.148767 [ 3 ] {} <Debug> HTTP-Session: b342b888-d097-4c02-ab5e-65d1e81bac95 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 6995 | 2024.07.30 01:34:10.148784 [ 3 ] {} <Debug> HTTP-Session: b342b888-d097-4c02-ab5e-65d1e81bac95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6996 | 2024.07.30 01:34:10.148799 [ 3 ] {} <Debug> HTTP-Session: b342b888-d097-4c02-ab5e-65d1e81bac95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6997 | 2024.07.30 01:34:10.148832 [ 3 ] {} <Trace> HTTP-Session: b342b888-d097-4c02-ab5e-65d1e81bac95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6998 | 2024.07.30 01:34:10.148939 [ 3 ] {0d4540d3-15af-4a4d-8197-7647cff22a20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6999 | 2024.07.30 01:34:10.148983 [ 3 ] {0d4540d3-15af-4a4d-8197-7647cff22a20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7000 | 2024.07.30 01:34:10.149139 [ 3 ] {0d4540d3-15af-4a4d-8197-7647cff22a20} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7001 | 2024.07.30 01:34:10.149439 [ 3 ] {0d4540d3-15af-4a4d-8197-7647cff22a20} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7002 | 2024.07.30 01:34:10.149476 [ 3 ] {0d4540d3-15af-4a4d-8197-7647cff22a20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7003 | 2024.07.30 01:34:10.149790 [ 3 ] {0d4540d3-15af-4a4d-8197-7647cff22a20} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 7004 | 2024.07.30 01:34:10.150122 [ 3 ] {0d4540d3-15af-4a4d-8197-7647cff22a20} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7005 | 2024.07.30 01:34:10.150248 [ 75 ] {} <Debug> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 7006 | 2024.07.30 01:34:10.150254 [ 3 ] {0d4540d3-15af-4a4d-8197-7647cff22a20} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001339 sec., 1493.6519790888724 rows/sec., 104.29 KiB/sec. | ||
| 7007 | 2024.07.30 01:34:10.150297 [ 75 ] {} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7008 | 2024.07.30 01:34:10.150338 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7009 | 2024.07.30 01:34:10.150486 [ 3 ] {0d4540d3-15af-4a4d-8197-7647cff22a20} <Debug> DynamicQueryHandler: Done processing query | ||
| 7010 | 2024.07.30 01:34:10.150506 [ 197 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::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 | ||
| 7011 | 2024.07.30 01:34:10.150519 [ 3 ] {0d4540d3-15af-4a4d-8197-7647cff22a20} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7012 | 2024.07.30 01:34:10.150577 [ 3 ] {} <Debug> HTTP-Session: b342b888-d097-4c02-ab5e-65d1e81bac95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7013 | 2024.07.30 01:34:10.150741 [ 197 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7014 | 2024.07.30 01:34:10.150755 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 11237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7015 | 2024.07.30 01:34:10.150803 [ 197 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 16 rows starting from the beginning of the part | ||
| 7016 | 2024.07.30 01:34:10.150850 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7017 | 2024.07.30 01:34:10.150924 [ 3 ] {} <Debug> HTTP-Session: a8bc42b9-2c16-4af0-b44f-7b4981a5e306 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 7018 | 2024.07.30 01:34:10.151014 [ 197 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
| 7019 | 2024.07.30 01:34:10.151038 [ 3 ] {} <Debug> HTTP-Session: a8bc42b9-2c16-4af0-b44f-7b4981a5e306 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7020 | 2024.07.30 01:34:10.151114 [ 3 ] {} <Debug> HTTP-Session: a8bc42b9-2c16-4af0-b44f-7b4981a5e306 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7021 | 2024.07.30 01:34:10.151280 [ 3 ] {} <Trace> HTTP-Session: a8bc42b9-2c16-4af0-b44f-7b4981a5e306 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7022 | 2024.07.30 01:34:10.151306 [ 197 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::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 | ||
| 7023 | 2024.07.30 01:34:10.151597 [ 197 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::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 | ||
| 7024 | 2024.07.30 01:34:10.151730 [ 3 ] {a1af771c-dfc1-445e-8194-11ea57f5caea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7025 | 2024.07.30 01:34:10.151857 [ 197 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::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 | ||
| 7026 | 2024.07.30 01:34:10.151883 [ 3 ] {a1af771c-dfc1-445e-8194-11ea57f5caea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7027 | 2024.07.30 01:34:10.152220 [ 197 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::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 | ||
| 7028 | 2024.07.30 01:34:10.152873 [ 3 ] {a1af771c-dfc1-445e-8194-11ea57f5caea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7029 | 2024.07.30 01:34:10.153683 [ 3 ] {a1af771c-dfc1-445e-8194-11ea57f5caea} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7030 | 2024.07.30 01:34:10.153744 [ 3 ] {a1af771c-dfc1-445e-8194-11ea57f5caea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7031 | 2024.07.30 01:34:10.154658 [ 3 ] {a1af771c-dfc1-445e-8194-11ea57f5caea} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7032 | 2024.07.30 01:34:10.154851 [ 198 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34 rows, containing 4 columns (4 merged, 0 gathered) in 0.004427985 sec., 7678.436128397003 rows/sec., 536.14 KiB/sec. | ||
| 7033 | 2024.07.30 01:34:10.155091 [ 198 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 7034 | 2024.07.30 01:34:10.155393 [ 3 ] {a1af771c-dfc1-445e-8194-11ea57f5caea} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7035 | 2024.07.30 01:34:10.155838 [ 3 ] {a1af771c-dfc1-445e-8194-11ea57f5caea} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.004329 sec., 15246.015246015244 rows/sec., 1.19 MiB/sec. | ||
| 7036 | 2024.07.30 01:34:10.156006 [ 198 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_11_2} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7037 | 2024.07.30 01:34:10.156210 [ 198 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_11_2} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 7038 | 2024.07.30 01:34:10.156339 [ 3 ] {a1af771c-dfc1-445e-8194-11ea57f5caea} <Debug> DynamicQueryHandler: Done processing query | ||
| 7039 | 2024.07.30 01:34:10.156372 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7040 | 2024.07.30 01:34:10.156395 [ 3 ] {a1af771c-dfc1-445e-8194-11ea57f5caea} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 7041 | 2024.07.30 01:34:10.156432 [ 3 ] {} <Debug> HTTP-Session: a8bc42b9-2c16-4af0-b44f-7b4981a5e306 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7042 | 2024.07.30 01:34:10.156598 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30859, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7043 | 2024.07.30 01:34:10.156650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7044 | 2024.07.30 01:34:10.156669 [ 3 ] {} <Debug> HTTP-Session: ed7e1a3c-7a6f-442e-b07e-0b1fc19607f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 7045 | 2024.07.30 01:34:10.156686 [ 3 ] {} <Debug> HTTP-Session: ed7e1a3c-7a6f-442e-b07e-0b1fc19607f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7046 | 2024.07.30 01:34:10.156700 [ 3 ] {} <Debug> HTTP-Session: ed7e1a3c-7a6f-442e-b07e-0b1fc19607f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7047 | 2024.07.30 01:34:10.156731 [ 3 ] {} <Trace> HTTP-Session: ed7e1a3c-7a6f-442e-b07e-0b1fc19607f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7048 | 2024.07.30 01:34:10.156899 [ 3 ] {f33423a9-ea94-4d62-929e-78aa3b40a7ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7049 | 2024.07.30 01:34:10.156951 [ 3 ] {f33423a9-ea94-4d62-929e-78aa3b40a7ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7050 | 2024.07.30 01:34:10.157127 [ 3 ] {f33423a9-ea94-4d62-929e-78aa3b40a7ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7051 | 2024.07.30 01:34:10.157536 [ 3 ] {f33423a9-ea94-4d62-929e-78aa3b40a7ac} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7052 | 2024.07.30 01:34:10.157573 [ 3 ] {f33423a9-ea94-4d62-929e-78aa3b40a7ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7053 | 2024.07.30 01:34:10.157976 [ 3 ] {f33423a9-ea94-4d62-929e-78aa3b40a7ac} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7054 | 2024.07.30 01:34:10.158328 [ 3 ] {f33423a9-ea94-4d62-929e-78aa3b40a7ac} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7055 | 2024.07.30 01:34:10.158456 [ 3 ] {f33423a9-ea94-4d62-929e-78aa3b40a7ac} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001637 sec., 98350.64141722664 rows/sec., 6.85 MiB/sec. | ||
| 7056 | 2024.07.30 01:34:10.158743 [ 3 ] {f33423a9-ea94-4d62-929e-78aa3b40a7ac} <Debug> DynamicQueryHandler: Done processing query | ||
| 7057 | 2024.07.30 01:34:10.158782 [ 3 ] {f33423a9-ea94-4d62-929e-78aa3b40a7ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7058 | 2024.07.30 01:34:10.158816 [ 3 ] {} <Debug> HTTP-Session: ed7e1a3c-7a6f-442e-b07e-0b1fc19607f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7059 | 2024.07.30 01:34:10.158945 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7060 | 2024.07.30 01:34:10.158994 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7061 | 2024.07.30 01:34:10.159015 [ 3 ] {} <Debug> HTTP-Session: e283703d-337d-4d7c-a94f-8aed127b7522 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 7062 | 2024.07.30 01:34:10.159032 [ 3 ] {} <Debug> HTTP-Session: e283703d-337d-4d7c-a94f-8aed127b7522 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7063 | 2024.07.30 01:34:10.159046 [ 3 ] {} <Debug> HTTP-Session: e283703d-337d-4d7c-a94f-8aed127b7522 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7064 | 2024.07.30 01:34:10.159077 [ 3 ] {} <Trace> HTTP-Session: e283703d-337d-4d7c-a94f-8aed127b7522 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7065 | 2024.07.30 01:34:10.159215 [ 3 ] {b75cd25d-41fe-4d8f-8ece-de5c78d3b3ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7066 | 2024.07.30 01:34:10.159261 [ 3 ] {b75cd25d-41fe-4d8f-8ece-de5c78d3b3ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7067 | 2024.07.30 01:34:10.159408 [ 3 ] {b75cd25d-41fe-4d8f-8ece-de5c78d3b3ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7068 | 2024.07.30 01:34:10.159699 [ 3 ] {b75cd25d-41fe-4d8f-8ece-de5c78d3b3ae} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7069 | 2024.07.30 01:34:10.159735 [ 3 ] {b75cd25d-41fe-4d8f-8ece-de5c78d3b3ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7070 | 2024.07.30 01:34:10.160090 [ 3 ] {b75cd25d-41fe-4d8f-8ece-de5c78d3b3ae} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7071 | 2024.07.30 01:34:10.160415 [ 3 ] {b75cd25d-41fe-4d8f-8ece-de5c78d3b3ae} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7072 | 2024.07.30 01:34:10.160541 [ 3 ] {b75cd25d-41fe-4d8f-8ece-de5c78d3b3ae} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001389 sec., 43196.544276457884 rows/sec., 2.91 MiB/sec. | ||
| 7073 | 2024.07.30 01:34:10.160718 [ 3 ] {b75cd25d-41fe-4d8f-8ece-de5c78d3b3ae} <Debug> DynamicQueryHandler: Done processing query | ||
| 7074 | 2024.07.30 01:34:10.160765 [ 3 ] {b75cd25d-41fe-4d8f-8ece-de5c78d3b3ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7075 | 2024.07.30 01:34:10.160788 [ 3 ] {} <Debug> HTTP-Session: e283703d-337d-4d7c-a94f-8aed127b7522 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7076 | 2024.07.30 01:34:12.806329 [ 73 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7077 | 2024.07.30 01:34:12.806392 [ 73 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7078 | 2024.07.30 01:34:15.145313 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 5193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7079 | 2024.07.30 01:34:15.145487 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7080 | 2024.07.30 01:34:15.145540 [ 3 ] {} <Debug> HTTP-Session: b52b4449-07bb-4a3f-b58a-ae47a331065c Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 7081 | 2024.07.30 01:34:15.145580 [ 3 ] {} <Debug> HTTP-Session: b52b4449-07bb-4a3f-b58a-ae47a331065c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7082 | 2024.07.30 01:34:15.145607 [ 3 ] {} <Debug> HTTP-Session: b52b4449-07bb-4a3f-b58a-ae47a331065c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7083 | 2024.07.30 01:34:15.145688 [ 3 ] {} <Trace> HTTP-Session: b52b4449-07bb-4a3f-b58a-ae47a331065c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7084 | 2024.07.30 01:34:15.145982 [ 3 ] {e43ba2ee-3e2d-4bfd-b0ef-cec2db2731ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7085 | 2024.07.30 01:34:15.146088 [ 3 ] {e43ba2ee-3e2d-4bfd-b0ef-cec2db2731ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 7086 | 2024.07.30 01:34:15.146406 [ 3 ] {e43ba2ee-3e2d-4bfd-b0ef-cec2db2731ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7087 | 2024.07.30 01:34:15.146872 [ 3 ] {e43ba2ee-3e2d-4bfd-b0ef-cec2db2731ae} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7088 | 2024.07.30 01:34:15.146912 [ 3 ] {e43ba2ee-3e2d-4bfd-b0ef-cec2db2731ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7089 | 2024.07.30 01:34:15.147284 [ 3 ] {e43ba2ee-3e2d-4bfd-b0ef-cec2db2731ae} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 7090 | 2024.07.30 01:34:15.147621 [ 3 ] {e43ba2ee-3e2d-4bfd-b0ef-cec2db2731ae} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7091 | 2024.07.30 01:34:15.147761 [ 3 ] {e43ba2ee-3e2d-4bfd-b0ef-cec2db2731ae} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001881 sec., 19670.388091440724 rows/sec., 1.48 MiB/sec. | ||
| 7092 | 2024.07.30 01:34:15.148004 [ 3 ] {e43ba2ee-3e2d-4bfd-b0ef-cec2db2731ae} <Debug> DynamicQueryHandler: Done processing query | ||
| 7093 | 2024.07.30 01:34:15.148031 [ 3 ] {e43ba2ee-3e2d-4bfd-b0ef-cec2db2731ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7094 | 2024.07.30 01:34:15.148047 [ 3 ] {} <Debug> HTTP-Session: b52b4449-07bb-4a3f-b58a-ae47a331065c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7095 | 2024.07.30 01:34:15.148247 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 38407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7096 | 2024.07.30 01:34:15.148296 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7097 | 2024.07.30 01:34:15.148315 [ 3 ] {} <Debug> HTTP-Session: 5c82e8f8-b9b7-4a98-92cb-ce9d9a848a74 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 7098 | 2024.07.30 01:34:15.148332 [ 3 ] {} <Debug> HTTP-Session: 5c82e8f8-b9b7-4a98-92cb-ce9d9a848a74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7099 | 2024.07.30 01:34:15.148346 [ 3 ] {} <Debug> HTTP-Session: 5c82e8f8-b9b7-4a98-92cb-ce9d9a848a74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7100 | 2024.07.30 01:34:15.148378 [ 3 ] {} <Trace> HTTP-Session: 5c82e8f8-b9b7-4a98-92cb-ce9d9a848a74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7101 | 2024.07.30 01:34:15.148543 [ 3 ] {7c94d695-c497-47e4-a00a-e3a7e07b4f43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7102 | 2024.07.30 01:34:15.148586 [ 3 ] {7c94d695-c497-47e4-a00a-e3a7e07b4f43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7103 | 2024.07.30 01:34:15.148709 [ 3 ] {7c94d695-c497-47e4-a00a-e3a7e07b4f43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7104 | 2024.07.30 01:34:15.149186 [ 3 ] {7c94d695-c497-47e4-a00a-e3a7e07b4f43} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7105 | 2024.07.30 01:34:15.149222 [ 3 ] {7c94d695-c497-47e4-a00a-e3a7e07b4f43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7106 | 2024.07.30 01:34:15.149547 [ 3 ] {7c94d695-c497-47e4-a00a-e3a7e07b4f43} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7107 | 2024.07.30 01:34:15.149861 [ 3 ] {7c94d695-c497-47e4-a00a-e3a7e07b4f43} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7108 | 2024.07.30 01:34:15.149980 [ 71 ] {} <Debug> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7109 | 2024.07.30 01:34:15.149984 [ 3 ] {7c94d695-c497-47e4-a00a-e3a7e07b4f43} <Debug> executeQuery: Read 254 rows, 22.97 KiB in 0.001526 sec., 166448.23066841415 rows/sec., 14.70 MiB/sec. | ||
| 7110 | 2024.07.30 01:34:15.150021 [ 71 ] {} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7111 | 2024.07.30 01:34:15.150055 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7112 | 2024.07.30 01:34:15.150200 [ 3 ] {7c94d695-c497-47e4-a00a-e3a7e07b4f43} <Debug> DynamicQueryHandler: Done processing query | ||
| 7113 | 2024.07.30 01:34:15.150228 [ 197 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::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 | ||
| 7114 | 2024.07.30 01:34:15.150235 [ 3 ] {7c94d695-c497-47e4-a00a-e3a7e07b4f43} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 7115 | 2024.07.30 01:34:15.150322 [ 3 ] {} <Debug> HTTP-Session: 5c82e8f8-b9b7-4a98-92cb-ce9d9a848a74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7116 | 2024.07.30 01:34:15.150491 [ 197 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7117 | 2024.07.30 01:34:15.150571 [ 197 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 298 rows starting from the beginning of the part | ||
| 7118 | 2024.07.30 01:34:15.150588 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 66831, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7119 | 2024.07.30 01:34:15.150712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7120 | 2024.07.30 01:34:15.150818 [ 3 ] {} <Debug> HTTP-Session: 7bee8613-0f78-4dbd-aae7-cf54b2ebe74c Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 7121 | 2024.07.30 01:34:15.150900 [ 3 ] {} <Debug> HTTP-Session: 7bee8613-0f78-4dbd-aae7-cf54b2ebe74c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7122 | 2024.07.30 01:34:15.150973 [ 3 ] {} <Debug> HTTP-Session: 7bee8613-0f78-4dbd-aae7-cf54b2ebe74c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7123 | 2024.07.30 01:34:15.150981 [ 197 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 256 rows starting from the beginning of the part | ||
| 7124 | 2024.07.30 01:34:15.151044 [ 3 ] {} <Trace> HTTP-Session: 7bee8613-0f78-4dbd-aae7-cf54b2ebe74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7125 | 2024.07.30 01:34:15.151355 [ 197 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 94 rows starting from the beginning of the part | ||
| 7126 | 2024.07.30 01:34:15.151536 [ 3 ] {4a732240-20f5-4958-b2a4-8bd60e40c789} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7127 | 2024.07.30 01:34:15.151627 [ 197 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 254 rows starting from the beginning of the part | ||
| 7128 | 2024.07.30 01:34:15.151661 [ 3 ] {4a732240-20f5-4958-b2a4-8bd60e40c789} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7129 | 2024.07.30 01:34:15.151949 [ 197 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 57 rows starting from the beginning of the part | ||
| 7130 | 2024.07.30 01:34:15.152303 [ 197 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 254 rows starting from the beginning of the part | ||
| 7131 | 2024.07.30 01:34:15.152655 [ 3 ] {4a732240-20f5-4958-b2a4-8bd60e40c789} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7132 | 2024.07.30 01:34:15.154073 [ 3 ] {4a732240-20f5-4958-b2a4-8bd60e40c789} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7133 | 2024.07.30 01:34:15.154131 [ 3 ] {4a732240-20f5-4958-b2a4-8bd60e40c789} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7134 | 2024.07.30 01:34:15.154907 [ 3 ] {4a732240-20f5-4958-b2a4-8bd60e40c789} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7135 | 2024.07.30 01:34:15.155005 [ 197 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1213 rows, containing 4 columns (4 merged, 0 gathered) in 0.004861419 sec., 249515.6249646451 rows/sec., 21.55 MiB/sec. | ||
| 7136 | 2024.07.30 01:34:15.155314 [ 198 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7137 | 2024.07.30 01:34:15.155517 [ 3 ] {4a732240-20f5-4958-b2a4-8bd60e40c789} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7138 | 2024.07.30 01:34:15.155866 [ 70 ] {} <Debug> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7139 | 2024.07.30 01:34:15.155970 [ 3 ] {4a732240-20f5-4958-b2a4-8bd60e40c789} <Debug> executeQuery: Read 413 rows, 29.96 KiB in 0.004692 sec., 88022.16538789429 rows/sec., 6.24 MiB/sec. | ||
| 7140 | 2024.07.30 01:34:15.155979 [ 70 ] {} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7141 | 2024.07.30 01:34:15.156092 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7142 | 2024.07.30 01:34:15.156525 [ 197 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::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 | ||
| 7143 | 2024.07.30 01:34:15.156583 [ 3 ] {4a732240-20f5-4958-b2a4-8bd60e40c789} <Debug> DynamicQueryHandler: Done processing query | ||
| 7144 | 2024.07.30 01:34:15.156628 [ 198 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_41_8} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7145 | 2024.07.30 01:34:15.156647 [ 3 ] {4a732240-20f5-4958-b2a4-8bd60e40c789} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 7146 | 2024.07.30 01:34:15.156725 [ 3 ] {} <Debug> HTTP-Session: 7bee8613-0f78-4dbd-aae7-cf54b2ebe74c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7147 | 2024.07.30 01:34:15.156928 [ 197 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7148 | 2024.07.30 01:34:15.156966 [ 198 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_41_8} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7149 | 2024.07.30 01:34:15.157010 [ 197 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 471 rows starting from the beginning of the part | ||
| 7150 | 2024.07.30 01:34:15.157007 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7151 | 2024.07.30 01:34:15.157239 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7152 | 2024.07.30 01:34:15.157324 [ 3 ] {} <Debug> HTTP-Session: d545d834-082e-4f85-babd-cb400d1bc6ed Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 7153 | 2024.07.30 01:34:15.157409 [ 3 ] {} <Debug> HTTP-Session: d545d834-082e-4f85-babd-cb400d1bc6ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7154 | 2024.07.30 01:34:15.157420 [ 197 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 417 rows starting from the beginning of the part | ||
| 7155 | 2024.07.30 01:34:15.157460 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 7156 | 2024.07.30 01:34:15.157473 [ 3 ] {} <Debug> HTTP-Session: d545d834-082e-4f85-babd-cb400d1bc6ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7157 | 2024.07.30 01:34:15.157705 [ 197 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 92 rows starting from the beginning of the part | ||
| 7158 | 2024.07.30 01:34:15.157720 [ 3 ] {} <Trace> HTTP-Session: d545d834-082e-4f85-babd-cb400d1bc6ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7159 | 2024.07.30 01:34:15.157998 [ 197 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 413 rows starting from the beginning of the part | ||
| 7160 | 2024.07.30 01:34:15.158039 [ 3 ] {6c95d27a-5264-4313-99f8-056309ba7233} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 7161 | 2024.07.30 01:34:15.158224 [ 3 ] {6c95d27a-5264-4313-99f8-056309ba7233} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7162 | 2024.07.30 01:34:15.158294 [ 197 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 66 rows starting from the beginning of the part | ||
| 7163 | 2024.07.30 01:34:15.158617 [ 197 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 413 rows starting from the beginning of the part | ||
| 7164 | 2024.07.30 01:34:15.159231 [ 3 ] {6c95d27a-5264-4313-99f8-056309ba7233} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7165 | 2024.07.30 01:34:15.159962 [ 3 ] {6c95d27a-5264-4313-99f8-056309ba7233} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7166 | 2024.07.30 01:34:15.160031 [ 3 ] {6c95d27a-5264-4313-99f8-056309ba7233} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7167 | 2024.07.30 01:34:15.161061 [ 3 ] {6c95d27a-5264-4313-99f8-056309ba7233} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 7168 | 2024.07.30 01:34:15.161641 [ 3 ] {6c95d27a-5264-4313-99f8-056309ba7233} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7169 | 2024.07.30 01:34:15.161638 [ 196 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1872 rows, containing 4 columns (4 merged, 0 gathered) in 0.005364544 sec., 348957.8983786879 rows/sec., 25.02 MiB/sec. | ||
| 7170 | 2024.07.30 01:34:15.161911 [ 3 ] {6c95d27a-5264-4313-99f8-056309ba7233} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.003939 sec., 1523.2292460015233 rows/sec., 65.45 KiB/sec. | ||
| 7171 | 2024.07.30 01:34:15.162079 [ 188 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7172 | 2024.07.30 01:34:15.162221 [ 3 ] {6c95d27a-5264-4313-99f8-056309ba7233} <Debug> DynamicQueryHandler: Done processing query | ||
| 7173 | 2024.07.30 01:34:15.162259 [ 3 ] {6c95d27a-5264-4313-99f8-056309ba7233} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 7174 | 2024.07.30 01:34:15.162278 [ 3 ] {} <Debug> HTTP-Session: d545d834-082e-4f85-babd-cb400d1bc6ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7175 | 2024.07.30 01:34:15.162499 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7176 | 2024.07.30 01:34:15.162618 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7177 | 2024.07.30 01:34:15.162659 [ 3 ] {} <Debug> HTTP-Session: 76e9b921-f0bd-4aa8-a4ca-4e30c1b3fde9 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 7178 | 2024.07.30 01:34:15.162687 [ 3 ] {} <Debug> HTTP-Session: 76e9b921-f0bd-4aa8-a4ca-4e30c1b3fde9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7179 | 2024.07.30 01:34:15.162720 [ 3 ] {} <Debug> HTTP-Session: 76e9b921-f0bd-4aa8-a4ca-4e30c1b3fde9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7180 | 2024.07.30 01:34:15.162784 [ 3 ] {} <Trace> HTTP-Session: 76e9b921-f0bd-4aa8-a4ca-4e30c1b3fde9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7181 | 2024.07.30 01:34:15.162931 [ 188 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_41_8} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7182 | 2024.07.30 01:34:15.163070 [ 3 ] {4f6d8ef8-b338-4312-93bb-791ff21e26a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 7183 | 2024.07.30 01:34:15.163114 [ 188 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_41_8} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7184 | 2024.07.30 01:34:15.163164 [ 3 ] {4f6d8ef8-b338-4312-93bb-791ff21e26a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 7185 | 2024.07.30 01:34:15.163303 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
| 7186 | 2024.07.30 01:34:15.163489 [ 3 ] {4f6d8ef8-b338-4312-93bb-791ff21e26a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7187 | 2024.07.30 01:34:15.163825 [ 3 ] {4f6d8ef8-b338-4312-93bb-791ff21e26a3} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7188 | 2024.07.30 01:34:15.163864 [ 3 ] {4f6d8ef8-b338-4312-93bb-791ff21e26a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7189 | 2024.07.30 01:34:15.164258 [ 3 ] {4f6d8ef8-b338-4312-93bb-791ff21e26a3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 7190 | 2024.07.30 01:34:15.164622 [ 3 ] {4f6d8ef8-b338-4312-93bb-791ff21e26a3} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7191 | 2024.07.30 01:34:15.164785 [ 3 ] {4f6d8ef8-b338-4312-93bb-791ff21e26a3} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001856 sec., 41487.06896551724 rows/sec., 2.55 MiB/sec. | ||
| 7192 | 2024.07.30 01:34:15.164962 [ 3 ] {4f6d8ef8-b338-4312-93bb-791ff21e26a3} <Debug> DynamicQueryHandler: Done processing query | ||
| 7193 | 2024.07.30 01:34:15.164989 [ 3 ] {4f6d8ef8-b338-4312-93bb-791ff21e26a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7194 | 2024.07.30 01:34:15.165006 [ 3 ] {} <Debug> HTTP-Session: 76e9b921-f0bd-4aa8-a4ca-4e30c1b3fde9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7195 | 2024.07.30 01:34:15.165186 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7196 | 2024.07.30 01:34:15.165236 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7197 | 2024.07.30 01:34:15.165256 [ 3 ] {} <Debug> HTTP-Session: fb88449f-1dfc-431d-adb4-c50308705c09 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 7198 | 2024.07.30 01:34:15.165274 [ 3 ] {} <Debug> HTTP-Session: fb88449f-1dfc-431d-adb4-c50308705c09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7199 | 2024.07.30 01:34:15.165287 [ 3 ] {} <Debug> HTTP-Session: fb88449f-1dfc-431d-adb4-c50308705c09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7200 | 2024.07.30 01:34:15.165319 [ 3 ] {} <Trace> HTTP-Session: fb88449f-1dfc-431d-adb4-c50308705c09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7201 | 2024.07.30 01:34:15.165505 [ 3 ] {5c0ece3e-a8ec-4e79-9c79-35dbc4bdf4e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7202 | 2024.07.30 01:34:15.165552 [ 3 ] {5c0ece3e-a8ec-4e79-9c79-35dbc4bdf4e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7203 | 2024.07.30 01:34:15.165701 [ 3 ] {5c0ece3e-a8ec-4e79-9c79-35dbc4bdf4e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7204 | 2024.07.30 01:34:15.166160 [ 3 ] {5c0ece3e-a8ec-4e79-9c79-35dbc4bdf4e5} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7205 | 2024.07.30 01:34:15.166197 [ 3 ] {5c0ece3e-a8ec-4e79-9c79-35dbc4bdf4e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7206 | 2024.07.30 01:34:15.166591 [ 3 ] {5c0ece3e-a8ec-4e79-9c79-35dbc4bdf4e5} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7207 | 2024.07.30 01:34:15.166948 [ 3 ] {5c0ece3e-a8ec-4e79-9c79-35dbc4bdf4e5} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7208 | 2024.07.30 01:34:15.167104 [ 70 ] {} <Debug> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7209 | 2024.07.30 01:34:15.167112 [ 3 ] {5c0ece3e-a8ec-4e79-9c79-35dbc4bdf4e5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0017 sec., 94117.64705882354 rows/sec., 6.56 MiB/sec. | ||
| 7210 | 2024.07.30 01:34:15.167152 [ 70 ] {} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7211 | 2024.07.30 01:34:15.167220 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7212 | 2024.07.30 01:34:15.167417 [ 194 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 7213 | 2024.07.30 01:34:15.167448 [ 3 ] {5c0ece3e-a8ec-4e79-9c79-35dbc4bdf4e5} <Debug> DynamicQueryHandler: Done processing query | ||
| 7214 | 2024.07.30 01:34:15.167500 [ 3 ] {5c0ece3e-a8ec-4e79-9c79-35dbc4bdf4e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7215 | 2024.07.30 01:34:15.167533 [ 3 ] {} <Debug> HTTP-Session: fb88449f-1dfc-431d-adb4-c50308705c09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7216 | 2024.07.30 01:34:15.167664 [ 194 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7217 | 2024.07.30 01:34:15.167729 [ 194 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 5658 rows starting from the beginning of the part | ||
| 7218 | 2024.07.30 01:34:15.167751 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 50059, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7219 | 2024.07.30 01:34:15.167868 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7220 | 2024.07.30 01:34:15.167954 [ 3 ] {} <Debug> HTTP-Session: d757c5ba-dc85-47a3-b43b-5f6d6caceab3 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 7221 | 2024.07.30 01:34:15.167975 [ 194 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 162 rows starting from the beginning of the part | ||
| 7222 | 2024.07.30 01:34:15.168014 [ 3 ] {} <Debug> HTTP-Session: d757c5ba-dc85-47a3-b43b-5f6d6caceab3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7223 | 2024.07.30 01:34:15.168087 [ 3 ] {} <Debug> HTTP-Session: d757c5ba-dc85-47a3-b43b-5f6d6caceab3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7224 | 2024.07.30 01:34:15.168250 [ 3 ] {} <Trace> HTTP-Session: d757c5ba-dc85-47a3-b43b-5f6d6caceab3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7225 | 2024.07.30 01:34:15.168530 [ 194 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 198 rows starting from the beginning of the part | ||
| 7226 | 2024.07.30 01:34:15.168695 [ 194 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 7227 | 2024.07.30 01:34:15.168873 [ 194 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 161 rows starting from the beginning of the part | ||
| 7228 | 2024.07.30 01:34:15.169105 [ 3 ] {32451619-1d6d-4c07-9c7c-c917f2ad28ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 7229 | 2024.07.30 01:34:15.169150 [ 194 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part | ||
| 7230 | 2024.07.30 01:34:15.169430 [ 3 ] {32451619-1d6d-4c07-9c7c-c917f2ad28ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 7231 | 2024.07.30 01:34:15.171009 [ 3 ] {32451619-1d6d-4c07-9c7c-c917f2ad28ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7232 | 2024.07.30 01:34:15.172406 [ 3 ] {32451619-1d6d-4c07-9c7c-c917f2ad28ab} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7233 | 2024.07.30 01:34:15.172446 [ 3 ] {32451619-1d6d-4c07-9c7c-c917f2ad28ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7234 | 2024.07.30 01:34:15.173366 [ 3 ] {32451619-1d6d-4c07-9c7c-c917f2ad28ab} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 7235 | 2024.07.30 01:34:15.174033 [ 188 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6499 rows, containing 5 columns (5 merged, 0 gathered) in 0.006717568 sec., 967463.224786113 rows/sec., 67.43 MiB/sec. | ||
| 7236 | 2024.07.30 01:34:15.174165 [ 3 ] {32451619-1d6d-4c07-9c7c-c917f2ad28ab} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7237 | 2024.07.30 01:34:15.174399 [ 3 ] {32451619-1d6d-4c07-9c7c-c917f2ad28ab} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.005879 sec., 5273.005613199524 rows/sec., 9.45 MiB/sec. | ||
| 7238 | 2024.07.30 01:34:15.174728 [ 188 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7239 | 2024.07.30 01:34:15.175396 [ 3 ] {32451619-1d6d-4c07-9c7c-c917f2ad28ab} <Debug> DynamicQueryHandler: Done processing query | ||
| 7240 | 2024.07.30 01:34:15.175462 [ 3 ] {32451619-1d6d-4c07-9c7c-c917f2ad28ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 7241 | 2024.07.30 01:34:15.175524 [ 3 ] {} <Debug> HTTP-Session: d757c5ba-dc85-47a3-b43b-5f6d6caceab3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7242 | 2024.07.30 01:34:15.175701 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7243 | 2024.07.30 01:34:15.175790 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7244 | 2024.07.30 01:34:15.175805 [ 188 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7245 | 2024.07.30 01:34:15.175824 [ 3 ] {} <Debug> HTTP-Session: d969ee3c-46ec-48a5-b3d8-6e1d672606cb Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 7246 | 2024.07.30 01:34:15.175874 [ 3 ] {} <Debug> HTTP-Session: d969ee3c-46ec-48a5-b3d8-6e1d672606cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7247 | 2024.07.30 01:34:15.175909 [ 3 ] {} <Debug> HTTP-Session: d969ee3c-46ec-48a5-b3d8-6e1d672606cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7248 | 2024.07.30 01:34:15.175971 [ 3 ] {} <Trace> HTTP-Session: d969ee3c-46ec-48a5-b3d8-6e1d672606cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7249 | 2024.07.30 01:34:15.176000 [ 188 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7250 | 2024.07.30 01:34:15.176169 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.36 MiB. | ||
| 7251 | 2024.07.30 01:34:15.176196 [ 3 ] {4ac51af3-7f6d-4bf8-bdd5-684f847a91f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7252 | 2024.07.30 01:34:15.176255 [ 3 ] {4ac51af3-7f6d-4bf8-bdd5-684f847a91f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 7253 | 2024.07.30 01:34:15.176403 [ 3 ] {4ac51af3-7f6d-4bf8-bdd5-684f847a91f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7254 | 2024.07.30 01:34:15.176743 [ 3 ] {4ac51af3-7f6d-4bf8-bdd5-684f847a91f5} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7255 | 2024.07.30 01:34:15.176781 [ 3 ] {4ac51af3-7f6d-4bf8-bdd5-684f847a91f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7256 | 2024.07.30 01:34:15.177151 [ 3 ] {4ac51af3-7f6d-4bf8-bdd5-684f847a91f5} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 7257 | 2024.07.30 01:34:15.177500 [ 3 ] {4ac51af3-7f6d-4bf8-bdd5-684f847a91f5} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7258 | 2024.07.30 01:34:15.177652 [ 3 ] {4ac51af3-7f6d-4bf8-bdd5-684f847a91f5} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001555 sec., 14790.996784565918 rows/sec., 800.09 KiB/sec. | ||
| 7259 | 2024.07.30 01:34:15.177836 [ 3 ] {4ac51af3-7f6d-4bf8-bdd5-684f847a91f5} <Debug> DynamicQueryHandler: Done processing query | ||
| 7260 | 2024.07.30 01:34:15.177861 [ 3 ] {4ac51af3-7f6d-4bf8-bdd5-684f847a91f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 7261 | 2024.07.30 01:34:15.177877 [ 3 ] {} <Debug> HTTP-Session: d969ee3c-46ec-48a5-b3d8-6e1d672606cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7262 | 2024.07.30 01:34:15.178006 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7263 | 2024.07.30 01:34:15.178055 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7264 | 2024.07.30 01:34:15.178074 [ 3 ] {} <Debug> HTTP-Session: 7ecb18ce-5ff2-47a8-942b-23dce9aecae7 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 7265 | 2024.07.30 01:34:15.178091 [ 3 ] {} <Debug> HTTP-Session: 7ecb18ce-5ff2-47a8-942b-23dce9aecae7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7266 | 2024.07.30 01:34:15.178104 [ 3 ] {} <Debug> HTTP-Session: 7ecb18ce-5ff2-47a8-942b-23dce9aecae7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7267 | 2024.07.30 01:34:15.178135 [ 3 ] {} <Trace> HTTP-Session: 7ecb18ce-5ff2-47a8-942b-23dce9aecae7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7268 | 2024.07.30 01:34:15.178264 [ 3 ] {22a15ed9-1a0d-41a2-95a2-dfd7586ade50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7269 | 2024.07.30 01:34:15.178309 [ 3 ] {22a15ed9-1a0d-41a2-95a2-dfd7586ade50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7270 | 2024.07.30 01:34:15.178439 [ 3 ] {22a15ed9-1a0d-41a2-95a2-dfd7586ade50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7271 | 2024.07.30 01:34:15.178751 [ 3 ] {22a15ed9-1a0d-41a2-95a2-dfd7586ade50} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7272 | 2024.07.30 01:34:15.178788 [ 3 ] {22a15ed9-1a0d-41a2-95a2-dfd7586ade50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7273 | 2024.07.30 01:34:15.179152 [ 3 ] {22a15ed9-1a0d-41a2-95a2-dfd7586ade50} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7274 | 2024.07.30 01:34:15.179498 [ 3 ] {22a15ed9-1a0d-41a2-95a2-dfd7586ade50} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7275 | 2024.07.30 01:34:15.179652 [ 3 ] {22a15ed9-1a0d-41a2-95a2-dfd7586ade50} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001433 sec., 41870.2023726448 rows/sec., 2.82 MiB/sec. | ||
| 7276 | 2024.07.30 01:34:15.179658 [ 70 ] {} <Debug> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7277 | 2024.07.30 01:34:15.179749 [ 70 ] {} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7278 | 2024.07.30 01:34:15.179793 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7279 | 2024.07.30 01:34:15.179954 [ 3 ] {22a15ed9-1a0d-41a2-95a2-dfd7586ade50} <Debug> DynamicQueryHandler: Done processing query | ||
| 7280 | 2024.07.30 01:34:15.179996 [ 188 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 7281 | 2024.07.30 01:34:15.180003 [ 3 ] {22a15ed9-1a0d-41a2-95a2-dfd7586ade50} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7282 | 2024.07.30 01:34:15.180064 [ 3 ] {} <Debug> HTTP-Session: 7ecb18ce-5ff2-47a8-942b-23dce9aecae7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7283 | 2024.07.30 01:34:15.180201 [ 188 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7284 | 2024.07.30 01:34:15.180245 [ 188 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2014 rows starting from the beginning of the part | ||
| 7285 | 2024.07.30 01:34:15.180355 [ 188 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 7286 | 2024.07.30 01:34:15.180552 [ 188 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 7287 | 2024.07.30 01:34:15.180726 [ 188 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 7288 | 2024.07.30 01:34:15.180852 [ 188 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 7289 | 2024.07.30 01:34:15.181043 [ 188 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 7290 | 2024.07.30 01:34:15.182564 [ 196 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2314 rows, containing 4 columns (4 merged, 0 gathered) in 0.002671667 sec., 866125.9056611472 rows/sec., 58.36 MiB/sec. | ||
| 7291 | 2024.07.30 01:34:15.182850 [ 196 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7292 | 2024.07.30 01:34:15.183304 [ 196 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_41_8} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7293 | 2024.07.30 01:34:15.183400 [ 196 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_41_8} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7294 | 2024.07.30 01:34:15.183477 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
| 7295 | 2024.07.30 01:34:20.140276 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 7845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7296 | 2024.07.30 01:34:20.140416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7297 | 2024.07.30 01:34:20.140446 [ 3 ] {} <Debug> HTTP-Session: cb0773dc-d5ca-4c2e-96c6-e2aa241794e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 7298 | 2024.07.30 01:34:20.140474 [ 3 ] {} <Debug> HTTP-Session: cb0773dc-d5ca-4c2e-96c6-e2aa241794e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7299 | 2024.07.30 01:34:20.140491 [ 3 ] {} <Debug> HTTP-Session: cb0773dc-d5ca-4c2e-96c6-e2aa241794e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7300 | 2024.07.30 01:34:20.140547 [ 3 ] {} <Trace> HTTP-Session: cb0773dc-d5ca-4c2e-96c6-e2aa241794e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7301 | 2024.07.30 01:34:20.140753 [ 3 ] {5eba5d88-bfb0-4f8c-b73c-39978cf28edd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7302 | 2024.07.30 01:34:20.140821 [ 3 ] {5eba5d88-bfb0-4f8c-b73c-39978cf28edd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7303 | 2024.07.30 01:34:20.141010 [ 3 ] {5eba5d88-bfb0-4f8c-b73c-39978cf28edd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7304 | 2024.07.30 01:34:20.141475 [ 3 ] {5eba5d88-bfb0-4f8c-b73c-39978cf28edd} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7305 | 2024.07.30 01:34:20.141518 [ 3 ] {5eba5d88-bfb0-4f8c-b73c-39978cf28edd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7306 | 2024.07.30 01:34:20.141881 [ 3 ] {5eba5d88-bfb0-4f8c-b73c-39978cf28edd} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7307 | 2024.07.30 01:34:20.142227 [ 3 ] {5eba5d88-bfb0-4f8c-b73c-39978cf28edd} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7308 | 2024.07.30 01:34:20.142388 [ 3 ] {5eba5d88-bfb0-4f8c-b73c-39978cf28edd} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001696 sec., 33018.8679245283 rows/sec., 2.54 MiB/sec. | ||
| 7309 | 2024.07.30 01:34:20.142618 [ 3 ] {5eba5d88-bfb0-4f8c-b73c-39978cf28edd} <Debug> DynamicQueryHandler: Done processing query | ||
| 7310 | 2024.07.30 01:34:20.142651 [ 3 ] {5eba5d88-bfb0-4f8c-b73c-39978cf28edd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7311 | 2024.07.30 01:34:20.142674 [ 3 ] {} <Debug> HTTP-Session: cb0773dc-d5ca-4c2e-96c6-e2aa241794e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7312 | 2024.07.30 01:34:20.142812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 10894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7313 | 2024.07.30 01:34:20.142861 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7314 | 2024.07.30 01:34:20.142879 [ 3 ] {} <Debug> HTTP-Session: df997145-4e10-4461-b5e5-bdf32effa937 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 7315 | 2024.07.30 01:34:20.142895 [ 3 ] {} <Debug> HTTP-Session: df997145-4e10-4461-b5e5-bdf32effa937 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7316 | 2024.07.30 01:34:20.142909 [ 3 ] {} <Debug> HTTP-Session: df997145-4e10-4461-b5e5-bdf32effa937 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7317 | 2024.07.30 01:34:20.142939 [ 3 ] {} <Trace> HTTP-Session: df997145-4e10-4461-b5e5-bdf32effa937 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7318 | 2024.07.30 01:34:20.143053 [ 3 ] {df7b8af6-6779-406f-b33f-223a68c8721d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7319 | 2024.07.30 01:34:20.143095 [ 3 ] {df7b8af6-6779-406f-b33f-223a68c8721d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7320 | 2024.07.30 01:34:20.143219 [ 3 ] {df7b8af6-6779-406f-b33f-223a68c8721d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7321 | 2024.07.30 01:34:20.143573 [ 3 ] {df7b8af6-6779-406f-b33f-223a68c8721d} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7322 | 2024.07.30 01:34:20.143612 [ 3 ] {df7b8af6-6779-406f-b33f-223a68c8721d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7323 | 2024.07.30 01:34:20.143922 [ 3 ] {df7b8af6-6779-406f-b33f-223a68c8721d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7324 | 2024.07.30 01:34:20.144236 [ 3 ] {df7b8af6-6779-406f-b33f-223a68c8721d} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7325 | 2024.07.30 01:34:20.144387 [ 3 ] {df7b8af6-6779-406f-b33f-223a68c8721d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001367 sec., 46817.84930504755 rows/sec., 3.65 MiB/sec. | ||
| 7326 | 2024.07.30 01:34:20.144646 [ 3 ] {df7b8af6-6779-406f-b33f-223a68c8721d} <Debug> DynamicQueryHandler: Done processing query | ||
| 7327 | 2024.07.30 01:34:20.144708 [ 3 ] {df7b8af6-6779-406f-b33f-223a68c8721d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 7328 | 2024.07.30 01:34:20.144751 [ 3 ] {} <Debug> HTTP-Session: df997145-4e10-4461-b5e5-bdf32effa937 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7329 | 2024.07.30 01:34:20.144937 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7330 | 2024.07.30 01:34:20.144988 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7331 | 2024.07.30 01:34:20.145007 [ 3 ] {} <Debug> HTTP-Session: 9185a1ba-a86f-4dc7-81f4-d89a5ead5aa0 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 7332 | 2024.07.30 01:34:20.145023 [ 3 ] {} <Debug> HTTP-Session: 9185a1ba-a86f-4dc7-81f4-d89a5ead5aa0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7333 | 2024.07.30 01:34:20.145037 [ 3 ] {} <Debug> HTTP-Session: 9185a1ba-a86f-4dc7-81f4-d89a5ead5aa0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7334 | 2024.07.30 01:34:20.145068 [ 3 ] {} <Trace> HTTP-Session: 9185a1ba-a86f-4dc7-81f4-d89a5ead5aa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7335 | 2024.07.30 01:34:20.145218 [ 3 ] {521d70f5-c842-4b08-a7dd-f45aa7e40f27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7336 | 2024.07.30 01:34:20.145267 [ 3 ] {521d70f5-c842-4b08-a7dd-f45aa7e40f27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7337 | 2024.07.30 01:34:20.145430 [ 3 ] {521d70f5-c842-4b08-a7dd-f45aa7e40f27} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7338 | 2024.07.30 01:34:20.145852 [ 3 ] {521d70f5-c842-4b08-a7dd-f45aa7e40f27} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7339 | 2024.07.30 01:34:20.145894 [ 3 ] {521d70f5-c842-4b08-a7dd-f45aa7e40f27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7340 | 2024.07.30 01:34:20.146331 [ 3 ] {521d70f5-c842-4b08-a7dd-f45aa7e40f27} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7341 | 2024.07.30 01:34:20.146686 [ 3 ] {521d70f5-c842-4b08-a7dd-f45aa7e40f27} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7342 | 2024.07.30 01:34:20.146838 [ 3 ] {521d70f5-c842-4b08-a7dd-f45aa7e40f27} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00169 sec., 94674.55621301774 rows/sec., 6.59 MiB/sec. | ||
| 7343 | 2024.07.30 01:34:20.147026 [ 3 ] {521d70f5-c842-4b08-a7dd-f45aa7e40f27} <Debug> DynamicQueryHandler: Done processing query | ||
| 7344 | 2024.07.30 01:34:20.147054 [ 3 ] {521d70f5-c842-4b08-a7dd-f45aa7e40f27} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7345 | 2024.07.30 01:34:20.147072 [ 3 ] {} <Debug> HTTP-Session: 9185a1ba-a86f-4dc7-81f4-d89a5ead5aa0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7346 | 2024.07.30 01:34:20.147183 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7347 | 2024.07.30 01:34:20.147234 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7348 | 2024.07.30 01:34:20.147253 [ 3 ] {} <Debug> HTTP-Session: 262f648f-f236-4fa6-ad23-fcb35c6840b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 7349 | 2024.07.30 01:34:20.147270 [ 3 ] {} <Debug> HTTP-Session: 262f648f-f236-4fa6-ad23-fcb35c6840b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7350 | 2024.07.30 01:34:20.147284 [ 3 ] {} <Debug> HTTP-Session: 262f648f-f236-4fa6-ad23-fcb35c6840b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7351 | 2024.07.30 01:34:20.147314 [ 3 ] {} <Trace> HTTP-Session: 262f648f-f236-4fa6-ad23-fcb35c6840b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7352 | 2024.07.30 01:34:20.147471 [ 3 ] {bebb2a5e-61ef-4f30-a185-52629bdabfd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7353 | 2024.07.30 01:34:20.147517 [ 3 ] {bebb2a5e-61ef-4f30-a185-52629bdabfd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7354 | 2024.07.30 01:34:20.147647 [ 3 ] {bebb2a5e-61ef-4f30-a185-52629bdabfd3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7355 | 2024.07.30 01:34:20.147950 [ 3 ] {bebb2a5e-61ef-4f30-a185-52629bdabfd3} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7356 | 2024.07.30 01:34:20.147985 [ 3 ] {bebb2a5e-61ef-4f30-a185-52629bdabfd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7357 | 2024.07.30 01:34:20.148339 [ 3 ] {bebb2a5e-61ef-4f30-a185-52629bdabfd3} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7358 | 2024.07.30 01:34:20.148664 [ 3 ] {bebb2a5e-61ef-4f30-a185-52629bdabfd3} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7359 | 2024.07.30 01:34:20.148818 [ 3 ] {bebb2a5e-61ef-4f30-a185-52629bdabfd3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001396 sec., 42979.942693409736 rows/sec., 2.90 MiB/sec. | ||
| 7360 | 2024.07.30 01:34:20.148993 [ 3 ] {bebb2a5e-61ef-4f30-a185-52629bdabfd3} <Debug> DynamicQueryHandler: Done processing query | ||
| 7361 | 2024.07.30 01:34:20.149018 [ 3 ] {bebb2a5e-61ef-4f30-a185-52629bdabfd3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7362 | 2024.07.30 01:34:20.149059 [ 3 ] {} <Debug> HTTP-Session: 262f648f-f236-4fa6-ad23-fcb35c6840b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7363 | 2024.07.30 01:34:25.146284 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 5193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7364 | 2024.07.30 01:34:25.146424 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7365 | 2024.07.30 01:34:25.146455 [ 3 ] {} <Debug> HTTP-Session: 986cedbe-42a4-444e-adb1-80630cf9e137 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 7366 | 2024.07.30 01:34:25.146483 [ 3 ] {} <Debug> HTTP-Session: 986cedbe-42a4-444e-adb1-80630cf9e137 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7367 | 2024.07.30 01:34:25.146501 [ 3 ] {} <Debug> HTTP-Session: 986cedbe-42a4-444e-adb1-80630cf9e137 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7368 | 2024.07.30 01:34:25.146558 [ 3 ] {} <Trace> HTTP-Session: 986cedbe-42a4-444e-adb1-80630cf9e137 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7369 | 2024.07.30 01:34:25.146771 [ 3 ] {0af825d2-1a9c-4ff0-b3d7-5ac6ccbc6bd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7370 | 2024.07.30 01:34:25.146836 [ 3 ] {0af825d2-1a9c-4ff0-b3d7-5ac6ccbc6bd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 7371 | 2024.07.30 01:34:25.147032 [ 3 ] {0af825d2-1a9c-4ff0-b3d7-5ac6ccbc6bd2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7372 | 2024.07.30 01:34:25.147547 [ 3 ] {0af825d2-1a9c-4ff0-b3d7-5ac6ccbc6bd2} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7373 | 2024.07.30 01:34:25.147586 [ 3 ] {0af825d2-1a9c-4ff0-b3d7-5ac6ccbc6bd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7374 | 2024.07.30 01:34:25.147953 [ 3 ] {0af825d2-1a9c-4ff0-b3d7-5ac6ccbc6bd2} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7375 | 2024.07.30 01:34:25.148296 [ 3 ] {0af825d2-1a9c-4ff0-b3d7-5ac6ccbc6bd2} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7376 | 2024.07.30 01:34:25.148439 [ 3 ] {0af825d2-1a9c-4ff0-b3d7-5ac6ccbc6bd2} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001737 sec., 21301.093839953945 rows/sec., 1.60 MiB/sec. | ||
| 7377 | 2024.07.30 01:34:25.148655 [ 3 ] {0af825d2-1a9c-4ff0-b3d7-5ac6ccbc6bd2} <Debug> DynamicQueryHandler: Done processing query | ||
| 7378 | 2024.07.30 01:34:25.148683 [ 3 ] {0af825d2-1a9c-4ff0-b3d7-5ac6ccbc6bd2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7379 | 2024.07.30 01:34:25.148701 [ 3 ] {} <Debug> HTTP-Session: 986cedbe-42a4-444e-adb1-80630cf9e137 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7380 | 2024.07.30 01:34:25.148911 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 38407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7381 | 2024.07.30 01:34:25.148961 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7382 | 2024.07.30 01:34:25.148979 [ 3 ] {} <Debug> HTTP-Session: d00f6041-2b55-44fc-a55c-442c00a272a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 7383 | 2024.07.30 01:34:25.148997 [ 3 ] {} <Debug> HTTP-Session: d00f6041-2b55-44fc-a55c-442c00a272a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7384 | 2024.07.30 01:34:25.149011 [ 3 ] {} <Debug> HTTP-Session: d00f6041-2b55-44fc-a55c-442c00a272a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7385 | 2024.07.30 01:34:25.149041 [ 3 ] {} <Trace> HTTP-Session: d00f6041-2b55-44fc-a55c-442c00a272a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7386 | 2024.07.30 01:34:25.149210 [ 3 ] {51dfd567-b2c7-4f1f-abd7-8c9897a91060} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7387 | 2024.07.30 01:34:25.149254 [ 3 ] {51dfd567-b2c7-4f1f-abd7-8c9897a91060} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7388 | 2024.07.30 01:34:25.149380 [ 3 ] {51dfd567-b2c7-4f1f-abd7-8c9897a91060} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7389 | 2024.07.30 01:34:25.149826 [ 3 ] {51dfd567-b2c7-4f1f-abd7-8c9897a91060} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7390 | 2024.07.30 01:34:25.149862 [ 3 ] {51dfd567-b2c7-4f1f-abd7-8c9897a91060} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7391 | 2024.07.30 01:34:25.150179 [ 3 ] {51dfd567-b2c7-4f1f-abd7-8c9897a91060} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7392 | 2024.07.30 01:34:25.150477 [ 3 ] {51dfd567-b2c7-4f1f-abd7-8c9897a91060} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7393 | 2024.07.30 01:34:25.150597 [ 3 ] {51dfd567-b2c7-4f1f-abd7-8c9897a91060} <Debug> executeQuery: Read 254 rows, 22.97 KiB in 0.001472 sec., 172554.34782608695 rows/sec., 15.24 MiB/sec. | ||
| 7394 | 2024.07.30 01:34:25.150768 [ 3 ] {51dfd567-b2c7-4f1f-abd7-8c9897a91060} <Debug> DynamicQueryHandler: Done processing query | ||
| 7395 | 2024.07.30 01:34:25.150794 [ 3 ] {51dfd567-b2c7-4f1f-abd7-8c9897a91060} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 7396 | 2024.07.30 01:34:25.150810 [ 3 ] {} <Debug> HTTP-Session: d00f6041-2b55-44fc-a55c-442c00a272a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7397 | 2024.07.30 01:34:25.151033 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 66831, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7398 | 2024.07.30 01:34:25.151081 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7399 | 2024.07.30 01:34:25.151101 [ 3 ] {} <Debug> HTTP-Session: 6b33fa8a-33f2-4592-b2aa-3eb8d312ff28 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 7400 | 2024.07.30 01:34:25.151117 [ 3 ] {} <Debug> HTTP-Session: 6b33fa8a-33f2-4592-b2aa-3eb8d312ff28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7401 | 2024.07.30 01:34:25.151131 [ 3 ] {} <Debug> HTTP-Session: 6b33fa8a-33f2-4592-b2aa-3eb8d312ff28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7402 | 2024.07.30 01:34:25.151161 [ 3 ] {} <Trace> HTTP-Session: 6b33fa8a-33f2-4592-b2aa-3eb8d312ff28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7403 | 2024.07.30 01:34:25.151369 [ 3 ] {164412c5-42f2-4c3a-b07d-e03334d100ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7404 | 2024.07.30 01:34:25.151413 [ 3 ] {164412c5-42f2-4c3a-b07d-e03334d100ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7405 | 2024.07.30 01:34:25.151536 [ 3 ] {164412c5-42f2-4c3a-b07d-e03334d100ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7406 | 2024.07.30 01:34:25.152158 [ 3 ] {164412c5-42f2-4c3a-b07d-e03334d100ff} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7407 | 2024.07.30 01:34:25.152194 [ 3 ] {164412c5-42f2-4c3a-b07d-e03334d100ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7408 | 2024.07.30 01:34:25.152511 [ 3 ] {164412c5-42f2-4c3a-b07d-e03334d100ff} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7409 | 2024.07.30 01:34:25.152812 [ 3 ] {164412c5-42f2-4c3a-b07d-e03334d100ff} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7410 | 2024.07.30 01:34:25.152935 [ 3 ] {164412c5-42f2-4c3a-b07d-e03334d100ff} <Debug> executeQuery: Read 413 rows, 29.96 KiB in 0.00167 sec., 247305.3892215569 rows/sec., 17.52 MiB/sec. | ||
| 7411 | 2024.07.30 01:34:25.153106 [ 3 ] {164412c5-42f2-4c3a-b07d-e03334d100ff} <Debug> DynamicQueryHandler: Done processing query | ||
| 7412 | 2024.07.30 01:34:25.153132 [ 3 ] {164412c5-42f2-4c3a-b07d-e03334d100ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 7413 | 2024.07.30 01:34:25.153148 [ 3 ] {} <Debug> HTTP-Session: 6b33fa8a-33f2-4592-b2aa-3eb8d312ff28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7414 | 2024.07.30 01:34:25.153330 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7415 | 2024.07.30 01:34:25.153379 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7416 | 2024.07.30 01:34:25.153398 [ 3 ] {} <Debug> HTTP-Session: 99ff76e7-4daf-4f19-918f-ded17682b3d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 7417 | 2024.07.30 01:34:25.153415 [ 3 ] {} <Debug> HTTP-Session: 99ff76e7-4daf-4f19-918f-ded17682b3d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7418 | 2024.07.30 01:34:25.153428 [ 3 ] {} <Debug> HTTP-Session: 99ff76e7-4daf-4f19-918f-ded17682b3d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7419 | 2024.07.30 01:34:25.153459 [ 3 ] {} <Trace> HTTP-Session: 99ff76e7-4daf-4f19-918f-ded17682b3d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7420 | 2024.07.30 01:34:25.153554 [ 3 ] {60fea31c-1308-4c80-a0d4-f89991aa5025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 7421 | 2024.07.30 01:34:25.153599 [ 3 ] {60fea31c-1308-4c80-a0d4-f89991aa5025} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7422 | 2024.07.30 01:34:25.153733 [ 3 ] {60fea31c-1308-4c80-a0d4-f89991aa5025} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7423 | 2024.07.30 01:34:25.154009 [ 3 ] {60fea31c-1308-4c80-a0d4-f89991aa5025} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7424 | 2024.07.30 01:34:25.154044 [ 3 ] {60fea31c-1308-4c80-a0d4-f89991aa5025} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7425 | 2024.07.30 01:34:25.154391 [ 3 ] {60fea31c-1308-4c80-a0d4-f89991aa5025} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7426 | 2024.07.30 01:34:25.154717 [ 3 ] {60fea31c-1308-4c80-a0d4-f89991aa5025} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7427 | 2024.07.30 01:34:25.154837 [ 59 ] {} <Debug> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 7428 | 2024.07.30 01:34:25.154841 [ 3 ] {60fea31c-1308-4c80-a0d4-f89991aa5025} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001309 sec., 4583.651642475172 rows/sec., 196.95 KiB/sec. | ||
| 7429 | 2024.07.30 01:34:25.154886 [ 59 ] {} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7430 | 2024.07.30 01:34:25.154928 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7431 | 2024.07.30 01:34:25.155081 [ 3 ] {60fea31c-1308-4c80-a0d4-f89991aa5025} <Debug> DynamicQueryHandler: Done processing query | ||
| 7432 | 2024.07.30 01:34:25.155125 [ 3 ] {60fea31c-1308-4c80-a0d4-f89991aa5025} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 7433 | 2024.07.30 01:34:25.155141 [ 188 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 7434 | 2024.07.30 01:34:25.155155 [ 3 ] {} <Debug> HTTP-Session: 99ff76e7-4daf-4f19-918f-ded17682b3d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7435 | 2024.07.30 01:34:25.155416 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7436 | 2024.07.30 01:34:25.155438 [ 188 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7437 | 2024.07.30 01:34:25.155513 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7438 | 2024.07.30 01:34:25.155517 [ 188 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 7439 | 2024.07.30 01:34:25.155557 [ 3 ] {} <Debug> HTTP-Session: 5fa69f22-82bf-4609-b7f9-26060661b804 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 7440 | 2024.07.30 01:34:25.155594 [ 3 ] {} <Debug> HTTP-Session: 5fa69f22-82bf-4609-b7f9-26060661b804 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7441 | 2024.07.30 01:34:25.155640 [ 3 ] {} <Debug> HTTP-Session: 5fa69f22-82bf-4609-b7f9-26060661b804 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7442 | 2024.07.30 01:34:25.155788 [ 3 ] {} <Trace> HTTP-Session: 5fa69f22-82bf-4609-b7f9-26060661b804 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7443 | 2024.07.30 01:34:25.155825 [ 188 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 7444 | 2024.07.30 01:34:25.156088 [ 188 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 7445 | 2024.07.30 01:34:25.156243 [ 3 ] {6e3ed3b2-824a-4c54-a95c-8b9a38fd74dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 7446 | 2024.07.30 01:34:25.156423 [ 3 ] {6e3ed3b2-824a-4c54-a95c-8b9a38fd74dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 7447 | 2024.07.30 01:34:25.156443 [ 188 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 7448 | 2024.07.30 01:34:25.156771 [ 188 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 7449 | 2024.07.30 01:34:25.157099 [ 188 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 7450 | 2024.07.30 01:34:25.157667 [ 3 ] {6e3ed3b2-824a-4c54-a95c-8b9a38fd74dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7451 | 2024.07.30 01:34:25.158384 [ 3 ] {6e3ed3b2-824a-4c54-a95c-8b9a38fd74dc} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7452 | 2024.07.30 01:34:25.158459 [ 3 ] {6e3ed3b2-824a-4c54-a95c-8b9a38fd74dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7453 | 2024.07.30 01:34:25.159502 [ 3 ] {6e3ed3b2-824a-4c54-a95c-8b9a38fd74dc} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7454 | 2024.07.30 01:34:25.160044 [ 196 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.005014391 sec., 25127.677518566063 rows/sec., 1.05 MiB/sec. | ||
| 7455 | 2024.07.30 01:34:25.160267 [ 196 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 7456 | 2024.07.30 01:34:25.160413 [ 3 ] {6e3ed3b2-824a-4c54-a95c-8b9a38fd74dc} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7457 | 2024.07.30 01:34:25.160613 [ 59 ] {} <Debug> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 7458 | 2024.07.30 01:34:25.160681 [ 3 ] {6e3ed3b2-824a-4c54-a95c-8b9a38fd74dc} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004705 sec., 16365.56854410202 rows/sec., 1.01 MiB/sec. | ||
| 7459 | 2024.07.30 01:34:25.160715 [ 59 ] {} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7460 | 2024.07.30 01:34:25.160817 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7461 | 2024.07.30 01:34:25.161346 [ 200 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 7462 | 2024.07.30 01:34:25.161438 [ 3 ] {6e3ed3b2-824a-4c54-a95c-8b9a38fd74dc} <Debug> DynamicQueryHandler: Done processing query | ||
| 7463 | 2024.07.30 01:34:25.161509 [ 3 ] {6e3ed3b2-824a-4c54-a95c-8b9a38fd74dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7464 | 2024.07.30 01:34:25.161591 [ 3 ] {} <Debug> HTTP-Session: 5fa69f22-82bf-4609-b7f9-26060661b804 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7465 | 2024.07.30 01:34:25.161731 [ 200 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7466 | 2024.07.30 01:34:25.161761 [ 196 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_21_4} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7467 | 2024.07.30 01:34:25.161778 [ 200 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 7468 | 2024.07.30 01:34:25.161996 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7469 | 2024.07.30 01:34:25.162058 [ 196 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_21_4} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 7470 | 2024.07.30 01:34:25.162156 [ 200 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 7471 | 2024.07.30 01:34:25.162246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7472 | 2024.07.30 01:34:25.162354 [ 3 ] {} <Debug> HTTP-Session: 8f03d2f1-068c-4d11-8ed1-a6ce6408f2fe Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 7473 | 2024.07.30 01:34:25.162465 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 7474 | 2024.07.30 01:34:25.162481 [ 3 ] {} <Debug> HTTP-Session: 8f03d2f1-068c-4d11-8ed1-a6ce6408f2fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7475 | 2024.07.30 01:34:25.162577 [ 3 ] {} <Debug> HTTP-Session: 8f03d2f1-068c-4d11-8ed1-a6ce6408f2fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7476 | 2024.07.30 01:34:25.162683 [ 200 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 7477 | 2024.07.30 01:34:25.162709 [ 3 ] {} <Trace> HTTP-Session: 8f03d2f1-068c-4d11-8ed1-a6ce6408f2fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7478 | 2024.07.30 01:34:25.162980 [ 200 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 7479 | 2024.07.30 01:34:25.163115 [ 3 ] {06a5d465-2a4d-479c-b5ad-c9233211910f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7480 | 2024.07.30 01:34:25.163307 [ 3 ] {06a5d465-2a4d-479c-b5ad-c9233211910f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7481 | 2024.07.30 01:34:25.163331 [ 200 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 7482 | 2024.07.30 01:34:25.163685 [ 200 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 7483 | 2024.07.30 01:34:25.164400 [ 3 ] {06a5d465-2a4d-479c-b5ad-c9233211910f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7484 | 2024.07.30 01:34:25.165233 [ 3 ] {06a5d465-2a4d-479c-b5ad-c9233211910f} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7485 | 2024.07.30 01:34:25.165313 [ 3 ] {06a5d465-2a4d-479c-b5ad-c9233211910f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7486 | 2024.07.30 01:34:25.166330 [ 3 ] {06a5d465-2a4d-479c-b5ad-c9233211910f} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7487 | 2024.07.30 01:34:25.167041 [ 3 ] {06a5d465-2a4d-479c-b5ad-c9233211910f} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7488 | 2024.07.30 01:34:25.167079 [ 200 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1617 rows, containing 5 columns (5 merged, 0 gathered) in 0.006074712 sec., 266185.45866865787 rows/sec., 16.39 MiB/sec. | ||
| 7489 | 2024.07.30 01:34:25.167326 [ 3 ] {06a5d465-2a4d-479c-b5ad-c9233211910f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00441 sec., 36281.179138322 rows/sec., 2.53 MiB/sec. | ||
| 7490 | 2024.07.30 01:34:25.167396 [ 200 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 7491 | 2024.07.30 01:34:25.168067 [ 3 ] {06a5d465-2a4d-479c-b5ad-c9233211910f} <Debug> DynamicQueryHandler: Done processing query | ||
| 7492 | 2024.07.30 01:34:25.168229 [ 3 ] {06a5d465-2a4d-479c-b5ad-c9233211910f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7493 | 2024.07.30 01:34:25.168366 [ 3 ] {} <Debug> HTTP-Session: 8f03d2f1-068c-4d11-8ed1-a6ce6408f2fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7494 | 2024.07.30 01:34:25.168682 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 50093, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7495 | 2024.07.30 01:34:25.168774 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7496 | 2024.07.30 01:34:25.168795 [ 200 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_21_4} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7497 | 2024.07.30 01:34:25.168811 [ 3 ] {} <Debug> HTTP-Session: ed7e21e8-63cf-43cd-8648-7924a61e7546 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 7498 | 2024.07.30 01:34:25.168875 [ 3 ] {} <Debug> HTTP-Session: ed7e21e8-63cf-43cd-8648-7924a61e7546 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7499 | 2024.07.30 01:34:25.168899 [ 3 ] {} <Debug> HTTP-Session: ed7e21e8-63cf-43cd-8648-7924a61e7546 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7500 | 2024.07.30 01:34:25.168951 [ 3 ] {} <Trace> HTTP-Session: ed7e21e8-63cf-43cd-8648-7924a61e7546 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7501 | 2024.07.30 01:34:25.168961 [ 200 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_21_4} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 7502 | 2024.07.30 01:34:25.169129 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 7503 | 2024.07.30 01:34:25.169434 [ 3 ] {9d3643b1-d017-4e42-8efc-33fc3599c775} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 7504 | 2024.07.30 01:34:25.169512 [ 3 ] {9d3643b1-d017-4e42-8efc-33fc3599c775} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 7505 | 2024.07.30 01:34:25.169979 [ 3 ] {9d3643b1-d017-4e42-8efc-33fc3599c775} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7506 | 2024.07.30 01:34:25.170690 [ 3 ] {9d3643b1-d017-4e42-8efc-33fc3599c775} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7507 | 2024.07.30 01:34:25.170727 [ 3 ] {9d3643b1-d017-4e42-8efc-33fc3599c775} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7508 | 2024.07.30 01:34:25.171358 [ 3 ] {9d3643b1-d017-4e42-8efc-33fc3599c775} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 7509 | 2024.07.30 01:34:25.171781 [ 3 ] {9d3643b1-d017-4e42-8efc-33fc3599c775} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7510 | 2024.07.30 01:34:25.171917 [ 59 ] {} <Debug> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 7511 | 2024.07.30 01:34:25.171937 [ 3 ] {9d3643b1-d017-4e42-8efc-33fc3599c775} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002831 sec., 10950.194277640408 rows/sec., 19.62 MiB/sec. | ||
| 7512 | 2024.07.30 01:34:25.171958 [ 59 ] {} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7513 | 2024.07.30 01:34:25.171997 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7514 | 2024.07.30 01:34:25.172466 [ 192 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::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 | ||
| 7515 | 2024.07.30 01:34:25.172681 [ 3 ] {9d3643b1-d017-4e42-8efc-33fc3599c775} <Debug> DynamicQueryHandler: Done processing query | ||
| 7516 | 2024.07.30 01:34:25.172759 [ 3 ] {9d3643b1-d017-4e42-8efc-33fc3599c775} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 7517 | 2024.07.30 01:34:25.172803 [ 3 ] {} <Debug> HTTP-Session: ed7e21e8-63cf-43cd-8648-7924a61e7546 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7518 | 2024.07.30 01:34:25.173013 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7519 | 2024.07.30 01:34:25.173139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7520 | 2024.07.30 01:34:25.173195 [ 3 ] {} <Debug> HTTP-Session: c930bd65-e300-4128-b7da-f170b5b6f3e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 7521 | 2024.07.30 01:34:25.173246 [ 3 ] {} <Debug> HTTP-Session: c930bd65-e300-4128-b7da-f170b5b6f3e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7522 | 2024.07.30 01:34:25.173285 [ 3 ] {} <Debug> HTTP-Session: c930bd65-e300-4128-b7da-f170b5b6f3e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7523 | 2024.07.30 01:34:25.173308 [ 192 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7524 | 2024.07.30 01:34:25.173347 [ 3 ] {} <Trace> HTTP-Session: c930bd65-e300-4128-b7da-f170b5b6f3e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7525 | 2024.07.30 01:34:25.173440 [ 192 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 341 rows starting from the beginning of the part | ||
| 7526 | 2024.07.30 01:34:25.173601 [ 3 ] {b0408bc3-50f2-4776-99a7-45bd1a0266b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7527 | 2024.07.30 01:34:25.173799 [ 3 ] {b0408bc3-50f2-4776-99a7-45bd1a0266b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 7528 | 2024.07.30 01:34:25.174201 [ 192 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 31 rows starting from the beginning of the part | ||
| 7529 | 2024.07.30 01:34:25.174559 [ 3 ] {b0408bc3-50f2-4776-99a7-45bd1a0266b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7530 | 2024.07.30 01:34:25.175049 [ 192 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 31 rows starting from the beginning of the part | ||
| 7531 | 2024.07.30 01:34:25.175643 [ 192 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 31 rows starting from the beginning of the part | ||
| 7532 | 2024.07.30 01:34:25.176022 [ 3 ] {b0408bc3-50f2-4776-99a7-45bd1a0266b7} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7533 | 2024.07.30 01:34:25.176172 [ 3 ] {b0408bc3-50f2-4776-99a7-45bd1a0266b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7534 | 2024.07.30 01:34:25.176312 [ 192 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 31 rows starting from the beginning of the part | ||
| 7535 | 2024.07.30 01:34:25.176867 [ 192 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 31 rows starting from the beginning of the part | ||
| 7536 | 2024.07.30 01:34:25.177588 [ 3 ] {b0408bc3-50f2-4776-99a7-45bd1a0266b7} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7537 | 2024.07.30 01:34:25.178395 [ 3 ] {b0408bc3-50f2-4776-99a7-45bd1a0266b7} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7538 | 2024.07.30 01:34:25.178811 [ 58 ] {} <Debug> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 7539 | 2024.07.30 01:34:25.178825 [ 3 ] {b0408bc3-50f2-4776-99a7-45bd1a0266b7} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.005304 sec., 4336.349924585219 rows/sec., 234.57 KiB/sec. | ||
| 7540 | 2024.07.30 01:34:25.178927 [ 58 ] {} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7541 | 2024.07.30 01:34:25.179021 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7542 | 2024.07.30 01:34:25.179286 [ 3 ] {b0408bc3-50f2-4776-99a7-45bd1a0266b7} <Debug> DynamicQueryHandler: Done processing query | ||
| 7543 | 2024.07.30 01:34:25.179354 [ 3 ] {b0408bc3-50f2-4776-99a7-45bd1a0266b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 7544 | 2024.07.30 01:34:25.179422 [ 3 ] {} <Debug> HTTP-Session: c930bd65-e300-4128-b7da-f170b5b6f3e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7545 | 2024.07.30 01:34:25.179450 [ 195 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::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 | ||
| 7546 | 2024.07.30 01:34:25.179727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7547 | 2024.07.30 01:34:25.179902 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7548 | 2024.07.30 01:34:25.179980 [ 3 ] {} <Debug> HTTP-Session: 7078e34d-080c-4733-80a1-f874e77b0777 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 7549 | 2024.07.30 01:34:25.180042 [ 195 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7550 | 2024.07.30 01:34:25.180054 [ 3 ] {} <Debug> HTTP-Session: 7078e34d-080c-4733-80a1-f874e77b0777 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7551 | 2024.07.30 01:34:25.180145 [ 3 ] {} <Debug> HTTP-Session: 7078e34d-080c-4733-80a1-f874e77b0777 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7552 | 2024.07.30 01:34:25.180202 [ 195 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 395 rows starting from the beginning of the part | ||
| 7553 | 2024.07.30 01:34:25.180351 [ 3 ] {} <Trace> HTTP-Session: 7078e34d-080c-4733-80a1-f874e77b0777 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7554 | 2024.07.30 01:34:25.180707 [ 195 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::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 | ||
| 7555 | 2024.07.30 01:34:25.181039 [ 3 ] {4bfdad83-176b-45f4-9eec-6f9063f269f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7556 | 2024.07.30 01:34:25.181193 [ 195 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::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 | ||
| 7557 | 2024.07.30 01:34:25.181234 [ 3 ] {4bfdad83-176b-45f4-9eec-6f9063f269f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7558 | 2024.07.30 01:34:25.181645 [ 195 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::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 | ||
| 7559 | 2024.07.30 01:34:25.182188 [ 195 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::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 | ||
| 7560 | 2024.07.30 01:34:25.182737 [ 195 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::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 | ||
| 7561 | 2024.07.30 01:34:25.183787 [ 3 ] {4bfdad83-176b-45f4-9eec-6f9063f269f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7562 | 2024.07.30 01:34:25.185545 [ 3 ] {4bfdad83-176b-45f4-9eec-6f9063f269f5} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7563 | 2024.07.30 01:34:25.185645 [ 3 ] {4bfdad83-176b-45f4-9eec-6f9063f269f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7564 | 2024.07.30 01:34:25.187393 [ 3 ] {4bfdad83-176b-45f4-9eec-6f9063f269f5} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7565 | 2024.07.30 01:34:25.188770 [ 195 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 510 rows, containing 4 columns (4 merged, 0 gathered) in 0.009633388 sec., 52940.876044855664 rows/sec., 2.85 MiB/sec. | ||
| 7566 | 2024.07.30 01:34:25.189119 [ 195 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 7567 | 2024.07.30 01:34:25.189242 [ 3 ] {4bfdad83-176b-45f4-9eec-6f9063f269f5} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7568 | 2024.07.30 01:34:25.189827 [ 3 ] {4bfdad83-176b-45f4-9eec-6f9063f269f5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.009138 sec., 6565.988181221273 rows/sec., 453.12 KiB/sec. | ||
| 7569 | 2024.07.30 01:34:25.190731 [ 3 ] {4bfdad83-176b-45f4-9eec-6f9063f269f5} <Debug> DynamicQueryHandler: Done processing query | ||
| 7570 | 2024.07.30 01:34:25.190813 [ 3 ] {4bfdad83-176b-45f4-9eec-6f9063f269f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7571 | 2024.07.30 01:34:25.190892 [ 3 ] {} <Debug> HTTP-Session: 7078e34d-080c-4733-80a1-f874e77b0777 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7572 | 2024.07.30 01:34:25.191173 [ 195 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_21_4} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7573 | 2024.07.30 01:34:25.191565 [ 195 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_21_4} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 7574 | 2024.07.30 01:34:25.191880 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 7575 | 2024.07.30 01:34:25.193989 [ 193 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 496 rows, containing 19 columns (19 merged, 0 gathered) in 0.021869172 sec., 22680.328272144918 rows/sec., 40.64 MiB/sec. | ||
| 7576 | 2024.07.30 01:34:25.194883 [ 199 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 7577 | 2024.07.30 01:34:25.195499 [ 199 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7578 | 2024.07.30 01:34:25.195578 [ 199 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 7579 | 2024.07.30 01:34:25.195719 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.43 MiB. | ||
| 7580 | 2024.07.30 01:34:27.807451 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7581 | 2024.07.30 01:34:27.807567 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7582 | 2024.07.30 01:34:30.140736 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 12825, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7583 | 2024.07.30 01:34:30.140859 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7584 | 2024.07.30 01:34:30.140887 [ 3 ] {} <Debug> HTTP-Session: 086c4160-da6d-41eb-9d09-b669137ba669 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 7585 | 2024.07.30 01:34:30.140915 [ 3 ] {} <Debug> HTTP-Session: 086c4160-da6d-41eb-9d09-b669137ba669 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7586 | 2024.07.30 01:34:30.140934 [ 3 ] {} <Debug> HTTP-Session: 086c4160-da6d-41eb-9d09-b669137ba669 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7587 | 2024.07.30 01:34:30.140989 [ 3 ] {} <Trace> HTTP-Session: 086c4160-da6d-41eb-9d09-b669137ba669 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7588 | 2024.07.30 01:34:30.141215 [ 3 ] {e803d587-4014-4593-9169-83684cab992e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7589 | 2024.07.30 01:34:30.141291 [ 3 ] {e803d587-4014-4593-9169-83684cab992e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7590 | 2024.07.30 01:34:30.141504 [ 3 ] {e803d587-4014-4593-9169-83684cab992e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7591 | 2024.07.30 01:34:30.142049 [ 3 ] {e803d587-4014-4593-9169-83684cab992e} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7592 | 2024.07.30 01:34:30.142090 [ 3 ] {e803d587-4014-4593-9169-83684cab992e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7593 | 2024.07.30 01:34:30.142481 [ 3 ] {e803d587-4014-4593-9169-83684cab992e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7594 | 2024.07.30 01:34:30.142827 [ 3 ] {e803d587-4014-4593-9169-83684cab992e} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7595 | 2024.07.30 01:34:30.142979 [ 3 ] {e803d587-4014-4593-9169-83684cab992e} <Debug> executeQuery: Read 92 rows, 7.22 KiB in 0.001848 sec., 49783.54978354978 rows/sec., 3.81 MiB/sec. | ||
| 7596 | 2024.07.30 01:34:30.143282 [ 3 ] {e803d587-4014-4593-9169-83684cab992e} <Debug> DynamicQueryHandler: Done processing query | ||
| 7597 | 2024.07.30 01:34:30.143328 [ 3 ] {e803d587-4014-4593-9169-83684cab992e} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 7598 | 2024.07.30 01:34:30.143346 [ 3 ] {} <Debug> HTTP-Session: 086c4160-da6d-41eb-9d09-b669137ba669 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7599 | 2024.07.30 01:34:30.143510 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14934, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7600 | 2024.07.30 01:34:30.143566 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7601 | 2024.07.30 01:34:30.143586 [ 3 ] {} <Debug> HTTP-Session: 5c57f5b3-b9eb-42e2-aa95-cb334a72d6c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 7602 | 2024.07.30 01:34:30.143605 [ 3 ] {} <Debug> HTTP-Session: 5c57f5b3-b9eb-42e2-aa95-cb334a72d6c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7603 | 2024.07.30 01:34:30.143618 [ 3 ] {} <Debug> HTTP-Session: 5c57f5b3-b9eb-42e2-aa95-cb334a72d6c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7604 | 2024.07.30 01:34:30.143654 [ 3 ] {} <Trace> HTTP-Session: 5c57f5b3-b9eb-42e2-aa95-cb334a72d6c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7605 | 2024.07.30 01:34:30.143783 [ 3 ] {7c7d9d52-60d4-4cc7-b436-9b2cd24283d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7606 | 2024.07.30 01:34:30.143832 [ 3 ] {7c7d9d52-60d4-4cc7-b436-9b2cd24283d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7607 | 2024.07.30 01:34:30.143982 [ 3 ] {7c7d9d52-60d4-4cc7-b436-9b2cd24283d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7608 | 2024.07.30 01:34:30.144364 [ 3 ] {7c7d9d52-60d4-4cc7-b436-9b2cd24283d5} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7609 | 2024.07.30 01:34:30.144400 [ 3 ] {7c7d9d52-60d4-4cc7-b436-9b2cd24283d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7610 | 2024.07.30 01:34:30.144719 [ 3 ] {7c7d9d52-60d4-4cc7-b436-9b2cd24283d5} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7611 | 2024.07.30 01:34:30.145042 [ 3 ] {7c7d9d52-60d4-4cc7-b436-9b2cd24283d5} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7612 | 2024.07.30 01:34:30.145169 [ 3 ] {7c7d9d52-60d4-4cc7-b436-9b2cd24283d5} <Debug> executeQuery: Read 88 rows, 7.01 KiB in 0.001434 sec., 61366.806136680614 rows/sec., 4.78 MiB/sec. | ||
| 7613 | 2024.07.30 01:34:30.145335 [ 3 ] {7c7d9d52-60d4-4cc7-b436-9b2cd24283d5} <Debug> DynamicQueryHandler: Done processing query | ||
| 7614 | 2024.07.30 01:34:30.145360 [ 3 ] {7c7d9d52-60d4-4cc7-b436-9b2cd24283d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 7615 | 2024.07.30 01:34:30.145376 [ 3 ] {} <Debug> HTTP-Session: 5c57f5b3-b9eb-42e2-aa95-cb334a72d6c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7616 | 2024.07.30 01:34:30.145552 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 37630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7617 | 2024.07.30 01:34:30.145602 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7618 | 2024.07.30 01:34:30.145621 [ 3 ] {} <Debug> HTTP-Session: b98d0d36-0d1f-4199-b051-7139f8873053 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 7619 | 2024.07.30 01:34:30.145638 [ 3 ] {} <Debug> HTTP-Session: b98d0d36-0d1f-4199-b051-7139f8873053 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7620 | 2024.07.30 01:34:30.145651 [ 3 ] {} <Debug> HTTP-Session: b98d0d36-0d1f-4199-b051-7139f8873053 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7621 | 2024.07.30 01:34:30.145683 [ 3 ] {} <Trace> HTTP-Session: b98d0d36-0d1f-4199-b051-7139f8873053 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7622 | 2024.07.30 01:34:30.145873 [ 3 ] {fee128d8-4e94-439e-8f4d-6ff55d8a97e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7623 | 2024.07.30 01:34:30.145921 [ 3 ] {fee128d8-4e94-439e-8f4d-6ff55d8a97e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7624 | 2024.07.30 01:34:30.146064 [ 3 ] {fee128d8-4e94-439e-8f4d-6ff55d8a97e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7625 | 2024.07.30 01:34:30.146512 [ 3 ] {fee128d8-4e94-439e-8f4d-6ff55d8a97e8} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7626 | 2024.07.30 01:34:30.146547 [ 3 ] {fee128d8-4e94-439e-8f4d-6ff55d8a97e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7627 | 2024.07.30 01:34:30.146947 [ 3 ] {fee128d8-4e94-439e-8f4d-6ff55d8a97e8} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7628 | 2024.07.30 01:34:30.147303 [ 3 ] {fee128d8-4e94-439e-8f4d-6ff55d8a97e8} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7629 | 2024.07.30 01:34:30.147434 [ 3 ] {fee128d8-4e94-439e-8f4d-6ff55d8a97e8} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001668 sec., 117505.99520383694 rows/sec., 8.20 MiB/sec. | ||
| 7630 | 2024.07.30 01:34:30.147602 [ 3 ] {fee128d8-4e94-439e-8f4d-6ff55d8a97e8} <Debug> DynamicQueryHandler: Done processing query | ||
| 7631 | 2024.07.30 01:34:30.147627 [ 3 ] {fee128d8-4e94-439e-8f4d-6ff55d8a97e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 7632 | 2024.07.30 01:34:30.147643 [ 3 ] {} <Debug> HTTP-Session: b98d0d36-0d1f-4199-b051-7139f8873053 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7633 | 2024.07.30 01:34:30.147775 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7634 | 2024.07.30 01:34:30.147825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7635 | 2024.07.30 01:34:30.147843 [ 3 ] {} <Debug> HTTP-Session: c8bd5b84-c12d-4dc2-8b5b-ac95272a7ba8 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 7636 | 2024.07.30 01:34:30.147859 [ 3 ] {} <Debug> HTTP-Session: c8bd5b84-c12d-4dc2-8b5b-ac95272a7ba8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7637 | 2024.07.30 01:34:30.147872 [ 3 ] {} <Debug> HTTP-Session: c8bd5b84-c12d-4dc2-8b5b-ac95272a7ba8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7638 | 2024.07.30 01:34:30.147903 [ 3 ] {} <Trace> HTTP-Session: c8bd5b84-c12d-4dc2-8b5b-ac95272a7ba8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7639 | 2024.07.30 01:34:30.148017 [ 3 ] {8bc8c411-f3b5-4bef-95cc-1e365616364b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7640 | 2024.07.30 01:34:30.148062 [ 3 ] {8bc8c411-f3b5-4bef-95cc-1e365616364b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7641 | 2024.07.30 01:34:30.148187 [ 3 ] {8bc8c411-f3b5-4bef-95cc-1e365616364b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7642 | 2024.07.30 01:34:30.148559 [ 3 ] {8bc8c411-f3b5-4bef-95cc-1e365616364b} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7643 | 2024.07.30 01:34:30.148595 [ 3 ] {8bc8c411-f3b5-4bef-95cc-1e365616364b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7644 | 2024.07.30 01:34:30.148952 [ 3 ] {8bc8c411-f3b5-4bef-95cc-1e365616364b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7645 | 2024.07.30 01:34:30.149273 [ 3 ] {8bc8c411-f3b5-4bef-95cc-1e365616364b} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7646 | 2024.07.30 01:34:30.149401 [ 3 ] {8bc8c411-f3b5-4bef-95cc-1e365616364b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001427 sec., 42046.25087596356 rows/sec., 2.83 MiB/sec. | ||
| 7647 | 2024.07.30 01:34:30.149662 [ 3 ] {8bc8c411-f3b5-4bef-95cc-1e365616364b} <Debug> DynamicQueryHandler: Done processing query | ||
| 7648 | 2024.07.30 01:34:30.149724 [ 3 ] {8bc8c411-f3b5-4bef-95cc-1e365616364b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7649 | 2024.07.30 01:34:30.149760 [ 3 ] {} <Debug> HTTP-Session: c8bd5b84-c12d-4dc2-8b5b-ac95272a7ba8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7650 | 2024.07.30 01:34:35.146757 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 5193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7651 | 2024.07.30 01:34:35.146941 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7652 | 2024.07.30 01:34:35.146988 [ 3 ] {} <Debug> HTTP-Session: 1eaa7020-2d4c-416b-b11f-266ffdfbd5e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 7653 | 2024.07.30 01:34:35.147029 [ 3 ] {} <Debug> HTTP-Session: 1eaa7020-2d4c-416b-b11f-266ffdfbd5e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7654 | 2024.07.30 01:34:35.147056 [ 3 ] {} <Debug> HTTP-Session: 1eaa7020-2d4c-416b-b11f-266ffdfbd5e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7655 | 2024.07.30 01:34:35.147135 [ 3 ] {} <Trace> HTTP-Session: 1eaa7020-2d4c-416b-b11f-266ffdfbd5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7656 | 2024.07.30 01:34:35.147345 [ 3 ] {de5b087e-bbcb-4a04-8332-a549ea2f4272} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7657 | 2024.07.30 01:34:35.147410 [ 3 ] {de5b087e-bbcb-4a04-8332-a549ea2f4272} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 7658 | 2024.07.30 01:34:35.147603 [ 3 ] {de5b087e-bbcb-4a04-8332-a549ea2f4272} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7659 | 2024.07.30 01:34:35.148089 [ 3 ] {de5b087e-bbcb-4a04-8332-a549ea2f4272} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7660 | 2024.07.30 01:34:35.148132 [ 3 ] {de5b087e-bbcb-4a04-8332-a549ea2f4272} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7661 | 2024.07.30 01:34:35.148493 [ 3 ] {de5b087e-bbcb-4a04-8332-a549ea2f4272} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7662 | 2024.07.30 01:34:35.148828 [ 3 ] {de5b087e-bbcb-4a04-8332-a549ea2f4272} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7663 | 2024.07.30 01:34:35.148968 [ 3 ] {de5b087e-bbcb-4a04-8332-a549ea2f4272} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001686 sec., 21945.43297746145 rows/sec., 1.65 MiB/sec. | ||
| 7664 | 2024.07.30 01:34:35.148978 [ 35 ] {} <Debug> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1) (MergerMutator): Selected 5 parts from all_1_18_4 to all_22_22_0 | ||
| 7665 | 2024.07.30 01:34:35.149035 [ 35 ] {} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7666 | 2024.07.30 01:34:35.149072 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7667 | 2024.07.30 01:34:35.149232 [ 3 ] {de5b087e-bbcb-4a04-8332-a549ea2f4272} <Debug> DynamicQueryHandler: Done processing query | ||
| 7668 | 2024.07.30 01:34:35.149300 [ 3 ] {de5b087e-bbcb-4a04-8332-a549ea2f4272} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7669 | 2024.07.30 01:34:35.149394 [ 3 ] {} <Debug> HTTP-Session: 1eaa7020-2d4c-416b-b11f-266ffdfbd5e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7670 | 2024.07.30 01:34:35.149673 [ 193 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_22_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_18_4 to all_22_22_0 into Compact with storage Full | ||
| 7671 | 2024.07.30 01:34:35.149724 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 38407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7672 | 2024.07.30 01:34:35.149820 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7673 | 2024.07.30 01:34:35.149872 [ 3 ] {} <Debug> HTTP-Session: 14df9235-dcc2-4ae2-b294-6090a0a40291 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 7674 | 2024.07.30 01:34:35.149902 [ 3 ] {} <Debug> HTTP-Session: 14df9235-dcc2-4ae2-b294-6090a0a40291 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7675 | 2024.07.30 01:34:35.149942 [ 3 ] {} <Debug> HTTP-Session: 14df9235-dcc2-4ae2-b294-6090a0a40291 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7676 | 2024.07.30 01:34:35.150041 [ 3 ] {} <Trace> HTTP-Session: 14df9235-dcc2-4ae2-b294-6090a0a40291 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7677 | 2024.07.30 01:34:35.150133 [ 193 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_22_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7678 | 2024.07.30 01:34:35.150204 [ 193 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 37 rows starting from the beginning of the part | ||
| 7679 | 2024.07.30 01:34:35.150365 [ 193 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 37 rows starting from the beginning of the part | ||
| 7680 | 2024.07.30 01:34:35.150383 [ 3 ] {03622dfa-8f49-4149-bd59-ab92695e679e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7681 | 2024.07.30 01:34:35.150519 [ 3 ] {03622dfa-8f49-4149-bd59-ab92695e679e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7682 | 2024.07.30 01:34:35.150679 [ 193 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 37 rows starting from the beginning of the part | ||
| 7683 | 2024.07.30 01:34:35.151002 [ 193 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 37 rows starting from the beginning of the part | ||
| 7684 | 2024.07.30 01:34:35.151365 [ 193 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 37 rows starting from the beginning of the part | ||
| 7685 | 2024.07.30 01:34:35.151490 [ 3 ] {03622dfa-8f49-4149-bd59-ab92695e679e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7686 | 2024.07.30 01:34:35.152718 [ 3 ] {03622dfa-8f49-4149-bd59-ab92695e679e} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7687 | 2024.07.30 01:34:35.152784 [ 3 ] {03622dfa-8f49-4149-bd59-ab92695e679e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7688 | 2024.07.30 01:34:35.153587 [ 199 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_22_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 4 columns (4 merged, 0 gathered) in 0.004408574 sec., 41963.68258761223 rows/sec., 3.16 MiB/sec. | ||
| 7689 | 2024.07.30 01:34:35.153593 [ 3 ] {03622dfa-8f49-4149-bd59-ab92695e679e} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7690 | 2024.07.30 01:34:35.153751 [ 199 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_22_5} <Trace> MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) | ||
| 7691 | 2024.07.30 01:34:35.154100 [ 3 ] {03622dfa-8f49-4149-bd59-ab92695e679e} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7692 | 2024.07.30 01:34:35.154289 [ 3 ] {03622dfa-8f49-4149-bd59-ab92695e679e} <Debug> executeQuery: Read 254 rows, 22.97 KiB in 0.004102 sec., 61921.014139444174 rows/sec., 5.47 MiB/sec. | ||
| 7693 | 2024.07.30 01:34:35.154466 [ 199 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_22_5} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7694 | 2024.07.30 01:34:35.154677 [ 199 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_22_5} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1) (MergerMutator): Merged 5 parts: [all_1_18_4, all_22_22_0] -> all_1_22_5 | ||
| 7695 | 2024.07.30 01:34:35.154772 [ 3 ] {03622dfa-8f49-4149-bd59-ab92695e679e} <Debug> DynamicQueryHandler: Done processing query | ||
| 7696 | 2024.07.30 01:34:35.154887 [ 3 ] {03622dfa-8f49-4149-bd59-ab92695e679e} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 7697 | 2024.07.30 01:34:35.154979 [ 3 ] {} <Debug> HTTP-Session: 14df9235-dcc2-4ae2-b294-6090a0a40291 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7698 | 2024.07.30 01:34:35.155011 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 7699 | 2024.07.30 01:34:35.155306 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 66831, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7700 | 2024.07.30 01:34:35.155359 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7701 | 2024.07.30 01:34:35.155378 [ 3 ] {} <Debug> HTTP-Session: ce5945d0-50fb-40fe-8a42-767aba0a64db Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 7702 | 2024.07.30 01:34:35.155395 [ 3 ] {} <Debug> HTTP-Session: ce5945d0-50fb-40fe-8a42-767aba0a64db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7703 | 2024.07.30 01:34:35.155409 [ 3 ] {} <Debug> HTTP-Session: ce5945d0-50fb-40fe-8a42-767aba0a64db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7704 | 2024.07.30 01:34:35.155441 [ 3 ] {} <Trace> HTTP-Session: ce5945d0-50fb-40fe-8a42-767aba0a64db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7705 | 2024.07.30 01:34:35.155669 [ 3 ] {129738fa-da5e-4c8d-95ce-4e02573833db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7706 | 2024.07.30 01:34:35.155713 [ 3 ] {129738fa-da5e-4c8d-95ce-4e02573833db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7707 | 2024.07.30 01:34:35.155855 [ 3 ] {129738fa-da5e-4c8d-95ce-4e02573833db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7708 | 2024.07.30 01:34:35.156439 [ 3 ] {129738fa-da5e-4c8d-95ce-4e02573833db} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7709 | 2024.07.30 01:34:35.156476 [ 3 ] {129738fa-da5e-4c8d-95ce-4e02573833db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7710 | 2024.07.30 01:34:35.156805 [ 3 ] {129738fa-da5e-4c8d-95ce-4e02573833db} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7711 | 2024.07.30 01:34:35.157120 [ 3 ] {129738fa-da5e-4c8d-95ce-4e02573833db} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7712 | 2024.07.30 01:34:35.157249 [ 3 ] {129738fa-da5e-4c8d-95ce-4e02573833db} <Debug> executeQuery: Read 413 rows, 29.96 KiB in 0.001699 sec., 243084.16715715127 rows/sec., 17.22 MiB/sec. | ||
| 7713 | 2024.07.30 01:34:35.157508 [ 3 ] {129738fa-da5e-4c8d-95ce-4e02573833db} <Debug> DynamicQueryHandler: Done processing query | ||
| 7714 | 2024.07.30 01:34:35.157557 [ 3 ] {129738fa-da5e-4c8d-95ce-4e02573833db} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 7715 | 2024.07.30 01:34:35.157582 [ 3 ] {} <Debug> HTTP-Session: ce5945d0-50fb-40fe-8a42-767aba0a64db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7716 | 2024.07.30 01:34:35.157738 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7717 | 2024.07.30 01:34:35.157786 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7718 | 2024.07.30 01:34:35.157805 [ 3 ] {} <Debug> HTTP-Session: 1306b58e-7a43-42c6-86d8-c23dec38b06f Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 7719 | 2024.07.30 01:34:35.157822 [ 3 ] {} <Debug> HTTP-Session: 1306b58e-7a43-42c6-86d8-c23dec38b06f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7720 | 2024.07.30 01:34:35.157836 [ 3 ] {} <Debug> HTTP-Session: 1306b58e-7a43-42c6-86d8-c23dec38b06f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7721 | 2024.07.30 01:34:35.157866 [ 3 ] {} <Trace> HTTP-Session: 1306b58e-7a43-42c6-86d8-c23dec38b06f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7722 | 2024.07.30 01:34:35.157963 [ 3 ] {479cd6a9-da5f-4351-8aed-333ca6284819} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 7723 | 2024.07.30 01:34:35.158009 [ 3 ] {479cd6a9-da5f-4351-8aed-333ca6284819} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7724 | 2024.07.30 01:34:35.158156 [ 3 ] {479cd6a9-da5f-4351-8aed-333ca6284819} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7725 | 2024.07.30 01:34:35.158462 [ 3 ] {479cd6a9-da5f-4351-8aed-333ca6284819} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7726 | 2024.07.30 01:34:35.158497 [ 3 ] {479cd6a9-da5f-4351-8aed-333ca6284819} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7727 | 2024.07.30 01:34:35.158862 [ 3 ] {479cd6a9-da5f-4351-8aed-333ca6284819} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7728 | 2024.07.30 01:34:35.159192 [ 3 ] {479cd6a9-da5f-4351-8aed-333ca6284819} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7729 | 2024.07.30 01:34:35.159317 [ 3 ] {479cd6a9-da5f-4351-8aed-333ca6284819} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00138 sec., 4347.826086956522 rows/sec., 186.82 KiB/sec. | ||
| 7730 | 2024.07.30 01:34:35.159479 [ 3 ] {479cd6a9-da5f-4351-8aed-333ca6284819} <Debug> DynamicQueryHandler: Done processing query | ||
| 7731 | 2024.07.30 01:34:35.159504 [ 3 ] {479cd6a9-da5f-4351-8aed-333ca6284819} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 7732 | 2024.07.30 01:34:35.159520 [ 3 ] {} <Debug> HTTP-Session: 1306b58e-7a43-42c6-86d8-c23dec38b06f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7733 | 2024.07.30 01:34:35.159655 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7734 | 2024.07.30 01:34:35.159702 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7735 | 2024.07.30 01:34:35.159720 [ 3 ] {} <Debug> HTTP-Session: 6ed470e7-2797-43ce-be62-d3ec80ab19eb Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 7736 | 2024.07.30 01:34:35.159737 [ 3 ] {} <Debug> HTTP-Session: 6ed470e7-2797-43ce-be62-d3ec80ab19eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7737 | 2024.07.30 01:34:35.159750 [ 3 ] {} <Debug> HTTP-Session: 6ed470e7-2797-43ce-be62-d3ec80ab19eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7738 | 2024.07.30 01:34:35.159780 [ 3 ] {} <Trace> HTTP-Session: 6ed470e7-2797-43ce-be62-d3ec80ab19eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7739 | 2024.07.30 01:34:35.159896 [ 3 ] {c589f84d-c7b3-43b9-9ee2-8fe861bed007} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 7740 | 2024.07.30 01:34:35.159942 [ 3 ] {c589f84d-c7b3-43b9-9ee2-8fe861bed007} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 7741 | 2024.07.30 01:34:35.160088 [ 3 ] {c589f84d-c7b3-43b9-9ee2-8fe861bed007} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7742 | 2024.07.30 01:34:35.160440 [ 3 ] {c589f84d-c7b3-43b9-9ee2-8fe861bed007} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7743 | 2024.07.30 01:34:35.160476 [ 3 ] {c589f84d-c7b3-43b9-9ee2-8fe861bed007} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7744 | 2024.07.30 01:34:35.160849 [ 3 ] {c589f84d-c7b3-43b9-9ee2-8fe861bed007} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7745 | 2024.07.30 01:34:35.161198 [ 3 ] {c589f84d-c7b3-43b9-9ee2-8fe861bed007} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7746 | 2024.07.30 01:34:35.161322 [ 3 ] {c589f84d-c7b3-43b9-9ee2-8fe861bed007} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001469 sec., 52416.60993873383 rows/sec., 3.23 MiB/sec. | ||
| 7747 | 2024.07.30 01:34:35.161490 [ 3 ] {c589f84d-c7b3-43b9-9ee2-8fe861bed007} <Debug> DynamicQueryHandler: Done processing query | ||
| 7748 | 2024.07.30 01:34:35.161514 [ 3 ] {c589f84d-c7b3-43b9-9ee2-8fe861bed007} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7749 | 2024.07.30 01:34:35.161530 [ 3 ] {} <Debug> HTTP-Session: 6ed470e7-2797-43ce-be62-d3ec80ab19eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7750 | 2024.07.30 01:34:35.161711 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7751 | 2024.07.30 01:34:35.161760 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7752 | 2024.07.30 01:34:35.161778 [ 3 ] {} <Debug> HTTP-Session: 76062eaf-2637-4ce6-b5cc-8aeb35b6373a Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 7753 | 2024.07.30 01:34:35.161794 [ 3 ] {} <Debug> HTTP-Session: 76062eaf-2637-4ce6-b5cc-8aeb35b6373a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7754 | 2024.07.30 01:34:35.161808 [ 3 ] {} <Debug> HTTP-Session: 76062eaf-2637-4ce6-b5cc-8aeb35b6373a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7755 | 2024.07.30 01:34:35.161842 [ 3 ] {} <Trace> HTTP-Session: 76062eaf-2637-4ce6-b5cc-8aeb35b6373a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7756 | 2024.07.30 01:34:35.162009 [ 3 ] {48ee07f5-fd70-4b9c-803f-40ebd1d572ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7757 | 2024.07.30 01:34:35.162053 [ 3 ] {48ee07f5-fd70-4b9c-803f-40ebd1d572ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7758 | 2024.07.30 01:34:35.162191 [ 3 ] {48ee07f5-fd70-4b9c-803f-40ebd1d572ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7759 | 2024.07.30 01:34:35.162589 [ 3 ] {48ee07f5-fd70-4b9c-803f-40ebd1d572ef} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7760 | 2024.07.30 01:34:35.162625 [ 3 ] {48ee07f5-fd70-4b9c-803f-40ebd1d572ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7761 | 2024.07.30 01:34:35.163000 [ 3 ] {48ee07f5-fd70-4b9c-803f-40ebd1d572ef} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7762 | 2024.07.30 01:34:35.163342 [ 3 ] {48ee07f5-fd70-4b9c-803f-40ebd1d572ef} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7763 | 2024.07.30 01:34:35.163473 [ 3 ] {48ee07f5-fd70-4b9c-803f-40ebd1d572ef} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001555 sec., 102893.89067524116 rows/sec., 7.17 MiB/sec. | ||
| 7764 | 2024.07.30 01:34:35.163635 [ 3 ] {48ee07f5-fd70-4b9c-803f-40ebd1d572ef} <Debug> DynamicQueryHandler: Done processing query | ||
| 7765 | 2024.07.30 01:34:35.163660 [ 3 ] {48ee07f5-fd70-4b9c-803f-40ebd1d572ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7766 | 2024.07.30 01:34:35.163676 [ 3 ] {} <Debug> HTTP-Session: 76062eaf-2637-4ce6-b5cc-8aeb35b6373a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7767 | 2024.07.30 01:34:35.163854 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 50096, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7768 | 2024.07.30 01:34:35.163901 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7769 | 2024.07.30 01:34:35.163920 [ 3 ] {} <Debug> HTTP-Session: 8c1326d9-dde9-47c1-910b-68d109182297 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 7770 | 2024.07.30 01:34:35.163936 [ 3 ] {} <Debug> HTTP-Session: 8c1326d9-dde9-47c1-910b-68d109182297 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7771 | 2024.07.30 01:34:35.163949 [ 3 ] {} <Debug> HTTP-Session: 8c1326d9-dde9-47c1-910b-68d109182297 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7772 | 2024.07.30 01:34:35.163980 [ 3 ] {} <Trace> HTTP-Session: 8c1326d9-dde9-47c1-910b-68d109182297 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7773 | 2024.07.30 01:34:35.164297 [ 3 ] {36ddbb00-4be0-4117-b58a-a40fd9a9a12a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 7774 | 2024.07.30 01:34:35.164360 [ 3 ] {36ddbb00-4be0-4117-b58a-a40fd9a9a12a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 7775 | 2024.07.30 01:34:35.164757 [ 3 ] {36ddbb00-4be0-4117-b58a-a40fd9a9a12a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7776 | 2024.07.30 01:34:35.165462 [ 3 ] {36ddbb00-4be0-4117-b58a-a40fd9a9a12a} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7777 | 2024.07.30 01:34:35.165499 [ 3 ] {36ddbb00-4be0-4117-b58a-a40fd9a9a12a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7778 | 2024.07.30 01:34:35.166129 [ 3 ] {36ddbb00-4be0-4117-b58a-a40fd9a9a12a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 7779 | 2024.07.30 01:34:35.166551 [ 3 ] {36ddbb00-4be0-4117-b58a-a40fd9a9a12a} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7780 | 2024.07.30 01:34:35.166696 [ 3 ] {36ddbb00-4be0-4117-b58a-a40fd9a9a12a} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002632 sec., 11778.115501519758 rows/sec., 21.11 MiB/sec. | ||
| 7781 | 2024.07.30 01:34:35.166909 [ 3 ] {36ddbb00-4be0-4117-b58a-a40fd9a9a12a} <Debug> DynamicQueryHandler: Done processing query | ||
| 7782 | 2024.07.30 01:34:35.166932 [ 3 ] {36ddbb00-4be0-4117-b58a-a40fd9a9a12a} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 7783 | 2024.07.30 01:34:35.166948 [ 3 ] {} <Debug> HTTP-Session: 8c1326d9-dde9-47c1-910b-68d109182297 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7784 | 2024.07.30 01:34:35.167072 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7785 | 2024.07.30 01:34:35.167120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7786 | 2024.07.30 01:34:35.167141 [ 3 ] {} <Debug> HTTP-Session: 3aa21552-b288-408f-b65e-8ec1330caa69 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 7787 | 2024.07.30 01:34:35.167158 [ 3 ] {} <Debug> HTTP-Session: 3aa21552-b288-408f-b65e-8ec1330caa69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7788 | 2024.07.30 01:34:35.167173 [ 3 ] {} <Debug> HTTP-Session: 3aa21552-b288-408f-b65e-8ec1330caa69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7789 | 2024.07.30 01:34:35.167203 [ 3 ] {} <Trace> HTTP-Session: 3aa21552-b288-408f-b65e-8ec1330caa69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7790 | 2024.07.30 01:34:35.167302 [ 3 ] {bb79c8e1-35e8-4a8a-a276-5baf6bc26d6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7791 | 2024.07.30 01:34:35.167345 [ 3 ] {bb79c8e1-35e8-4a8a-a276-5baf6bc26d6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 7792 | 2024.07.30 01:34:35.167469 [ 3 ] {bb79c8e1-35e8-4a8a-a276-5baf6bc26d6a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7793 | 2024.07.30 01:34:35.167774 [ 3 ] {bb79c8e1-35e8-4a8a-a276-5baf6bc26d6a} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7794 | 2024.07.30 01:34:35.167817 [ 3 ] {bb79c8e1-35e8-4a8a-a276-5baf6bc26d6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7795 | 2024.07.30 01:34:35.168167 [ 3 ] {bb79c8e1-35e8-4a8a-a276-5baf6bc26d6a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7796 | 2024.07.30 01:34:35.168494 [ 3 ] {bb79c8e1-35e8-4a8a-a276-5baf6bc26d6a} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7797 | 2024.07.30 01:34:35.168619 [ 3 ] {bb79c8e1-35e8-4a8a-a276-5baf6bc26d6a} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001346 sec., 17087.667161961366 rows/sec., 924.32 KiB/sec. | ||
| 7798 | 2024.07.30 01:34:35.168815 [ 3 ] {bb79c8e1-35e8-4a8a-a276-5baf6bc26d6a} <Debug> DynamicQueryHandler: Done processing query | ||
| 7799 | 2024.07.30 01:34:35.168844 [ 3 ] {bb79c8e1-35e8-4a8a-a276-5baf6bc26d6a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 7800 | 2024.07.30 01:34:35.168860 [ 3 ] {} <Debug> HTTP-Session: 3aa21552-b288-408f-b65e-8ec1330caa69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7801 | 2024.07.30 01:34:35.169042 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7802 | 2024.07.30 01:34:35.169090 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7803 | 2024.07.30 01:34:35.169109 [ 3 ] {} <Debug> HTTP-Session: b69377a4-a620-4d2e-b3d2-673bb92faaf7 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 7804 | 2024.07.30 01:34:35.169124 [ 3 ] {} <Debug> HTTP-Session: b69377a4-a620-4d2e-b3d2-673bb92faaf7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7805 | 2024.07.30 01:34:35.169138 [ 3 ] {} <Debug> HTTP-Session: b69377a4-a620-4d2e-b3d2-673bb92faaf7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7806 | 2024.07.30 01:34:35.169168 [ 3 ] {} <Trace> HTTP-Session: b69377a4-a620-4d2e-b3d2-673bb92faaf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7807 | 2024.07.30 01:34:35.169280 [ 3 ] {40acc1c6-988e-45e0-93da-b2726b924be8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7808 | 2024.07.30 01:34:35.169323 [ 3 ] {40acc1c6-988e-45e0-93da-b2726b924be8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7809 | 2024.07.30 01:34:35.169448 [ 3 ] {40acc1c6-988e-45e0-93da-b2726b924be8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7810 | 2024.07.30 01:34:35.169748 [ 3 ] {40acc1c6-988e-45e0-93da-b2726b924be8} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7811 | 2024.07.30 01:34:35.169783 [ 3 ] {40acc1c6-988e-45e0-93da-b2726b924be8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7812 | 2024.07.30 01:34:35.170134 [ 3 ] {40acc1c6-988e-45e0-93da-b2726b924be8} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7813 | 2024.07.30 01:34:35.170463 [ 3 ] {40acc1c6-988e-45e0-93da-b2726b924be8} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7814 | 2024.07.30 01:34:35.170596 [ 3 ] {40acc1c6-988e-45e0-93da-b2726b924be8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001353 sec., 44345.89800443459 rows/sec., 2.99 MiB/sec. | ||
| 7815 | 2024.07.30 01:34:35.170865 [ 3 ] {40acc1c6-988e-45e0-93da-b2726b924be8} <Debug> DynamicQueryHandler: Done processing query | ||
| 7816 | 2024.07.30 01:34:35.170907 [ 3 ] {40acc1c6-988e-45e0-93da-b2726b924be8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7817 | 2024.07.30 01:34:35.170929 [ 3 ] {} <Debug> HTTP-Session: b69377a4-a620-4d2e-b3d2-673bb92faaf7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7818 | 2024.07.30 01:34:40.139927 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 7845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7819 | 2024.07.30 01:34:40.140071 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7820 | 2024.07.30 01:34:40.140102 [ 3 ] {} <Debug> HTTP-Session: bb9da673-4012-4559-b1f3-a3902bb7a862 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 7821 | 2024.07.30 01:34:40.140131 [ 3 ] {} <Debug> HTTP-Session: bb9da673-4012-4559-b1f3-a3902bb7a862 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7822 | 2024.07.30 01:34:40.140149 [ 3 ] {} <Debug> HTTP-Session: bb9da673-4012-4559-b1f3-a3902bb7a862 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7823 | 2024.07.30 01:34:40.140207 [ 3 ] {} <Trace> HTTP-Session: bb9da673-4012-4559-b1f3-a3902bb7a862 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7824 | 2024.07.30 01:34:40.140416 [ 3 ] {9482d6dc-047c-4b2f-86e1-8ebd53f24e30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7825 | 2024.07.30 01:34:40.140482 [ 3 ] {9482d6dc-047c-4b2f-86e1-8ebd53f24e30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7826 | 2024.07.30 01:34:40.140677 [ 3 ] {9482d6dc-047c-4b2f-86e1-8ebd53f24e30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7827 | 2024.07.30 01:34:40.141124 [ 3 ] {9482d6dc-047c-4b2f-86e1-8ebd53f24e30} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7828 | 2024.07.30 01:34:40.141165 [ 3 ] {9482d6dc-047c-4b2f-86e1-8ebd53f24e30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7829 | 2024.07.30 01:34:40.141539 [ 3 ] {9482d6dc-047c-4b2f-86e1-8ebd53f24e30} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7830 | 2024.07.30 01:34:40.141892 [ 3 ] {9482d6dc-047c-4b2f-86e1-8ebd53f24e30} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7831 | 2024.07.30 01:34:40.142062 [ 3 ] {9482d6dc-047c-4b2f-86e1-8ebd53f24e30} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001708 sec., 32786.885245901634 rows/sec., 2.52 MiB/sec. | ||
| 7832 | 2024.07.30 01:34:40.142082 [ 52 ] {} <Debug> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7833 | 2024.07.30 01:34:40.142204 [ 52 ] {} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7834 | 2024.07.30 01:34:40.142243 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7835 | 2024.07.30 01:34:40.142343 [ 3 ] {9482d6dc-047c-4b2f-86e1-8ebd53f24e30} <Debug> DynamicQueryHandler: Done processing query | ||
| 7836 | 2024.07.30 01:34:40.142412 [ 3 ] {9482d6dc-047c-4b2f-86e1-8ebd53f24e30} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7837 | 2024.07.30 01:34:40.142448 [ 3 ] {} <Debug> HTTP-Session: bb9da673-4012-4559-b1f3-a3902bb7a862 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7838 | 2024.07.30 01:34:40.142464 [ 201 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::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 | ||
| 7839 | 2024.07.30 01:34:40.142662 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 10894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7840 | 2024.07.30 01:34:40.142727 [ 201 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7841 | 2024.07.30 01:34:40.142759 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7842 | 2024.07.30 01:34:40.142792 [ 201 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 298 rows starting from the beginning of the part | ||
| 7843 | 2024.07.30 01:34:40.142809 [ 3 ] {} <Debug> HTTP-Session: 7c321016-2d86-4665-95a4-097a3e76142a Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 7844 | 2024.07.30 01:34:40.142848 [ 3 ] {} <Debug> HTTP-Session: 7c321016-2d86-4665-95a4-097a3e76142a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7845 | 2024.07.30 01:34:40.142867 [ 3 ] {} <Debug> HTTP-Session: 7c321016-2d86-4665-95a4-097a3e76142a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7846 | 2024.07.30 01:34:40.142982 [ 3 ] {} <Trace> HTTP-Session: 7c321016-2d86-4665-95a4-097a3e76142a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7847 | 2024.07.30 01:34:40.143100 [ 201 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 56 rows starting from the beginning of the part | ||
| 7848 | 2024.07.30 01:34:40.143325 [ 3 ] {a09b01f7-876c-4b54-b789-83b2c497e54f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7849 | 2024.07.30 01:34:40.143420 [ 201 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 254 rows starting from the beginning of the part | ||
| 7850 | 2024.07.30 01:34:40.143458 [ 3 ] {a09b01f7-876c-4b54-b789-83b2c497e54f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7851 | 2024.07.30 01:34:40.143717 [ 201 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 92 rows starting from the beginning of the part | ||
| 7852 | 2024.07.30 01:34:40.144048 [ 201 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 254 rows starting from the beginning of the part | ||
| 7853 | 2024.07.30 01:34:40.144387 [ 201 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 56 rows starting from the beginning of the part | ||
| 7854 | 2024.07.30 01:34:40.144471 [ 3 ] {a09b01f7-876c-4b54-b789-83b2c497e54f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7855 | 2024.07.30 01:34:40.145489 [ 3 ] {a09b01f7-876c-4b54-b789-83b2c497e54f} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7856 | 2024.07.30 01:34:40.145548 [ 3 ] {a09b01f7-876c-4b54-b789-83b2c497e54f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7857 | 2024.07.30 01:34:40.146456 [ 3 ] {a09b01f7-876c-4b54-b789-83b2c497e54f} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7858 | 2024.07.30 01:34:40.147274 [ 3 ] {a09b01f7-876c-4b54-b789-83b2c497e54f} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7859 | 2024.07.30 01:34:40.147359 [ 201 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1010 rows, containing 4 columns (4 merged, 0 gathered) in 0.005025791 sec., 200963.39063840895 rows/sec., 17.16 MiB/sec. | ||
| 7860 | 2024.07.30 01:34:40.147544 [ 52 ] {} <Debug> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7861 | 2024.07.30 01:34:40.147575 [ 3 ] {a09b01f7-876c-4b54-b789-83b2c497e54f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004405 sec., 14528.94438138479 rows/sec., 1.13 MiB/sec. | ||
| 7862 | 2024.07.30 01:34:40.147609 [ 52 ] {} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7863 | 2024.07.30 01:34:40.147670 [ 201 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7864 | 2024.07.30 01:34:40.147715 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7865 | 2024.07.30 01:34:40.148343 [ 3 ] {a09b01f7-876c-4b54-b789-83b2c497e54f} <Debug> DynamicQueryHandler: Done processing query | ||
| 7866 | 2024.07.30 01:34:40.148400 [ 187 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::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 | ||
| 7867 | 2024.07.30 01:34:40.148481 [ 3 ] {a09b01f7-876c-4b54-b789-83b2c497e54f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 7868 | 2024.07.30 01:34:40.148646 [ 3 ] {} <Debug> HTTP-Session: 7c321016-2d86-4665-95a4-097a3e76142a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7869 | 2024.07.30 01:34:40.149039 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7870 | 2024.07.30 01:34:40.149251 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7871 | 2024.07.30 01:34:40.149385 [ 3 ] {} <Debug> HTTP-Session: 79080bae-f784-4bc9-9d81-abf9e5f40022 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 7872 | 2024.07.30 01:34:40.149459 [ 187 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7873 | 2024.07.30 01:34:40.149479 [ 3 ] {} <Debug> HTTP-Session: 79080bae-f784-4bc9-9d81-abf9e5f40022 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7874 | 2024.07.30 01:34:40.149554 [ 3 ] {} <Debug> HTTP-Session: 79080bae-f784-4bc9-9d81-abf9e5f40022 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7875 | 2024.07.30 01:34:40.149618 [ 187 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 471 rows starting from the beginning of the part | ||
| 7876 | 2024.07.30 01:34:40.149668 [ 201 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_46_9} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7877 | 2024.07.30 01:34:40.149760 [ 3 ] {} <Trace> HTTP-Session: 79080bae-f784-4bc9-9d81-abf9e5f40022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7878 | 2024.07.30 01:34:40.150256 [ 187 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 64 rows starting from the beginning of the part | ||
| 7879 | 2024.07.30 01:34:40.150269 [ 201 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_46_9} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7880 | 2024.07.30 01:34:40.150736 [ 3 ] {01d087e6-a0d0-4792-8d2d-dbc0470e0627} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7881 | 2024.07.30 01:34:40.150764 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 7882 | 2024.07.30 01:34:40.150900 [ 187 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 413 rows starting from the beginning of the part | ||
| 7883 | 2024.07.30 01:34:40.151034 [ 3 ] {01d087e6-a0d0-4792-8d2d-dbc0470e0627} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7884 | 2024.07.30 01:34:40.151148 [ 187 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 88 rows starting from the beginning of the part | ||
| 7885 | 2024.07.30 01:34:40.151593 [ 187 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 413 rows starting from the beginning of the part | ||
| 7886 | 2024.07.30 01:34:40.151793 [ 187 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 64 rows starting from the beginning of the part | ||
| 7887 | 2024.07.30 01:34:40.152368 [ 3 ] {01d087e6-a0d0-4792-8d2d-dbc0470e0627} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7888 | 2024.07.30 01:34:40.153004 [ 3 ] {01d087e6-a0d0-4792-8d2d-dbc0470e0627} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7889 | 2024.07.30 01:34:40.153050 [ 3 ] {01d087e6-a0d0-4792-8d2d-dbc0470e0627} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7890 | 2024.07.30 01:34:40.153611 [ 3 ] {01d087e6-a0d0-4792-8d2d-dbc0470e0627} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7891 | 2024.07.30 01:34:40.153713 [ 201 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1513 rows, containing 4 columns (4 merged, 0 gathered) in 0.005802449 sec., 260751.96869459774 rows/sec., 18.81 MiB/sec. | ||
| 7892 | 2024.07.30 01:34:40.154025 [ 201 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7893 | 2024.07.30 01:34:40.154327 [ 3 ] {01d087e6-a0d0-4792-8d2d-dbc0470e0627} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7894 | 2024.07.30 01:34:40.154732 [ 52 ] {} <Debug> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7895 | 2024.07.30 01:34:40.154769 [ 3 ] {01d087e6-a0d0-4792-8d2d-dbc0470e0627} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004531 sec., 35312.29309203266 rows/sec., 2.46 MiB/sec. | ||
| 7896 | 2024.07.30 01:34:40.154821 [ 52 ] {} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7897 | 2024.07.30 01:34:40.154932 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7898 | 2024.07.30 01:34:40.155014 [ 201 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_46_9} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7899 | 2024.07.30 01:34:40.155368 [ 201 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_46_9} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7900 | 2024.07.30 01:34:40.155379 [ 197 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 7901 | 2024.07.30 01:34:40.155499 [ 3 ] {01d087e6-a0d0-4792-8d2d-dbc0470e0627} <Debug> DynamicQueryHandler: Done processing query | ||
| 7902 | 2024.07.30 01:34:40.155570 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 7903 | 2024.07.30 01:34:40.155601 [ 3 ] {01d087e6-a0d0-4792-8d2d-dbc0470e0627} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7904 | 2024.07.30 01:34:40.155670 [ 3 ] {} <Debug> HTTP-Session: 79080bae-f784-4bc9-9d81-abf9e5f40022 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7905 | 2024.07.30 01:34:40.155781 [ 197 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7906 | 2024.07.30 01:34:40.155844 [ 197 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 6499 rows starting from the beginning of the part | ||
| 7907 | 2024.07.30 01:34:40.155859 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7908 | 2024.07.30 01:34:40.156030 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7909 | 2024.07.30 01:34:40.156134 [ 197 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 7910 | 2024.07.30 01:34:40.156146 [ 3 ] {} <Debug> HTTP-Session: 8777e850-f017-4129-bba7-930ac7fae29f Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 7911 | 2024.07.30 01:34:40.156221 [ 3 ] {} <Debug> HTTP-Session: 8777e850-f017-4129-bba7-930ac7fae29f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7912 | 2024.07.30 01:34:40.156288 [ 3 ] {} <Debug> HTTP-Session: 8777e850-f017-4129-bba7-930ac7fae29f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7913 | 2024.07.30 01:34:40.156422 [ 197 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part | ||
| 7914 | 2024.07.30 01:34:40.156451 [ 3 ] {} <Trace> HTTP-Session: 8777e850-f017-4129-bba7-930ac7fae29f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7915 | 2024.07.30 01:34:40.156694 [ 197 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 196 rows starting from the beginning of the part | ||
| 7916 | 2024.07.30 01:34:40.156956 [ 3 ] {4d19e077-a8cf-471f-a0dd-5e9aeec33bba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7917 | 2024.07.30 01:34:40.156983 [ 197 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 7918 | 2024.07.30 01:34:40.157114 [ 3 ] {4d19e077-a8cf-471f-a0dd-5e9aeec33bba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7919 | 2024.07.30 01:34:40.157253 [ 197 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 7920 | 2024.07.30 01:34:40.158045 [ 3 ] {4d19e077-a8cf-471f-a0dd-5e9aeec33bba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7921 | 2024.07.30 01:34:40.158726 [ 3 ] {4d19e077-a8cf-471f-a0dd-5e9aeec33bba} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7922 | 2024.07.30 01:34:40.158782 [ 3 ] {4d19e077-a8cf-471f-a0dd-5e9aeec33bba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7923 | 2024.07.30 01:34:40.159545 [ 3 ] {4d19e077-a8cf-471f-a0dd-5e9aeec33bba} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7924 | 2024.07.30 01:34:40.160412 [ 3 ] {4d19e077-a8cf-471f-a0dd-5e9aeec33bba} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7925 | 2024.07.30 01:34:40.160662 [ 52 ] {} <Debug> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7926 | 2024.07.30 01:34:40.160676 [ 3 ] {4d19e077-a8cf-471f-a0dd-5e9aeec33bba} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003951 sec., 15186.028853454824 rows/sec., 1.02 MiB/sec. | ||
| 7927 | 2024.07.30 01:34:40.160712 [ 52 ] {} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7928 | 2024.07.30 01:34:40.160977 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7929 | 2024.07.30 01:34:40.161152 [ 187 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 7930 | 2024.07.30 01:34:40.161204 [ 3 ] {4d19e077-a8cf-471f-a0dd-5e9aeec33bba} <Debug> DynamicQueryHandler: Done processing query | ||
| 7931 | 2024.07.30 01:34:40.161241 [ 3 ] {4d19e077-a8cf-471f-a0dd-5e9aeec33bba} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7932 | 2024.07.30 01:34:40.161269 [ 3 ] {} <Debug> HTTP-Session: 8777e850-f017-4129-bba7-930ac7fae29f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7933 | 2024.07.30 01:34:40.161376 [ 187 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7934 | 2024.07.30 01:34:40.161451 [ 187 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2314 rows starting from the beginning of the part | ||
| 7935 | 2024.07.30 01:34:40.161542 [ 187 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 7936 | 2024.07.30 01:34:40.161771 [ 187 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 7937 | 2024.07.30 01:34:40.161873 [ 187 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 7938 | 2024.07.30 01:34:40.161948 [ 187 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 7939 | 2024.07.30 01:34:40.162116 [ 187 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 7940 | 2024.07.30 01:34:40.162795 [ 197 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7335 rows, containing 5 columns (5 merged, 0 gathered) in 0.007708898 sec., 951497.8664914233 rows/sec., 66.32 MiB/sec. | ||
| 7941 | 2024.07.30 01:34:40.163440 [ 197 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7942 | 2024.07.30 01:34:40.164583 [ 197 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7943 | 2024.07.30 01:34:40.164680 [ 197 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7944 | 2024.07.30 01:34:40.164896 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.42 MiB. | ||
| 7945 | 2024.07.30 01:34:40.165085 [ 198 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2614 rows, containing 4 columns (4 merged, 0 gathered) in 0.0039915 sec., 654891.6447450833 rows/sec., 44.13 MiB/sec. | ||
| 7946 | 2024.07.30 01:34:40.165474 [ 194 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7947 | 2024.07.30 01:34:40.166076 [ 194 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_46_9} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7948 | 2024.07.30 01:34:40.166190 [ 194 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_46_9} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7949 | 2024.07.30 01:34:40.166309 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 7950 | 2024.07.30 01:34:42.807619 [ 53 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7951 | 2024.07.30 01:34:42.807688 [ 53 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7952 | 2024.07.30 01:34:44.001822 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001426205 sec. | ||
| 7953 | 2024.07.30 01:34:45.146384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 5193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7954 | 2024.07.30 01:34:45.146492 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7955 | 2024.07.30 01:34:45.146516 [ 3 ] {} <Debug> HTTP-Session: d04c8870-454e-47ac-a06c-e6650ebef8d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 7956 | 2024.07.30 01:34:45.146539 [ 3 ] {} <Debug> HTTP-Session: d04c8870-454e-47ac-a06c-e6650ebef8d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7957 | 2024.07.30 01:34:45.146552 [ 3 ] {} <Debug> HTTP-Session: d04c8870-454e-47ac-a06c-e6650ebef8d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7958 | 2024.07.30 01:34:45.146599 [ 3 ] {} <Trace> HTTP-Session: d04c8870-454e-47ac-a06c-e6650ebef8d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7959 | 2024.07.30 01:34:45.146784 [ 3 ] {4527aeb9-a105-40b0-afe4-0b1ff1b59971} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7960 | 2024.07.30 01:34:45.146847 [ 3 ] {4527aeb9-a105-40b0-afe4-0b1ff1b59971} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 7961 | 2024.07.30 01:34:45.147094 [ 3 ] {4527aeb9-a105-40b0-afe4-0b1ff1b59971} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7962 | 2024.07.30 01:34:45.147554 [ 3 ] {4527aeb9-a105-40b0-afe4-0b1ff1b59971} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7963 | 2024.07.30 01:34:45.147596 [ 3 ] {4527aeb9-a105-40b0-afe4-0b1ff1b59971} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7964 | 2024.07.30 01:34:45.147975 [ 3 ] {4527aeb9-a105-40b0-afe4-0b1ff1b59971} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7965 | 2024.07.30 01:34:45.148327 [ 3 ] {4527aeb9-a105-40b0-afe4-0b1ff1b59971} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7966 | 2024.07.30 01:34:45.148488 [ 3 ] {4527aeb9-a105-40b0-afe4-0b1ff1b59971} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001712 sec., 21612.149532710282 rows/sec., 1.63 MiB/sec. | ||
| 7967 | 2024.07.30 01:34:45.148777 [ 3 ] {4527aeb9-a105-40b0-afe4-0b1ff1b59971} <Debug> DynamicQueryHandler: Done processing query | ||
| 7968 | 2024.07.30 01:34:45.148813 [ 3 ] {4527aeb9-a105-40b0-afe4-0b1ff1b59971} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7969 | 2024.07.30 01:34:45.148831 [ 3 ] {} <Debug> HTTP-Session: d04c8870-454e-47ac-a06c-e6650ebef8d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7970 | 2024.07.30 01:34:45.148992 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7971 | 2024.07.30 01:34:45.149044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7972 | 2024.07.30 01:34:45.149065 [ 3 ] {} <Debug> HTTP-Session: d9467189-ac45-4751-88d3-72dd26d1e7c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 7973 | 2024.07.30 01:34:45.149081 [ 3 ] {} <Debug> HTTP-Session: d9467189-ac45-4751-88d3-72dd26d1e7c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7974 | 2024.07.30 01:34:45.149095 [ 3 ] {} <Debug> HTTP-Session: d9467189-ac45-4751-88d3-72dd26d1e7c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7975 | 2024.07.30 01:34:45.149126 [ 3 ] {} <Trace> HTTP-Session: d9467189-ac45-4751-88d3-72dd26d1e7c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7976 | 2024.07.30 01:34:45.149224 [ 3 ] {651ad6a5-dc83-435e-b2af-61eddec50635} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 7977 | 2024.07.30 01:34:45.149270 [ 3 ] {651ad6a5-dc83-435e-b2af-61eddec50635} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7978 | 2024.07.30 01:34:45.149416 [ 3 ] {651ad6a5-dc83-435e-b2af-61eddec50635} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7979 | 2024.07.30 01:34:45.149736 [ 3 ] {651ad6a5-dc83-435e-b2af-61eddec50635} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7980 | 2024.07.30 01:34:45.149773 [ 3 ] {651ad6a5-dc83-435e-b2af-61eddec50635} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7981 | 2024.07.30 01:34:45.150083 [ 3 ] {651ad6a5-dc83-435e-b2af-61eddec50635} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 7982 | 2024.07.30 01:34:45.150405 [ 3 ] {651ad6a5-dc83-435e-b2af-61eddec50635} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7983 | 2024.07.30 01:34:45.150555 [ 3 ] {651ad6a5-dc83-435e-b2af-61eddec50635} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001351 sec., 4441.154700222058 rows/sec., 362.14 KiB/sec. | ||
| 7984 | 2024.07.30 01:34:45.150867 [ 3 ] {651ad6a5-dc83-435e-b2af-61eddec50635} <Debug> DynamicQueryHandler: Done processing query | ||
| 7985 | 2024.07.30 01:34:45.150892 [ 3 ] {651ad6a5-dc83-435e-b2af-61eddec50635} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7986 | 2024.07.30 01:34:45.150909 [ 3 ] {} <Debug> HTTP-Session: d9467189-ac45-4751-88d3-72dd26d1e7c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7987 | 2024.07.30 01:34:45.151086 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 38806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7988 | 2024.07.30 01:34:45.151135 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7989 | 2024.07.30 01:34:45.151154 [ 3 ] {} <Debug> HTTP-Session: 846a9696-c6ab-4d7e-8947-b0c12de9d6bd Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 7990 | 2024.07.30 01:34:45.151171 [ 3 ] {} <Debug> HTTP-Session: 846a9696-c6ab-4d7e-8947-b0c12de9d6bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7991 | 2024.07.30 01:34:45.151185 [ 3 ] {} <Debug> HTTP-Session: 846a9696-c6ab-4d7e-8947-b0c12de9d6bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7992 | 2024.07.30 01:34:45.151216 [ 3 ] {} <Trace> HTTP-Session: 846a9696-c6ab-4d7e-8947-b0c12de9d6bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7993 | 2024.07.30 01:34:45.151409 [ 3 ] {841daf43-5e11-4212-880d-5f9a2f6a04ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7994 | 2024.07.30 01:34:45.151452 [ 3 ] {841daf43-5e11-4212-880d-5f9a2f6a04ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7995 | 2024.07.30 01:34:45.151614 [ 3 ] {841daf43-5e11-4212-880d-5f9a2f6a04ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7996 | 2024.07.30 01:34:45.152176 [ 3 ] {841daf43-5e11-4212-880d-5f9a2f6a04ea} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7997 | 2024.07.30 01:34:45.152215 [ 3 ] {841daf43-5e11-4212-880d-5f9a2f6a04ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 7998 | 2024.07.30 01:34:45.152548 [ 3 ] {841daf43-5e11-4212-880d-5f9a2f6a04ea} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7999 | 2024.07.30 01:34:45.152861 [ 3 ] {841daf43-5e11-4212-880d-5f9a2f6a04ea} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8000 | 2024.07.30 01:34:45.153012 [ 3 ] {841daf43-5e11-4212-880d-5f9a2f6a04ea} <Debug> executeQuery: Read 257 rows, 23.19 KiB in 0.001687 sec., 152341.43449911085 rows/sec., 13.42 MiB/sec. | ||
| 8001 | 2024.07.30 01:34:45.153189 [ 3 ] {841daf43-5e11-4212-880d-5f9a2f6a04ea} <Debug> DynamicQueryHandler: Done processing query | ||
| 8002 | 2024.07.30 01:34:45.153214 [ 3 ] {841daf43-5e11-4212-880d-5f9a2f6a04ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 8003 | 2024.07.30 01:34:45.153229 [ 3 ] {} <Debug> HTTP-Session: 846a9696-c6ab-4d7e-8947-b0c12de9d6bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8004 | 2024.07.30 01:34:45.153352 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8005 | 2024.07.30 01:34:45.153400 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8006 | 2024.07.30 01:34:45.153420 [ 3 ] {} <Debug> HTTP-Session: 7116a048-7be4-4c9b-b091-931b10f6b4ec Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8007 | 2024.07.30 01:34:45.153436 [ 3 ] {} <Debug> HTTP-Session: 7116a048-7be4-4c9b-b091-931b10f6b4ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8008 | 2024.07.30 01:34:45.153449 [ 3 ] {} <Debug> HTTP-Session: 7116a048-7be4-4c9b-b091-931b10f6b4ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8009 | 2024.07.30 01:34:45.153480 [ 3 ] {} <Trace> HTTP-Session: 7116a048-7be4-4c9b-b091-931b10f6b4ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8010 | 2024.07.30 01:34:45.153574 [ 3 ] {b510c8d1-ad7d-452b-9584-99f9a6d3bc0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8011 | 2024.07.30 01:34:45.153614 [ 3 ] {b510c8d1-ad7d-452b-9584-99f9a6d3bc0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8012 | 2024.07.30 01:34:45.153743 [ 3 ] {b510c8d1-ad7d-452b-9584-99f9a6d3bc0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8013 | 2024.07.30 01:34:45.154033 [ 3 ] {b510c8d1-ad7d-452b-9584-99f9a6d3bc0b} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8014 | 2024.07.30 01:34:45.154070 [ 3 ] {b510c8d1-ad7d-452b-9584-99f9a6d3bc0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8015 | 2024.07.30 01:34:45.154376 [ 3 ] {b510c8d1-ad7d-452b-9584-99f9a6d3bc0b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 8016 | 2024.07.30 01:34:45.154696 [ 3 ] {b510c8d1-ad7d-452b-9584-99f9a6d3bc0b} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8017 | 2024.07.30 01:34:45.154850 [ 3 ] {b510c8d1-ad7d-452b-9584-99f9a6d3bc0b} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001287 sec., 4662.004662004662 rows/sec., 325.52 KiB/sec. | ||
| 8018 | 2024.07.30 01:34:45.155142 [ 3 ] {b510c8d1-ad7d-452b-9584-99f9a6d3bc0b} <Debug> DynamicQueryHandler: Done processing query | ||
| 8019 | 2024.07.30 01:34:45.155168 [ 3 ] {b510c8d1-ad7d-452b-9584-99f9a6d3bc0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8020 | 2024.07.30 01:34:45.155183 [ 3 ] {} <Debug> HTTP-Session: 7116a048-7be4-4c9b-b091-931b10f6b4ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8021 | 2024.07.30 01:34:45.155435 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 67854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8022 | 2024.07.30 01:34:45.155484 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8023 | 2024.07.30 01:34:45.155504 [ 3 ] {} <Debug> HTTP-Session: c65adb3b-361e-4cdb-899c-7b1c172ad19a Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8024 | 2024.07.30 01:34:45.155520 [ 3 ] {} <Debug> HTTP-Session: c65adb3b-361e-4cdb-899c-7b1c172ad19a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8025 | 2024.07.30 01:34:45.155533 [ 3 ] {} <Debug> HTTP-Session: c65adb3b-361e-4cdb-899c-7b1c172ad19a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8026 | 2024.07.30 01:34:45.155564 [ 3 ] {} <Trace> HTTP-Session: c65adb3b-361e-4cdb-899c-7b1c172ad19a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8027 | 2024.07.30 01:34:45.155777 [ 3 ] {70cad17f-802c-4534-af30-89cd70ea953e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8028 | 2024.07.30 01:34:45.155821 [ 3 ] {70cad17f-802c-4534-af30-89cd70ea953e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8029 | 2024.07.30 01:34:45.155964 [ 3 ] {70cad17f-802c-4534-af30-89cd70ea953e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8030 | 2024.07.30 01:34:45.156572 [ 3 ] {70cad17f-802c-4534-af30-89cd70ea953e} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8031 | 2024.07.30 01:34:45.156616 [ 3 ] {70cad17f-802c-4534-af30-89cd70ea953e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8032 | 2024.07.30 01:34:45.157009 [ 3 ] {70cad17f-802c-4534-af30-89cd70ea953e} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8033 | 2024.07.30 01:34:45.157347 [ 3 ] {70cad17f-802c-4534-af30-89cd70ea953e} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8034 | 2024.07.30 01:34:45.157508 [ 3 ] {70cad17f-802c-4534-af30-89cd70ea953e} <Debug> executeQuery: Read 419 rows, 30.45 KiB in 0.001836 sec., 228213.50762527232 rows/sec., 16.19 MiB/sec. | ||
| 8035 | 2024.07.30 01:34:45.157682 [ 3 ] {70cad17f-802c-4534-af30-89cd70ea953e} <Debug> DynamicQueryHandler: Done processing query | ||
| 8036 | 2024.07.30 01:34:45.157707 [ 3 ] {70cad17f-802c-4534-af30-89cd70ea953e} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 8037 | 2024.07.30 01:34:45.157722 [ 3 ] {} <Debug> HTTP-Session: c65adb3b-361e-4cdb-899c-7b1c172ad19a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8038 | 2024.07.30 01:34:45.157850 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8039 | 2024.07.30 01:34:45.157898 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8040 | 2024.07.30 01:34:45.157916 [ 3 ] {} <Debug> HTTP-Session: 1b068775-b70e-4db0-a1a3-bc37732376b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8041 | 2024.07.30 01:34:45.157933 [ 3 ] {} <Debug> HTTP-Session: 1b068775-b70e-4db0-a1a3-bc37732376b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8042 | 2024.07.30 01:34:45.157946 [ 3 ] {} <Debug> HTTP-Session: 1b068775-b70e-4db0-a1a3-bc37732376b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8043 | 2024.07.30 01:34:45.157978 [ 3 ] {} <Trace> HTTP-Session: 1b068775-b70e-4db0-a1a3-bc37732376b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8044 | 2024.07.30 01:34:45.158071 [ 3 ] {9ea874cf-bd85-4b6f-88a3-ec91fc52a8b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 8045 | 2024.07.30 01:34:45.158115 [ 3 ] {9ea874cf-bd85-4b6f-88a3-ec91fc52a8b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8046 | 2024.07.30 01:34:45.158245 [ 3 ] {9ea874cf-bd85-4b6f-88a3-ec91fc52a8b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8047 | 2024.07.30 01:34:45.158520 [ 3 ] {9ea874cf-bd85-4b6f-88a3-ec91fc52a8b6} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8048 | 2024.07.30 01:34:45.158556 [ 3 ] {9ea874cf-bd85-4b6f-88a3-ec91fc52a8b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8049 | 2024.07.30 01:34:45.158915 [ 3 ] {9ea874cf-bd85-4b6f-88a3-ec91fc52a8b6} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 8050 | 2024.07.30 01:34:45.159245 [ 3 ] {9ea874cf-bd85-4b6f-88a3-ec91fc52a8b6} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8051 | 2024.07.30 01:34:45.159396 [ 3 ] {9ea874cf-bd85-4b6f-88a3-ec91fc52a8b6} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00134 sec., 4477.611940298508 rows/sec., 192.40 KiB/sec. | ||
| 8052 | 2024.07.30 01:34:45.159721 [ 3 ] {9ea874cf-bd85-4b6f-88a3-ec91fc52a8b6} <Debug> DynamicQueryHandler: Done processing query | ||
| 8053 | 2024.07.30 01:34:45.159747 [ 3 ] {9ea874cf-bd85-4b6f-88a3-ec91fc52a8b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 8054 | 2024.07.30 01:34:45.159764 [ 3 ] {} <Debug> HTTP-Session: 1b068775-b70e-4db0-a1a3-bc37732376b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8055 | 2024.07.30 01:34:45.159905 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8056 | 2024.07.30 01:34:45.159974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8057 | 2024.07.30 01:34:45.160001 [ 3 ] {} <Debug> HTTP-Session: c091dff6-0a6a-42db-a0aa-83daa11c2172 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8058 | 2024.07.30 01:34:45.160017 [ 3 ] {} <Debug> HTTP-Session: c091dff6-0a6a-42db-a0aa-83daa11c2172 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8059 | 2024.07.30 01:34:45.160030 [ 3 ] {} <Debug> HTTP-Session: c091dff6-0a6a-42db-a0aa-83daa11c2172 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8060 | 2024.07.30 01:34:45.160061 [ 3 ] {} <Trace> HTTP-Session: c091dff6-0a6a-42db-a0aa-83daa11c2172 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8061 | 2024.07.30 01:34:45.160185 [ 3 ] {309b088a-97ae-4699-9f6f-07a6eb6967dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 8062 | 2024.07.30 01:34:45.160261 [ 3 ] {309b088a-97ae-4699-9f6f-07a6eb6967dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 8063 | 2024.07.30 01:34:45.160428 [ 3 ] {309b088a-97ae-4699-9f6f-07a6eb6967dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8064 | 2024.07.30 01:34:45.160834 [ 3 ] {309b088a-97ae-4699-9f6f-07a6eb6967dc} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8065 | 2024.07.30 01:34:45.160882 [ 3 ] {309b088a-97ae-4699-9f6f-07a6eb6967dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8066 | 2024.07.30 01:34:45.161434 [ 3 ] {309b088a-97ae-4699-9f6f-07a6eb6967dc} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 8067 | 2024.07.30 01:34:45.161917 [ 3 ] {309b088a-97ae-4699-9f6f-07a6eb6967dc} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8068 | 2024.07.30 01:34:45.162077 [ 3 ] {309b088a-97ae-4699-9f6f-07a6eb6967dc} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001927 sec., 39958.484691229896 rows/sec., 2.46 MiB/sec. | ||
| 8069 | 2024.07.30 01:34:45.162294 [ 3 ] {309b088a-97ae-4699-9f6f-07a6eb6967dc} <Debug> DynamicQueryHandler: Done processing query | ||
| 8070 | 2024.07.30 01:34:45.162319 [ 3 ] {309b088a-97ae-4699-9f6f-07a6eb6967dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8071 | 2024.07.30 01:34:45.162335 [ 3 ] {} <Debug> HTTP-Session: c091dff6-0a6a-42db-a0aa-83daa11c2172 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8072 | 2024.07.30 01:34:45.162472 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 31237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8073 | 2024.07.30 01:34:45.162556 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8074 | 2024.07.30 01:34:45.162582 [ 3 ] {} <Debug> HTTP-Session: c1e679b0-3c3c-4b69-86ad-8e8a79e2af96 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8075 | 2024.07.30 01:34:45.162603 [ 3 ] {} <Debug> HTTP-Session: c1e679b0-3c3c-4b69-86ad-8e8a79e2af96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8076 | 2024.07.30 01:34:45.162617 [ 3 ] {} <Debug> HTTP-Session: c1e679b0-3c3c-4b69-86ad-8e8a79e2af96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8077 | 2024.07.30 01:34:45.162648 [ 3 ] {} <Trace> HTTP-Session: c1e679b0-3c3c-4b69-86ad-8e8a79e2af96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8078 | 2024.07.30 01:34:45.162849 [ 3 ] {167f9160-3088-42cf-a9df-032713862929} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8079 | 2024.07.30 01:34:45.162911 [ 3 ] {167f9160-3088-42cf-a9df-032713862929} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8080 | 2024.07.30 01:34:45.163119 [ 3 ] {167f9160-3088-42cf-a9df-032713862929} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8081 | 2024.07.30 01:34:45.163626 [ 3 ] {167f9160-3088-42cf-a9df-032713862929} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8082 | 2024.07.30 01:34:45.163674 [ 3 ] {167f9160-3088-42cf-a9df-032713862929} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8083 | 2024.07.30 01:34:45.164236 [ 3 ] {167f9160-3088-42cf-a9df-032713862929} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8084 | 2024.07.30 01:34:45.164768 [ 3 ] {167f9160-3088-42cf-a9df-032713862929} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8085 | 2024.07.30 01:34:45.164990 [ 3 ] {167f9160-3088-42cf-a9df-032713862929} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.002241 sec., 72735.38598839803 rows/sec., 5.06 MiB/sec. | ||
| 8086 | 2024.07.30 01:34:45.165330 [ 3 ] {167f9160-3088-42cf-a9df-032713862929} <Debug> DynamicQueryHandler: Done processing query | ||
| 8087 | 2024.07.30 01:34:45.165363 [ 3 ] {167f9160-3088-42cf-a9df-032713862929} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8088 | 2024.07.30 01:34:45.165381 [ 3 ] {} <Debug> HTTP-Session: c1e679b0-3c3c-4b69-86ad-8e8a79e2af96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8089 | 2024.07.30 01:34:45.165541 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 50101, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8090 | 2024.07.30 01:34:45.165592 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8091 | 2024.07.30 01:34:45.165611 [ 3 ] {} <Debug> HTTP-Session: e358b076-6594-4273-a3be-c94a10c8d929 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8092 | 2024.07.30 01:34:45.165628 [ 3 ] {} <Debug> HTTP-Session: e358b076-6594-4273-a3be-c94a10c8d929 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8093 | 2024.07.30 01:34:45.165641 [ 3 ] {} <Debug> HTTP-Session: e358b076-6594-4273-a3be-c94a10c8d929 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8094 | 2024.07.30 01:34:45.165692 [ 3 ] {} <Trace> HTTP-Session: e358b076-6594-4273-a3be-c94a10c8d929 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8095 | 2024.07.30 01:34:45.166028 [ 3 ] {8864d04e-724d-4b31-b578-21218648ebf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 8096 | 2024.07.30 01:34:45.166104 [ 3 ] {8864d04e-724d-4b31-b578-21218648ebf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 8097 | 2024.07.30 01:34:45.166548 [ 3 ] {8864d04e-724d-4b31-b578-21218648ebf3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8098 | 2024.07.30 01:34:45.167268 [ 3 ] {8864d04e-724d-4b31-b578-21218648ebf3} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8099 | 2024.07.30 01:34:45.167305 [ 3 ] {8864d04e-724d-4b31-b578-21218648ebf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8100 | 2024.07.30 01:34:45.167958 [ 3 ] {8864d04e-724d-4b31-b578-21218648ebf3} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 8101 | 2024.07.30 01:34:45.168383 [ 3 ] {8864d04e-724d-4b31-b578-21218648ebf3} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8102 | 2024.07.30 01:34:45.168586 [ 3 ] {8864d04e-724d-4b31-b578-21218648ebf3} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002791 sec., 11107.130060910067 rows/sec., 19.90 MiB/sec. | ||
| 8103 | 2024.07.30 01:34:45.168839 [ 3 ] {8864d04e-724d-4b31-b578-21218648ebf3} <Debug> DynamicQueryHandler: Done processing query | ||
| 8104 | 2024.07.30 01:34:45.168866 [ 3 ] {8864d04e-724d-4b31-b578-21218648ebf3} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 8105 | 2024.07.30 01:34:45.168882 [ 3 ] {} <Debug> HTTP-Session: e358b076-6594-4273-a3be-c94a10c8d929 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8106 | 2024.07.30 01:34:45.169003 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8107 | 2024.07.30 01:34:45.169052 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8108 | 2024.07.30 01:34:45.169071 [ 3 ] {} <Debug> HTTP-Session: 0e1ba4c8-fe3c-4b72-b143-374fa795be73 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8109 | 2024.07.30 01:34:45.169087 [ 3 ] {} <Debug> HTTP-Session: 0e1ba4c8-fe3c-4b72-b143-374fa795be73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8110 | 2024.07.30 01:34:45.169100 [ 3 ] {} <Debug> HTTP-Session: 0e1ba4c8-fe3c-4b72-b143-374fa795be73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8111 | 2024.07.30 01:34:45.169131 [ 3 ] {} <Trace> HTTP-Session: 0e1ba4c8-fe3c-4b72-b143-374fa795be73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8112 | 2024.07.30 01:34:45.169234 [ 3 ] {6d72a63d-3f3b-4413-bdf9-3de04365d095} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8113 | 2024.07.30 01:34:45.169278 [ 3 ] {6d72a63d-3f3b-4413-bdf9-3de04365d095} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 8114 | 2024.07.30 01:34:45.169411 [ 3 ] {6d72a63d-3f3b-4413-bdf9-3de04365d095} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8115 | 2024.07.30 01:34:45.169726 [ 3 ] {6d72a63d-3f3b-4413-bdf9-3de04365d095} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8116 | 2024.07.30 01:34:45.169763 [ 3 ] {6d72a63d-3f3b-4413-bdf9-3de04365d095} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8117 | 2024.07.30 01:34:45.170119 [ 3 ] {6d72a63d-3f3b-4413-bdf9-3de04365d095} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 8118 | 2024.07.30 01:34:45.170459 [ 3 ] {6d72a63d-3f3b-4413-bdf9-3de04365d095} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8119 | 2024.07.30 01:34:45.170596 [ 3 ] {6d72a63d-3f3b-4413-bdf9-3de04365d095} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001387 sec., 16582.55227108868 rows/sec., 897.00 KiB/sec. | ||
| 8120 | 2024.07.30 01:34:45.170778 [ 3 ] {6d72a63d-3f3b-4413-bdf9-3de04365d095} <Debug> DynamicQueryHandler: Done processing query | ||
| 8121 | 2024.07.30 01:34:45.170803 [ 3 ] {6d72a63d-3f3b-4413-bdf9-3de04365d095} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 8122 | 2024.07.30 01:34:45.170819 [ 3 ] {} <Debug> HTTP-Session: 0e1ba4c8-fe3c-4b72-b143-374fa795be73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8123 | 2024.07.30 01:34:45.171381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8124 | 2024.07.30 01:34:45.171430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8125 | 2024.07.30 01:34:45.171449 [ 3 ] {} <Debug> HTTP-Session: ec67589c-17ce-42c6-abb3-ea6775e148e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8126 | 2024.07.30 01:34:45.171465 [ 3 ] {} <Debug> HTTP-Session: ec67589c-17ce-42c6-abb3-ea6775e148e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8127 | 2024.07.30 01:34:45.171482 [ 3 ] {} <Debug> HTTP-Session: ec67589c-17ce-42c6-abb3-ea6775e148e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8128 | 2024.07.30 01:34:45.171515 [ 3 ] {} <Trace> HTTP-Session: ec67589c-17ce-42c6-abb3-ea6775e148e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8129 | 2024.07.30 01:34:45.171634 [ 3 ] {245c4b5f-aa15-4629-a4b3-e14ea6627c6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8130 | 2024.07.30 01:34:45.171679 [ 3 ] {245c4b5f-aa15-4629-a4b3-e14ea6627c6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8131 | 2024.07.30 01:34:45.171808 [ 3 ] {245c4b5f-aa15-4629-a4b3-e14ea6627c6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8132 | 2024.07.30 01:34:45.172108 [ 3 ] {245c4b5f-aa15-4629-a4b3-e14ea6627c6c} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8133 | 2024.07.30 01:34:45.172146 [ 3 ] {245c4b5f-aa15-4629-a4b3-e14ea6627c6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8134 | 2024.07.30 01:34:45.172495 [ 3 ] {245c4b5f-aa15-4629-a4b3-e14ea6627c6c} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8135 | 2024.07.30 01:34:45.172818 [ 3 ] {245c4b5f-aa15-4629-a4b3-e14ea6627c6c} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8136 | 2024.07.30 01:34:45.172971 [ 3 ] {245c4b5f-aa15-4629-a4b3-e14ea6627c6c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001376 sec., 43604.651162790695 rows/sec., 2.94 MiB/sec. | ||
| 8137 | 2024.07.30 01:34:45.173149 [ 3 ] {245c4b5f-aa15-4629-a4b3-e14ea6627c6c} <Debug> DynamicQueryHandler: Done processing query | ||
| 8138 | 2024.07.30 01:34:45.173175 [ 3 ] {245c4b5f-aa15-4629-a4b3-e14ea6627c6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8139 | 2024.07.30 01:34:45.173191 [ 3 ] {} <Debug> HTTP-Session: ec67589c-17ce-42c6-abb3-ea6775e148e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8140 | 2024.07.30 01:34:50.140026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 7845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8141 | 2024.07.30 01:34:50.140158 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8142 | 2024.07.30 01:34:50.140189 [ 3 ] {} <Debug> HTTP-Session: 812e4a63-b2bb-415c-bde8-447c98b46e5f Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8143 | 2024.07.30 01:34:50.140220 [ 3 ] {} <Debug> HTTP-Session: 812e4a63-b2bb-415c-bde8-447c98b46e5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8144 | 2024.07.30 01:34:50.140240 [ 3 ] {} <Debug> HTTP-Session: 812e4a63-b2bb-415c-bde8-447c98b46e5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8145 | 2024.07.30 01:34:50.140301 [ 3 ] {} <Trace> HTTP-Session: 812e4a63-b2bb-415c-bde8-447c98b46e5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8146 | 2024.07.30 01:34:50.140518 [ 3 ] {90077558-8a33-4925-9572-0e7dfe755427} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8147 | 2024.07.30 01:34:50.140590 [ 3 ] {90077558-8a33-4925-9572-0e7dfe755427} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8148 | 2024.07.30 01:34:50.140782 [ 3 ] {90077558-8a33-4925-9572-0e7dfe755427} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8149 | 2024.07.30 01:34:50.141268 [ 3 ] {90077558-8a33-4925-9572-0e7dfe755427} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8150 | 2024.07.30 01:34:50.141318 [ 3 ] {90077558-8a33-4925-9572-0e7dfe755427} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8151 | 2024.07.30 01:34:50.141699 [ 3 ] {90077558-8a33-4925-9572-0e7dfe755427} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 8152 | 2024.07.30 01:34:50.142046 [ 3 ] {90077558-8a33-4925-9572-0e7dfe755427} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8153 | 2024.07.30 01:34:50.142206 [ 3 ] {90077558-8a33-4925-9572-0e7dfe755427} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001754 sec., 31927.02394526796 rows/sec., 2.45 MiB/sec. | ||
| 8154 | 2024.07.30 01:34:50.142526 [ 3 ] {90077558-8a33-4925-9572-0e7dfe755427} <Debug> DynamicQueryHandler: Done processing query | ||
| 8155 | 2024.07.30 01:34:50.142575 [ 3 ] {90077558-8a33-4925-9572-0e7dfe755427} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8156 | 2024.07.30 01:34:50.142600 [ 3 ] {} <Debug> HTTP-Session: 812e4a63-b2bb-415c-bde8-447c98b46e5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8157 | 2024.07.30 01:34:50.142805 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 10894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8158 | 2024.07.30 01:34:50.142866 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8159 | 2024.07.30 01:34:50.142888 [ 3 ] {} <Debug> HTTP-Session: b6e6aa86-347e-45df-aa08-49d3d28c0670 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8160 | 2024.07.30 01:34:50.142906 [ 3 ] {} <Debug> HTTP-Session: b6e6aa86-347e-45df-aa08-49d3d28c0670 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8161 | 2024.07.30 01:34:50.142921 [ 3 ] {} <Debug> HTTP-Session: b6e6aa86-347e-45df-aa08-49d3d28c0670 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8162 | 2024.07.30 01:34:50.142957 [ 3 ] {} <Trace> HTTP-Session: b6e6aa86-347e-45df-aa08-49d3d28c0670 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8163 | 2024.07.30 01:34:50.143091 [ 3 ] {aeb7c7cf-0e62-45f9-bb1e-2ca01e3e1beb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8164 | 2024.07.30 01:34:50.143141 [ 3 ] {aeb7c7cf-0e62-45f9-bb1e-2ca01e3e1beb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8165 | 2024.07.30 01:34:50.143295 [ 3 ] {aeb7c7cf-0e62-45f9-bb1e-2ca01e3e1beb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8166 | 2024.07.30 01:34:50.143657 [ 3 ] {aeb7c7cf-0e62-45f9-bb1e-2ca01e3e1beb} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8167 | 2024.07.30 01:34:50.143695 [ 3 ] {aeb7c7cf-0e62-45f9-bb1e-2ca01e3e1beb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8168 | 2024.07.30 01:34:50.144036 [ 3 ] {aeb7c7cf-0e62-45f9-bb1e-2ca01e3e1beb} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 8169 | 2024.07.30 01:34:50.144350 [ 3 ] {aeb7c7cf-0e62-45f9-bb1e-2ca01e3e1beb} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8170 | 2024.07.30 01:34:50.144497 [ 3 ] {aeb7c7cf-0e62-45f9-bb1e-2ca01e3e1beb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001446 sec., 44260.02766251729 rows/sec., 3.45 MiB/sec. | ||
| 8171 | 2024.07.30 01:34:50.144789 [ 3 ] {aeb7c7cf-0e62-45f9-bb1e-2ca01e3e1beb} <Debug> DynamicQueryHandler: Done processing query | ||
| 8172 | 2024.07.30 01:34:50.144844 [ 3 ] {aeb7c7cf-0e62-45f9-bb1e-2ca01e3e1beb} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 8173 | 2024.07.30 01:34:50.144865 [ 3 ] {} <Debug> HTTP-Session: b6e6aa86-347e-45df-aa08-49d3d28c0670 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8174 | 2024.07.30 01:34:50.145074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8175 | 2024.07.30 01:34:50.145149 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8176 | 2024.07.30 01:34:50.145173 [ 3 ] {} <Debug> HTTP-Session: d56ab1af-77ac-4e16-8a51-55dc0290e87f Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8177 | 2024.07.30 01:34:50.145193 [ 3 ] {} <Debug> HTTP-Session: d56ab1af-77ac-4e16-8a51-55dc0290e87f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8178 | 2024.07.30 01:34:50.145210 [ 3 ] {} <Debug> HTTP-Session: d56ab1af-77ac-4e16-8a51-55dc0290e87f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8179 | 2024.07.30 01:34:50.145251 [ 3 ] {} <Trace> HTTP-Session: d56ab1af-77ac-4e16-8a51-55dc0290e87f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8180 | 2024.07.30 01:34:50.145439 [ 3 ] {e7df503d-7427-4312-aea1-54f87e25c914} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8181 | 2024.07.30 01:34:50.145500 [ 3 ] {e7df503d-7427-4312-aea1-54f87e25c914} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8182 | 2024.07.30 01:34:50.145697 [ 3 ] {e7df503d-7427-4312-aea1-54f87e25c914} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8183 | 2024.07.30 01:34:50.146103 [ 3 ] {e7df503d-7427-4312-aea1-54f87e25c914} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8184 | 2024.07.30 01:34:50.146140 [ 3 ] {e7df503d-7427-4312-aea1-54f87e25c914} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8185 | 2024.07.30 01:34:50.146553 [ 3 ] {e7df503d-7427-4312-aea1-54f87e25c914} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 8186 | 2024.07.30 01:34:50.146894 [ 3 ] {e7df503d-7427-4312-aea1-54f87e25c914} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8187 | 2024.07.30 01:34:50.147054 [ 3 ] {e7df503d-7427-4312-aea1-54f87e25c914} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001691 sec., 94618.56889414547 rows/sec., 6.59 MiB/sec. | ||
| 8188 | 2024.07.30 01:34:50.147230 [ 3 ] {e7df503d-7427-4312-aea1-54f87e25c914} <Debug> DynamicQueryHandler: Done processing query | ||
| 8189 | 2024.07.30 01:34:50.147254 [ 3 ] {e7df503d-7427-4312-aea1-54f87e25c914} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8190 | 2024.07.30 01:34:50.147269 [ 3 ] {} <Debug> HTTP-Session: d56ab1af-77ac-4e16-8a51-55dc0290e87f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8191 | 2024.07.30 01:34:50.147419 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8192 | 2024.07.30 01:34:50.147469 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8193 | 2024.07.30 01:34:50.147489 [ 3 ] {} <Debug> HTTP-Session: 01938843-4f38-4651-b107-27299d73384e Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8194 | 2024.07.30 01:34:50.147506 [ 3 ] {} <Debug> HTTP-Session: 01938843-4f38-4651-b107-27299d73384e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8195 | 2024.07.30 01:34:50.147519 [ 3 ] {} <Debug> HTTP-Session: 01938843-4f38-4651-b107-27299d73384e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8196 | 2024.07.30 01:34:50.147550 [ 3 ] {} <Trace> HTTP-Session: 01938843-4f38-4651-b107-27299d73384e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8197 | 2024.07.30 01:34:50.147681 [ 3 ] {fac48583-d095-4b81-bbe7-2a43b9102bb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8198 | 2024.07.30 01:34:50.147726 [ 3 ] {fac48583-d095-4b81-bbe7-2a43b9102bb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8199 | 2024.07.30 01:34:50.147852 [ 3 ] {fac48583-d095-4b81-bbe7-2a43b9102bb3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8200 | 2024.07.30 01:34:50.148186 [ 3 ] {fac48583-d095-4b81-bbe7-2a43b9102bb3} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8201 | 2024.07.30 01:34:50.148222 [ 3 ] {fac48583-d095-4b81-bbe7-2a43b9102bb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8202 | 2024.07.30 01:34:50.148573 [ 3 ] {fac48583-d095-4b81-bbe7-2a43b9102bb3} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 8203 | 2024.07.30 01:34:50.148892 [ 3 ] {fac48583-d095-4b81-bbe7-2a43b9102bb3} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8204 | 2024.07.30 01:34:50.149045 [ 3 ] {fac48583-d095-4b81-bbe7-2a43b9102bb3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001415 sec., 42402.826855123676 rows/sec., 2.86 MiB/sec. | ||
| 8205 | 2024.07.30 01:34:50.149217 [ 3 ] {fac48583-d095-4b81-bbe7-2a43b9102bb3} <Debug> DynamicQueryHandler: Done processing query | ||
| 8206 | 2024.07.30 01:34:50.149252 [ 3 ] {fac48583-d095-4b81-bbe7-2a43b9102bb3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8207 | 2024.07.30 01:34:50.149276 [ 3 ] {} <Debug> HTTP-Session: 01938843-4f38-4651-b107-27299d73384e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8208 | 2024.07.30 01:34:55.146878 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 5193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8209 | 2024.07.30 01:34:55.147010 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8210 | 2024.07.30 01:34:55.147036 [ 3 ] {} <Debug> HTTP-Session: 53875f64-12bf-4713-9bb0-7022339c67b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8211 | 2024.07.30 01:34:55.147061 [ 3 ] {} <Debug> HTTP-Session: 53875f64-12bf-4713-9bb0-7022339c67b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8212 | 2024.07.30 01:34:55.147075 [ 3 ] {} <Debug> HTTP-Session: 53875f64-12bf-4713-9bb0-7022339c67b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8213 | 2024.07.30 01:34:55.147125 [ 3 ] {} <Trace> HTTP-Session: 53875f64-12bf-4713-9bb0-7022339c67b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8214 | 2024.07.30 01:34:55.147321 [ 3 ] {474a3f8e-2858-4510-86db-90d1bf14bc55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8215 | 2024.07.30 01:34:55.147387 [ 3 ] {474a3f8e-2858-4510-86db-90d1bf14bc55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 8216 | 2024.07.30 01:34:55.147582 [ 3 ] {474a3f8e-2858-4510-86db-90d1bf14bc55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8217 | 2024.07.30 01:34:55.148053 [ 3 ] {474a3f8e-2858-4510-86db-90d1bf14bc55} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8218 | 2024.07.30 01:34:55.148100 [ 3 ] {474a3f8e-2858-4510-86db-90d1bf14bc55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8219 | 2024.07.30 01:34:55.148479 [ 3 ] {474a3f8e-2858-4510-86db-90d1bf14bc55} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 8220 | 2024.07.30 01:34:55.148826 [ 3 ] {474a3f8e-2858-4510-86db-90d1bf14bc55} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8221 | 2024.07.30 01:34:55.148992 [ 3 ] {474a3f8e-2858-4510-86db-90d1bf14bc55} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001731 sec., 21374.927787406126 rows/sec., 1.61 MiB/sec. | ||
| 8222 | 2024.07.30 01:34:55.149298 [ 3 ] {474a3f8e-2858-4510-86db-90d1bf14bc55} <Debug> DynamicQueryHandler: Done processing query | ||
| 8223 | 2024.07.30 01:34:55.149327 [ 3 ] {474a3f8e-2858-4510-86db-90d1bf14bc55} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8224 | 2024.07.30 01:34:55.149344 [ 3 ] {} <Debug> HTTP-Session: 53875f64-12bf-4713-9bb0-7022339c67b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8225 | 2024.07.30 01:34:55.149505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8226 | 2024.07.30 01:34:55.149566 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8227 | 2024.07.30 01:34:55.149585 [ 3 ] {} <Debug> HTTP-Session: 90030c9e-3283-4326-861d-ca467c54ea1d Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8228 | 2024.07.30 01:34:55.149604 [ 3 ] {} <Debug> HTTP-Session: 90030c9e-3283-4326-861d-ca467c54ea1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8229 | 2024.07.30 01:34:55.149620 [ 3 ] {} <Debug> HTTP-Session: 90030c9e-3283-4326-861d-ca467c54ea1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8230 | 2024.07.30 01:34:55.149654 [ 3 ] {} <Trace> HTTP-Session: 90030c9e-3283-4326-861d-ca467c54ea1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8231 | 2024.07.30 01:34:55.149762 [ 3 ] {9ef125cd-6bda-4f8e-b41c-95eba82e25d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 8232 | 2024.07.30 01:34:55.149811 [ 3 ] {9ef125cd-6bda-4f8e-b41c-95eba82e25d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8233 | 2024.07.30 01:34:55.149964 [ 3 ] {9ef125cd-6bda-4f8e-b41c-95eba82e25d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8234 | 2024.07.30 01:34:55.150288 [ 3 ] {9ef125cd-6bda-4f8e-b41c-95eba82e25d4} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8235 | 2024.07.30 01:34:55.150325 [ 3 ] {9ef125cd-6bda-4f8e-b41c-95eba82e25d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8236 | 2024.07.30 01:34:55.150628 [ 3 ] {9ef125cd-6bda-4f8e-b41c-95eba82e25d4} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 8237 | 2024.07.30 01:34:55.150940 [ 3 ] {9ef125cd-6bda-4f8e-b41c-95eba82e25d4} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8238 | 2024.07.30 01:34:55.151091 [ 3 ] {9ef125cd-6bda-4f8e-b41c-95eba82e25d4} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00135 sec., 2962.9629629629626 rows/sec., 241.61 KiB/sec. | ||
| 8239 | 2024.07.30 01:34:55.151582 [ 3 ] {9ef125cd-6bda-4f8e-b41c-95eba82e25d4} <Debug> DynamicQueryHandler: Done processing query | ||
| 8240 | 2024.07.30 01:34:55.151617 [ 3 ] {9ef125cd-6bda-4f8e-b41c-95eba82e25d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8241 | 2024.07.30 01:34:55.151636 [ 3 ] {} <Debug> HTTP-Session: 90030c9e-3283-4326-861d-ca467c54ea1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8242 | 2024.07.30 01:34:55.151892 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 38675, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8243 | 2024.07.30 01:34:55.151944 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8244 | 2024.07.30 01:34:55.151964 [ 3 ] {} <Debug> HTTP-Session: e92c25a5-7c2c-483b-a409-db0de4c83d24 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8245 | 2024.07.30 01:34:55.151980 [ 3 ] {} <Debug> HTTP-Session: e92c25a5-7c2c-483b-a409-db0de4c83d24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8246 | 2024.07.30 01:34:55.151994 [ 3 ] {} <Debug> HTTP-Session: e92c25a5-7c2c-483b-a409-db0de4c83d24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8247 | 2024.07.30 01:34:55.152026 [ 3 ] {} <Trace> HTTP-Session: e92c25a5-7c2c-483b-a409-db0de4c83d24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8248 | 2024.07.30 01:34:55.152199 [ 3 ] {8a50ad60-64b5-400b-8381-0f431fa0ff46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8249 | 2024.07.30 01:34:55.152246 [ 3 ] {8a50ad60-64b5-400b-8381-0f431fa0ff46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8250 | 2024.07.30 01:34:55.152395 [ 3 ] {8a50ad60-64b5-400b-8381-0f431fa0ff46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8251 | 2024.07.30 01:34:55.152891 [ 3 ] {8a50ad60-64b5-400b-8381-0f431fa0ff46} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8252 | 2024.07.30 01:34:55.152929 [ 3 ] {8a50ad60-64b5-400b-8381-0f431fa0ff46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8253 | 2024.07.30 01:34:55.153251 [ 3 ] {8a50ad60-64b5-400b-8381-0f431fa0ff46} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 8254 | 2024.07.30 01:34:55.153564 [ 3 ] {8a50ad60-64b5-400b-8381-0f431fa0ff46} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8255 | 2024.07.30 01:34:55.153718 [ 3 ] {8a50ad60-64b5-400b-8381-0f431fa0ff46} <Debug> executeQuery: Read 256 rows, 23.11 KiB in 0.001606 sec., 159402.2415940224 rows/sec., 14.05 MiB/sec. | ||
| 8256 | 2024.07.30 01:34:55.153898 [ 3 ] {8a50ad60-64b5-400b-8381-0f431fa0ff46} <Debug> DynamicQueryHandler: Done processing query | ||
| 8257 | 2024.07.30 01:34:55.153922 [ 3 ] {8a50ad60-64b5-400b-8381-0f431fa0ff46} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 8258 | 2024.07.30 01:34:55.153938 [ 3 ] {} <Debug> HTTP-Session: e92c25a5-7c2c-483b-a409-db0de4c83d24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8259 | 2024.07.30 01:34:55.154140 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8260 | 2024.07.30 01:34:55.154190 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8261 | 2024.07.30 01:34:55.154209 [ 3 ] {} <Debug> HTTP-Session: 9eeb6ebc-c89e-4ae0-a344-f09556edac67 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8262 | 2024.07.30 01:34:55.154225 [ 3 ] {} <Debug> HTTP-Session: 9eeb6ebc-c89e-4ae0-a344-f09556edac67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8263 | 2024.07.30 01:34:55.154239 [ 3 ] {} <Debug> HTTP-Session: 9eeb6ebc-c89e-4ae0-a344-f09556edac67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8264 | 2024.07.30 01:34:55.154270 [ 3 ] {} <Trace> HTTP-Session: 9eeb6ebc-c89e-4ae0-a344-f09556edac67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8265 | 2024.07.30 01:34:55.154367 [ 3 ] {619c7cc1-f07f-4e3d-a588-5a3dac503955} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8266 | 2024.07.30 01:34:55.154410 [ 3 ] {619c7cc1-f07f-4e3d-a588-5a3dac503955} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8267 | 2024.07.30 01:34:55.154539 [ 3 ] {619c7cc1-f07f-4e3d-a588-5a3dac503955} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8268 | 2024.07.30 01:34:55.154805 [ 3 ] {619c7cc1-f07f-4e3d-a588-5a3dac503955} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8269 | 2024.07.30 01:34:55.154841 [ 3 ] {619c7cc1-f07f-4e3d-a588-5a3dac503955} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8270 | 2024.07.30 01:34:55.155139 [ 3 ] {619c7cc1-f07f-4e3d-a588-5a3dac503955} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 8271 | 2024.07.30 01:34:55.155452 [ 3 ] {619c7cc1-f07f-4e3d-a588-5a3dac503955} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8272 | 2024.07.30 01:34:55.155601 [ 3 ] {619c7cc1-f07f-4e3d-a588-5a3dac503955} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.00125 sec., 3200 rows/sec., 223.44 KiB/sec. | ||
| 8273 | 2024.07.30 01:34:55.155765 [ 3 ] {619c7cc1-f07f-4e3d-a588-5a3dac503955} <Debug> DynamicQueryHandler: Done processing query | ||
| 8274 | 2024.07.30 01:34:55.155789 [ 3 ] {619c7cc1-f07f-4e3d-a588-5a3dac503955} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8275 | 2024.07.30 01:34:55.155805 [ 3 ] {} <Debug> HTTP-Session: 9eeb6ebc-c89e-4ae0-a344-f09556edac67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8276 | 2024.07.30 01:34:55.156033 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 67517, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8277 | 2024.07.30 01:34:55.156085 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8278 | 2024.07.30 01:34:55.156104 [ 3 ] {} <Debug> HTTP-Session: 57fae522-879b-44fa-9636-d5435bd59772 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8279 | 2024.07.30 01:34:55.156121 [ 3 ] {} <Debug> HTTP-Session: 57fae522-879b-44fa-9636-d5435bd59772 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8280 | 2024.07.30 01:34:55.156142 [ 3 ] {} <Debug> HTTP-Session: 57fae522-879b-44fa-9636-d5435bd59772 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8281 | 2024.07.30 01:34:55.156172 [ 3 ] {} <Trace> HTTP-Session: 57fae522-879b-44fa-9636-d5435bd59772 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8282 | 2024.07.30 01:34:55.156405 [ 3 ] {2815db2b-8239-4ed9-b818-7d323d4f7bc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8283 | 2024.07.30 01:34:55.156448 [ 3 ] {2815db2b-8239-4ed9-b818-7d323d4f7bc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8284 | 2024.07.30 01:34:55.156573 [ 3 ] {2815db2b-8239-4ed9-b818-7d323d4f7bc7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8285 | 2024.07.30 01:34:55.157145 [ 3 ] {2815db2b-8239-4ed9-b818-7d323d4f7bc7} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8286 | 2024.07.30 01:34:55.157193 [ 3 ] {2815db2b-8239-4ed9-b818-7d323d4f7bc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8287 | 2024.07.30 01:34:55.157540 [ 3 ] {2815db2b-8239-4ed9-b818-7d323d4f7bc7} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 8288 | 2024.07.30 01:34:55.157852 [ 3 ] {2815db2b-8239-4ed9-b818-7d323d4f7bc7} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8289 | 2024.07.30 01:34:55.157993 [ 3 ] {2815db2b-8239-4ed9-b818-7d323d4f7bc7} <Debug> executeQuery: Read 417 rows, 30.28 KiB in 0.00172 sec., 242441.86046511628 rows/sec., 17.19 MiB/sec. | ||
| 8290 | 2024.07.30 01:34:55.158157 [ 3 ] {2815db2b-8239-4ed9-b818-7d323d4f7bc7} <Debug> DynamicQueryHandler: Done processing query | ||
| 8291 | 2024.07.30 01:34:55.158181 [ 3 ] {2815db2b-8239-4ed9-b818-7d323d4f7bc7} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 8292 | 2024.07.30 01:34:55.158196 [ 3 ] {} <Debug> HTTP-Session: 57fae522-879b-44fa-9636-d5435bd59772 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8293 | 2024.07.30 01:34:55.158411 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8294 | 2024.07.30 01:34:55.158460 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8295 | 2024.07.30 01:34:55.158479 [ 3 ] {} <Debug> HTTP-Session: 764264bb-d916-4569-9b93-38967ed8b9f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8296 | 2024.07.30 01:34:55.158495 [ 3 ] {} <Debug> HTTP-Session: 764264bb-d916-4569-9b93-38967ed8b9f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8297 | 2024.07.30 01:34:55.158509 [ 3 ] {} <Debug> HTTP-Session: 764264bb-d916-4569-9b93-38967ed8b9f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8298 | 2024.07.30 01:34:55.158539 [ 3 ] {} <Trace> HTTP-Session: 764264bb-d916-4569-9b93-38967ed8b9f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8299 | 2024.07.30 01:34:55.158635 [ 3 ] {809e6424-a51e-4243-b152-b4b3d0cd88eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 8300 | 2024.07.30 01:34:55.158680 [ 3 ] {809e6424-a51e-4243-b152-b4b3d0cd88eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8301 | 2024.07.30 01:34:55.158807 [ 3 ] {809e6424-a51e-4243-b152-b4b3d0cd88eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8302 | 2024.07.30 01:34:55.159069 [ 3 ] {809e6424-a51e-4243-b152-b4b3d0cd88eb} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8303 | 2024.07.30 01:34:55.159104 [ 3 ] {809e6424-a51e-4243-b152-b4b3d0cd88eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8304 | 2024.07.30 01:34:55.159457 [ 3 ] {809e6424-a51e-4243-b152-b4b3d0cd88eb} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 8305 | 2024.07.30 01:34:55.159784 [ 3 ] {809e6424-a51e-4243-b152-b4b3d0cd88eb} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8306 | 2024.07.30 01:34:55.159939 [ 3 ] {809e6424-a51e-4243-b152-b4b3d0cd88eb} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001319 sec., 4548.900682335102 rows/sec., 195.46 KiB/sec. | ||
| 8307 | 2024.07.30 01:34:55.160135 [ 3 ] {809e6424-a51e-4243-b152-b4b3d0cd88eb} <Debug> DynamicQueryHandler: Done processing query | ||
| 8308 | 2024.07.30 01:34:55.160161 [ 3 ] {809e6424-a51e-4243-b152-b4b3d0cd88eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 8309 | 2024.07.30 01:34:55.160178 [ 3 ] {} <Debug> HTTP-Session: 764264bb-d916-4569-9b93-38967ed8b9f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8310 | 2024.07.30 01:34:55.160309 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8311 | 2024.07.30 01:34:55.160357 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8312 | 2024.07.30 01:34:55.160375 [ 3 ] {} <Debug> HTTP-Session: 79de1352-1bbf-41a7-9682-cebd136c3602 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8313 | 2024.07.30 01:34:55.160391 [ 3 ] {} <Debug> HTTP-Session: 79de1352-1bbf-41a7-9682-cebd136c3602 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8314 | 2024.07.30 01:34:55.160404 [ 3 ] {} <Debug> HTTP-Session: 79de1352-1bbf-41a7-9682-cebd136c3602 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8315 | 2024.07.30 01:34:55.160433 [ 3 ] {} <Trace> HTTP-Session: 79de1352-1bbf-41a7-9682-cebd136c3602 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8316 | 2024.07.30 01:34:55.160550 [ 3 ] {73a49f6e-cac7-4981-a33b-9b7b60223f36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 8317 | 2024.07.30 01:34:55.160596 [ 3 ] {73a49f6e-cac7-4981-a33b-9b7b60223f36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 8318 | 2024.07.30 01:34:55.160737 [ 3 ] {73a49f6e-cac7-4981-a33b-9b7b60223f36} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8319 | 2024.07.30 01:34:55.161055 [ 3 ] {73a49f6e-cac7-4981-a33b-9b7b60223f36} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8320 | 2024.07.30 01:34:55.161090 [ 3 ] {73a49f6e-cac7-4981-a33b-9b7b60223f36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8321 | 2024.07.30 01:34:55.161453 [ 3 ] {73a49f6e-cac7-4981-a33b-9b7b60223f36} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 8322 | 2024.07.30 01:34:55.161805 [ 3 ] {73a49f6e-cac7-4981-a33b-9b7b60223f36} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8323 | 2024.07.30 01:34:55.161962 [ 3 ] {73a49f6e-cac7-4981-a33b-9b7b60223f36} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001447 sec., 53213.545266067726 rows/sec., 3.28 MiB/sec. | ||
| 8324 | 2024.07.30 01:34:55.162273 [ 3 ] {73a49f6e-cac7-4981-a33b-9b7b60223f36} <Debug> DynamicQueryHandler: Done processing query | ||
| 8325 | 2024.07.30 01:34:55.162298 [ 3 ] {73a49f6e-cac7-4981-a33b-9b7b60223f36} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8326 | 2024.07.30 01:34:55.162314 [ 3 ] {} <Debug> HTTP-Session: 79de1352-1bbf-41a7-9682-cebd136c3602 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8327 | 2024.07.30 01:34:55.162492 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 31050, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8328 | 2024.07.30 01:34:55.162541 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8329 | 2024.07.30 01:34:55.162559 [ 3 ] {} <Debug> HTTP-Session: 7badf359-9c8a-432d-a664-23a0bb582a6e Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8330 | 2024.07.30 01:34:55.162576 [ 3 ] {} <Debug> HTTP-Session: 7badf359-9c8a-432d-a664-23a0bb582a6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8331 | 2024.07.30 01:34:55.162589 [ 3 ] {} <Debug> HTTP-Session: 7badf359-9c8a-432d-a664-23a0bb582a6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8332 | 2024.07.30 01:34:55.162619 [ 3 ] {} <Trace> HTTP-Session: 7badf359-9c8a-432d-a664-23a0bb582a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8333 | 2024.07.30 01:34:55.162806 [ 3 ] {94fabd4e-0df7-4f28-89cb-6be83dae7328} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8334 | 2024.07.30 01:34:55.162854 [ 3 ] {94fabd4e-0df7-4f28-89cb-6be83dae7328} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8335 | 2024.07.30 01:34:55.163015 [ 3 ] {94fabd4e-0df7-4f28-89cb-6be83dae7328} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8336 | 2024.07.30 01:34:55.163496 [ 3 ] {94fabd4e-0df7-4f28-89cb-6be83dae7328} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8337 | 2024.07.30 01:34:55.163532 [ 3 ] {94fabd4e-0df7-4f28-89cb-6be83dae7328} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8338 | 2024.07.30 01:34:55.163907 [ 3 ] {94fabd4e-0df7-4f28-89cb-6be83dae7328} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 8339 | 2024.07.30 01:34:55.164241 [ 3 ] {94fabd4e-0df7-4f28-89cb-6be83dae7328} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8340 | 2024.07.30 01:34:55.164393 [ 3 ] {94fabd4e-0df7-4f28-89cb-6be83dae7328} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001684 sec., 96199.52494061759 rows/sec., 6.70 MiB/sec. | ||
| 8341 | 2024.07.30 01:34:55.164569 [ 3 ] {94fabd4e-0df7-4f28-89cb-6be83dae7328} <Debug> DynamicQueryHandler: Done processing query | ||
| 8342 | 2024.07.30 01:34:55.164593 [ 3 ] {94fabd4e-0df7-4f28-89cb-6be83dae7328} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8343 | 2024.07.30 01:34:55.164608 [ 3 ] {} <Debug> HTTP-Session: 7badf359-9c8a-432d-a664-23a0bb582a6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8344 | 2024.07.30 01:34:55.164793 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 50124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8345 | 2024.07.30 01:34:55.164842 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8346 | 2024.07.30 01:34:55.164861 [ 3 ] {} <Debug> HTTP-Session: 07c33e68-d5f0-41e7-bde6-f4137f40fc27 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8347 | 2024.07.30 01:34:55.164877 [ 3 ] {} <Debug> HTTP-Session: 07c33e68-d5f0-41e7-bde6-f4137f40fc27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8348 | 2024.07.30 01:34:55.164890 [ 3 ] {} <Debug> HTTP-Session: 07c33e68-d5f0-41e7-bde6-f4137f40fc27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8349 | 2024.07.30 01:34:55.164920 [ 3 ] {} <Trace> HTTP-Session: 07c33e68-d5f0-41e7-bde6-f4137f40fc27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8350 | 2024.07.30 01:34:55.165260 [ 3 ] {c9c9e26f-cfe4-406e-8b20-0a72cd07f75c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 8351 | 2024.07.30 01:34:55.165325 [ 3 ] {c9c9e26f-cfe4-406e-8b20-0a72cd07f75c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 8352 | 2024.07.30 01:34:55.165728 [ 3 ] {c9c9e26f-cfe4-406e-8b20-0a72cd07f75c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8353 | 2024.07.30 01:34:55.166506 [ 3 ] {c9c9e26f-cfe4-406e-8b20-0a72cd07f75c} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8354 | 2024.07.30 01:34:55.166542 [ 3 ] {c9c9e26f-cfe4-406e-8b20-0a72cd07f75c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8355 | 2024.07.30 01:34:55.167164 [ 3 ] {c9c9e26f-cfe4-406e-8b20-0a72cd07f75c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 8356 | 2024.07.30 01:34:55.167568 [ 3 ] {c9c9e26f-cfe4-406e-8b20-0a72cd07f75c} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8357 | 2024.07.30 01:34:55.167775 [ 3 ] {c9c9e26f-cfe4-406e-8b20-0a72cd07f75c} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002751 sec., 11268.629589240276 rows/sec., 20.19 MiB/sec. | ||
| 8358 | 2024.07.30 01:34:55.168162 [ 3 ] {c9c9e26f-cfe4-406e-8b20-0a72cd07f75c} <Debug> DynamicQueryHandler: Done processing query | ||
| 8359 | 2024.07.30 01:34:55.168187 [ 3 ] {c9c9e26f-cfe4-406e-8b20-0a72cd07f75c} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 8360 | 2024.07.30 01:34:55.168202 [ 3 ] {} <Debug> HTTP-Session: 07c33e68-d5f0-41e7-bde6-f4137f40fc27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8361 | 2024.07.30 01:34:55.168326 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8362 | 2024.07.30 01:34:55.168378 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8363 | 2024.07.30 01:34:55.168398 [ 3 ] {} <Debug> HTTP-Session: 766daf47-c492-47a4-9f2a-beb4a6b15a94 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8364 | 2024.07.30 01:34:55.168415 [ 3 ] {} <Debug> HTTP-Session: 766daf47-c492-47a4-9f2a-beb4a6b15a94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8365 | 2024.07.30 01:34:55.168430 [ 3 ] {} <Debug> HTTP-Session: 766daf47-c492-47a4-9f2a-beb4a6b15a94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8366 | 2024.07.30 01:34:55.168459 [ 3 ] {} <Trace> HTTP-Session: 766daf47-c492-47a4-9f2a-beb4a6b15a94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8367 | 2024.07.30 01:34:55.168561 [ 3 ] {dc0b4612-85ff-4df8-9031-2b1830594f14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8368 | 2024.07.30 01:34:55.168607 [ 3 ] {dc0b4612-85ff-4df8-9031-2b1830594f14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 8369 | 2024.07.30 01:34:55.168733 [ 3 ] {dc0b4612-85ff-4df8-9031-2b1830594f14} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8370 | 2024.07.30 01:34:55.169025 [ 3 ] {dc0b4612-85ff-4df8-9031-2b1830594f14} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8371 | 2024.07.30 01:34:55.169063 [ 3 ] {dc0b4612-85ff-4df8-9031-2b1830594f14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8372 | 2024.07.30 01:34:55.169427 [ 3 ] {dc0b4612-85ff-4df8-9031-2b1830594f14} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 8373 | 2024.07.30 01:34:55.169750 [ 3 ] {dc0b4612-85ff-4df8-9031-2b1830594f14} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8374 | 2024.07.30 01:34:55.169903 [ 3 ] {dc0b4612-85ff-4df8-9031-2b1830594f14} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001357 sec., 16949.15254237288 rows/sec., 916.83 KiB/sec. | ||
| 8375 | 2024.07.30 01:34:55.170212 [ 3 ] {dc0b4612-85ff-4df8-9031-2b1830594f14} <Debug> DynamicQueryHandler: Done processing query | ||
| 8376 | 2024.07.30 01:34:55.170239 [ 3 ] {dc0b4612-85ff-4df8-9031-2b1830594f14} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 8377 | 2024.07.30 01:34:55.170256 [ 3 ] {} <Debug> HTTP-Session: 766daf47-c492-47a4-9f2a-beb4a6b15a94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8378 | 2024.07.30 01:34:55.170875 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8379 | 2024.07.30 01:34:55.170925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8380 | 2024.07.30 01:34:55.170943 [ 3 ] {} <Debug> HTTP-Session: ee39df6c-c56d-4611-9785-f448c35e81da Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8381 | 2024.07.30 01:34:55.170960 [ 3 ] {} <Debug> HTTP-Session: ee39df6c-c56d-4611-9785-f448c35e81da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8382 | 2024.07.30 01:34:55.170974 [ 3 ] {} <Debug> HTTP-Session: ee39df6c-c56d-4611-9785-f448c35e81da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8383 | 2024.07.30 01:34:55.171003 [ 3 ] {} <Trace> HTTP-Session: ee39df6c-c56d-4611-9785-f448c35e81da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8384 | 2024.07.30 01:34:55.171127 [ 3 ] {4b7fbd22-9dff-4a4f-b241-92d8d455249d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8385 | 2024.07.30 01:34:55.171173 [ 3 ] {4b7fbd22-9dff-4a4f-b241-92d8d455249d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8386 | 2024.07.30 01:34:55.171320 [ 3 ] {4b7fbd22-9dff-4a4f-b241-92d8d455249d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8387 | 2024.07.30 01:34:55.171609 [ 3 ] {4b7fbd22-9dff-4a4f-b241-92d8d455249d} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8388 | 2024.07.30 01:34:55.171644 [ 3 ] {4b7fbd22-9dff-4a4f-b241-92d8d455249d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8389 | 2024.07.30 01:34:55.171997 [ 3 ] {4b7fbd22-9dff-4a4f-b241-92d8d455249d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 8390 | 2024.07.30 01:34:55.172316 [ 3 ] {4b7fbd22-9dff-4a4f-b241-92d8d455249d} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8391 | 2024.07.30 01:34:55.172471 [ 3 ] {4b7fbd22-9dff-4a4f-b241-92d8d455249d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001382 sec., 43415.34008683068 rows/sec., 2.93 MiB/sec. | ||
| 8392 | 2024.07.30 01:34:55.172681 [ 3 ] {4b7fbd22-9dff-4a4f-b241-92d8d455249d} <Debug> DynamicQueryHandler: Done processing query | ||
| 8393 | 2024.07.30 01:34:55.172708 [ 3 ] {4b7fbd22-9dff-4a4f-b241-92d8d455249d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8394 | 2024.07.30 01:34:55.172724 [ 3 ] {} <Debug> HTTP-Session: ee39df6c-c56d-4611-9785-f448c35e81da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8395 | 2024.07.30 01:34:57.807724 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8396 | 2024.07.30 01:34:57.807791 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8397 | 2024.07.30 01:35:00.141874 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8398 | 2024.07.30 01:35:00.141985 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8399 | 2024.07.30 01:35:00.142014 [ 3 ] {} <Debug> HTTP-Session: 29d8b973-2946-4876-8fb7-76e0c8c11358 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8400 | 2024.07.30 01:35:00.142042 [ 3 ] {} <Debug> HTTP-Session: 29d8b973-2946-4876-8fb7-76e0c8c11358 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8401 | 2024.07.30 01:35:00.142059 [ 3 ] {} <Debug> HTTP-Session: 29d8b973-2946-4876-8fb7-76e0c8c11358 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8402 | 2024.07.30 01:35:00.142114 [ 3 ] {} <Trace> HTTP-Session: 29d8b973-2946-4876-8fb7-76e0c8c11358 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8403 | 2024.07.30 01:35:00.142319 [ 3 ] {cbfe49ff-0620-483e-80ba-22c43272527b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 8404 | 2024.07.30 01:35:00.142395 [ 3 ] {cbfe49ff-0620-483e-80ba-22c43272527b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8405 | 2024.07.30 01:35:00.142617 [ 3 ] {cbfe49ff-0620-483e-80ba-22c43272527b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8406 | 2024.07.30 01:35:00.143126 [ 3 ] {cbfe49ff-0620-483e-80ba-22c43272527b} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8407 | 2024.07.30 01:35:00.143171 [ 3 ] {cbfe49ff-0620-483e-80ba-22c43272527b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8408 | 2024.07.30 01:35:00.143539 [ 3 ] {cbfe49ff-0620-483e-80ba-22c43272527b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 8409 | 2024.07.30 01:35:00.143883 [ 3 ] {cbfe49ff-0620-483e-80ba-22c43272527b} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8410 | 2024.07.30 01:35:00.144041 [ 3 ] {cbfe49ff-0620-483e-80ba-22c43272527b} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001778 sec., 2249.718785151856 rows/sec., 183.45 KiB/sec. | ||
| 8411 | 2024.07.30 01:35:00.144293 [ 3 ] {cbfe49ff-0620-483e-80ba-22c43272527b} <Debug> DynamicQueryHandler: Done processing query | ||
| 8412 | 2024.07.30 01:35:00.144319 [ 3 ] {cbfe49ff-0620-483e-80ba-22c43272527b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8413 | 2024.07.30 01:35:00.144336 [ 3 ] {} <Debug> HTTP-Session: 29d8b973-2946-4876-8fb7-76e0c8c11358 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8414 | 2024.07.30 01:35:00.144522 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 13093, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8415 | 2024.07.30 01:35:00.144578 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8416 | 2024.07.30 01:35:00.144598 [ 3 ] {} <Debug> HTTP-Session: 5f6e9f03-d26f-475b-83fc-0b4d34a09b01 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8417 | 2024.07.30 01:35:00.144616 [ 3 ] {} <Debug> HTTP-Session: 5f6e9f03-d26f-475b-83fc-0b4d34a09b01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8418 | 2024.07.30 01:35:00.144630 [ 3 ] {} <Debug> HTTP-Session: 5f6e9f03-d26f-475b-83fc-0b4d34a09b01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8419 | 2024.07.30 01:35:00.144665 [ 3 ] {} <Trace> HTTP-Session: 5f6e9f03-d26f-475b-83fc-0b4d34a09b01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8420 | 2024.07.30 01:35:00.144812 [ 3 ] {9a84667b-3666-4e91-a42f-8b28f2db21b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8421 | 2024.07.30 01:35:00.144860 [ 3 ] {9a84667b-3666-4e91-a42f-8b28f2db21b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8422 | 2024.07.30 01:35:00.144989 [ 3 ] {9a84667b-3666-4e91-a42f-8b28f2db21b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8423 | 2024.07.30 01:35:00.145345 [ 3 ] {9a84667b-3666-4e91-a42f-8b28f2db21b8} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8424 | 2024.07.30 01:35:00.145382 [ 3 ] {9a84667b-3666-4e91-a42f-8b28f2db21b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8425 | 2024.07.30 01:35:00.145697 [ 3 ] {9a84667b-3666-4e91-a42f-8b28f2db21b8} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8426 | 2024.07.30 01:35:00.146003 [ 3 ] {9a84667b-3666-4e91-a42f-8b28f2db21b8} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8427 | 2024.07.30 01:35:00.146166 [ 3 ] {9a84667b-3666-4e91-a42f-8b28f2db21b8} <Debug> executeQuery: Read 94 rows, 7.36 KiB in 0.001401 sec., 67094.93219129194 rows/sec., 5.13 MiB/sec. | ||
| 8428 | 2024.07.30 01:35:00.146340 [ 3 ] {9a84667b-3666-4e91-a42f-8b28f2db21b8} <Debug> DynamicQueryHandler: Done processing query | ||
| 8429 | 2024.07.30 01:35:00.146364 [ 3 ] {9a84667b-3666-4e91-a42f-8b28f2db21b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 8430 | 2024.07.30 01:35:00.146379 [ 3 ] {} <Debug> HTTP-Session: 5f6e9f03-d26f-475b-83fc-0b4d34a09b01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8431 | 2024.07.30 01:35:00.146520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8432 | 2024.07.30 01:35:00.146570 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8433 | 2024.07.30 01:35:00.146589 [ 3 ] {} <Debug> HTTP-Session: 26964ddc-81dd-40f3-8d51-685bb9bdb304 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8434 | 2024.07.30 01:35:00.146605 [ 3 ] {} <Debug> HTTP-Session: 26964ddc-81dd-40f3-8d51-685bb9bdb304 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8435 | 2024.07.30 01:35:00.146619 [ 3 ] {} <Debug> HTTP-Session: 26964ddc-81dd-40f3-8d51-685bb9bdb304 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8436 | 2024.07.30 01:35:00.146650 [ 3 ] {} <Trace> HTTP-Session: 26964ddc-81dd-40f3-8d51-685bb9bdb304 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8437 | 2024.07.30 01:35:00.146748 [ 3 ] {78ceead5-422a-48a7-bd30-2659886c8c39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8438 | 2024.07.30 01:35:00.146791 [ 3 ] {78ceead5-422a-48a7-bd30-2659886c8c39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8439 | 2024.07.30 01:35:00.146920 [ 3 ] {78ceead5-422a-48a7-bd30-2659886c8c39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8440 | 2024.07.30 01:35:00.147188 [ 3 ] {78ceead5-422a-48a7-bd30-2659886c8c39} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8441 | 2024.07.30 01:35:00.147225 [ 3 ] {78ceead5-422a-48a7-bd30-2659886c8c39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8442 | 2024.07.30 01:35:00.147528 [ 3 ] {78ceead5-422a-48a7-bd30-2659886c8c39} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 8443 | 2024.07.30 01:35:00.147837 [ 3 ] {78ceead5-422a-48a7-bd30-2659886c8c39} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8444 | 2024.07.30 01:35:00.147989 [ 3 ] {78ceead5-422a-48a7-bd30-2659886c8c39} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001265 sec., 3162.0553359683795 rows/sec., 220.79 KiB/sec. | ||
| 8445 | 2024.07.30 01:35:00.148150 [ 3 ] {78ceead5-422a-48a7-bd30-2659886c8c39} <Debug> DynamicQueryHandler: Done processing query | ||
| 8446 | 2024.07.30 01:35:00.148175 [ 3 ] {78ceead5-422a-48a7-bd30-2659886c8c39} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8447 | 2024.07.30 01:35:00.148190 [ 3 ] {} <Debug> HTTP-Session: 26964ddc-81dd-40f3-8d51-685bb9bdb304 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8448 | 2024.07.30 01:35:00.148331 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 15620, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8449 | 2024.07.30 01:35:00.148381 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8450 | 2024.07.30 01:35:00.148400 [ 3 ] {} <Debug> HTTP-Session: 0c7d0896-b9a4-469a-9fae-73d6acde39a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8451 | 2024.07.30 01:35:00.148416 [ 3 ] {} <Debug> HTTP-Session: 0c7d0896-b9a4-469a-9fae-73d6acde39a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8452 | 2024.07.30 01:35:00.148430 [ 3 ] {} <Debug> HTTP-Session: 0c7d0896-b9a4-469a-9fae-73d6acde39a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8453 | 2024.07.30 01:35:00.148459 [ 3 ] {} <Trace> HTTP-Session: 0c7d0896-b9a4-469a-9fae-73d6acde39a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8454 | 2024.07.30 01:35:00.148578 [ 3 ] {efa5c9c4-ba34-48b0-943e-9a788f9eb766} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8455 | 2024.07.30 01:35:00.148620 [ 3 ] {efa5c9c4-ba34-48b0-943e-9a788f9eb766} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8456 | 2024.07.30 01:35:00.148748 [ 3 ] {efa5c9c4-ba34-48b0-943e-9a788f9eb766} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8457 | 2024.07.30 01:35:00.149075 [ 3 ] {efa5c9c4-ba34-48b0-943e-9a788f9eb766} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8458 | 2024.07.30 01:35:00.149111 [ 3 ] {efa5c9c4-ba34-48b0-943e-9a788f9eb766} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8459 | 2024.07.30 01:35:00.149425 [ 3 ] {efa5c9c4-ba34-48b0-943e-9a788f9eb766} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8460 | 2024.07.30 01:35:00.149735 [ 3 ] {efa5c9c4-ba34-48b0-943e-9a788f9eb766} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8461 | 2024.07.30 01:35:00.149893 [ 3 ] {efa5c9c4-ba34-48b0-943e-9a788f9eb766} <Debug> executeQuery: Read 92 rows, 7.34 KiB in 0.001352 sec., 68047.33727810651 rows/sec., 5.30 MiB/sec. | ||
| 8462 | 2024.07.30 01:35:00.150057 [ 3 ] {efa5c9c4-ba34-48b0-943e-9a788f9eb766} <Debug> DynamicQueryHandler: Done processing query | ||
| 8463 | 2024.07.30 01:35:00.150080 [ 3 ] {efa5c9c4-ba34-48b0-943e-9a788f9eb766} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 8464 | 2024.07.30 01:35:00.150095 [ 3 ] {} <Debug> HTTP-Session: 0c7d0896-b9a4-469a-9fae-73d6acde39a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8465 | 2024.07.30 01:35:00.150273 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 38012, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8466 | 2024.07.30 01:35:00.150322 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8467 | 2024.07.30 01:35:00.150341 [ 3 ] {} <Debug> HTTP-Session: 53d2e378-967d-46a5-a457-a513f6f2eeea Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8468 | 2024.07.30 01:35:00.150357 [ 3 ] {} <Debug> HTTP-Session: 53d2e378-967d-46a5-a457-a513f6f2eeea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8469 | 2024.07.30 01:35:00.150370 [ 3 ] {} <Debug> HTTP-Session: 53d2e378-967d-46a5-a457-a513f6f2eeea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8470 | 2024.07.30 01:35:00.150399 [ 3 ] {} <Trace> HTTP-Session: 53d2e378-967d-46a5-a457-a513f6f2eeea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8471 | 2024.07.30 01:35:00.150566 [ 3 ] {96922ea3-cea7-496d-9702-fa6f105994b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8472 | 2024.07.30 01:35:00.150613 [ 3 ] {96922ea3-cea7-496d-9702-fa6f105994b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8473 | 2024.07.30 01:35:00.150757 [ 3 ] {96922ea3-cea7-496d-9702-fa6f105994b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8474 | 2024.07.30 01:35:00.151241 [ 3 ] {96922ea3-cea7-496d-9702-fa6f105994b5} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8475 | 2024.07.30 01:35:00.151278 [ 3 ] {96922ea3-cea7-496d-9702-fa6f105994b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8476 | 2024.07.30 01:35:00.151672 [ 3 ] {96922ea3-cea7-496d-9702-fa6f105994b5} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8477 | 2024.07.30 01:35:00.152013 [ 3 ] {96922ea3-cea7-496d-9702-fa6f105994b5} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8478 | 2024.07.30 01:35:00.152151 [ 3 ] {96922ea3-cea7-496d-9702-fa6f105994b5} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.001671 sec., 118491.921005386 rows/sec., 8.27 MiB/sec. | ||
| 8479 | 2024.07.30 01:35:00.152396 [ 3 ] {96922ea3-cea7-496d-9702-fa6f105994b5} <Debug> DynamicQueryHandler: Done processing query | ||
| 8480 | 2024.07.30 01:35:00.152453 [ 3 ] {96922ea3-cea7-496d-9702-fa6f105994b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 8481 | 2024.07.30 01:35:00.152505 [ 3 ] {} <Debug> HTTP-Session: 53d2e378-967d-46a5-a457-a513f6f2eeea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8482 | 2024.07.30 01:35:00.152684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8483 | 2024.07.30 01:35:00.152738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8484 | 2024.07.30 01:35:00.152757 [ 3 ] {} <Debug> HTTP-Session: d90b4d24-a157-41e7-9c3c-991d13a89bd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8485 | 2024.07.30 01:35:00.152774 [ 3 ] {} <Debug> HTTP-Session: d90b4d24-a157-41e7-9c3c-991d13a89bd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8486 | 2024.07.30 01:35:00.152788 [ 3 ] {} <Debug> HTTP-Session: d90b4d24-a157-41e7-9c3c-991d13a89bd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8487 | 2024.07.30 01:35:00.152820 [ 3 ] {} <Trace> HTTP-Session: d90b4d24-a157-41e7-9c3c-991d13a89bd2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8488 | 2024.07.30 01:35:00.152941 [ 3 ] {6314e434-9f21-47da-a22f-4afa36c3f8bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8489 | 2024.07.30 01:35:00.152988 [ 3 ] {6314e434-9f21-47da-a22f-4afa36c3f8bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8490 | 2024.07.30 01:35:00.153132 [ 3 ] {6314e434-9f21-47da-a22f-4afa36c3f8bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8491 | 2024.07.30 01:35:00.153435 [ 3 ] {6314e434-9f21-47da-a22f-4afa36c3f8bd} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8492 | 2024.07.30 01:35:00.153471 [ 3 ] {6314e434-9f21-47da-a22f-4afa36c3f8bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8493 | 2024.07.30 01:35:00.153825 [ 3 ] {6314e434-9f21-47da-a22f-4afa36c3f8bd} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8494 | 2024.07.30 01:35:00.154154 [ 3 ] {6314e434-9f21-47da-a22f-4afa36c3f8bd} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8495 | 2024.07.30 01:35:00.154306 [ 3 ] {6314e434-9f21-47da-a22f-4afa36c3f8bd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001403 sec., 42765.50249465431 rows/sec., 2.88 MiB/sec. | ||
| 8496 | 2024.07.30 01:35:00.154479 [ 3 ] {6314e434-9f21-47da-a22f-4afa36c3f8bd} <Debug> DynamicQueryHandler: Done processing query | ||
| 8497 | 2024.07.30 01:35:00.154502 [ 3 ] {6314e434-9f21-47da-a22f-4afa36c3f8bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8498 | 2024.07.30 01:35:00.154518 [ 3 ] {} <Debug> HTTP-Session: d90b4d24-a157-41e7-9c3c-991d13a89bd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8499 | 2024.07.30 01:35:05.146513 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 5193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8500 | 2024.07.30 01:35:05.146644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8501 | 2024.07.30 01:35:05.146669 [ 3 ] {} <Debug> HTTP-Session: eb078573-531b-4173-9eb4-7616b08cbead Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8502 | 2024.07.30 01:35:05.146694 [ 3 ] {} <Debug> HTTP-Session: eb078573-531b-4173-9eb4-7616b08cbead Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8503 | 2024.07.30 01:35:05.146708 [ 3 ] {} <Debug> HTTP-Session: eb078573-531b-4173-9eb4-7616b08cbead Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8504 | 2024.07.30 01:35:05.146756 [ 3 ] {} <Trace> HTTP-Session: eb078573-531b-4173-9eb4-7616b08cbead Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8505 | 2024.07.30 01:35:05.146945 [ 3 ] {15ba116f-6244-411b-8bf8-6fa2c7848dc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8506 | 2024.07.30 01:35:05.147012 [ 3 ] {15ba116f-6244-411b-8bf8-6fa2c7848dc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 8507 | 2024.07.30 01:35:05.147203 [ 3 ] {15ba116f-6244-411b-8bf8-6fa2c7848dc0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8508 | 2024.07.30 01:35:05.147656 [ 3 ] {15ba116f-6244-411b-8bf8-6fa2c7848dc0} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8509 | 2024.07.30 01:35:05.147697 [ 3 ] {15ba116f-6244-411b-8bf8-6fa2c7848dc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8510 | 2024.07.30 01:35:05.148062 [ 3 ] {15ba116f-6244-411b-8bf8-6fa2c7848dc0} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8511 | 2024.07.30 01:35:05.148405 [ 3 ] {15ba116f-6244-411b-8bf8-6fa2c7848dc0} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8512 | 2024.07.30 01:35:05.148553 [ 3 ] {15ba116f-6244-411b-8bf8-6fa2c7848dc0} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001669 sec., 22168.963451168365 rows/sec., 1.67 MiB/sec. | ||
| 8513 | 2024.07.30 01:35:05.148849 [ 3 ] {15ba116f-6244-411b-8bf8-6fa2c7848dc0} <Debug> DynamicQueryHandler: Done processing query | ||
| 8514 | 2024.07.30 01:35:05.148896 [ 3 ] {15ba116f-6244-411b-8bf8-6fa2c7848dc0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8515 | 2024.07.30 01:35:05.148923 [ 3 ] {} <Debug> HTTP-Session: eb078573-531b-4173-9eb4-7616b08cbead Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8516 | 2024.07.30 01:35:05.149097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 38407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8517 | 2024.07.30 01:35:05.149147 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8518 | 2024.07.30 01:35:05.149166 [ 3 ] {} <Debug> HTTP-Session: cab5366a-66ff-4240-b48f-75cd29649128 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8519 | 2024.07.30 01:35:05.149183 [ 3 ] {} <Debug> HTTP-Session: cab5366a-66ff-4240-b48f-75cd29649128 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8520 | 2024.07.30 01:35:05.149196 [ 3 ] {} <Debug> HTTP-Session: cab5366a-66ff-4240-b48f-75cd29649128 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8521 | 2024.07.30 01:35:05.149227 [ 3 ] {} <Trace> HTTP-Session: cab5366a-66ff-4240-b48f-75cd29649128 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8522 | 2024.07.30 01:35:05.149405 [ 3 ] {d9b8c66e-0435-4fb9-a4a1-9e5cb5002b00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8523 | 2024.07.30 01:35:05.149450 [ 3 ] {d9b8c66e-0435-4fb9-a4a1-9e5cb5002b00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8524 | 2024.07.30 01:35:05.149590 [ 3 ] {d9b8c66e-0435-4fb9-a4a1-9e5cb5002b00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8525 | 2024.07.30 01:35:05.150088 [ 3 ] {d9b8c66e-0435-4fb9-a4a1-9e5cb5002b00} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8526 | 2024.07.30 01:35:05.150125 [ 3 ] {d9b8c66e-0435-4fb9-a4a1-9e5cb5002b00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8527 | 2024.07.30 01:35:05.150471 [ 3 ] {d9b8c66e-0435-4fb9-a4a1-9e5cb5002b00} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8528 | 2024.07.30 01:35:05.150775 [ 3 ] {d9b8c66e-0435-4fb9-a4a1-9e5cb5002b00} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8529 | 2024.07.30 01:35:05.150927 [ 3 ] {d9b8c66e-0435-4fb9-a4a1-9e5cb5002b00} <Debug> executeQuery: Read 254 rows, 22.97 KiB in 0.001608 sec., 157960.19900497512 rows/sec., 13.95 MiB/sec. | ||
| 8530 | 2024.07.30 01:35:05.150946 [ 30 ] {} <Debug> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8531 | 2024.07.30 01:35:05.151057 [ 30 ] {} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8532 | 2024.07.30 01:35:05.151095 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8533 | 2024.07.30 01:35:05.151182 [ 3 ] {d9b8c66e-0435-4fb9-a4a1-9e5cb5002b00} <Debug> DynamicQueryHandler: Done processing query | ||
| 8534 | 2024.07.30 01:35:05.151223 [ 3 ] {d9b8c66e-0435-4fb9-a4a1-9e5cb5002b00} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 8535 | 2024.07.30 01:35:05.151248 [ 3 ] {} <Debug> HTTP-Session: cab5366a-66ff-4240-b48f-75cd29649128 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8536 | 2024.07.30 01:35:05.151269 [ 187 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::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 | ||
| 8537 | 2024.07.30 01:35:05.151401 [ 187 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8538 | 2024.07.30 01:35:05.151428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 66831, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8539 | 2024.07.30 01:35:05.151440 [ 187 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 298 rows starting from the beginning of the part | ||
| 8540 | 2024.07.30 01:35:05.151488 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8541 | 2024.07.30 01:35:05.151522 [ 3 ] {} <Debug> HTTP-Session: 70a87410-d1d0-4292-88be-959c019b5b8c Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8542 | 2024.07.30 01:35:05.151556 [ 187 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 257 rows starting from the beginning of the part | ||
| 8543 | 2024.07.30 01:35:05.151568 [ 3 ] {} <Debug> HTTP-Session: 70a87410-d1d0-4292-88be-959c019b5b8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8544 | 2024.07.30 01:35:05.151613 [ 3 ] {} <Debug> HTTP-Session: 70a87410-d1d0-4292-88be-959c019b5b8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8545 | 2024.07.30 01:35:05.151758 [ 3 ] {} <Trace> HTTP-Session: 70a87410-d1d0-4292-88be-959c019b5b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8546 | 2024.07.30 01:35:05.151856 [ 187 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 56 rows starting from the beginning of the part | ||
| 8547 | 2024.07.30 01:35:05.152103 [ 187 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 256 rows starting from the beginning of the part | ||
| 8548 | 2024.07.30 01:35:05.152165 [ 3 ] {d5f9045d-5193-463a-92ee-1a5a584d6d47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8549 | 2024.07.30 01:35:05.152309 [ 3 ] {d5f9045d-5193-463a-92ee-1a5a584d6d47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8550 | 2024.07.30 01:35:05.152333 [ 187 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 94 rows starting from the beginning of the part | ||
| 8551 | 2024.07.30 01:35:05.152646 [ 187 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 254 rows starting from the beginning of the part | ||
| 8552 | 2024.07.30 01:35:05.153009 [ 3 ] {d5f9045d-5193-463a-92ee-1a5a584d6d47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8553 | 2024.07.30 01:35:05.153758 [ 3 ] {d5f9045d-5193-463a-92ee-1a5a584d6d47} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8554 | 2024.07.30 01:35:05.153802 [ 3 ] {d5f9045d-5193-463a-92ee-1a5a584d6d47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8555 | 2024.07.30 01:35:05.154228 [ 3 ] {d5f9045d-5193-463a-92ee-1a5a584d6d47} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8556 | 2024.07.30 01:35:05.154369 [ 198 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1215 rows, containing 4 columns (4 merged, 0 gathered) in 0.003176602 sec., 382484.1764879579 rows/sec., 33.02 MiB/sec. | ||
| 8557 | 2024.07.30 01:35:05.154720 [ 198 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8558 | 2024.07.30 01:35:05.155186 [ 3 ] {d5f9045d-5193-463a-92ee-1a5a584d6d47} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8559 | 2024.07.30 01:35:05.155598 [ 30 ] {} <Debug> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8560 | 2024.07.30 01:35:05.155701 [ 30 ] {} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8561 | 2024.07.30 01:35:05.155781 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8562 | 2024.07.30 01:35:05.155805 [ 3 ] {d5f9045d-5193-463a-92ee-1a5a584d6d47} <Debug> executeQuery: Read 413 rows, 29.96 KiB in 0.00381 sec., 108398.95013123359 rows/sec., 7.68 MiB/sec. | ||
| 8563 | 2024.07.30 01:35:05.156164 [ 189 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::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 | ||
| 8564 | 2024.07.30 01:35:05.156280 [ 198 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_51_10} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8565 | 2024.07.30 01:35:05.156365 [ 3 ] {d5f9045d-5193-463a-92ee-1a5a584d6d47} <Debug> DynamicQueryHandler: Done processing query | ||
| 8566 | 2024.07.30 01:35:05.156471 [ 3 ] {d5f9045d-5193-463a-92ee-1a5a584d6d47} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 8567 | 2024.07.30 01:35:05.156553 [ 3 ] {} <Debug> HTTP-Session: 70a87410-d1d0-4292-88be-959c019b5b8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8568 | 2024.07.30 01:35:05.156651 [ 189 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8569 | 2024.07.30 01:35:05.156666 [ 198 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_51_10} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8570 | 2024.07.30 01:35:05.156715 [ 189 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 471 rows starting from the beginning of the part | ||
| 8571 | 2024.07.30 01:35:05.156893 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8572 | 2024.07.30 01:35:05.157002 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 8573 | 2024.07.30 01:35:05.157071 [ 189 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 419 rows starting from the beginning of the part | ||
| 8574 | 2024.07.30 01:35:05.157123 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8575 | 2024.07.30 01:35:05.157217 [ 3 ] {} <Debug> HTTP-Session: 5d212bda-ddae-4818-8407-fe40bf107b50 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8576 | 2024.07.30 01:35:05.157323 [ 3 ] {} <Debug> HTTP-Session: 5d212bda-ddae-4818-8407-fe40bf107b50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8577 | 2024.07.30 01:35:05.157381 [ 189 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 64 rows starting from the beginning of the part | ||
| 8578 | 2024.07.30 01:35:05.157403 [ 3 ] {} <Debug> HTTP-Session: 5d212bda-ddae-4818-8407-fe40bf107b50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8579 | 2024.07.30 01:35:05.157550 [ 3 ] {} <Trace> HTTP-Session: 5d212bda-ddae-4818-8407-fe40bf107b50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8580 | 2024.07.30 01:35:05.157700 [ 189 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 417 rows starting from the beginning of the part | ||
| 8581 | 2024.07.30 01:35:05.157887 [ 3 ] {8c9e8ec6-d773-4310-801c-f7514213cf8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 8582 | 2024.07.30 01:35:05.157957 [ 189 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 92 rows starting from the beginning of the part | ||
| 8583 | 2024.07.30 01:35:05.158050 [ 3 ] {8c9e8ec6-d773-4310-801c-f7514213cf8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8584 | 2024.07.30 01:35:05.158226 [ 189 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 413 rows starting from the beginning of the part | ||
| 8585 | 2024.07.30 01:35:05.158941 [ 3 ] {8c9e8ec6-d773-4310-801c-f7514213cf8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8586 | 2024.07.30 01:35:05.159554 [ 3 ] {8c9e8ec6-d773-4310-801c-f7514213cf8c} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8587 | 2024.07.30 01:35:05.159617 [ 3 ] {8c9e8ec6-d773-4310-801c-f7514213cf8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8588 | 2024.07.30 01:35:05.160602 [ 3 ] {8c9e8ec6-d773-4310-801c-f7514213cf8c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8589 | 2024.07.30 01:35:05.161233 [ 3 ] {8c9e8ec6-d773-4310-801c-f7514213cf8c} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8590 | 2024.07.30 01:35:05.161433 [ 187 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1876 rows, containing 4 columns (4 merged, 0 gathered) in 0.005541167 sec., 338556.841907129 rows/sec., 24.28 MiB/sec. | ||
| 8591 | 2024.07.30 01:35:05.161611 [ 3 ] {8c9e8ec6-d773-4310-801c-f7514213cf8c} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.003842 sec., 1561.6866215512755 rows/sec., 67.10 KiB/sec. | ||
| 8592 | 2024.07.30 01:35:05.161731 [ 187 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8593 | 2024.07.30 01:35:05.161928 [ 3 ] {8c9e8ec6-d773-4310-801c-f7514213cf8c} <Debug> DynamicQueryHandler: Done processing query | ||
| 8594 | 2024.07.30 01:35:05.161966 [ 3 ] {8c9e8ec6-d773-4310-801c-f7514213cf8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 8595 | 2024.07.30 01:35:05.162001 [ 3 ] {} <Debug> HTTP-Session: 5d212bda-ddae-4818-8407-fe40bf107b50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8596 | 2024.07.30 01:35:05.162149 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8597 | 2024.07.30 01:35:05.162211 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8598 | 2024.07.30 01:35:05.162231 [ 3 ] {} <Debug> HTTP-Session: 912306a9-f8cb-4f74-b7b0-05b72cff3e32 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8599 | 2024.07.30 01:35:05.162251 [ 3 ] {} <Debug> HTTP-Session: 912306a9-f8cb-4f74-b7b0-05b72cff3e32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8600 | 2024.07.30 01:35:05.162266 [ 3 ] {} <Debug> HTTP-Session: 912306a9-f8cb-4f74-b7b0-05b72cff3e32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8601 | 2024.07.30 01:35:05.162300 [ 3 ] {} <Trace> HTTP-Session: 912306a9-f8cb-4f74-b7b0-05b72cff3e32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8602 | 2024.07.30 01:35:05.162334 [ 187 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_51_10} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8603 | 2024.07.30 01:35:05.162435 [ 187 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_51_10} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8604 | 2024.07.30 01:35:05.162465 [ 3 ] {59f0fbdd-208e-4910-9037-cce9f1490223} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 8605 | 2024.07.30 01:35:05.162533 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 8606 | 2024.07.30 01:35:05.162533 [ 3 ] {59f0fbdd-208e-4910-9037-cce9f1490223} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 8607 | 2024.07.30 01:35:05.162695 [ 3 ] {59f0fbdd-208e-4910-9037-cce9f1490223} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8608 | 2024.07.30 01:35:05.163034 [ 3 ] {59f0fbdd-208e-4910-9037-cce9f1490223} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8609 | 2024.07.30 01:35:05.163070 [ 3 ] {59f0fbdd-208e-4910-9037-cce9f1490223} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8610 | 2024.07.30 01:35:05.163442 [ 3 ] {59f0fbdd-208e-4910-9037-cce9f1490223} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8611 | 2024.07.30 01:35:05.163781 [ 3 ] {59f0fbdd-208e-4910-9037-cce9f1490223} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8612 | 2024.07.30 01:35:05.163947 [ 3 ] {59f0fbdd-208e-4910-9037-cce9f1490223} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001546 sec., 49805.95084087969 rows/sec., 3.07 MiB/sec. | ||
| 8613 | 2024.07.30 01:35:05.164116 [ 3 ] {59f0fbdd-208e-4910-9037-cce9f1490223} <Debug> DynamicQueryHandler: Done processing query | ||
| 8614 | 2024.07.30 01:35:05.164140 [ 3 ] {59f0fbdd-208e-4910-9037-cce9f1490223} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8615 | 2024.07.30 01:35:05.164156 [ 3 ] {} <Debug> HTTP-Session: 912306a9-f8cb-4f74-b7b0-05b72cff3e32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8616 | 2024.07.30 01:35:05.164320 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8617 | 2024.07.30 01:35:05.164367 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8618 | 2024.07.30 01:35:05.164386 [ 3 ] {} <Debug> HTTP-Session: 8dcb959e-f26c-48ba-9aea-ed0d5c5abf45 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8619 | 2024.07.30 01:35:05.164402 [ 3 ] {} <Debug> HTTP-Session: 8dcb959e-f26c-48ba-9aea-ed0d5c5abf45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8620 | 2024.07.30 01:35:05.164415 [ 3 ] {} <Debug> HTTP-Session: 8dcb959e-f26c-48ba-9aea-ed0d5c5abf45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8621 | 2024.07.30 01:35:05.164445 [ 3 ] {} <Trace> HTTP-Session: 8dcb959e-f26c-48ba-9aea-ed0d5c5abf45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8622 | 2024.07.30 01:35:05.164612 [ 3 ] {c7df5e3c-21e3-4972-93c6-422c64134a4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8623 | 2024.07.30 01:35:05.164658 [ 3 ] {c7df5e3c-21e3-4972-93c6-422c64134a4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8624 | 2024.07.30 01:35:05.164801 [ 3 ] {c7df5e3c-21e3-4972-93c6-422c64134a4c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8625 | 2024.07.30 01:35:05.165167 [ 3 ] {c7df5e3c-21e3-4972-93c6-422c64134a4c} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8626 | 2024.07.30 01:35:05.165203 [ 3 ] {c7df5e3c-21e3-4972-93c6-422c64134a4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8627 | 2024.07.30 01:35:05.165574 [ 3 ] {c7df5e3c-21e3-4972-93c6-422c64134a4c} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8628 | 2024.07.30 01:35:05.165917 [ 3 ] {c7df5e3c-21e3-4972-93c6-422c64134a4c} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8629 | 2024.07.30 01:35:05.166068 [ 30 ] {} <Debug> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8630 | 2024.07.30 01:35:05.166075 [ 3 ] {c7df5e3c-21e3-4972-93c6-422c64134a4c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001536 sec., 104166.66666666666 rows/sec., 7.26 MiB/sec. | ||
| 8631 | 2024.07.30 01:35:05.166116 [ 30 ] {} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8632 | 2024.07.30 01:35:05.166190 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8633 | 2024.07.30 01:35:05.166506 [ 3 ] {c7df5e3c-21e3-4972-93c6-422c64134a4c} <Debug> DynamicQueryHandler: Done processing query | ||
| 8634 | 2024.07.30 01:35:05.166571 [ 3 ] {c7df5e3c-21e3-4972-93c6-422c64134a4c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8635 | 2024.07.30 01:35:05.166593 [ 190 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 8636 | 2024.07.30 01:35:05.166609 [ 3 ] {} <Debug> HTTP-Session: 8dcb959e-f26c-48ba-9aea-ed0d5c5abf45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8637 | 2024.07.30 01:35:05.166915 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 50124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8638 | 2024.07.30 01:35:05.166972 [ 190 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8639 | 2024.07.30 01:35:05.167023 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8640 | 2024.07.30 01:35:05.167070 [ 190 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 7335 rows starting from the beginning of the part | ||
| 8641 | 2024.07.30 01:35:05.167079 [ 3 ] {} <Debug> HTTP-Session: e5a4d5ba-02eb-4f01-91f3-1ccccee58efb Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8642 | 2024.07.30 01:35:05.167143 [ 3 ] {} <Debug> HTTP-Session: e5a4d5ba-02eb-4f01-91f3-1ccccee58efb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8643 | 2024.07.30 01:35:05.167179 [ 3 ] {} <Debug> HTTP-Session: e5a4d5ba-02eb-4f01-91f3-1ccccee58efb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8644 | 2024.07.30 01:35:05.167294 [ 3 ] {} <Trace> HTTP-Session: e5a4d5ba-02eb-4f01-91f3-1ccccee58efb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8645 | 2024.07.30 01:35:05.167408 [ 190 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 163 rows starting from the beginning of the part | ||
| 8646 | 2024.07.30 01:35:05.167639 [ 190 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 8647 | 2024.07.30 01:35:05.167815 [ 190 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 162 rows starting from the beginning of the part | ||
| 8648 | 2024.07.30 01:35:05.167995 [ 3 ] {ce339107-33b1-4558-9f05-cd7a97d1e4e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 8649 | 2024.07.30 01:35:05.168091 [ 190 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 198 rows starting from the beginning of the part | ||
| 8650 | 2024.07.30 01:35:05.168273 [ 3 ] {ce339107-33b1-4558-9f05-cd7a97d1e4e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 8651 | 2024.07.30 01:35:05.168453 [ 190 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 8652 | 2024.07.30 01:35:05.170202 [ 3 ] {ce339107-33b1-4558-9f05-cd7a97d1e4e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8653 | 2024.07.30 01:35:05.171637 [ 3 ] {ce339107-33b1-4558-9f05-cd7a97d1e4e3} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8654 | 2024.07.30 01:35:05.171690 [ 3 ] {ce339107-33b1-4558-9f05-cd7a97d1e4e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8655 | 2024.07.30 01:35:05.172768 [ 3 ] {ce339107-33b1-4558-9f05-cd7a97d1e4e3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 8656 | 2024.07.30 01:35:05.173484 [ 187 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8178 rows, containing 5 columns (5 merged, 0 gathered) in 0.007066442 sec., 1157300.9443790808 rows/sec., 80.66 MiB/sec. | ||
| 8657 | 2024.07.30 01:35:05.173628 [ 3 ] {ce339107-33b1-4558-9f05-cd7a97d1e4e3} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8658 | 2024.07.30 01:35:05.173869 [ 3 ] {ce339107-33b1-4558-9f05-cd7a97d1e4e3} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.006373 sec., 4864.271143888279 rows/sec., 8.72 MiB/sec. | ||
| 8659 | 2024.07.30 01:35:05.174366 [ 187 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8660 | 2024.07.30 01:35:05.174821 [ 3 ] {ce339107-33b1-4558-9f05-cd7a97d1e4e3} <Debug> DynamicQueryHandler: Done processing query | ||
| 8661 | 2024.07.30 01:35:05.174850 [ 3 ] {ce339107-33b1-4558-9f05-cd7a97d1e4e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 8662 | 2024.07.30 01:35:05.174870 [ 3 ] {} <Debug> HTTP-Session: e5a4d5ba-02eb-4f01-91f3-1ccccee58efb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8663 | 2024.07.30 01:35:05.175002 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8664 | 2024.07.30 01:35:05.175061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8665 | 2024.07.30 01:35:05.175086 [ 3 ] {} <Debug> HTTP-Session: ad243761-7bcf-4bae-9162-04fafb6f5eff Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8666 | 2024.07.30 01:35:05.175105 [ 3 ] {} <Debug> HTTP-Session: ad243761-7bcf-4bae-9162-04fafb6f5eff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8667 | 2024.07.30 01:35:05.175126 [ 3 ] {} <Debug> HTTP-Session: ad243761-7bcf-4bae-9162-04fafb6f5eff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8668 | 2024.07.30 01:35:05.175162 [ 3 ] {} <Trace> HTTP-Session: ad243761-7bcf-4bae-9162-04fafb6f5eff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8669 | 2024.07.30 01:35:05.175223 [ 187 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8670 | 2024.07.30 01:35:05.175290 [ 3 ] {4df3ee15-5982-43c9-b1e7-b3aef0a1ff7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8671 | 2024.07.30 01:35:05.175330 [ 187 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8672 | 2024.07.30 01:35:05.175341 [ 3 ] {4df3ee15-5982-43c9-b1e7-b3aef0a1ff7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 8673 | 2024.07.30 01:35:05.175454 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.48 MiB. | ||
| 8674 | 2024.07.30 01:35:05.175546 [ 3 ] {4df3ee15-5982-43c9-b1e7-b3aef0a1ff7f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8675 | 2024.07.30 01:35:05.175829 [ 3 ] {4df3ee15-5982-43c9-b1e7-b3aef0a1ff7f} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8676 | 2024.07.30 01:35:05.175865 [ 3 ] {4df3ee15-5982-43c9-b1e7-b3aef0a1ff7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8677 | 2024.07.30 01:35:05.176223 [ 3 ] {4df3ee15-5982-43c9-b1e7-b3aef0a1ff7f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8678 | 2024.07.30 01:35:05.176553 [ 3 ] {4df3ee15-5982-43c9-b1e7-b3aef0a1ff7f} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8679 | 2024.07.30 01:35:05.176714 [ 3 ] {4df3ee15-5982-43c9-b1e7-b3aef0a1ff7f} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001468 sec., 15667.57493188011 rows/sec., 847.51 KiB/sec. | ||
| 8680 | 2024.07.30 01:35:05.176881 [ 3 ] {4df3ee15-5982-43c9-b1e7-b3aef0a1ff7f} <Debug> DynamicQueryHandler: Done processing query | ||
| 8681 | 2024.07.30 01:35:05.176906 [ 3 ] {4df3ee15-5982-43c9-b1e7-b3aef0a1ff7f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 8682 | 2024.07.30 01:35:05.176922 [ 3 ] {} <Debug> HTTP-Session: ad243761-7bcf-4bae-9162-04fafb6f5eff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8683 | 2024.07.30 01:35:05.177034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8684 | 2024.07.30 01:35:05.177083 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8685 | 2024.07.30 01:35:05.177102 [ 3 ] {} <Debug> HTTP-Session: 4ec45a33-d4bd-4f73-86f3-0f6143c8945c Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8686 | 2024.07.30 01:35:05.177117 [ 3 ] {} <Debug> HTTP-Session: 4ec45a33-d4bd-4f73-86f3-0f6143c8945c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8687 | 2024.07.30 01:35:05.177130 [ 3 ] {} <Debug> HTTP-Session: 4ec45a33-d4bd-4f73-86f3-0f6143c8945c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8688 | 2024.07.30 01:35:05.177160 [ 3 ] {} <Trace> HTTP-Session: 4ec45a33-d4bd-4f73-86f3-0f6143c8945c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8689 | 2024.07.30 01:35:05.177284 [ 3 ] {e2d4e106-5704-4362-9b70-54d71097f575} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8690 | 2024.07.30 01:35:05.177327 [ 3 ] {e2d4e106-5704-4362-9b70-54d71097f575} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8691 | 2024.07.30 01:35:05.177458 [ 3 ] {e2d4e106-5704-4362-9b70-54d71097f575} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8692 | 2024.07.30 01:35:05.177764 [ 3 ] {e2d4e106-5704-4362-9b70-54d71097f575} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8693 | 2024.07.30 01:35:05.177800 [ 3 ] {e2d4e106-5704-4362-9b70-54d71097f575} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8694 | 2024.07.30 01:35:05.178155 [ 3 ] {e2d4e106-5704-4362-9b70-54d71097f575} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8695 | 2024.07.30 01:35:05.178472 [ 3 ] {e2d4e106-5704-4362-9b70-54d71097f575} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8696 | 2024.07.30 01:35:05.178605 [ 3 ] {e2d4e106-5704-4362-9b70-54d71097f575} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001393 sec., 43072.50538406317 rows/sec., 2.90 MiB/sec. | ||
| 8697 | 2024.07.30 01:35:05.178643 [ 28 ] {} <Debug> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8698 | 2024.07.30 01:35:05.178753 [ 28 ] {} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8699 | 2024.07.30 01:35:05.178801 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8700 | 2024.07.30 01:35:05.178839 [ 3 ] {e2d4e106-5704-4362-9b70-54d71097f575} <Debug> DynamicQueryHandler: Done processing query | ||
| 8701 | 2024.07.30 01:35:05.178906 [ 3 ] {e2d4e106-5704-4362-9b70-54d71097f575} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8702 | 2024.07.30 01:35:05.178962 [ 3 ] {} <Debug> HTTP-Session: 4ec45a33-d4bd-4f73-86f3-0f6143c8945c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8703 | 2024.07.30 01:35:05.179028 [ 190 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 8704 | 2024.07.30 01:35:05.179166 [ 190 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8705 | 2024.07.30 01:35:05.179262 [ 190 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2614 rows starting from the beginning of the part | ||
| 8706 | 2024.07.30 01:35:05.179357 [ 190 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 8707 | 2024.07.30 01:35:05.179571 [ 190 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 8708 | 2024.07.30 01:35:05.179747 [ 190 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 8709 | 2024.07.30 01:35:05.179902 [ 190 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 8710 | 2024.07.30 01:35:05.180033 [ 190 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 8711 | 2024.07.30 01:35:05.181448 [ 200 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2914 rows, containing 4 columns (4 merged, 0 gathered) in 0.002517946 sec., 1157292.4915784532 rows/sec., 77.98 MiB/sec. | ||
| 8712 | 2024.07.30 01:35:05.181767 [ 200 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8713 | 2024.07.30 01:35:05.182266 [ 200 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_51_10} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8714 | 2024.07.30 01:35:05.182359 [ 200 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_51_10} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8715 | 2024.07.30 01:35:05.182457 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
| 8716 | 2024.07.30 01:35:10.140410 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8717 | 2024.07.30 01:35:10.140548 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8718 | 2024.07.30 01:35:10.140577 [ 3 ] {} <Debug> HTTP-Session: 227e6f8e-bf7f-462d-9231-8f9160cff878 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8719 | 2024.07.30 01:35:10.140605 [ 3 ] {} <Debug> HTTP-Session: 227e6f8e-bf7f-462d-9231-8f9160cff878 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8720 | 2024.07.30 01:35:10.140623 [ 3 ] {} <Debug> HTTP-Session: 227e6f8e-bf7f-462d-9231-8f9160cff878 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8721 | 2024.07.30 01:35:10.140677 [ 3 ] {} <Trace> HTTP-Session: 227e6f8e-bf7f-462d-9231-8f9160cff878 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8722 | 2024.07.30 01:35:10.140872 [ 3 ] {5e774f70-d91a-4c55-add2-1a5a6d4e9a97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 8723 | 2024.07.30 01:35:10.140945 [ 3 ] {5e774f70-d91a-4c55-add2-1a5a6d4e9a97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8724 | 2024.07.30 01:35:10.141167 [ 3 ] {5e774f70-d91a-4c55-add2-1a5a6d4e9a97} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8725 | 2024.07.30 01:35:10.141604 [ 3 ] {5e774f70-d91a-4c55-add2-1a5a6d4e9a97} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8726 | 2024.07.30 01:35:10.141645 [ 3 ] {5e774f70-d91a-4c55-add2-1a5a6d4e9a97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8727 | 2024.07.30 01:35:10.142010 [ 3 ] {5e774f70-d91a-4c55-add2-1a5a6d4e9a97} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 8728 | 2024.07.30 01:35:10.142353 [ 3 ] {5e774f70-d91a-4c55-add2-1a5a6d4e9a97} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8729 | 2024.07.30 01:35:10.142539 [ 3 ] {5e774f70-d91a-4c55-add2-1a5a6d4e9a97} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001715 sec., 1166.1807580174927 rows/sec., 95.09 KiB/sec. | ||
| 8730 | 2024.07.30 01:35:10.142840 [ 3 ] {5e774f70-d91a-4c55-add2-1a5a6d4e9a97} <Debug> DynamicQueryHandler: Done processing query | ||
| 8731 | 2024.07.30 01:35:10.142867 [ 3 ] {5e774f70-d91a-4c55-add2-1a5a6d4e9a97} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8732 | 2024.07.30 01:35:10.142883 [ 3 ] {} <Debug> HTTP-Session: 227e6f8e-bf7f-462d-9231-8f9160cff878 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8733 | 2024.07.30 01:35:10.143020 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 7979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8734 | 2024.07.30 01:35:10.143069 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8735 | 2024.07.30 01:35:10.143088 [ 3 ] {} <Debug> HTTP-Session: 1e3e1e89-a706-42f4-b034-43709aa8c0e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8736 | 2024.07.30 01:35:10.143104 [ 3 ] {} <Debug> HTTP-Session: 1e3e1e89-a706-42f4-b034-43709aa8c0e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8737 | 2024.07.30 01:35:10.143118 [ 3 ] {} <Debug> HTTP-Session: 1e3e1e89-a706-42f4-b034-43709aa8c0e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8738 | 2024.07.30 01:35:10.143149 [ 3 ] {} <Trace> HTTP-Session: 1e3e1e89-a706-42f4-b034-43709aa8c0e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8739 | 2024.07.30 01:35:10.143261 [ 3 ] {444d68c9-50c0-4738-875c-f545928e07e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8740 | 2024.07.30 01:35:10.143304 [ 3 ] {444d68c9-50c0-4738-875c-f545928e07e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8741 | 2024.07.30 01:35:10.143446 [ 3 ] {444d68c9-50c0-4738-875c-f545928e07e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8742 | 2024.07.30 01:35:10.143869 [ 3 ] {444d68c9-50c0-4738-875c-f545928e07e3} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8743 | 2024.07.30 01:35:10.143906 [ 3 ] {444d68c9-50c0-4738-875c-f545928e07e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8744 | 2024.07.30 01:35:10.144217 [ 3 ] {444d68c9-50c0-4738-875c-f545928e07e3} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8745 | 2024.07.30 01:35:10.144542 [ 3 ] {444d68c9-50c0-4738-875c-f545928e07e3} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8746 | 2024.07.30 01:35:10.144693 [ 3 ] {444d68c9-50c0-4738-875c-f545928e07e3} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001463 sec., 38961.03896103896 rows/sec., 2.99 MiB/sec. | ||
| 8747 | 2024.07.30 01:35:10.144861 [ 3 ] {444d68c9-50c0-4738-875c-f545928e07e3} <Debug> DynamicQueryHandler: Done processing query | ||
| 8748 | 2024.07.30 01:35:10.144886 [ 3 ] {444d68c9-50c0-4738-875c-f545928e07e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8749 | 2024.07.30 01:35:10.144902 [ 3 ] {} <Debug> HTTP-Session: 1e3e1e89-a706-42f4-b034-43709aa8c0e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8750 | 2024.07.30 01:35:10.145011 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8751 | 2024.07.30 01:35:10.145058 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8752 | 2024.07.30 01:35:10.145076 [ 3 ] {} <Debug> HTTP-Session: 65db931e-28f4-4071-9cff-d1c64e53c79a Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8753 | 2024.07.30 01:35:10.145092 [ 3 ] {} <Debug> HTTP-Session: 65db931e-28f4-4071-9cff-d1c64e53c79a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8754 | 2024.07.30 01:35:10.145106 [ 3 ] {} <Debug> HTTP-Session: 65db931e-28f4-4071-9cff-d1c64e53c79a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8755 | 2024.07.30 01:35:10.145137 [ 3 ] {} <Trace> HTTP-Session: 65db931e-28f4-4071-9cff-d1c64e53c79a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8756 | 2024.07.30 01:35:10.145230 [ 3 ] {f707c341-ea4b-47c4-918b-acb49a8b4d4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8757 | 2024.07.30 01:35:10.145271 [ 3 ] {f707c341-ea4b-47c4-918b-acb49a8b4d4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8758 | 2024.07.30 01:35:10.145398 [ 3 ] {f707c341-ea4b-47c4-918b-acb49a8b4d4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8759 | 2024.07.30 01:35:10.145680 [ 3 ] {f707c341-ea4b-47c4-918b-acb49a8b4d4a} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8760 | 2024.07.30 01:35:10.145715 [ 3 ] {f707c341-ea4b-47c4-918b-acb49a8b4d4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8761 | 2024.07.30 01:35:10.146016 [ 3 ] {f707c341-ea4b-47c4-918b-acb49a8b4d4a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 8762 | 2024.07.30 01:35:10.146332 [ 3 ] {f707c341-ea4b-47c4-918b-acb49a8b4d4a} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8763 | 2024.07.30 01:35:10.146496 [ 3 ] {f707c341-ea4b-47c4-918b-acb49a8b4d4a} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001283 sec., 1558.846453624318 rows/sec., 108.85 KiB/sec. | ||
| 8764 | 2024.07.30 01:35:10.146658 [ 3 ] {f707c341-ea4b-47c4-918b-acb49a8b4d4a} <Debug> DynamicQueryHandler: Done processing query | ||
| 8765 | 2024.07.30 01:35:10.146682 [ 3 ] {f707c341-ea4b-47c4-918b-acb49a8b4d4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8766 | 2024.07.30 01:35:10.146697 [ 3 ] {} <Debug> HTTP-Session: 65db931e-28f4-4071-9cff-d1c64e53c79a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8767 | 2024.07.30 01:35:10.146814 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 11237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8768 | 2024.07.30 01:35:10.146860 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8769 | 2024.07.30 01:35:10.146880 [ 3 ] {} <Debug> HTTP-Session: 4921654b-1b67-4b72-be95-533992815261 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8770 | 2024.07.30 01:35:10.146897 [ 3 ] {} <Debug> HTTP-Session: 4921654b-1b67-4b72-be95-533992815261 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8771 | 2024.07.30 01:35:10.146910 [ 3 ] {} <Debug> HTTP-Session: 4921654b-1b67-4b72-be95-533992815261 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8772 | 2024.07.30 01:35:10.146940 [ 3 ] {} <Trace> HTTP-Session: 4921654b-1b67-4b72-be95-533992815261 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8773 | 2024.07.30 01:35:10.147053 [ 3 ] {26ffe2a1-349b-4326-b3d3-774eb08443a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8774 | 2024.07.30 01:35:10.147093 [ 3 ] {26ffe2a1-349b-4326-b3d3-774eb08443a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8775 | 2024.07.30 01:35:10.147220 [ 3 ] {26ffe2a1-349b-4326-b3d3-774eb08443a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8776 | 2024.07.30 01:35:10.147554 [ 3 ] {26ffe2a1-349b-4326-b3d3-774eb08443a0} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8777 | 2024.07.30 01:35:10.147590 [ 3 ] {26ffe2a1-349b-4326-b3d3-774eb08443a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8778 | 2024.07.30 01:35:10.147904 [ 3 ] {26ffe2a1-349b-4326-b3d3-774eb08443a0} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8779 | 2024.07.30 01:35:10.148239 [ 3 ] {26ffe2a1-349b-4326-b3d3-774eb08443a0} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8780 | 2024.07.30 01:35:10.148398 [ 3 ] {26ffe2a1-349b-4326-b3d3-774eb08443a0} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001379 sec., 47860.76867295141 rows/sec., 3.74 MiB/sec. | ||
| 8781 | 2024.07.30 01:35:10.148560 [ 3 ] {26ffe2a1-349b-4326-b3d3-774eb08443a0} <Debug> DynamicQueryHandler: Done processing query | ||
| 8782 | 2024.07.30 01:35:10.148584 [ 3 ] {26ffe2a1-349b-4326-b3d3-774eb08443a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 8783 | 2024.07.30 01:35:10.148599 [ 3 ] {} <Debug> HTTP-Session: 4921654b-1b67-4b72-be95-533992815261 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8784 | 2024.07.30 01:35:10.148759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30859, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8785 | 2024.07.30 01:35:10.148807 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8786 | 2024.07.30 01:35:10.148826 [ 3 ] {} <Debug> HTTP-Session: 35612e5d-47fa-4c50-9157-fe0c195f0b47 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8787 | 2024.07.30 01:35:10.148842 [ 3 ] {} <Debug> HTTP-Session: 35612e5d-47fa-4c50-9157-fe0c195f0b47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8788 | 2024.07.30 01:35:10.148857 [ 3 ] {} <Debug> HTTP-Session: 35612e5d-47fa-4c50-9157-fe0c195f0b47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8789 | 2024.07.30 01:35:10.148886 [ 3 ] {} <Trace> HTTP-Session: 35612e5d-47fa-4c50-9157-fe0c195f0b47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8790 | 2024.07.30 01:35:10.149057 [ 3 ] {8b5d963a-adad-430f-a59c-3e25cdccfd6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8791 | 2024.07.30 01:35:10.149104 [ 3 ] {8b5d963a-adad-430f-a59c-3e25cdccfd6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8792 | 2024.07.30 01:35:10.149252 [ 3 ] {8b5d963a-adad-430f-a59c-3e25cdccfd6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8793 | 2024.07.30 01:35:10.149667 [ 3 ] {8b5d963a-adad-430f-a59c-3e25cdccfd6b} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8794 | 2024.07.30 01:35:10.149702 [ 3 ] {8b5d963a-adad-430f-a59c-3e25cdccfd6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8795 | 2024.07.30 01:35:10.150093 [ 3 ] {8b5d963a-adad-430f-a59c-3e25cdccfd6b} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8796 | 2024.07.30 01:35:10.150440 [ 3 ] {8b5d963a-adad-430f-a59c-3e25cdccfd6b} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8797 | 2024.07.30 01:35:10.150590 [ 3 ] {8b5d963a-adad-430f-a59c-3e25cdccfd6b} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001598 sec., 100750.93867334168 rows/sec., 7.02 MiB/sec. | ||
| 8798 | 2024.07.30 01:35:10.150779 [ 3 ] {8b5d963a-adad-430f-a59c-3e25cdccfd6b} <Debug> DynamicQueryHandler: Done processing query | ||
| 8799 | 2024.07.30 01:35:10.150810 [ 3 ] {8b5d963a-adad-430f-a59c-3e25cdccfd6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8800 | 2024.07.30 01:35:10.150834 [ 3 ] {} <Debug> HTTP-Session: 35612e5d-47fa-4c50-9157-fe0c195f0b47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8801 | 2024.07.30 01:35:10.150949 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8802 | 2024.07.30 01:35:10.150996 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8803 | 2024.07.30 01:35:10.151015 [ 3 ] {} <Debug> HTTP-Session: d57e360a-e238-4cba-bb04-fa5f05890015 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8804 | 2024.07.30 01:35:10.151032 [ 3 ] {} <Debug> HTTP-Session: d57e360a-e238-4cba-bb04-fa5f05890015 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8805 | 2024.07.30 01:35:10.151045 [ 3 ] {} <Debug> HTTP-Session: d57e360a-e238-4cba-bb04-fa5f05890015 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8806 | 2024.07.30 01:35:10.151075 [ 3 ] {} <Trace> HTTP-Session: d57e360a-e238-4cba-bb04-fa5f05890015 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8807 | 2024.07.30 01:35:10.151202 [ 3 ] {48af6788-aac5-499e-9196-a6f057a834ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8808 | 2024.07.30 01:35:10.151246 [ 3 ] {48af6788-aac5-499e-9196-a6f057a834ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8809 | 2024.07.30 01:35:10.151369 [ 3 ] {48af6788-aac5-499e-9196-a6f057a834ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8810 | 2024.07.30 01:35:10.151677 [ 3 ] {48af6788-aac5-499e-9196-a6f057a834ef} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8811 | 2024.07.30 01:35:10.151713 [ 3 ] {48af6788-aac5-499e-9196-a6f057a834ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8812 | 2024.07.30 01:35:10.152067 [ 3 ] {48af6788-aac5-499e-9196-a6f057a834ef} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8813 | 2024.07.30 01:35:10.152406 [ 3 ] {48af6788-aac5-499e-9196-a6f057a834ef} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8814 | 2024.07.30 01:35:10.152559 [ 3 ] {48af6788-aac5-499e-9196-a6f057a834ef} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001403 sec., 42765.50249465431 rows/sec., 2.88 MiB/sec. | ||
| 8815 | 2024.07.30 01:35:10.152823 [ 3 ] {48af6788-aac5-499e-9196-a6f057a834ef} <Debug> DynamicQueryHandler: Done processing query | ||
| 8816 | 2024.07.30 01:35:10.152876 [ 3 ] {48af6788-aac5-499e-9196-a6f057a834ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8817 | 2024.07.30 01:35:10.152905 [ 3 ] {} <Debug> HTTP-Session: d57e360a-e238-4cba-bb04-fa5f05890015 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8818 | 2024.07.30 01:35:12.807846 [ 45 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8819 | 2024.07.30 01:35:12.807909 [ 45 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8820 | 2024.07.30 01:35:15.147009 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 5193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8821 | 2024.07.30 01:35:15.147125 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8822 | 2024.07.30 01:35:15.147150 [ 3 ] {} <Debug> HTTP-Session: 2d0820e8-5f6a-44fa-90c3-825d47470588 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8823 | 2024.07.30 01:35:15.147175 [ 3 ] {} <Debug> HTTP-Session: 2d0820e8-5f6a-44fa-90c3-825d47470588 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8824 | 2024.07.30 01:35:15.147189 [ 3 ] {} <Debug> HTTP-Session: 2d0820e8-5f6a-44fa-90c3-825d47470588 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8825 | 2024.07.30 01:35:15.147239 [ 3 ] {} <Trace> HTTP-Session: 2d0820e8-5f6a-44fa-90c3-825d47470588 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8826 | 2024.07.30 01:35:15.147431 [ 3 ] {5736df24-1ce7-4920-8771-322cbdc8b81c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8827 | 2024.07.30 01:35:15.147498 [ 3 ] {5736df24-1ce7-4920-8771-322cbdc8b81c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 8828 | 2024.07.30 01:35:15.147690 [ 3 ] {5736df24-1ce7-4920-8771-322cbdc8b81c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8829 | 2024.07.30 01:35:15.148114 [ 3 ] {5736df24-1ce7-4920-8771-322cbdc8b81c} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8830 | 2024.07.30 01:35:15.148158 [ 3 ] {5736df24-1ce7-4920-8771-322cbdc8b81c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8831 | 2024.07.30 01:35:15.148522 [ 3 ] {5736df24-1ce7-4920-8771-322cbdc8b81c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8832 | 2024.07.30 01:35:15.148856 [ 3 ] {5736df24-1ce7-4920-8771-322cbdc8b81c} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8833 | 2024.07.30 01:35:15.149029 [ 3 ] {5736df24-1ce7-4920-8771-322cbdc8b81c} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001651 sec., 22410.660205935797 rows/sec., 1.69 MiB/sec. | ||
| 8834 | 2024.07.30 01:35:15.149044 [ 76 ] {} <Debug> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1) (MergerMutator): Selected 5 parts from all_1_22_5 to all_26_26_0 | ||
| 8835 | 2024.07.30 01:35:15.149153 [ 76 ] {} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8836 | 2024.07.30 01:35:15.149210 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8837 | 2024.07.30 01:35:15.149322 [ 3 ] {5736df24-1ce7-4920-8771-322cbdc8b81c} <Debug> DynamicQueryHandler: Done processing query | ||
| 8838 | 2024.07.30 01:35:15.149355 [ 3 ] {5736df24-1ce7-4920-8771-322cbdc8b81c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8839 | 2024.07.30 01:35:15.149354 [ 187 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_26_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_22_5 to all_26_26_0 into Compact with storage Full | ||
| 8840 | 2024.07.30 01:35:15.149375 [ 3 ] {} <Debug> HTTP-Session: 2d0820e8-5f6a-44fa-90c3-825d47470588 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8841 | 2024.07.30 01:35:15.149505 [ 187 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_26_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8842 | 2024.07.30 01:35:15.149542 [ 187 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_22_5, total 37 rows starting from the beginning of the part | ||
| 8843 | 2024.07.30 01:35:15.149608 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 38407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8844 | 2024.07.30 01:35:15.149652 [ 187 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 37 rows starting from the beginning of the part | ||
| 8845 | 2024.07.30 01:35:15.149719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8846 | 2024.07.30 01:35:15.149775 [ 3 ] {} <Debug> HTTP-Session: 748a0eab-d03c-4e1d-abaa-a9b7a73d3389 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8847 | 2024.07.30 01:35:15.149824 [ 3 ] {} <Debug> HTTP-Session: 748a0eab-d03c-4e1d-abaa-a9b7a73d3389 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8848 | 2024.07.30 01:35:15.149853 [ 3 ] {} <Debug> HTTP-Session: 748a0eab-d03c-4e1d-abaa-a9b7a73d3389 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8849 | 2024.07.30 01:35:15.149853 [ 187 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 37 rows starting from the beginning of the part | ||
| 8850 | 2024.07.30 01:35:15.149907 [ 3 ] {} <Trace> HTTP-Session: 748a0eab-d03c-4e1d-abaa-a9b7a73d3389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8851 | 2024.07.30 01:35:15.150029 [ 187 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 37 rows starting from the beginning of the part | ||
| 8852 | 2024.07.30 01:35:15.150177 [ 187 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 37 rows starting from the beginning of the part | ||
| 8853 | 2024.07.30 01:35:15.150194 [ 3 ] {0e08d46f-ae08-4ee8-a02e-fdb20ff9840a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8854 | 2024.07.30 01:35:15.150297 [ 3 ] {0e08d46f-ae08-4ee8-a02e-fdb20ff9840a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8855 | 2024.07.30 01:35:15.150637 [ 3 ] {0e08d46f-ae08-4ee8-a02e-fdb20ff9840a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8856 | 2024.07.30 01:35:15.151323 [ 3 ] {0e08d46f-ae08-4ee8-a02e-fdb20ff9840a} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8857 | 2024.07.30 01:35:15.151368 [ 3 ] {0e08d46f-ae08-4ee8-a02e-fdb20ff9840a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8858 | 2024.07.30 01:35:15.151615 [ 190 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_26_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 4 columns (4 merged, 0 gathered) in 0.002316143 sec., 79874.17011816628 rows/sec., 6.01 MiB/sec. | ||
| 8859 | 2024.07.30 01:35:15.151871 [ 190 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_26_6} <Trace> MergedBlockOutputStream: filled checksums all_1_26_6 (state Temporary) | ||
| 8860 | 2024.07.30 01:35:15.151895 [ 3 ] {0e08d46f-ae08-4ee8-a02e-fdb20ff9840a} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8861 | 2024.07.30 01:35:15.152812 [ 3 ] {0e08d46f-ae08-4ee8-a02e-fdb20ff9840a} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8862 | 2024.07.30 01:35:15.152836 [ 190 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_26_6} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_merge_all_1_26_6 to all_1_26_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8863 | 2024.07.30 01:35:15.153066 [ 190 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_26_6} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1) (MergerMutator): Merged 5 parts: [all_1_22_5, all_26_26_0] -> all_1_26_6 | ||
| 8864 | 2024.07.30 01:35:15.153080 [ 3 ] {0e08d46f-ae08-4ee8-a02e-fdb20ff9840a} <Debug> executeQuery: Read 254 rows, 22.97 KiB in 0.003017 sec., 84189.59231024196 rows/sec., 7.43 MiB/sec. | ||
| 8865 | 2024.07.30 01:35:15.153343 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 8866 | 2024.07.30 01:35:15.153470 [ 3 ] {0e08d46f-ae08-4ee8-a02e-fdb20ff9840a} <Debug> DynamicQueryHandler: Done processing query | ||
| 8867 | 2024.07.30 01:35:15.153500 [ 3 ] {0e08d46f-ae08-4ee8-a02e-fdb20ff9840a} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 8868 | 2024.07.30 01:35:15.153516 [ 3 ] {} <Debug> HTTP-Session: 748a0eab-d03c-4e1d-abaa-a9b7a73d3389 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8869 | 2024.07.30 01:35:15.153794 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 66831, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8870 | 2024.07.30 01:35:15.153845 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8871 | 2024.07.30 01:35:15.153863 [ 3 ] {} <Debug> HTTP-Session: edc98590-7b97-4bfd-92e5-0bc9ca64b257 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8872 | 2024.07.30 01:35:15.153880 [ 3 ] {} <Debug> HTTP-Session: edc98590-7b97-4bfd-92e5-0bc9ca64b257 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8873 | 2024.07.30 01:35:15.153894 [ 3 ] {} <Debug> HTTP-Session: edc98590-7b97-4bfd-92e5-0bc9ca64b257 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8874 | 2024.07.30 01:35:15.153926 [ 3 ] {} <Trace> HTTP-Session: edc98590-7b97-4bfd-92e5-0bc9ca64b257 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8875 | 2024.07.30 01:35:15.154162 [ 3 ] {70733fcb-3ef8-4838-bf2a-0cc7cfffcc43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8876 | 2024.07.30 01:35:15.154207 [ 3 ] {70733fcb-3ef8-4838-bf2a-0cc7cfffcc43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8877 | 2024.07.30 01:35:15.154350 [ 3 ] {70733fcb-3ef8-4838-bf2a-0cc7cfffcc43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8878 | 2024.07.30 01:35:15.154924 [ 3 ] {70733fcb-3ef8-4838-bf2a-0cc7cfffcc43} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8879 | 2024.07.30 01:35:15.154961 [ 3 ] {70733fcb-3ef8-4838-bf2a-0cc7cfffcc43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8880 | 2024.07.30 01:35:15.155291 [ 3 ] {70733fcb-3ef8-4838-bf2a-0cc7cfffcc43} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8881 | 2024.07.30 01:35:15.155621 [ 3 ] {70733fcb-3ef8-4838-bf2a-0cc7cfffcc43} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8882 | 2024.07.30 01:35:15.155777 [ 3 ] {70733fcb-3ef8-4838-bf2a-0cc7cfffcc43} <Debug> executeQuery: Read 413 rows, 29.96 KiB in 0.001727 sec., 239143.02258251302 rows/sec., 16.94 MiB/sec. | ||
| 8883 | 2024.07.30 01:35:15.155948 [ 3 ] {70733fcb-3ef8-4838-bf2a-0cc7cfffcc43} <Debug> DynamicQueryHandler: Done processing query | ||
| 8884 | 2024.07.30 01:35:15.155972 [ 3 ] {70733fcb-3ef8-4838-bf2a-0cc7cfffcc43} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 8885 | 2024.07.30 01:35:15.155987 [ 3 ] {} <Debug> HTTP-Session: edc98590-7b97-4bfd-92e5-0bc9ca64b257 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8886 | 2024.07.30 01:35:15.156231 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8887 | 2024.07.30 01:35:15.156280 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8888 | 2024.07.30 01:35:15.156298 [ 3 ] {} <Debug> HTTP-Session: dbc63776-0012-490a-8ed0-31ac21662794 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8889 | 2024.07.30 01:35:15.156314 [ 3 ] {} <Debug> HTTP-Session: dbc63776-0012-490a-8ed0-31ac21662794 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8890 | 2024.07.30 01:35:15.156328 [ 3 ] {} <Debug> HTTP-Session: dbc63776-0012-490a-8ed0-31ac21662794 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8891 | 2024.07.30 01:35:15.156359 [ 3 ] {} <Trace> HTTP-Session: dbc63776-0012-490a-8ed0-31ac21662794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8892 | 2024.07.30 01:35:15.156456 [ 3 ] {c8e25c02-05b1-49f4-88db-6074207c5bda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 8893 | 2024.07.30 01:35:15.156502 [ 3 ] {c8e25c02-05b1-49f4-88db-6074207c5bda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8894 | 2024.07.30 01:35:15.156632 [ 3 ] {c8e25c02-05b1-49f4-88db-6074207c5bda} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8895 | 2024.07.30 01:35:15.156894 [ 3 ] {c8e25c02-05b1-49f4-88db-6074207c5bda} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8896 | 2024.07.30 01:35:15.156930 [ 3 ] {c8e25c02-05b1-49f4-88db-6074207c5bda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8897 | 2024.07.30 01:35:15.157291 [ 3 ] {c8e25c02-05b1-49f4-88db-6074207c5bda} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8898 | 2024.07.30 01:35:15.157624 [ 3 ] {c8e25c02-05b1-49f4-88db-6074207c5bda} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8899 | 2024.07.30 01:35:15.157778 [ 76 ] {} <Debug> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 8900 | 2024.07.30 01:35:15.157789 [ 3 ] {c8e25c02-05b1-49f4-88db-6074207c5bda} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001346 sec., 4457.652303120357 rows/sec., 191.54 KiB/sec. | ||
| 8901 | 2024.07.30 01:35:15.157828 [ 76 ] {} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8902 | 2024.07.30 01:35:15.157901 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8903 | 2024.07.30 01:35:15.158087 [ 196 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 8904 | 2024.07.30 01:35:15.158106 [ 3 ] {c8e25c02-05b1-49f4-88db-6074207c5bda} <Debug> DynamicQueryHandler: Done processing query | ||
| 8905 | 2024.07.30 01:35:15.158155 [ 3 ] {c8e25c02-05b1-49f4-88db-6074207c5bda} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 8906 | 2024.07.30 01:35:15.158190 [ 3 ] {} <Debug> HTTP-Session: dbc63776-0012-490a-8ed0-31ac21662794 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8907 | 2024.07.30 01:35:15.158301 [ 196 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8908 | 2024.07.30 01:35:15.158358 [ 196 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 8909 | 2024.07.30 01:35:15.158377 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8910 | 2024.07.30 01:35:15.158524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8911 | 2024.07.30 01:35:15.158602 [ 196 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 8912 | 2024.07.30 01:35:15.158618 [ 3 ] {} <Debug> HTTP-Session: 3eb5866a-1443-48ab-9bf6-f77558d73711 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8913 | 2024.07.30 01:35:15.158700 [ 3 ] {} <Debug> HTTP-Session: 3eb5866a-1443-48ab-9bf6-f77558d73711 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8914 | 2024.07.30 01:35:15.158748 [ 3 ] {} <Debug> HTTP-Session: 3eb5866a-1443-48ab-9bf6-f77558d73711 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8915 | 2024.07.30 01:35:15.158911 [ 3 ] {} <Trace> HTTP-Session: 3eb5866a-1443-48ab-9bf6-f77558d73711 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8916 | 2024.07.30 01:35:15.158904 [ 196 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 8917 | 2024.07.30 01:35:15.159113 [ 196 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 8918 | 2024.07.30 01:35:15.159222 [ 3 ] {2c8156dd-fc1a-42bb-b213-d2e0bc6648ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 8919 | 2024.07.30 01:35:15.159362 [ 196 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 8920 | 2024.07.30 01:35:15.159430 [ 3 ] {2c8156dd-fc1a-42bb-b213-d2e0bc6648ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 8921 | 2024.07.30 01:35:15.159749 [ 196 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 8922 | 2024.07.30 01:35:15.160517 [ 3 ] {2c8156dd-fc1a-42bb-b213-d2e0bc6648ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8923 | 2024.07.30 01:35:15.161264 [ 3 ] {2c8156dd-fc1a-42bb-b213-d2e0bc6648ec} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8924 | 2024.07.30 01:35:15.161330 [ 3 ] {2c8156dd-fc1a-42bb-b213-d2e0bc6648ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8925 | 2024.07.30 01:35:15.162489 [ 3 ] {2c8156dd-fc1a-42bb-b213-d2e0bc6648ec} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8926 | 2024.07.30 01:35:15.162627 [ 190 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.004620467 sec., 33762.82094428983 rows/sec., 1.42 MiB/sec. | ||
| 8927 | 2024.07.30 01:35:15.163030 [ 190 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 8928 | 2024.07.30 01:35:15.163275 [ 3 ] {2c8156dd-fc1a-42bb-b213-d2e0bc6648ec} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8929 | 2024.07.30 01:35:15.163535 [ 76 ] {} <Debug> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 8930 | 2024.07.30 01:35:15.163643 [ 76 ] {} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8931 | 2024.07.30 01:35:15.163670 [ 3 ] {2c8156dd-fc1a-42bb-b213-d2e0bc6648ec} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004561 sec., 16882.262661696997 rows/sec., 1.04 MiB/sec. | ||
| 8932 | 2024.07.30 01:35:15.163741 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8933 | 2024.07.30 01:35:15.164355 [ 195 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 8934 | 2024.07.30 01:35:15.164452 [ 3 ] {2c8156dd-fc1a-42bb-b213-d2e0bc6648ec} <Debug> DynamicQueryHandler: Done processing query | ||
| 8935 | 2024.07.30 01:35:15.164523 [ 3 ] {2c8156dd-fc1a-42bb-b213-d2e0bc6648ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8936 | 2024.07.30 01:35:15.164575 [ 3 ] {} <Debug> HTTP-Session: 3eb5866a-1443-48ab-9bf6-f77558d73711 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8937 | 2024.07.30 01:35:15.164724 [ 195 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8938 | 2024.07.30 01:35:15.164736 [ 190 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_26_5} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8939 | 2024.07.30 01:35:15.164797 [ 195 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 8940 | 2024.07.30 01:35:15.164832 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8941 | 2024.07.30 01:35:15.165034 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8942 | 2024.07.30 01:35:15.165084 [ 190 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_26_5} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 8943 | 2024.07.30 01:35:15.165152 [ 3 ] {} <Debug> HTTP-Session: e604f2f7-67f9-4178-9aab-bbebec24ffd8 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8944 | 2024.07.30 01:35:15.165232 [ 195 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 8945 | 2024.07.30 01:35:15.165250 [ 3 ] {} <Debug> HTTP-Session: e604f2f7-67f9-4178-9aab-bbebec24ffd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8946 | 2024.07.30 01:35:15.165343 [ 3 ] {} <Debug> HTTP-Session: e604f2f7-67f9-4178-9aab-bbebec24ffd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8947 | 2024.07.30 01:35:15.165547 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8948 | 2024.07.30 01:35:15.165575 [ 3 ] {} <Trace> HTTP-Session: e604f2f7-67f9-4178-9aab-bbebec24ffd8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8949 | 2024.07.30 01:35:15.165866 [ 195 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 8950 | 2024.07.30 01:35:15.165978 [ 195 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 8951 | 2024.07.30 01:35:15.166016 [ 3 ] {12f0a723-0989-483e-b971-fc0b26a9b4f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8952 | 2024.07.30 01:35:15.166207 [ 3 ] {12f0a723-0989-483e-b971-fc0b26a9b4f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8953 | 2024.07.30 01:35:15.166242 [ 195 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 8954 | 2024.07.30 01:35:15.166546 [ 195 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 8955 | 2024.07.30 01:35:15.166876 [ 3 ] {12f0a723-0989-483e-b971-fc0b26a9b4f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8956 | 2024.07.30 01:35:15.167451 [ 3 ] {12f0a723-0989-483e-b971-fc0b26a9b4f9} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8957 | 2024.07.30 01:35:15.167488 [ 3 ] {12f0a723-0989-483e-b971-fc0b26a9b4f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 8958 | 2024.07.30 01:35:15.168049 [ 3 ] {12f0a723-0989-483e-b971-fc0b26a9b4f9} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8959 | 2024.07.30 01:35:15.168535 [ 3 ] {12f0a723-0989-483e-b971-fc0b26a9b4f9} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8960 | 2024.07.30 01:35:15.168594 [ 192 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2002 rows, containing 5 columns (5 merged, 0 gathered) in 0.004642938 sec., 431192.4906169326 rows/sec., 26.55 MiB/sec. | ||
| 8961 | 2024.07.30 01:35:15.168767 [ 3 ] {12f0a723-0989-483e-b971-fc0b26a9b4f9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002872 sec., 55710.30640668524 rows/sec., 3.88 MiB/sec. | ||
| 8962 | 2024.07.30 01:35:15.168935 [ 192 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 8963 | 2024.07.30 01:35:15.169083 [ 3 ] {12f0a723-0989-483e-b971-fc0b26a9b4f9} <Debug> DynamicQueryHandler: Done processing query | ||
| 8964 | 2024.07.30 01:35:15.169121 [ 3 ] {12f0a723-0989-483e-b971-fc0b26a9b4f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8965 | 2024.07.30 01:35:15.169152 [ 3 ] {} <Debug> HTTP-Session: e604f2f7-67f9-4178-9aab-bbebec24ffd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8966 | 2024.07.30 01:35:15.169395 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 50149, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8967 | 2024.07.30 01:35:15.169489 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8968 | 2024.07.30 01:35:15.169517 [ 3 ] {} <Debug> HTTP-Session: 9aa61d59-f0d4-4b89-a7b0-4292221cd1c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8969 | 2024.07.30 01:35:15.169558 [ 3 ] {} <Debug> HTTP-Session: 9aa61d59-f0d4-4b89-a7b0-4292221cd1c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8970 | 2024.07.30 01:35:15.169578 [ 192 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_26_5} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8971 | 2024.07.30 01:35:15.169589 [ 3 ] {} <Debug> HTTP-Session: 9aa61d59-f0d4-4b89-a7b0-4292221cd1c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8972 | 2024.07.30 01:35:15.169684 [ 3 ] {} <Trace> HTTP-Session: 9aa61d59-f0d4-4b89-a7b0-4292221cd1c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8973 | 2024.07.30 01:35:15.169773 [ 192 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_26_5} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 8974 | 2024.07.30 01:35:15.169935 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 8975 | 2024.07.30 01:35:15.170096 [ 3 ] {b6ebc4fd-fa72-4ecd-961d-dd576bb73115} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 8976 | 2024.07.30 01:35:15.170172 [ 3 ] {b6ebc4fd-fa72-4ecd-961d-dd576bb73115} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 8977 | 2024.07.30 01:35:15.170597 [ 3 ] {b6ebc4fd-fa72-4ecd-961d-dd576bb73115} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8978 | 2024.07.30 01:35:15.171354 [ 3 ] {b6ebc4fd-fa72-4ecd-961d-dd576bb73115} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8979 | 2024.07.30 01:35:15.171392 [ 3 ] {b6ebc4fd-fa72-4ecd-961d-dd576bb73115} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8980 | 2024.07.30 01:35:15.172025 [ 3 ] {b6ebc4fd-fa72-4ecd-961d-dd576bb73115} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 8981 | 2024.07.30 01:35:15.172449 [ 3 ] {b6ebc4fd-fa72-4ecd-961d-dd576bb73115} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8982 | 2024.07.30 01:35:15.172633 [ 76 ] {} <Debug> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 8983 | 2024.07.30 01:35:15.172645 [ 3 ] {b6ebc4fd-fa72-4ecd-961d-dd576bb73115} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002801 sec., 11067.475901463762 rows/sec., 19.83 MiB/sec. | ||
| 8984 | 2024.07.30 01:35:15.172688 [ 76 ] {} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8985 | 2024.07.30 01:35:15.172768 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8986 | 2024.07.30 01:35:15.173187 [ 195 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::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 | ||
| 8987 | 2024.07.30 01:35:15.173538 [ 3 ] {b6ebc4fd-fa72-4ecd-961d-dd576bb73115} <Debug> DynamicQueryHandler: Done processing query | ||
| 8988 | 2024.07.30 01:35:15.173621 [ 3 ] {b6ebc4fd-fa72-4ecd-961d-dd576bb73115} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 8989 | 2024.07.30 01:35:15.173690 [ 3 ] {} <Debug> HTTP-Session: 9aa61d59-f0d4-4b89-a7b0-4292221cd1c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8990 | 2024.07.30 01:35:15.173879 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8991 | 2024.07.30 01:35:15.173953 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8992 | 2024.07.30 01:35:15.173988 [ 3 ] {} <Debug> HTTP-Session: 2fa9b2eb-2186-4695-bef8-01e0e6386e7b Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 8993 | 2024.07.30 01:35:15.174010 [ 195 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8994 | 2024.07.30 01:35:15.174015 [ 3 ] {} <Debug> HTTP-Session: 2fa9b2eb-2186-4695-bef8-01e0e6386e7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8995 | 2024.07.30 01:35:15.174048 [ 3 ] {} <Debug> HTTP-Session: 2fa9b2eb-2186-4695-bef8-01e0e6386e7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8996 | 2024.07.30 01:35:15.174089 [ 195 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 496 rows starting from the beginning of the part | ||
| 8997 | 2024.07.30 01:35:15.174096 [ 3 ] {} <Trace> HTTP-Session: 2fa9b2eb-2186-4695-bef8-01e0e6386e7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8998 | 2024.07.30 01:35:15.174288 [ 3 ] {8587cf80-352b-49de-b260-57abbe296bab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8999 | 2024.07.30 01:35:15.174389 [ 3 ] {8587cf80-352b-49de-b260-57abbe296bab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 9000 | 2024.07.30 01:35:15.174440 [ 195 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 31 rows starting from the beginning of the part | ||
| 9001 | 2024.07.30 01:35:15.174858 [ 3 ] {8587cf80-352b-49de-b260-57abbe296bab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9002 | 2024.07.30 01:35:15.174918 [ 195 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 31 rows starting from the beginning of the part | ||
| 9003 | 2024.07.30 01:35:15.175268 [ 195 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 31 rows starting from the beginning of the part | ||
| 9004 | 2024.07.30 01:35:15.175659 [ 3 ] {8587cf80-352b-49de-b260-57abbe296bab} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9005 | 2024.07.30 01:35:15.175684 [ 195 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 31 rows starting from the beginning of the part | ||
| 9006 | 2024.07.30 01:35:15.175702 [ 3 ] {8587cf80-352b-49de-b260-57abbe296bab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9007 | 2024.07.30 01:35:15.176209 [ 195 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 31 rows starting from the beginning of the part | ||
| 9008 | 2024.07.30 01:35:15.176798 [ 3 ] {8587cf80-352b-49de-b260-57abbe296bab} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 9009 | 2024.07.30 01:35:15.177311 [ 3 ] {8587cf80-352b-49de-b260-57abbe296bab} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9010 | 2024.07.30 01:35:15.177555 [ 76 ] {} <Debug> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 9011 | 2024.07.30 01:35:15.177576 [ 3 ] {8587cf80-352b-49de-b260-57abbe296bab} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.003368 sec., 6828.9786223277915 rows/sec., 369.40 KiB/sec. | ||
| 9012 | 2024.07.30 01:35:15.177616 [ 76 ] {} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9013 | 2024.07.30 01:35:15.177705 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9014 | 2024.07.30 01:35:15.177996 [ 3 ] {8587cf80-352b-49de-b260-57abbe296bab} <Debug> DynamicQueryHandler: Done processing query | ||
| 9015 | 2024.07.30 01:35:15.178050 [ 3 ] {8587cf80-352b-49de-b260-57abbe296bab} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 9016 | 2024.07.30 01:35:15.178058 [ 192 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::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 | ||
| 9017 | 2024.07.30 01:35:15.178083 [ 3 ] {} <Debug> HTTP-Session: 2fa9b2eb-2186-4695-bef8-01e0e6386e7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9018 | 2024.07.30 01:35:15.178371 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9019 | 2024.07.30 01:35:15.178557 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9020 | 2024.07.30 01:35:15.178644 [ 3 ] {} <Debug> HTTP-Session: 9f2abce3-44d7-4e54-9174-5d53e90a77bf Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9021 | 2024.07.30 01:35:15.178718 [ 3 ] {} <Debug> HTTP-Session: 9f2abce3-44d7-4e54-9174-5d53e90a77bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9022 | 2024.07.30 01:35:15.178783 [ 3 ] {} <Debug> HTTP-Session: 9f2abce3-44d7-4e54-9174-5d53e90a77bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9023 | 2024.07.30 01:35:15.178770 [ 192 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9024 | 2024.07.30 01:35:15.178885 [ 3 ] {} <Trace> HTTP-Session: 9f2abce3-44d7-4e54-9174-5d53e90a77bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9025 | 2024.07.30 01:35:15.178932 [ 192 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 510 rows starting from the beginning of the part | ||
| 9026 | 2024.07.30 01:35:15.179358 [ 3 ] {6f45db8f-6eb1-4019-bab0-577389fce67e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9027 | 2024.07.30 01:35:15.179392 [ 192 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::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 | ||
| 9028 | 2024.07.30 01:35:15.179560 [ 3 ] {6f45db8f-6eb1-4019-bab0-577389fce67e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9029 | 2024.07.30 01:35:15.179980 [ 192 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::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 | ||
| 9030 | 2024.07.30 01:35:15.180493 [ 192 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::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 | ||
| 9031 | 2024.07.30 01:35:15.181058 [ 192 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::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 | ||
| 9032 | 2024.07.30 01:35:15.181609 [ 192 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::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 | ||
| 9033 | 2024.07.30 01:35:15.181675 [ 3 ] {6f45db8f-6eb1-4019-bab0-577389fce67e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9034 | 2024.07.30 01:35:15.183354 [ 3 ] {6f45db8f-6eb1-4019-bab0-577389fce67e} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9035 | 2024.07.30 01:35:15.183447 [ 3 ] {6f45db8f-6eb1-4019-bab0-577389fce67e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9036 | 2024.07.30 01:35:15.185140 [ 3 ] {6f45db8f-6eb1-4019-bab0-577389fce67e} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 9037 | 2024.07.30 01:35:15.186893 [ 3 ] {6f45db8f-6eb1-4019-bab0-577389fce67e} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9038 | 2024.07.30 01:35:15.187465 [ 3 ] {6f45db8f-6eb1-4019-bab0-577389fce67e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.008363 sec., 7174.458926222647 rows/sec., 495.11 KiB/sec. | ||
| 9039 | 2024.07.30 01:35:15.188241 [ 3 ] {6f45db8f-6eb1-4019-bab0-577389fce67e} <Debug> DynamicQueryHandler: Done processing query | ||
| 9040 | 2024.07.30 01:35:15.188259 [ 192 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 625 rows, containing 4 columns (4 merged, 0 gathered) in 0.010409866 sec., 60039.197430591325 rows/sec., 3.22 MiB/sec. | ||
| 9041 | 2024.07.30 01:35:15.188291 [ 3 ] {6f45db8f-6eb1-4019-bab0-577389fce67e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9042 | 2024.07.30 01:35:15.188364 [ 3 ] {} <Debug> HTTP-Session: 9f2abce3-44d7-4e54-9174-5d53e90a77bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9043 | 2024.07.30 01:35:15.188677 [ 192 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 9044 | 2024.07.30 01:35:15.189251 [ 192 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_26_5} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9045 | 2024.07.30 01:35:15.189480 [ 192 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_26_5} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 9046 | 2024.07.30 01:35:15.189595 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 9047 | 2024.07.30 01:35:15.200143 [ 193 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 651 rows, containing 19 columns (19 merged, 0 gathered) in 0.027223967 sec., 23912.75305321961 rows/sec., 42.85 MiB/sec. | ||
| 9048 | 2024.07.30 01:35:15.200972 [ 199 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 9049 | 2024.07.30 01:35:15.201553 [ 199 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9050 | 2024.07.30 01:35:15.201631 [ 199 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 9051 | 2024.07.30 01:35:15.201743 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.56 MiB. | ||
| 9052 | 2024.07.30 01:35:20.141745 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 7845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9053 | 2024.07.30 01:35:20.141888 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9054 | 2024.07.30 01:35:20.141917 [ 3 ] {} <Debug> HTTP-Session: 555353e8-e9d0-4f68-bcca-e8aeb78728c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9055 | 2024.07.30 01:35:20.141943 [ 3 ] {} <Debug> HTTP-Session: 555353e8-e9d0-4f68-bcca-e8aeb78728c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9056 | 2024.07.30 01:35:20.141961 [ 3 ] {} <Debug> HTTP-Session: 555353e8-e9d0-4f68-bcca-e8aeb78728c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9057 | 2024.07.30 01:35:20.142015 [ 3 ] {} <Trace> HTTP-Session: 555353e8-e9d0-4f68-bcca-e8aeb78728c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9058 | 2024.07.30 01:35:20.142240 [ 3 ] {39479607-61a4-422b-b7ef-f0736e7437d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9059 | 2024.07.30 01:35:20.142314 [ 3 ] {39479607-61a4-422b-b7ef-f0736e7437d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9060 | 2024.07.30 01:35:20.142527 [ 3 ] {39479607-61a4-422b-b7ef-f0736e7437d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9061 | 2024.07.30 01:35:20.143060 [ 3 ] {39479607-61a4-422b-b7ef-f0736e7437d0} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9062 | 2024.07.30 01:35:20.143102 [ 3 ] {39479607-61a4-422b-b7ef-f0736e7437d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9063 | 2024.07.30 01:35:20.143471 [ 3 ] {39479607-61a4-422b-b7ef-f0736e7437d0} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 9064 | 2024.07.30 01:35:20.143813 [ 3 ] {39479607-61a4-422b-b7ef-f0736e7437d0} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9065 | 2024.07.30 01:35:20.143969 [ 3 ] {39479607-61a4-422b-b7ef-f0736e7437d0} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001803 sec., 31059.34553521908 rows/sec., 2.39 MiB/sec. | ||
| 9066 | 2024.07.30 01:35:20.144190 [ 3 ] {39479607-61a4-422b-b7ef-f0736e7437d0} <Debug> DynamicQueryHandler: Done processing query | ||
| 9067 | 2024.07.30 01:35:20.144217 [ 3 ] {39479607-61a4-422b-b7ef-f0736e7437d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9068 | 2024.07.30 01:35:20.144232 [ 3 ] {} <Debug> HTTP-Session: 555353e8-e9d0-4f68-bcca-e8aeb78728c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9069 | 2024.07.30 01:35:20.144430 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 10894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9070 | 2024.07.30 01:35:20.144478 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9071 | 2024.07.30 01:35:20.144497 [ 3 ] {} <Debug> HTTP-Session: 88981ca0-1fb0-4d7c-b21a-c75957fe79d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9072 | 2024.07.30 01:35:20.144513 [ 3 ] {} <Debug> HTTP-Session: 88981ca0-1fb0-4d7c-b21a-c75957fe79d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9073 | 2024.07.30 01:35:20.144527 [ 3 ] {} <Debug> HTTP-Session: 88981ca0-1fb0-4d7c-b21a-c75957fe79d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9074 | 2024.07.30 01:35:20.144557 [ 3 ] {} <Trace> HTTP-Session: 88981ca0-1fb0-4d7c-b21a-c75957fe79d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9075 | 2024.07.30 01:35:20.144673 [ 3 ] {bea28e0a-b5cd-4309-8ca6-cced296a9a96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9076 | 2024.07.30 01:35:20.144714 [ 3 ] {bea28e0a-b5cd-4309-8ca6-cced296a9a96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9077 | 2024.07.30 01:35:20.144841 [ 3 ] {bea28e0a-b5cd-4309-8ca6-cced296a9a96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9078 | 2024.07.30 01:35:20.145196 [ 3 ] {bea28e0a-b5cd-4309-8ca6-cced296a9a96} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9079 | 2024.07.30 01:35:20.145233 [ 3 ] {bea28e0a-b5cd-4309-8ca6-cced296a9a96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9080 | 2024.07.30 01:35:20.145538 [ 3 ] {bea28e0a-b5cd-4309-8ca6-cced296a9a96} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 9081 | 2024.07.30 01:35:20.145845 [ 3 ] {bea28e0a-b5cd-4309-8ca6-cced296a9a96} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9082 | 2024.07.30 01:35:20.145990 [ 3 ] {bea28e0a-b5cd-4309-8ca6-cced296a9a96} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001352 sec., 47337.27810650888 rows/sec., 3.69 MiB/sec. | ||
| 9083 | 2024.07.30 01:35:20.146163 [ 3 ] {bea28e0a-b5cd-4309-8ca6-cced296a9a96} <Debug> DynamicQueryHandler: Done processing query | ||
| 9084 | 2024.07.30 01:35:20.146188 [ 3 ] {bea28e0a-b5cd-4309-8ca6-cced296a9a96} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 9085 | 2024.07.30 01:35:20.146203 [ 3 ] {} <Debug> HTTP-Session: 88981ca0-1fb0-4d7c-b21a-c75957fe79d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9086 | 2024.07.30 01:35:20.146394 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9087 | 2024.07.30 01:35:20.146442 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9088 | 2024.07.30 01:35:20.146460 [ 3 ] {} <Debug> HTTP-Session: 8b4f9b0f-5b69-4b5b-b864-3cb35b3d8237 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9089 | 2024.07.30 01:35:20.146476 [ 3 ] {} <Debug> HTTP-Session: 8b4f9b0f-5b69-4b5b-b864-3cb35b3d8237 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9090 | 2024.07.30 01:35:20.146489 [ 3 ] {} <Debug> HTTP-Session: 8b4f9b0f-5b69-4b5b-b864-3cb35b3d8237 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9091 | 2024.07.30 01:35:20.146522 [ 3 ] {} <Trace> HTTP-Session: 8b4f9b0f-5b69-4b5b-b864-3cb35b3d8237 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9092 | 2024.07.30 01:35:20.146677 [ 3 ] {9ca9bc5e-18a6-4440-b800-5cd636f8bc51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9093 | 2024.07.30 01:35:20.146723 [ 3 ] {9ca9bc5e-18a6-4440-b800-5cd636f8bc51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9094 | 2024.07.30 01:35:20.146870 [ 3 ] {9ca9bc5e-18a6-4440-b800-5cd636f8bc51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9095 | 2024.07.30 01:35:20.147254 [ 3 ] {9ca9bc5e-18a6-4440-b800-5cd636f8bc51} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9096 | 2024.07.30 01:35:20.147290 [ 3 ] {9ca9bc5e-18a6-4440-b800-5cd636f8bc51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9097 | 2024.07.30 01:35:20.147683 [ 3 ] {9ca9bc5e-18a6-4440-b800-5cd636f8bc51} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 9098 | 2024.07.30 01:35:20.148021 [ 3 ] {9ca9bc5e-18a6-4440-b800-5cd636f8bc51} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9099 | 2024.07.30 01:35:20.148183 [ 3 ] {9ca9bc5e-18a6-4440-b800-5cd636f8bc51} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00156 sec., 102564.10256410256 rows/sec., 7.14 MiB/sec. | ||
| 9100 | 2024.07.30 01:35:20.148451 [ 3 ] {9ca9bc5e-18a6-4440-b800-5cd636f8bc51} <Debug> DynamicQueryHandler: Done processing query | ||
| 9101 | 2024.07.30 01:35:20.148504 [ 3 ] {9ca9bc5e-18a6-4440-b800-5cd636f8bc51} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 9102 | 2024.07.30 01:35:20.148566 [ 3 ] {} <Debug> HTTP-Session: 8b4f9b0f-5b69-4b5b-b864-3cb35b3d8237 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9103 | 2024.07.30 01:35:20.148790 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9104 | 2024.07.30 01:35:20.148843 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9105 | 2024.07.30 01:35:20.148861 [ 3 ] {} <Debug> HTTP-Session: 947fcf0b-d98e-420b-829b-1becba28fba2 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9106 | 2024.07.30 01:35:20.148877 [ 3 ] {} <Debug> HTTP-Session: 947fcf0b-d98e-420b-829b-1becba28fba2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9107 | 2024.07.30 01:35:20.148890 [ 3 ] {} <Debug> HTTP-Session: 947fcf0b-d98e-420b-829b-1becba28fba2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9108 | 2024.07.30 01:35:20.148921 [ 3 ] {} <Trace> HTTP-Session: 947fcf0b-d98e-420b-829b-1becba28fba2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9109 | 2024.07.30 01:35:20.149035 [ 3 ] {98638a5a-257a-4410-b11b-877e6ac64196} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9110 | 2024.07.30 01:35:20.149082 [ 3 ] {98638a5a-257a-4410-b11b-877e6ac64196} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9111 | 2024.07.30 01:35:20.149226 [ 3 ] {98638a5a-257a-4410-b11b-877e6ac64196} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9112 | 2024.07.30 01:35:20.149539 [ 3 ] {98638a5a-257a-4410-b11b-877e6ac64196} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9113 | 2024.07.30 01:35:20.149575 [ 3 ] {98638a5a-257a-4410-b11b-877e6ac64196} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9114 | 2024.07.30 01:35:20.149931 [ 3 ] {98638a5a-257a-4410-b11b-877e6ac64196} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 9115 | 2024.07.30 01:35:20.150254 [ 3 ] {98638a5a-257a-4410-b11b-877e6ac64196} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9116 | 2024.07.30 01:35:20.150416 [ 3 ] {98638a5a-257a-4410-b11b-877e6ac64196} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00141 sec., 42553.1914893617 rows/sec., 2.87 MiB/sec. | ||
| 9117 | 2024.07.30 01:35:20.150693 [ 3 ] {98638a5a-257a-4410-b11b-877e6ac64196} <Debug> DynamicQueryHandler: Done processing query | ||
| 9118 | 2024.07.30 01:35:20.150755 [ 3 ] {98638a5a-257a-4410-b11b-877e6ac64196} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9119 | 2024.07.30 01:35:20.150808 [ 3 ] {} <Debug> HTTP-Session: 947fcf0b-d98e-420b-829b-1becba28fba2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9120 | 2024.07.30 01:35:21.467540 [ 60 ] {} <Debug> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 9121 | 2024.07.30 01:35:21.467603 [ 60 ] {} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9122 | 2024.07.30 01:35:21.467625 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9123 | 2024.07.30 01:35:21.467848 [ 191 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full | ||
| 9124 | 2024.07.30 01:35:21.468036 [ 191 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9125 | 2024.07.30 01:35:21.468077 [ 191 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 16 rows starting from the beginning of the part | ||
| 9126 | 2024.07.30 01:35:21.468162 [ 191 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 9127 | 2024.07.30 01:35:21.468279 [ 191 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 4 rows starting from the beginning of the part | ||
| 9128 | 2024.07.30 01:35:21.468383 [ 191 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part | ||
| 9129 | 2024.07.30 01:35:21.468480 [ 191 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
| 9130 | 2024.07.30 01:35:21.469396 [ 193 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.001678217 sec., 19067.85594473182 rows/sec., 1.30 MiB/sec. | ||
| 9131 | 2024.07.30 01:35:21.469602 [ 193 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 9132 | 2024.07.30 01:35:21.470041 [ 193 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_15_3} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9133 | 2024.07.30 01:35:21.470130 [ 193 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_15_3} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 9134 | 2024.07.30 01:35:21.470231 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 9135 | 2024.07.30 01:35:21.594175 [ 60 ] {} <Debug> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 9136 | 2024.07.30 01:35:21.594250 [ 60 ] {} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9137 | 2024.07.30 01:35:21.594287 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9138 | 2024.07.30 01:35:21.594511 [ 201 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full | ||
| 9139 | 2024.07.30 01:35:21.594864 [ 201 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9140 | 2024.07.30 01:35:21.594906 [ 201 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 16 rows starting from the beginning of the part | ||
| 9141 | 2024.07.30 01:35:21.595001 [ 201 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 9142 | 2024.07.30 01:35:21.595229 [ 201 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 4 rows starting from the beginning of the part | ||
| 9143 | 2024.07.30 01:35:21.595386 [ 201 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part | ||
| 9144 | 2024.07.30 01:35:21.595534 [ 201 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
| 9145 | 2024.07.30 01:35:21.596531 [ 193 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.002165692 sec., 14775.877640957257 rows/sec., 1.18 MiB/sec. | ||
| 9146 | 2024.07.30 01:35:21.596685 [ 199 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 9147 | 2024.07.30 01:35:21.597146 [ 199 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_15_3} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9148 | 2024.07.30 01:35:21.597248 [ 199 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_15_3} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 9149 | 2024.07.30 01:35:21.597351 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 9150 | 2024.07.30 01:35:25.146483 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 5193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9151 | 2024.07.30 01:35:25.146711 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9152 | 2024.07.30 01:35:25.146757 [ 3 ] {} <Debug> HTTP-Session: d18444a6-49c9-4fe7-824a-a61f8cee76c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9153 | 2024.07.30 01:35:25.146788 [ 3 ] {} <Debug> HTTP-Session: d18444a6-49c9-4fe7-824a-a61f8cee76c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9154 | 2024.07.30 01:35:25.146805 [ 3 ] {} <Debug> HTTP-Session: d18444a6-49c9-4fe7-824a-a61f8cee76c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9155 | 2024.07.30 01:35:25.146860 [ 3 ] {} <Trace> HTTP-Session: d18444a6-49c9-4fe7-824a-a61f8cee76c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9156 | 2024.07.30 01:35:25.147070 [ 3 ] {f8249c59-a5cd-447e-a922-3cc7456ca48c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 9157 | 2024.07.30 01:35:25.147136 [ 3 ] {f8249c59-a5cd-447e-a922-3cc7456ca48c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 9158 | 2024.07.30 01:35:25.147324 [ 3 ] {f8249c59-a5cd-447e-a922-3cc7456ca48c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9159 | 2024.07.30 01:35:25.147789 [ 3 ] {f8249c59-a5cd-447e-a922-3cc7456ca48c} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9160 | 2024.07.30 01:35:25.147830 [ 3 ] {f8249c59-a5cd-447e-a922-3cc7456ca48c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9161 | 2024.07.30 01:35:25.148201 [ 3 ] {f8249c59-a5cd-447e-a922-3cc7456ca48c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 9162 | 2024.07.30 01:35:25.148545 [ 3 ] {f8249c59-a5cd-447e-a922-3cc7456ca48c} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9163 | 2024.07.30 01:35:25.148686 [ 3 ] {f8249c59-a5cd-447e-a922-3cc7456ca48c} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001679 sec., 22036.926742108397 rows/sec., 1.66 MiB/sec. | ||
| 9164 | 2024.07.30 01:35:25.148885 [ 3 ] {f8249c59-a5cd-447e-a922-3cc7456ca48c} <Debug> DynamicQueryHandler: Done processing query | ||
| 9165 | 2024.07.30 01:35:25.148911 [ 3 ] {f8249c59-a5cd-447e-a922-3cc7456ca48c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9166 | 2024.07.30 01:35:25.148928 [ 3 ] {} <Debug> HTTP-Session: d18444a6-49c9-4fe7-824a-a61f8cee76c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9167 | 2024.07.30 01:35:25.149160 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 38407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9168 | 2024.07.30 01:35:25.149216 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9169 | 2024.07.30 01:35:25.149236 [ 3 ] {} <Debug> HTTP-Session: 4bdcb4ae-0fe1-4236-b852-a7c1e4746c3e Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9170 | 2024.07.30 01:35:25.149252 [ 3 ] {} <Debug> HTTP-Session: 4bdcb4ae-0fe1-4236-b852-a7c1e4746c3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9171 | 2024.07.30 01:35:25.149265 [ 3 ] {} <Debug> HTTP-Session: 4bdcb4ae-0fe1-4236-b852-a7c1e4746c3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9172 | 2024.07.30 01:35:25.149296 [ 3 ] {} <Trace> HTTP-Session: 4bdcb4ae-0fe1-4236-b852-a7c1e4746c3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9173 | 2024.07.30 01:35:25.149474 [ 3 ] {c2922a1e-4517-4512-a292-7b85a79a99ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9174 | 2024.07.30 01:35:25.149518 [ 3 ] {c2922a1e-4517-4512-a292-7b85a79a99ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9175 | 2024.07.30 01:35:25.149643 [ 3 ] {c2922a1e-4517-4512-a292-7b85a79a99ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9176 | 2024.07.30 01:35:25.150179 [ 3 ] {c2922a1e-4517-4512-a292-7b85a79a99ba} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9177 | 2024.07.30 01:35:25.150216 [ 3 ] {c2922a1e-4517-4512-a292-7b85a79a99ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9178 | 2024.07.30 01:35:25.150552 [ 3 ] {c2922a1e-4517-4512-a292-7b85a79a99ba} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 9179 | 2024.07.30 01:35:25.150873 [ 3 ] {c2922a1e-4517-4512-a292-7b85a79a99ba} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9180 | 2024.07.30 01:35:25.150999 [ 3 ] {c2922a1e-4517-4512-a292-7b85a79a99ba} <Debug> executeQuery: Read 254 rows, 22.97 KiB in 0.001612 sec., 157568.2382133995 rows/sec., 13.91 MiB/sec. | ||
| 9181 | 2024.07.30 01:35:25.151247 [ 3 ] {c2922a1e-4517-4512-a292-7b85a79a99ba} <Debug> DynamicQueryHandler: Done processing query | ||
| 9182 | 2024.07.30 01:35:25.151315 [ 3 ] {c2922a1e-4517-4512-a292-7b85a79a99ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 9183 | 2024.07.30 01:35:25.151373 [ 3 ] {} <Debug> HTTP-Session: 4bdcb4ae-0fe1-4236-b852-a7c1e4746c3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9184 | 2024.07.30 01:35:25.151622 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 66831, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9185 | 2024.07.30 01:35:25.151679 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9186 | 2024.07.30 01:35:25.151699 [ 3 ] {} <Debug> HTTP-Session: 68b57caf-e98f-4353-a5f0-0c8beeb9355a Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9187 | 2024.07.30 01:35:25.151716 [ 3 ] {} <Debug> HTTP-Session: 68b57caf-e98f-4353-a5f0-0c8beeb9355a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9188 | 2024.07.30 01:35:25.151730 [ 3 ] {} <Debug> HTTP-Session: 68b57caf-e98f-4353-a5f0-0c8beeb9355a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9189 | 2024.07.30 01:35:25.151760 [ 3 ] {} <Trace> HTTP-Session: 68b57caf-e98f-4353-a5f0-0c8beeb9355a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9190 | 2024.07.30 01:35:25.151992 [ 3 ] {8b27ecc7-9dd1-465d-8083-8e1f3503d232} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9191 | 2024.07.30 01:35:25.152036 [ 3 ] {8b27ecc7-9dd1-465d-8083-8e1f3503d232} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9192 | 2024.07.30 01:35:25.152202 [ 3 ] {8b27ecc7-9dd1-465d-8083-8e1f3503d232} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9193 | 2024.07.30 01:35:25.152917 [ 3 ] {8b27ecc7-9dd1-465d-8083-8e1f3503d232} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9194 | 2024.07.30 01:35:25.152966 [ 3 ] {8b27ecc7-9dd1-465d-8083-8e1f3503d232} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9195 | 2024.07.30 01:35:25.153328 [ 3 ] {8b27ecc7-9dd1-465d-8083-8e1f3503d232} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 9196 | 2024.07.30 01:35:25.153659 [ 3 ] {8b27ecc7-9dd1-465d-8083-8e1f3503d232} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9197 | 2024.07.30 01:35:25.153792 [ 3 ] {8b27ecc7-9dd1-465d-8083-8e1f3503d232} <Debug> executeQuery: Read 413 rows, 29.96 KiB in 0.00192 sec., 215104.16666666666 rows/sec., 15.24 MiB/sec. | ||
| 9198 | 2024.07.30 01:35:25.153964 [ 3 ] {8b27ecc7-9dd1-465d-8083-8e1f3503d232} <Debug> DynamicQueryHandler: Done processing query | ||
| 9199 | 2024.07.30 01:35:25.153988 [ 3 ] {8b27ecc7-9dd1-465d-8083-8e1f3503d232} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 9200 | 2024.07.30 01:35:25.154004 [ 3 ] {} <Debug> HTTP-Session: 68b57caf-e98f-4353-a5f0-0c8beeb9355a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9201 | 2024.07.30 01:35:25.154147 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9202 | 2024.07.30 01:35:25.154197 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9203 | 2024.07.30 01:35:25.154216 [ 3 ] {} <Debug> HTTP-Session: a53ad6b8-3041-4b53-84d6-3b8c5b2dae38 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9204 | 2024.07.30 01:35:25.154231 [ 3 ] {} <Debug> HTTP-Session: a53ad6b8-3041-4b53-84d6-3b8c5b2dae38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9205 | 2024.07.30 01:35:25.154245 [ 3 ] {} <Debug> HTTP-Session: a53ad6b8-3041-4b53-84d6-3b8c5b2dae38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9206 | 2024.07.30 01:35:25.154275 [ 3 ] {} <Trace> HTTP-Session: a53ad6b8-3041-4b53-84d6-3b8c5b2dae38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9207 | 2024.07.30 01:35:25.154369 [ 3 ] {3740b086-20a8-4862-92ca-659adb20f16c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 9208 | 2024.07.30 01:35:25.154413 [ 3 ] {3740b086-20a8-4862-92ca-659adb20f16c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9209 | 2024.07.30 01:35:25.154542 [ 3 ] {3740b086-20a8-4862-92ca-659adb20f16c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9210 | 2024.07.30 01:35:25.154841 [ 3 ] {3740b086-20a8-4862-92ca-659adb20f16c} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9211 | 2024.07.30 01:35:25.154876 [ 3 ] {3740b086-20a8-4862-92ca-659adb20f16c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9212 | 2024.07.30 01:35:25.155240 [ 3 ] {3740b086-20a8-4862-92ca-659adb20f16c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 9213 | 2024.07.30 01:35:25.155567 [ 3 ] {3740b086-20a8-4862-92ca-659adb20f16c} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9214 | 2024.07.30 01:35:25.155696 [ 3 ] {3740b086-20a8-4862-92ca-659adb20f16c} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001351 sec., 4441.154700222058 rows/sec., 190.83 KiB/sec. | ||
| 9215 | 2024.07.30 01:35:25.155855 [ 3 ] {3740b086-20a8-4862-92ca-659adb20f16c} <Debug> DynamicQueryHandler: Done processing query | ||
| 9216 | 2024.07.30 01:35:25.155879 [ 3 ] {3740b086-20a8-4862-92ca-659adb20f16c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 9217 | 2024.07.30 01:35:25.155895 [ 3 ] {} <Debug> HTTP-Session: a53ad6b8-3041-4b53-84d6-3b8c5b2dae38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9218 | 2024.07.30 01:35:25.156020 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9219 | 2024.07.30 01:35:25.156069 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9220 | 2024.07.30 01:35:25.156088 [ 3 ] {} <Debug> HTTP-Session: 8f16a065-3812-437b-947e-90ff0e6c6155 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9221 | 2024.07.30 01:35:25.156104 [ 3 ] {} <Debug> HTTP-Session: 8f16a065-3812-437b-947e-90ff0e6c6155 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9222 | 2024.07.30 01:35:25.156118 [ 3 ] {} <Debug> HTTP-Session: 8f16a065-3812-437b-947e-90ff0e6c6155 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9223 | 2024.07.30 01:35:25.156148 [ 3 ] {} <Trace> HTTP-Session: 8f16a065-3812-437b-947e-90ff0e6c6155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9224 | 2024.07.30 01:35:25.156266 [ 3 ] {07013e3e-183f-4de2-a577-a46fcefc9063} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 9225 | 2024.07.30 01:35:25.156311 [ 3 ] {07013e3e-183f-4de2-a577-a46fcefc9063} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 9226 | 2024.07.30 01:35:25.156448 [ 3 ] {07013e3e-183f-4de2-a577-a46fcefc9063} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9227 | 2024.07.30 01:35:25.156787 [ 3 ] {07013e3e-183f-4de2-a577-a46fcefc9063} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9228 | 2024.07.30 01:35:25.156821 [ 3 ] {07013e3e-183f-4de2-a577-a46fcefc9063} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9229 | 2024.07.30 01:35:25.157179 [ 3 ] {07013e3e-183f-4de2-a577-a46fcefc9063} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 9230 | 2024.07.30 01:35:25.157514 [ 3 ] {07013e3e-183f-4de2-a577-a46fcefc9063} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9231 | 2024.07.30 01:35:25.157639 [ 3 ] {07013e3e-183f-4de2-a577-a46fcefc9063} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001418 sec., 54301.833568406204 rows/sec., 3.34 MiB/sec. | ||
| 9232 | 2024.07.30 01:35:25.157801 [ 3 ] {07013e3e-183f-4de2-a577-a46fcefc9063} <Debug> DynamicQueryHandler: Done processing query | ||
| 9233 | 2024.07.30 01:35:25.157826 [ 3 ] {07013e3e-183f-4de2-a577-a46fcefc9063} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9234 | 2024.07.30 01:35:25.157841 [ 3 ] {} <Debug> HTTP-Session: 8f16a065-3812-437b-947e-90ff0e6c6155 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9235 | 2024.07.30 01:35:25.157991 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9236 | 2024.07.30 01:35:25.158039 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9237 | 2024.07.30 01:35:25.158058 [ 3 ] {} <Debug> HTTP-Session: 6de2a1fd-5a23-49bf-b596-867b9d1bb669 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9238 | 2024.07.30 01:35:25.158074 [ 3 ] {} <Debug> HTTP-Session: 6de2a1fd-5a23-49bf-b596-867b9d1bb669 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9239 | 2024.07.30 01:35:25.158087 [ 3 ] {} <Debug> HTTP-Session: 6de2a1fd-5a23-49bf-b596-867b9d1bb669 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9240 | 2024.07.30 01:35:25.158117 [ 3 ] {} <Trace> HTTP-Session: 6de2a1fd-5a23-49bf-b596-867b9d1bb669 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9241 | 2024.07.30 01:35:25.158287 [ 3 ] {c4674e0b-15bb-45dc-9a81-e026cfb98787} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9242 | 2024.07.30 01:35:25.158332 [ 3 ] {c4674e0b-15bb-45dc-9a81-e026cfb98787} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9243 | 2024.07.30 01:35:25.158468 [ 3 ] {c4674e0b-15bb-45dc-9a81-e026cfb98787} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9244 | 2024.07.30 01:35:25.158859 [ 3 ] {c4674e0b-15bb-45dc-9a81-e026cfb98787} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9245 | 2024.07.30 01:35:25.158894 [ 3 ] {c4674e0b-15bb-45dc-9a81-e026cfb98787} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9246 | 2024.07.30 01:35:25.159275 [ 3 ] {c4674e0b-15bb-45dc-9a81-e026cfb98787} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 9247 | 2024.07.30 01:35:25.159609 [ 3 ] {c4674e0b-15bb-45dc-9a81-e026cfb98787} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9248 | 2024.07.30 01:35:25.159736 [ 3 ] {c4674e0b-15bb-45dc-9a81-e026cfb98787} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001542 sec., 103761.34889753567 rows/sec., 7.23 MiB/sec. | ||
| 9249 | 2024.07.30 01:35:25.159900 [ 3 ] {c4674e0b-15bb-45dc-9a81-e026cfb98787} <Debug> DynamicQueryHandler: Done processing query | ||
| 9250 | 2024.07.30 01:35:25.159924 [ 3 ] {c4674e0b-15bb-45dc-9a81-e026cfb98787} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 9251 | 2024.07.30 01:35:25.159940 [ 3 ] {} <Debug> HTTP-Session: 6de2a1fd-5a23-49bf-b596-867b9d1bb669 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9252 | 2024.07.30 01:35:25.160115 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 50134, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9253 | 2024.07.30 01:35:25.160164 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9254 | 2024.07.30 01:35:25.160182 [ 3 ] {} <Debug> HTTP-Session: e474c01b-ad68-4717-974e-606ca84efb93 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9255 | 2024.07.30 01:35:25.160203 [ 3 ] {} <Debug> HTTP-Session: e474c01b-ad68-4717-974e-606ca84efb93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9256 | 2024.07.30 01:35:25.160217 [ 3 ] {} <Debug> HTTP-Session: e474c01b-ad68-4717-974e-606ca84efb93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9257 | 2024.07.30 01:35:25.160247 [ 3 ] {} <Trace> HTTP-Session: e474c01b-ad68-4717-974e-606ca84efb93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9258 | 2024.07.30 01:35:25.160563 [ 3 ] {47870b15-a73b-43a2-9a32-768c7e8cca03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 9259 | 2024.07.30 01:35:25.160626 [ 3 ] {47870b15-a73b-43a2-9a32-768c7e8cca03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 9260 | 2024.07.30 01:35:25.161026 [ 3 ] {47870b15-a73b-43a2-9a32-768c7e8cca03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9261 | 2024.07.30 01:35:25.161795 [ 3 ] {47870b15-a73b-43a2-9a32-768c7e8cca03} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9262 | 2024.07.30 01:35:25.161831 [ 3 ] {47870b15-a73b-43a2-9a32-768c7e8cca03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9263 | 2024.07.30 01:35:25.162479 [ 3 ] {47870b15-a73b-43a2-9a32-768c7e8cca03} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 9264 | 2024.07.30 01:35:25.162904 [ 3 ] {47870b15-a73b-43a2-9a32-768c7e8cca03} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9265 | 2024.07.30 01:35:25.163053 [ 3 ] {47870b15-a73b-43a2-9a32-768c7e8cca03} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002722 sec., 11388.68479059515 rows/sec., 20.41 MiB/sec. | ||
| 9266 | 2024.07.30 01:35:25.163294 [ 3 ] {47870b15-a73b-43a2-9a32-768c7e8cca03} <Debug> DynamicQueryHandler: Done processing query | ||
| 9267 | 2024.07.30 01:35:25.163318 [ 3 ] {47870b15-a73b-43a2-9a32-768c7e8cca03} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 9268 | 2024.07.30 01:35:25.163334 [ 3 ] {} <Debug> HTTP-Session: e474c01b-ad68-4717-974e-606ca84efb93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9269 | 2024.07.30 01:35:25.163453 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9270 | 2024.07.30 01:35:25.163502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9271 | 2024.07.30 01:35:25.163521 [ 3 ] {} <Debug> HTTP-Session: 916e213d-edfe-4bc7-a63c-c71271bc25c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9272 | 2024.07.30 01:35:25.163537 [ 3 ] {} <Debug> HTTP-Session: 916e213d-edfe-4bc7-a63c-c71271bc25c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9273 | 2024.07.30 01:35:25.163551 [ 3 ] {} <Debug> HTTP-Session: 916e213d-edfe-4bc7-a63c-c71271bc25c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9274 | 2024.07.30 01:35:25.163582 [ 3 ] {} <Trace> HTTP-Session: 916e213d-edfe-4bc7-a63c-c71271bc25c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9275 | 2024.07.30 01:35:25.163683 [ 3 ] {ed22df47-c078-4229-ac83-9c192637c67c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 9276 | 2024.07.30 01:35:25.163727 [ 3 ] {ed22df47-c078-4229-ac83-9c192637c67c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 9277 | 2024.07.30 01:35:25.163853 [ 3 ] {ed22df47-c078-4229-ac83-9c192637c67c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9278 | 2024.07.30 01:35:25.164118 [ 3 ] {ed22df47-c078-4229-ac83-9c192637c67c} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9279 | 2024.07.30 01:35:25.164153 [ 3 ] {ed22df47-c078-4229-ac83-9c192637c67c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9280 | 2024.07.30 01:35:25.164507 [ 3 ] {ed22df47-c078-4229-ac83-9c192637c67c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 9281 | 2024.07.30 01:35:25.164844 [ 3 ] {ed22df47-c078-4229-ac83-9c192637c67c} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9282 | 2024.07.30 01:35:25.164970 [ 3 ] {ed22df47-c078-4229-ac83-9c192637c67c} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001317 sec., 17463.933181473043 rows/sec., 944.68 KiB/sec. | ||
| 9283 | 2024.07.30 01:35:25.165127 [ 3 ] {ed22df47-c078-4229-ac83-9c192637c67c} <Debug> DynamicQueryHandler: Done processing query | ||
| 9284 | 2024.07.30 01:35:25.165151 [ 3 ] {ed22df47-c078-4229-ac83-9c192637c67c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 9285 | 2024.07.30 01:35:25.165167 [ 3 ] {} <Debug> HTTP-Session: 916e213d-edfe-4bc7-a63c-c71271bc25c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9286 | 2024.07.30 01:35:25.165291 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9287 | 2024.07.30 01:35:25.165341 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9288 | 2024.07.30 01:35:25.165360 [ 3 ] {} <Debug> HTTP-Session: 42a57050-dc0c-4524-b8be-82cdc18bc23d Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9289 | 2024.07.30 01:35:25.165376 [ 3 ] {} <Debug> HTTP-Session: 42a57050-dc0c-4524-b8be-82cdc18bc23d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9290 | 2024.07.30 01:35:25.165392 [ 3 ] {} <Debug> HTTP-Session: 42a57050-dc0c-4524-b8be-82cdc18bc23d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9291 | 2024.07.30 01:35:25.165434 [ 3 ] {} <Trace> HTTP-Session: 42a57050-dc0c-4524-b8be-82cdc18bc23d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9292 | 2024.07.30 01:35:25.165558 [ 3 ] {0de4d492-f77c-422e-8650-a23c66659726} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9293 | 2024.07.30 01:35:25.165602 [ 3 ] {0de4d492-f77c-422e-8650-a23c66659726} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9294 | 2024.07.30 01:35:25.165744 [ 3 ] {0de4d492-f77c-422e-8650-a23c66659726} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9295 | 2024.07.30 01:35:25.166047 [ 3 ] {0de4d492-f77c-422e-8650-a23c66659726} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9296 | 2024.07.30 01:35:25.166083 [ 3 ] {0de4d492-f77c-422e-8650-a23c66659726} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9297 | 2024.07.30 01:35:25.166441 [ 3 ] {0de4d492-f77c-422e-8650-a23c66659726} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 9298 | 2024.07.30 01:35:25.166769 [ 3 ] {0de4d492-f77c-422e-8650-a23c66659726} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9299 | 2024.07.30 01:35:25.166891 [ 3 ] {0de4d492-f77c-422e-8650-a23c66659726} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001379 sec., 43509.789702683105 rows/sec., 2.93 MiB/sec. | ||
| 9300 | 2024.07.30 01:35:25.167133 [ 3 ] {0de4d492-f77c-422e-8650-a23c66659726} <Debug> DynamicQueryHandler: Done processing query | ||
| 9301 | 2024.07.30 01:35:25.167190 [ 3 ] {0de4d492-f77c-422e-8650-a23c66659726} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9302 | 2024.07.30 01:35:25.167244 [ 3 ] {} <Debug> HTTP-Session: 42a57050-dc0c-4524-b8be-82cdc18bc23d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9303 | 2024.07.30 01:35:27.807951 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9304 | 2024.07.30 01:35:27.808021 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9305 | 2024.07.30 01:35:30.142250 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 12825, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9306 | 2024.07.30 01:35:30.142378 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9307 | 2024.07.30 01:35:30.142407 [ 3 ] {} <Debug> HTTP-Session: 53ce2921-bb4e-43e4-b8e6-d266f646a3a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9308 | 2024.07.30 01:35:30.142435 [ 3 ] {} <Debug> HTTP-Session: 53ce2921-bb4e-43e4-b8e6-d266f646a3a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9309 | 2024.07.30 01:35:30.142454 [ 3 ] {} <Debug> HTTP-Session: 53ce2921-bb4e-43e4-b8e6-d266f646a3a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9310 | 2024.07.30 01:35:30.142509 [ 3 ] {} <Trace> HTTP-Session: 53ce2921-bb4e-43e4-b8e6-d266f646a3a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9311 | 2024.07.30 01:35:30.142740 [ 3 ] {c16beedb-c358-40ba-b88c-ff5b78429d89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9312 | 2024.07.30 01:35:30.142814 [ 3 ] {c16beedb-c358-40ba-b88c-ff5b78429d89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9313 | 2024.07.30 01:35:30.143029 [ 3 ] {c16beedb-c358-40ba-b88c-ff5b78429d89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9314 | 2024.07.30 01:35:30.143512 [ 3 ] {c16beedb-c358-40ba-b88c-ff5b78429d89} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9315 | 2024.07.30 01:35:30.143551 [ 3 ] {c16beedb-c358-40ba-b88c-ff5b78429d89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9316 | 2024.07.30 01:35:30.143920 [ 3 ] {c16beedb-c358-40ba-b88c-ff5b78429d89} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 9317 | 2024.07.30 01:35:30.144259 [ 3 ] {c16beedb-c358-40ba-b88c-ff5b78429d89} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9318 | 2024.07.30 01:35:30.144401 [ 3 ] {c16beedb-c358-40ba-b88c-ff5b78429d89} <Debug> executeQuery: Read 92 rows, 7.22 KiB in 0.001749 sec., 52601.48656375072 rows/sec., 4.03 MiB/sec. | ||
| 9319 | 2024.07.30 01:35:30.144413 [ 111 ] {} <Debug> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 9320 | 2024.07.30 01:35:30.144473 [ 111 ] {} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9321 | 2024.07.30 01:35:30.144509 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9322 | 2024.07.30 01:35:30.144647 [ 3 ] {c16beedb-c358-40ba-b88c-ff5b78429d89} <Debug> DynamicQueryHandler: Done processing query | ||
| 9323 | 2024.07.30 01:35:30.144693 [ 3 ] {c16beedb-c358-40ba-b88c-ff5b78429d89} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 9324 | 2024.07.30 01:35:30.144711 [ 197 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::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 | ||
| 9325 | 2024.07.30 01:35:30.144721 [ 3 ] {} <Debug> HTTP-Session: 53ce2921-bb4e-43e4-b8e6-d266f646a3a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9326 | 2024.07.30 01:35:30.144919 [ 197 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9327 | 2024.07.30 01:35:30.144982 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14934, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9328 | 2024.07.30 01:35:30.144989 [ 197 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 298 rows starting from the beginning of the part | ||
| 9329 | 2024.07.30 01:35:30.145066 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9330 | 2024.07.30 01:35:30.145151 [ 3 ] {} <Debug> HTTP-Session: df2df5c8-60e2-44ad-a946-ebea3ede5e33 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9331 | 2024.07.30 01:35:30.145208 [ 197 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 57 rows starting from the beginning of the part | ||
| 9332 | 2024.07.30 01:35:30.145223 [ 3 ] {} <Debug> HTTP-Session: df2df5c8-60e2-44ad-a946-ebea3ede5e33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9333 | 2024.07.30 01:35:30.145286 [ 3 ] {} <Debug> HTTP-Session: df2df5c8-60e2-44ad-a946-ebea3ede5e33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9334 | 2024.07.30 01:35:30.145428 [ 3 ] {} <Trace> HTTP-Session: df2df5c8-60e2-44ad-a946-ebea3ede5e33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9335 | 2024.07.30 01:35:30.145490 [ 197 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 254 rows starting from the beginning of the part | ||
| 9336 | 2024.07.30 01:35:30.145833 [ 3 ] {fcc28edd-5b62-4e4b-9091-e5a87e4672d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9337 | 2024.07.30 01:35:30.145848 [ 197 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 56 rows starting from the beginning of the part | ||
| 9338 | 2024.07.30 01:35:30.145941 [ 3 ] {fcc28edd-5b62-4e4b-9091-e5a87e4672d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9339 | 2024.07.30 01:35:30.146149 [ 197 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 254 rows starting from the beginning of the part | ||
| 9340 | 2024.07.30 01:35:30.146518 [ 197 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 92 rows starting from the beginning of the part | ||
| 9341 | 2024.07.30 01:35:30.146977 [ 3 ] {fcc28edd-5b62-4e4b-9091-e5a87e4672d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9342 | 2024.07.30 01:35:30.147931 [ 3 ] {fcc28edd-5b62-4e4b-9091-e5a87e4672d5} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9343 | 2024.07.30 01:35:30.147993 [ 3 ] {fcc28edd-5b62-4e4b-9091-e5a87e4672d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9344 | 2024.07.30 01:35:30.148866 [ 3 ] {fcc28edd-5b62-4e4b-9091-e5a87e4672d5} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 9345 | 2024.07.30 01:35:30.149527 [ 197 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1011 rows, containing 4 columns (4 merged, 0 gathered) in 0.00492291 sec., 205366.33820240467 rows/sec., 17.54 MiB/sec. | ||
| 9346 | 2024.07.30 01:35:30.149538 [ 3 ] {fcc28edd-5b62-4e4b-9091-e5a87e4672d5} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9347 | 2024.07.30 01:35:30.149796 [ 151 ] {} <Debug> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 9348 | 2024.07.30 01:35:30.149806 [ 197 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 9349 | 2024.07.30 01:35:30.149828 [ 3 ] {fcc28edd-5b62-4e4b-9091-e5a87e4672d5} <Debug> executeQuery: Read 88 rows, 7.01 KiB in 0.004164 sec., 21133.525456292027 rows/sec., 1.64 MiB/sec. | ||
| 9350 | 2024.07.30 01:35:30.149864 [ 151 ] {} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9351 | 2024.07.30 01:35:30.149953 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9352 | 2024.07.30 01:35:30.150390 [ 199 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::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 | ||
| 9353 | 2024.07.30 01:35:30.150465 [ 3 ] {fcc28edd-5b62-4e4b-9091-e5a87e4672d5} <Debug> DynamicQueryHandler: Done processing query | ||
| 9354 | 2024.07.30 01:35:30.150563 [ 3 ] {fcc28edd-5b62-4e4b-9091-e5a87e4672d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 9355 | 2024.07.30 01:35:30.150644 [ 3 ] {} <Debug> HTTP-Session: df2df5c8-60e2-44ad-a946-ebea3ede5e33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9356 | 2024.07.30 01:35:30.150971 [ 199 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9357 | 2024.07.30 01:35:30.150969 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 37630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9358 | 2024.07.30 01:35:30.151067 [ 199 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 471 rows starting from the beginning of the part | ||
| 9359 | 2024.07.30 01:35:30.151089 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9360 | 2024.07.30 01:35:30.151185 [ 3 ] {} <Debug> HTTP-Session: e0a2525d-8d14-4a30-87a6-4014757f4394 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9361 | 2024.07.30 01:35:30.151309 [ 3 ] {} <Debug> HTTP-Session: e0a2525d-8d14-4a30-87a6-4014757f4394 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9362 | 2024.07.30 01:35:30.151404 [ 3 ] {} <Debug> HTTP-Session: e0a2525d-8d14-4a30-87a6-4014757f4394 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9363 | 2024.07.30 01:35:30.151402 [ 199 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 66 rows starting from the beginning of the part | ||
| 9364 | 2024.07.30 01:35:30.151567 [ 3 ] {} <Trace> HTTP-Session: e0a2525d-8d14-4a30-87a6-4014757f4394 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9365 | 2024.07.30 01:35:30.151627 [ 197 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_56_11} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9366 | 2024.07.30 01:35:30.151817 [ 199 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 413 rows starting from the beginning of the part | ||
| 9367 | 2024.07.30 01:35:30.152112 [ 197 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_56_11} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 9368 | 2024.07.30 01:35:30.152154 [ 3 ] {7c3632bb-4b5a-4057-ae30-6c8b0eb85b42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9369 | 2024.07.30 01:35:30.152226 [ 199 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 64 rows starting from the beginning of the part | ||
| 9370 | 2024.07.30 01:35:30.152426 [ 3 ] {7c3632bb-4b5a-4057-ae30-6c8b0eb85b42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9371 | 2024.07.30 01:35:30.152545 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 9372 | 2024.07.30 01:35:30.152710 [ 199 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 413 rows starting from the beginning of the part | ||
| 9373 | 2024.07.30 01:35:30.152903 [ 199 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 88 rows starting from the beginning of the part | ||
| 9374 | 2024.07.30 01:35:30.153444 [ 3 ] {7c3632bb-4b5a-4057-ae30-6c8b0eb85b42} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9375 | 2024.07.30 01:35:30.154123 [ 3 ] {7c3632bb-4b5a-4057-ae30-6c8b0eb85b42} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9376 | 2024.07.30 01:35:30.154167 [ 3 ] {7c3632bb-4b5a-4057-ae30-6c8b0eb85b42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9377 | 2024.07.30 01:35:30.154687 [ 3 ] {7c3632bb-4b5a-4057-ae30-6c8b0eb85b42} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 9378 | 2024.07.30 01:35:30.154831 [ 197 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1515 rows, containing 4 columns (4 merged, 0 gathered) in 0.004700948 sec., 322275.42189362657 rows/sec., 23.25 MiB/sec. | ||
| 9379 | 2024.07.30 01:35:30.155115 [ 197 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 9380 | 2024.07.30 01:35:30.155405 [ 3 ] {7c3632bb-4b5a-4057-ae30-6c8b0eb85b42} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9381 | 2024.07.30 01:35:30.155778 [ 151 ] {} <Debug> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 9382 | 2024.07.30 01:35:30.155808 [ 3 ] {7c3632bb-4b5a-4057-ae30-6c8b0eb85b42} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.003953 sec., 49582.59549709082 rows/sec., 3.46 MiB/sec. | ||
| 9383 | 2024.07.30 01:35:30.155851 [ 151 ] {} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9384 | 2024.07.30 01:35:30.155933 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9385 | 2024.07.30 01:35:30.156197 [ 197 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_56_11} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9386 | 2024.07.30 01:35:30.156548 [ 3 ] {7c3632bb-4b5a-4057-ae30-6c8b0eb85b42} <Debug> DynamicQueryHandler: Done processing query | ||
| 9387 | 2024.07.30 01:35:30.156666 [ 3 ] {7c3632bb-4b5a-4057-ae30-6c8b0eb85b42} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 9388 | 2024.07.30 01:35:30.156680 [ 197 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_56_11} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 9389 | 2024.07.30 01:35:30.156809 [ 3 ] {} <Debug> HTTP-Session: e0a2525d-8d14-4a30-87a6-4014757f4394 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9390 | 2024.07.30 01:35:30.156893 [ 199 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 9391 | 2024.07.30 01:35:30.157074 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 9392 | 2024.07.30 01:35:30.157251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9393 | 2024.07.30 01:35:30.157428 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9394 | 2024.07.30 01:35:30.157508 [ 3 ] {} <Debug> HTTP-Session: 22197f17-565d-4d25-aabe-f00d7ff409e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9395 | 2024.07.30 01:35:30.157581 [ 3 ] {} <Debug> HTTP-Session: 22197f17-565d-4d25-aabe-f00d7ff409e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9396 | 2024.07.30 01:35:30.157651 [ 3 ] {} <Debug> HTTP-Session: 22197f17-565d-4d25-aabe-f00d7ff409e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9397 | 2024.07.30 01:35:30.157747 [ 199 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9398 | 2024.07.30 01:35:30.157838 [ 3 ] {} <Trace> HTTP-Session: 22197f17-565d-4d25-aabe-f00d7ff409e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9399 | 2024.07.30 01:35:30.157853 [ 199 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 8178 rows starting from the beginning of the part | ||
| 9400 | 2024.07.30 01:35:30.158139 [ 199 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 161 rows starting from the beginning of the part | ||
| 9401 | 2024.07.30 01:35:30.158173 [ 3 ] {ddd015da-9cbe-4914-8fcb-b20a9f3cf6e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9402 | 2024.07.30 01:35:30.158356 [ 3 ] {ddd015da-9cbe-4914-8fcb-b20a9f3cf6e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9403 | 2024.07.30 01:35:30.158422 [ 199 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part | ||
| 9404 | 2024.07.30 01:35:30.158717 [ 199 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 9405 | 2024.07.30 01:35:30.158991 [ 199 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part | ||
| 9406 | 2024.07.30 01:35:30.159211 [ 199 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 196 rows starting from the beginning of the part | ||
| 9407 | 2024.07.30 01:35:30.159227 [ 3 ] {ddd015da-9cbe-4914-8fcb-b20a9f3cf6e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9408 | 2024.07.30 01:35:30.159915 [ 3 ] {ddd015da-9cbe-4914-8fcb-b20a9f3cf6e9} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9409 | 2024.07.30 01:35:30.159952 [ 3 ] {ddd015da-9cbe-4914-8fcb-b20a9f3cf6e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9410 | 2024.07.30 01:35:30.160589 [ 3 ] {ddd015da-9cbe-4914-8fcb-b20a9f3cf6e9} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 9411 | 2024.07.30 01:35:30.161090 [ 3 ] {ddd015da-9cbe-4914-8fcb-b20a9f3cf6e9} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9412 | 2024.07.30 01:35:30.161266 [ 151 ] {} <Debug> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 9413 | 2024.07.30 01:35:30.161269 [ 3 ] {ddd015da-9cbe-4914-8fcb-b20a9f3cf6e9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003241 sec., 18512.80468991052 rows/sec., 1.25 MiB/sec. | ||
| 9414 | 2024.07.30 01:35:30.161302 [ 151 ] {} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9415 | 2024.07.30 01:35:30.161355 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9416 | 2024.07.30 01:35:30.161605 [ 198 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 9417 | 2024.07.30 01:35:30.161634 [ 3 ] {ddd015da-9cbe-4914-8fcb-b20a9f3cf6e9} <Debug> DynamicQueryHandler: Done processing query | ||
| 9418 | 2024.07.30 01:35:30.161684 [ 3 ] {ddd015da-9cbe-4914-8fcb-b20a9f3cf6e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9419 | 2024.07.30 01:35:30.161714 [ 3 ] {} <Debug> HTTP-Session: 22197f17-565d-4d25-aabe-f00d7ff409e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9420 | 2024.07.30 01:35:30.161848 [ 198 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9421 | 2024.07.30 01:35:30.161968 [ 198 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2914 rows starting from the beginning of the part | ||
| 9422 | 2024.07.30 01:35:30.162223 [ 198 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 9423 | 2024.07.30 01:35:30.162339 [ 198 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 9424 | 2024.07.30 01:35:30.162570 [ 198 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 9425 | 2024.07.30 01:35:30.162825 [ 198 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 9426 | 2024.07.30 01:35:30.162980 [ 198 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 9427 | 2024.07.30 01:35:30.163756 [ 189 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9015 rows, containing 5 columns (5 merged, 0 gathered) in 0.007627567 sec., 1181897.1894969917 rows/sec., 82.37 MiB/sec. | ||
| 9428 | 2024.07.30 01:35:30.164048 [ 189 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 9429 | 2024.07.30 01:35:30.165067 [ 189 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9430 | 2024.07.30 01:35:30.165289 [ 189 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 9431 | 2024.07.30 01:35:30.165486 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.05 MiB. | ||
| 9432 | 2024.07.30 01:35:30.166015 [ 200 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3214 rows, containing 4 columns (4 merged, 0 gathered) in 0.004556536 sec., 705360.3878033664 rows/sec., 47.53 MiB/sec. | ||
| 9433 | 2024.07.30 01:35:30.166407 [ 189 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 9434 | 2024.07.30 01:35:30.166823 [ 189 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_56_11} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9435 | 2024.07.30 01:35:30.166921 [ 189 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_56_11} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 9436 | 2024.07.30 01:35:30.167020 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 9437 | 2024.07.30 01:35:35.146885 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 5193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9438 | 2024.07.30 01:35:35.147083 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9439 | 2024.07.30 01:35:35.147129 [ 3 ] {} <Debug> HTTP-Session: b81ab55f-af08-48ef-b129-c6675340c2b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9440 | 2024.07.30 01:35:35.147171 [ 3 ] {} <Debug> HTTP-Session: b81ab55f-af08-48ef-b129-c6675340c2b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9441 | 2024.07.30 01:35:35.147199 [ 3 ] {} <Debug> HTTP-Session: b81ab55f-af08-48ef-b129-c6675340c2b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9442 | 2024.07.30 01:35:35.147279 [ 3 ] {} <Trace> HTTP-Session: b81ab55f-af08-48ef-b129-c6675340c2b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9443 | 2024.07.30 01:35:35.147525 [ 3 ] {ac3e24b2-05ad-4bcc-b158-d8649c7de71f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 9444 | 2024.07.30 01:35:35.147594 [ 3 ] {ac3e24b2-05ad-4bcc-b158-d8649c7de71f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 9445 | 2024.07.30 01:35:35.147791 [ 3 ] {ac3e24b2-05ad-4bcc-b158-d8649c7de71f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9446 | 2024.07.30 01:35:35.148272 [ 3 ] {ac3e24b2-05ad-4bcc-b158-d8649c7de71f} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9447 | 2024.07.30 01:35:35.148319 [ 3 ] {ac3e24b2-05ad-4bcc-b158-d8649c7de71f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9448 | 2024.07.30 01:35:35.148716 [ 3 ] {ac3e24b2-05ad-4bcc-b158-d8649c7de71f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9449 | 2024.07.30 01:35:35.149070 [ 3 ] {ac3e24b2-05ad-4bcc-b158-d8649c7de71f} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9450 | 2024.07.30 01:35:35.149235 [ 3 ] {ac3e24b2-05ad-4bcc-b158-d8649c7de71f} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.00177 sec., 20903.954802259886 rows/sec., 1.57 MiB/sec. | ||
| 9451 | 2024.07.30 01:35:35.149464 [ 3 ] {ac3e24b2-05ad-4bcc-b158-d8649c7de71f} <Debug> DynamicQueryHandler: Done processing query | ||
| 9452 | 2024.07.30 01:35:35.149491 [ 3 ] {ac3e24b2-05ad-4bcc-b158-d8649c7de71f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9453 | 2024.07.30 01:35:35.149508 [ 3 ] {} <Debug> HTTP-Session: b81ab55f-af08-48ef-b129-c6675340c2b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9454 | 2024.07.30 01:35:35.149727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 38407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9455 | 2024.07.30 01:35:35.149787 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9456 | 2024.07.30 01:35:35.149807 [ 3 ] {} <Debug> HTTP-Session: 9feb2586-9c3f-4ef6-9582-e20aefd3c5cd Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9457 | 2024.07.30 01:35:35.149825 [ 3 ] {} <Debug> HTTP-Session: 9feb2586-9c3f-4ef6-9582-e20aefd3c5cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9458 | 2024.07.30 01:35:35.149838 [ 3 ] {} <Debug> HTTP-Session: 9feb2586-9c3f-4ef6-9582-e20aefd3c5cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9459 | 2024.07.30 01:35:35.149876 [ 3 ] {} <Trace> HTTP-Session: 9feb2586-9c3f-4ef6-9582-e20aefd3c5cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9460 | 2024.07.30 01:35:35.150071 [ 3 ] {281fdf15-a3d3-4600-8e8b-9507d1f4297f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9461 | 2024.07.30 01:35:35.150120 [ 3 ] {281fdf15-a3d3-4600-8e8b-9507d1f4297f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9462 | 2024.07.30 01:35:35.150253 [ 3 ] {281fdf15-a3d3-4600-8e8b-9507d1f4297f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9463 | 2024.07.30 01:35:35.150769 [ 3 ] {281fdf15-a3d3-4600-8e8b-9507d1f4297f} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9464 | 2024.07.30 01:35:35.150808 [ 3 ] {281fdf15-a3d3-4600-8e8b-9507d1f4297f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9465 | 2024.07.30 01:35:35.151152 [ 3 ] {281fdf15-a3d3-4600-8e8b-9507d1f4297f} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 9466 | 2024.07.30 01:35:35.151475 [ 3 ] {281fdf15-a3d3-4600-8e8b-9507d1f4297f} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9467 | 2024.07.30 01:35:35.151637 [ 3 ] {281fdf15-a3d3-4600-8e8b-9507d1f4297f} <Debug> executeQuery: Read 254 rows, 22.97 KiB in 0.001659 sec., 153104.27968655815 rows/sec., 13.52 MiB/sec. | ||
| 9468 | 2024.07.30 01:35:35.151816 [ 3 ] {281fdf15-a3d3-4600-8e8b-9507d1f4297f} <Debug> DynamicQueryHandler: Done processing query | ||
| 9469 | 2024.07.30 01:35:35.151841 [ 3 ] {281fdf15-a3d3-4600-8e8b-9507d1f4297f} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 9470 | 2024.07.30 01:35:35.151859 [ 3 ] {} <Debug> HTTP-Session: 9feb2586-9c3f-4ef6-9582-e20aefd3c5cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9471 | 2024.07.30 01:35:35.152075 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 66831, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9472 | 2024.07.30 01:35:35.152130 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9473 | 2024.07.30 01:35:35.152150 [ 3 ] {} <Debug> HTTP-Session: 72c0058d-c82d-40a7-ab84-2ba28b8f58c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9474 | 2024.07.30 01:35:35.152168 [ 3 ] {} <Debug> HTTP-Session: 72c0058d-c82d-40a7-ab84-2ba28b8f58c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9475 | 2024.07.30 01:35:35.152183 [ 3 ] {} <Debug> HTTP-Session: 72c0058d-c82d-40a7-ab84-2ba28b8f58c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9476 | 2024.07.30 01:35:35.152215 [ 3 ] {} <Trace> HTTP-Session: 72c0058d-c82d-40a7-ab84-2ba28b8f58c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9477 | 2024.07.30 01:35:35.152448 [ 3 ] {9c6940d3-320c-4371-9c75-d7f581b8ac7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9478 | 2024.07.30 01:35:35.152493 [ 3 ] {9c6940d3-320c-4371-9c75-d7f581b8ac7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9479 | 2024.07.30 01:35:35.152623 [ 3 ] {9c6940d3-320c-4371-9c75-d7f581b8ac7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9480 | 2024.07.30 01:35:35.153204 [ 3 ] {9c6940d3-320c-4371-9c75-d7f581b8ac7e} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9481 | 2024.07.30 01:35:35.153242 [ 3 ] {9c6940d3-320c-4371-9c75-d7f581b8ac7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9482 | 2024.07.30 01:35:35.153579 [ 3 ] {9c6940d3-320c-4371-9c75-d7f581b8ac7e} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 9483 | 2024.07.30 01:35:35.153907 [ 3 ] {9c6940d3-320c-4371-9c75-d7f581b8ac7e} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9484 | 2024.07.30 01:35:35.154070 [ 3 ] {9c6940d3-320c-4371-9c75-d7f581b8ac7e} <Debug> executeQuery: Read 413 rows, 29.96 KiB in 0.001725 sec., 239420.28985507248 rows/sec., 16.96 MiB/sec. | ||
| 9485 | 2024.07.30 01:35:35.154331 [ 3 ] {9c6940d3-320c-4371-9c75-d7f581b8ac7e} <Debug> DynamicQueryHandler: Done processing query | ||
| 9486 | 2024.07.30 01:35:35.154409 [ 3 ] {9c6940d3-320c-4371-9c75-d7f581b8ac7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 9487 | 2024.07.30 01:35:35.154466 [ 3 ] {} <Debug> HTTP-Session: 72c0058d-c82d-40a7-ab84-2ba28b8f58c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9488 | 2024.07.30 01:35:35.154716 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9489 | 2024.07.30 01:35:35.154772 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9490 | 2024.07.30 01:35:35.154792 [ 3 ] {} <Debug> HTTP-Session: 3150ceab-4438-4631-835b-21e2e4121b39 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9491 | 2024.07.30 01:35:35.154808 [ 3 ] {} <Debug> HTTP-Session: 3150ceab-4438-4631-835b-21e2e4121b39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9492 | 2024.07.30 01:35:35.154822 [ 3 ] {} <Debug> HTTP-Session: 3150ceab-4438-4631-835b-21e2e4121b39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9493 | 2024.07.30 01:35:35.154854 [ 3 ] {} <Trace> HTTP-Session: 3150ceab-4438-4631-835b-21e2e4121b39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9494 | 2024.07.30 01:35:35.154957 [ 3 ] {39b12ad6-dbe1-4640-8f1b-b2fe3ac51f1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 9495 | 2024.07.30 01:35:35.155006 [ 3 ] {39b12ad6-dbe1-4640-8f1b-b2fe3ac51f1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9496 | 2024.07.30 01:35:35.155183 [ 3 ] {39b12ad6-dbe1-4640-8f1b-b2fe3ac51f1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9497 | 2024.07.30 01:35:35.155485 [ 3 ] {39b12ad6-dbe1-4640-8f1b-b2fe3ac51f1c} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9498 | 2024.07.30 01:35:35.155522 [ 3 ] {39b12ad6-dbe1-4640-8f1b-b2fe3ac51f1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9499 | 2024.07.30 01:35:35.155898 [ 3 ] {39b12ad6-dbe1-4640-8f1b-b2fe3ac51f1c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9500 | 2024.07.30 01:35:35.156232 [ 3 ] {39b12ad6-dbe1-4640-8f1b-b2fe3ac51f1c} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9501 | 2024.07.30 01:35:35.156394 [ 3 ] {39b12ad6-dbe1-4640-8f1b-b2fe3ac51f1c} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001456 sec., 4120.879120879121 rows/sec., 177.07 KiB/sec. | ||
| 9502 | 2024.07.30 01:35:35.156561 [ 3 ] {39b12ad6-dbe1-4640-8f1b-b2fe3ac51f1c} <Debug> DynamicQueryHandler: Done processing query | ||
| 9503 | 2024.07.30 01:35:35.156584 [ 3 ] {39b12ad6-dbe1-4640-8f1b-b2fe3ac51f1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 9504 | 2024.07.30 01:35:35.156599 [ 3 ] {} <Debug> HTTP-Session: 3150ceab-4438-4631-835b-21e2e4121b39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9505 | 2024.07.30 01:35:35.156721 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9506 | 2024.07.30 01:35:35.156770 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9507 | 2024.07.30 01:35:35.156788 [ 3 ] {} <Debug> HTTP-Session: db7f0668-f18c-46a1-8cd0-4f87e19eef0c Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9508 | 2024.07.30 01:35:35.156804 [ 3 ] {} <Debug> HTTP-Session: db7f0668-f18c-46a1-8cd0-4f87e19eef0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9509 | 2024.07.30 01:35:35.156817 [ 3 ] {} <Debug> HTTP-Session: db7f0668-f18c-46a1-8cd0-4f87e19eef0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9510 | 2024.07.30 01:35:35.156848 [ 3 ] {} <Trace> HTTP-Session: db7f0668-f18c-46a1-8cd0-4f87e19eef0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9511 | 2024.07.30 01:35:35.156969 [ 3 ] {cc0e9747-f3b5-4796-b29d-2d7d9b82a85e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 9512 | 2024.07.30 01:35:35.157015 [ 3 ] {cc0e9747-f3b5-4796-b29d-2d7d9b82a85e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 9513 | 2024.07.30 01:35:35.157160 [ 3 ] {cc0e9747-f3b5-4796-b29d-2d7d9b82a85e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9514 | 2024.07.30 01:35:35.157486 [ 3 ] {cc0e9747-f3b5-4796-b29d-2d7d9b82a85e} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9515 | 2024.07.30 01:35:35.157522 [ 3 ] {cc0e9747-f3b5-4796-b29d-2d7d9b82a85e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9516 | 2024.07.30 01:35:35.157884 [ 3 ] {cc0e9747-f3b5-4796-b29d-2d7d9b82a85e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9517 | 2024.07.30 01:35:35.158226 [ 3 ] {cc0e9747-f3b5-4796-b29d-2d7d9b82a85e} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9518 | 2024.07.30 01:35:35.158384 [ 3 ] {cc0e9747-f3b5-4796-b29d-2d7d9b82a85e} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001458 sec., 52812.071330589846 rows/sec., 3.25 MiB/sec. | ||
| 9519 | 2024.07.30 01:35:35.158550 [ 3 ] {cc0e9747-f3b5-4796-b29d-2d7d9b82a85e} <Debug> DynamicQueryHandler: Done processing query | ||
| 9520 | 2024.07.30 01:35:35.158572 [ 3 ] {cc0e9747-f3b5-4796-b29d-2d7d9b82a85e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9521 | 2024.07.30 01:35:35.158588 [ 3 ] {} <Debug> HTTP-Session: db7f0668-f18c-46a1-8cd0-4f87e19eef0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9522 | 2024.07.30 01:35:35.158766 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9523 | 2024.07.30 01:35:35.158814 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9524 | 2024.07.30 01:35:35.158833 [ 3 ] {} <Debug> HTTP-Session: 5855f605-acd7-48c6-a0d9-d12833ca7fea Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9525 | 2024.07.30 01:35:35.158850 [ 3 ] {} <Debug> HTTP-Session: 5855f605-acd7-48c6-a0d9-d12833ca7fea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9526 | 2024.07.30 01:35:35.158863 [ 3 ] {} <Debug> HTTP-Session: 5855f605-acd7-48c6-a0d9-d12833ca7fea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9527 | 2024.07.30 01:35:35.158893 [ 3 ] {} <Trace> HTTP-Session: 5855f605-acd7-48c6-a0d9-d12833ca7fea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9528 | 2024.07.30 01:35:35.159066 [ 3 ] {ce9edcb1-b16f-4a9a-b2d4-a3622bb32713} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9529 | 2024.07.30 01:35:35.159111 [ 3 ] {ce9edcb1-b16f-4a9a-b2d4-a3622bb32713} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9530 | 2024.07.30 01:35:35.159255 [ 3 ] {ce9edcb1-b16f-4a9a-b2d4-a3622bb32713} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9531 | 2024.07.30 01:35:35.159711 [ 3 ] {ce9edcb1-b16f-4a9a-b2d4-a3622bb32713} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9532 | 2024.07.30 01:35:35.159749 [ 3 ] {ce9edcb1-b16f-4a9a-b2d4-a3622bb32713} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9533 | 2024.07.30 01:35:35.160132 [ 3 ] {ce9edcb1-b16f-4a9a-b2d4-a3622bb32713} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 9534 | 2024.07.30 01:35:35.160489 [ 3 ] {ce9edcb1-b16f-4a9a-b2d4-a3622bb32713} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9535 | 2024.07.30 01:35:35.160642 [ 3 ] {ce9edcb1-b16f-4a9a-b2d4-a3622bb32713} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001662 sec., 96269.55475330926 rows/sec., 6.70 MiB/sec. | ||
| 9536 | 2024.07.30 01:35:35.160807 [ 3 ] {ce9edcb1-b16f-4a9a-b2d4-a3622bb32713} <Debug> DynamicQueryHandler: Done processing query | ||
| 9537 | 2024.07.30 01:35:35.160831 [ 3 ] {ce9edcb1-b16f-4a9a-b2d4-a3622bb32713} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 9538 | 2024.07.30 01:35:35.160846 [ 3 ] {} <Debug> HTTP-Session: 5855f605-acd7-48c6-a0d9-d12833ca7fea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9539 | 2024.07.30 01:35:35.161005 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 50127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9540 | 2024.07.30 01:35:35.161053 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9541 | 2024.07.30 01:35:35.161072 [ 3 ] {} <Debug> HTTP-Session: 1a430433-4b81-4655-a27c-6c6eaca7da07 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9542 | 2024.07.30 01:35:35.161088 [ 3 ] {} <Debug> HTTP-Session: 1a430433-4b81-4655-a27c-6c6eaca7da07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9543 | 2024.07.30 01:35:35.161101 [ 3 ] {} <Debug> HTTP-Session: 1a430433-4b81-4655-a27c-6c6eaca7da07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9544 | 2024.07.30 01:35:35.161131 [ 3 ] {} <Trace> HTTP-Session: 1a430433-4b81-4655-a27c-6c6eaca7da07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9545 | 2024.07.30 01:35:35.161449 [ 3 ] {c2f10e9e-1b23-4c0a-a627-bfa8e3df3733} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 9546 | 2024.07.30 01:35:35.161512 [ 3 ] {c2f10e9e-1b23-4c0a-a627-bfa8e3df3733} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 9547 | 2024.07.30 01:35:35.161924 [ 3 ] {c2f10e9e-1b23-4c0a-a627-bfa8e3df3733} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9548 | 2024.07.30 01:35:35.162616 [ 3 ] {c2f10e9e-1b23-4c0a-a627-bfa8e3df3733} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9549 | 2024.07.30 01:35:35.162652 [ 3 ] {c2f10e9e-1b23-4c0a-a627-bfa8e3df3733} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9550 | 2024.07.30 01:35:35.163277 [ 3 ] {c2f10e9e-1b23-4c0a-a627-bfa8e3df3733} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 9551 | 2024.07.30 01:35:35.163690 [ 3 ] {c2f10e9e-1b23-4c0a-a627-bfa8e3df3733} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9552 | 2024.07.30 01:35:35.163878 [ 3 ] {c2f10e9e-1b23-4c0a-a627-bfa8e3df3733} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002656 sec., 11671.686746987953 rows/sec., 20.92 MiB/sec. | ||
| 9553 | 2024.07.30 01:35:35.164369 [ 3 ] {c2f10e9e-1b23-4c0a-a627-bfa8e3df3733} <Debug> DynamicQueryHandler: Done processing query | ||
| 9554 | 2024.07.30 01:35:35.164392 [ 3 ] {c2f10e9e-1b23-4c0a-a627-bfa8e3df3733} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 9555 | 2024.07.30 01:35:35.164407 [ 3 ] {} <Debug> HTTP-Session: 1a430433-4b81-4655-a27c-6c6eaca7da07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9556 | 2024.07.30 01:35:35.164522 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9557 | 2024.07.30 01:35:35.164568 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9558 | 2024.07.30 01:35:35.164585 [ 3 ] {} <Debug> HTTP-Session: 3bbcb2dc-6c98-42a3-897e-121decc3140c Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9559 | 2024.07.30 01:35:35.164600 [ 3 ] {} <Debug> HTTP-Session: 3bbcb2dc-6c98-42a3-897e-121decc3140c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9560 | 2024.07.30 01:35:35.164612 [ 3 ] {} <Debug> HTTP-Session: 3bbcb2dc-6c98-42a3-897e-121decc3140c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9561 | 2024.07.30 01:35:35.164640 [ 3 ] {} <Trace> HTTP-Session: 3bbcb2dc-6c98-42a3-897e-121decc3140c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9562 | 2024.07.30 01:35:35.164737 [ 3 ] {3c1a1195-d95b-4e42-8fea-27a1a88d0069} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 9563 | 2024.07.30 01:35:35.164780 [ 3 ] {3c1a1195-d95b-4e42-8fea-27a1a88d0069} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 9564 | 2024.07.30 01:35:35.164993 [ 3 ] {3c1a1195-d95b-4e42-8fea-27a1a88d0069} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9565 | 2024.07.30 01:35:35.165272 [ 3 ] {3c1a1195-d95b-4e42-8fea-27a1a88d0069} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9566 | 2024.07.30 01:35:35.165308 [ 3 ] {3c1a1195-d95b-4e42-8fea-27a1a88d0069} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9567 | 2024.07.30 01:35:35.165665 [ 3 ] {3c1a1195-d95b-4e42-8fea-27a1a88d0069} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9568 | 2024.07.30 01:35:35.165987 [ 3 ] {3c1a1195-d95b-4e42-8fea-27a1a88d0069} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9569 | 2024.07.30 01:35:35.166142 [ 3 ] {3c1a1195-d95b-4e42-8fea-27a1a88d0069} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001365 sec., 16849.816849816852 rows/sec., 911.46 KiB/sec. | ||
| 9570 | 2024.07.30 01:35:35.166300 [ 3 ] {3c1a1195-d95b-4e42-8fea-27a1a88d0069} <Debug> DynamicQueryHandler: Done processing query | ||
| 9571 | 2024.07.30 01:35:35.166323 [ 3 ] {3c1a1195-d95b-4e42-8fea-27a1a88d0069} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 9572 | 2024.07.30 01:35:35.166338 [ 3 ] {} <Debug> HTTP-Session: 3bbcb2dc-6c98-42a3-897e-121decc3140c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9573 | 2024.07.30 01:35:35.166472 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9574 | 2024.07.30 01:35:35.166520 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9575 | 2024.07.30 01:35:35.166539 [ 3 ] {} <Debug> HTTP-Session: 04b5d228-d616-4427-b114-faf025adc7ce Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9576 | 2024.07.30 01:35:35.166555 [ 3 ] {} <Debug> HTTP-Session: 04b5d228-d616-4427-b114-faf025adc7ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9577 | 2024.07.30 01:35:35.166567 [ 3 ] {} <Debug> HTTP-Session: 04b5d228-d616-4427-b114-faf025adc7ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9578 | 2024.07.30 01:35:35.166597 [ 3 ] {} <Trace> HTTP-Session: 04b5d228-d616-4427-b114-faf025adc7ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9579 | 2024.07.30 01:35:35.166715 [ 3 ] {10a52950-a67e-4241-b96f-79fffd4bfda9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9580 | 2024.07.30 01:35:35.166759 [ 3 ] {10a52950-a67e-4241-b96f-79fffd4bfda9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9581 | 2024.07.30 01:35:35.166884 [ 3 ] {10a52950-a67e-4241-b96f-79fffd4bfda9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9582 | 2024.07.30 01:35:35.167175 [ 3 ] {10a52950-a67e-4241-b96f-79fffd4bfda9} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9583 | 2024.07.30 01:35:35.167211 [ 3 ] {10a52950-a67e-4241-b96f-79fffd4bfda9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9584 | 2024.07.30 01:35:35.167557 [ 3 ] {10a52950-a67e-4241-b96f-79fffd4bfda9} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 9585 | 2024.07.30 01:35:35.167882 [ 3 ] {10a52950-a67e-4241-b96f-79fffd4bfda9} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9586 | 2024.07.30 01:35:35.168034 [ 3 ] {10a52950-a67e-4241-b96f-79fffd4bfda9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001358 sec., 44182.62150220913 rows/sec., 2.98 MiB/sec. | ||
| 9587 | 2024.07.30 01:35:35.168196 [ 3 ] {10a52950-a67e-4241-b96f-79fffd4bfda9} <Debug> DynamicQueryHandler: Done processing query | ||
| 9588 | 2024.07.30 01:35:35.168219 [ 3 ] {10a52950-a67e-4241-b96f-79fffd4bfda9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9589 | 2024.07.30 01:35:35.168235 [ 3 ] {} <Debug> HTTP-Session: 04b5d228-d616-4427-b114-faf025adc7ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9590 | 2024.07.30 01:35:40.141096 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 7845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9591 | 2024.07.30 01:35:40.141240 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9592 | 2024.07.30 01:35:40.141269 [ 3 ] {} <Debug> HTTP-Session: b9aeea5e-fdc5-42be-8421-b4e56fe16425 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9593 | 2024.07.30 01:35:40.141297 [ 3 ] {} <Debug> HTTP-Session: b9aeea5e-fdc5-42be-8421-b4e56fe16425 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9594 | 2024.07.30 01:35:40.141314 [ 3 ] {} <Debug> HTTP-Session: b9aeea5e-fdc5-42be-8421-b4e56fe16425 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9595 | 2024.07.30 01:35:40.141369 [ 3 ] {} <Trace> HTTP-Session: b9aeea5e-fdc5-42be-8421-b4e56fe16425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9596 | 2024.07.30 01:35:40.141593 [ 3 ] {bf124465-1abd-4617-bf5c-160affabc716} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9597 | 2024.07.30 01:35:40.141663 [ 3 ] {bf124465-1abd-4617-bf5c-160affabc716} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9598 | 2024.07.30 01:35:40.141855 [ 3 ] {bf124465-1abd-4617-bf5c-160affabc716} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9599 | 2024.07.30 01:35:40.142317 [ 3 ] {bf124465-1abd-4617-bf5c-160affabc716} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9600 | 2024.07.30 01:35:40.142364 [ 3 ] {bf124465-1abd-4617-bf5c-160affabc716} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9601 | 2024.07.30 01:35:40.142742 [ 3 ] {bf124465-1abd-4617-bf5c-160affabc716} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9602 | 2024.07.30 01:35:40.143077 [ 3 ] {bf124465-1abd-4617-bf5c-160affabc716} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9603 | 2024.07.30 01:35:40.143256 [ 3 ] {bf124465-1abd-4617-bf5c-160affabc716} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00173 sec., 32369.942196531792 rows/sec., 2.49 MiB/sec. | ||
| 9604 | 2024.07.30 01:35:40.143471 [ 3 ] {bf124465-1abd-4617-bf5c-160affabc716} <Debug> DynamicQueryHandler: Done processing query | ||
| 9605 | 2024.07.30 01:35:40.143498 [ 3 ] {bf124465-1abd-4617-bf5c-160affabc716} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9606 | 2024.07.30 01:35:40.143515 [ 3 ] {} <Debug> HTTP-Session: b9aeea5e-fdc5-42be-8421-b4e56fe16425 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9607 | 2024.07.30 01:35:40.143654 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 10894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9608 | 2024.07.30 01:35:40.143711 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9609 | 2024.07.30 01:35:40.143730 [ 3 ] {} <Debug> HTTP-Session: 80ff63da-6aac-4baa-8387-ab1aad4eb55f Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9610 | 2024.07.30 01:35:40.143749 [ 3 ] {} <Debug> HTTP-Session: 80ff63da-6aac-4baa-8387-ab1aad4eb55f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9611 | 2024.07.30 01:35:40.143764 [ 3 ] {} <Debug> HTTP-Session: 80ff63da-6aac-4baa-8387-ab1aad4eb55f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9612 | 2024.07.30 01:35:40.143800 [ 3 ] {} <Trace> HTTP-Session: 80ff63da-6aac-4baa-8387-ab1aad4eb55f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9613 | 2024.07.30 01:35:40.143928 [ 3 ] {20ea8947-a199-4a4b-9982-5de5ee285f26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9614 | 2024.07.30 01:35:40.143974 [ 3 ] {20ea8947-a199-4a4b-9982-5de5ee285f26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9615 | 2024.07.30 01:35:40.144109 [ 3 ] {20ea8947-a199-4a4b-9982-5de5ee285f26} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9616 | 2024.07.30 01:35:40.144493 [ 3 ] {20ea8947-a199-4a4b-9982-5de5ee285f26} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9617 | 2024.07.30 01:35:40.144530 [ 3 ] {20ea8947-a199-4a4b-9982-5de5ee285f26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9618 | 2024.07.30 01:35:40.144850 [ 3 ] {20ea8947-a199-4a4b-9982-5de5ee285f26} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9619 | 2024.07.30 01:35:40.145164 [ 3 ] {20ea8947-a199-4a4b-9982-5de5ee285f26} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9620 | 2024.07.30 01:35:40.145322 [ 3 ] {20ea8947-a199-4a4b-9982-5de5ee285f26} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001428 sec., 44817.927170868345 rows/sec., 3.50 MiB/sec. | ||
| 9621 | 2024.07.30 01:35:40.145607 [ 3 ] {20ea8947-a199-4a4b-9982-5de5ee285f26} <Debug> DynamicQueryHandler: Done processing query | ||
| 9622 | 2024.07.30 01:35:40.145663 [ 3 ] {20ea8947-a199-4a4b-9982-5de5ee285f26} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 9623 | 2024.07.30 01:35:40.145699 [ 3 ] {} <Debug> HTTP-Session: 80ff63da-6aac-4baa-8387-ab1aad4eb55f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9624 | 2024.07.30 01:35:40.145856 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9625 | 2024.07.30 01:35:40.145909 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9626 | 2024.07.30 01:35:40.145928 [ 3 ] {} <Debug> HTTP-Session: 8eb74f72-cefe-4be7-be3c-5bfe9876410c Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9627 | 2024.07.30 01:35:40.145945 [ 3 ] {} <Debug> HTTP-Session: 8eb74f72-cefe-4be7-be3c-5bfe9876410c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9628 | 2024.07.30 01:35:40.145959 [ 3 ] {} <Debug> HTTP-Session: 8eb74f72-cefe-4be7-be3c-5bfe9876410c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9629 | 2024.07.30 01:35:40.145992 [ 3 ] {} <Trace> HTTP-Session: 8eb74f72-cefe-4be7-be3c-5bfe9876410c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9630 | 2024.07.30 01:35:40.146141 [ 3 ] {171b9621-f1ca-4728-8230-3f0d62903fc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9631 | 2024.07.30 01:35:40.146189 [ 3 ] {171b9621-f1ca-4728-8230-3f0d62903fc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9632 | 2024.07.30 01:35:40.146348 [ 3 ] {171b9621-f1ca-4728-8230-3f0d62903fc4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9633 | 2024.07.30 01:35:40.146740 [ 3 ] {171b9621-f1ca-4728-8230-3f0d62903fc4} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9634 | 2024.07.30 01:35:40.146776 [ 3 ] {171b9621-f1ca-4728-8230-3f0d62903fc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9635 | 2024.07.30 01:35:40.147185 [ 3 ] {171b9621-f1ca-4728-8230-3f0d62903fc4} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9636 | 2024.07.30 01:35:40.147534 [ 3 ] {171b9621-f1ca-4728-8230-3f0d62903fc4} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9637 | 2024.07.30 01:35:40.147704 [ 3 ] {171b9621-f1ca-4728-8230-3f0d62903fc4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00162 sec., 98765.43209876544 rows/sec., 6.88 MiB/sec. | ||
| 9638 | 2024.07.30 01:35:40.147986 [ 3 ] {171b9621-f1ca-4728-8230-3f0d62903fc4} <Debug> DynamicQueryHandler: Done processing query | ||
| 9639 | 2024.07.30 01:35:40.148047 [ 3 ] {171b9621-f1ca-4728-8230-3f0d62903fc4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 9640 | 2024.07.30 01:35:40.148082 [ 3 ] {} <Debug> HTTP-Session: 8eb74f72-cefe-4be7-be3c-5bfe9876410c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9641 | 2024.07.30 01:35:40.148217 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9642 | 2024.07.30 01:35:40.148266 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9643 | 2024.07.30 01:35:40.148285 [ 3 ] {} <Debug> HTTP-Session: 86247bfd-2249-47b7-85b6-55e4d47051b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9644 | 2024.07.30 01:35:40.148301 [ 3 ] {} <Debug> HTTP-Session: 86247bfd-2249-47b7-85b6-55e4d47051b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9645 | 2024.07.30 01:35:40.148315 [ 3 ] {} <Debug> HTTP-Session: 86247bfd-2249-47b7-85b6-55e4d47051b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9646 | 2024.07.30 01:35:40.148345 [ 3 ] {} <Trace> HTTP-Session: 86247bfd-2249-47b7-85b6-55e4d47051b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9647 | 2024.07.30 01:35:40.148481 [ 3 ] {504cc0cc-a415-4821-bc89-b1693932780e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9648 | 2024.07.30 01:35:40.148527 [ 3 ] {504cc0cc-a415-4821-bc89-b1693932780e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9649 | 2024.07.30 01:35:40.148672 [ 3 ] {504cc0cc-a415-4821-bc89-b1693932780e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9650 | 2024.07.30 01:35:40.148973 [ 3 ] {504cc0cc-a415-4821-bc89-b1693932780e} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9651 | 2024.07.30 01:35:40.149009 [ 3 ] {504cc0cc-a415-4821-bc89-b1693932780e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9652 | 2024.07.30 01:35:40.149368 [ 3 ] {504cc0cc-a415-4821-bc89-b1693932780e} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9653 | 2024.07.30 01:35:40.149697 [ 3 ] {504cc0cc-a415-4821-bc89-b1693932780e} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9654 | 2024.07.30 01:35:40.149860 [ 3 ] {504cc0cc-a415-4821-bc89-b1693932780e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001436 sec., 41782.72980501393 rows/sec., 2.82 MiB/sec. | ||
| 9655 | 2024.07.30 01:35:40.150025 [ 3 ] {504cc0cc-a415-4821-bc89-b1693932780e} <Debug> DynamicQueryHandler: Done processing query | ||
| 9656 | 2024.07.30 01:35:40.150048 [ 3 ] {504cc0cc-a415-4821-bc89-b1693932780e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9657 | 2024.07.30 01:35:40.150064 [ 3 ] {} <Debug> HTTP-Session: 86247bfd-2249-47b7-85b6-55e4d47051b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9658 | 2024.07.30 01:35:42.808061 [ 141 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9659 | 2024.07.30 01:35:42.808124 [ 141 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9660 | 2024.07.30 01:35:45.149662 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 5193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9661 | 2024.07.30 01:35:45.149786 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9662 | 2024.07.30 01:35:45.149815 [ 3 ] {} <Debug> HTTP-Session: dc5b0ee7-0d86-4d69-ac24-c9c163578505 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9663 | 2024.07.30 01:35:45.149843 [ 3 ] {} <Debug> HTTP-Session: dc5b0ee7-0d86-4d69-ac24-c9c163578505 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9664 | 2024.07.30 01:35:45.149860 [ 3 ] {} <Debug> HTTP-Session: dc5b0ee7-0d86-4d69-ac24-c9c163578505 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9665 | 2024.07.30 01:35:45.149914 [ 3 ] {} <Trace> HTTP-Session: dc5b0ee7-0d86-4d69-ac24-c9c163578505 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9666 | 2024.07.30 01:35:45.150122 [ 3 ] {86566261-8ec6-4275-a360-fd25cf48df70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 9667 | 2024.07.30 01:35:45.150197 [ 3 ] {86566261-8ec6-4275-a360-fd25cf48df70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 9668 | 2024.07.30 01:35:45.150414 [ 3 ] {86566261-8ec6-4275-a360-fd25cf48df70} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9669 | 2024.07.30 01:35:45.150883 [ 3 ] {86566261-8ec6-4275-a360-fd25cf48df70} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9670 | 2024.07.30 01:35:45.150925 [ 3 ] {86566261-8ec6-4275-a360-fd25cf48df70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9671 | 2024.07.30 01:35:45.151301 [ 3 ] {86566261-8ec6-4275-a360-fd25cf48df70} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9672 | 2024.07.30 01:35:45.151650 [ 3 ] {86566261-8ec6-4275-a360-fd25cf48df70} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9673 | 2024.07.30 01:35:45.151808 [ 3 ] {86566261-8ec6-4275-a360-fd25cf48df70} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001754 sec., 21094.640820980618 rows/sec., 1.59 MiB/sec. | ||
| 9674 | 2024.07.30 01:35:45.152039 [ 3 ] {86566261-8ec6-4275-a360-fd25cf48df70} <Debug> DynamicQueryHandler: Done processing query | ||
| 9675 | 2024.07.30 01:35:45.152066 [ 3 ] {86566261-8ec6-4275-a360-fd25cf48df70} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9676 | 2024.07.30 01:35:45.152085 [ 3 ] {} <Debug> HTTP-Session: dc5b0ee7-0d86-4d69-ac24-c9c163578505 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9677 | 2024.07.30 01:35:45.152252 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9678 | 2024.07.30 01:35:45.152311 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9679 | 2024.07.30 01:35:45.152330 [ 3 ] {} <Debug> HTTP-Session: 87811d5a-8ad5-4cac-a3b9-aa5414c0c411 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9680 | 2024.07.30 01:35:45.152349 [ 3 ] {} <Debug> HTTP-Session: 87811d5a-8ad5-4cac-a3b9-aa5414c0c411 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9681 | 2024.07.30 01:35:45.152362 [ 3 ] {} <Debug> HTTP-Session: 87811d5a-8ad5-4cac-a3b9-aa5414c0c411 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9682 | 2024.07.30 01:35:45.152396 [ 3 ] {} <Trace> HTTP-Session: 87811d5a-8ad5-4cac-a3b9-aa5414c0c411 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9683 | 2024.07.30 01:35:45.152502 [ 3 ] {11117605-f364-4611-b694-10da9752fe9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 9684 | 2024.07.30 01:35:45.152549 [ 3 ] {11117605-f364-4611-b694-10da9752fe9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9685 | 2024.07.30 01:35:45.152687 [ 3 ] {11117605-f364-4611-b694-10da9752fe9e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9686 | 2024.07.30 01:35:45.152980 [ 3 ] {11117605-f364-4611-b694-10da9752fe9e} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9687 | 2024.07.30 01:35:45.153017 [ 3 ] {11117605-f364-4611-b694-10da9752fe9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9688 | 2024.07.30 01:35:45.153335 [ 3 ] {11117605-f364-4611-b694-10da9752fe9e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 9689 | 2024.07.30 01:35:45.153659 [ 3 ] {11117605-f364-4611-b694-10da9752fe9e} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9690 | 2024.07.30 01:35:45.153809 [ 3 ] {11117605-f364-4611-b694-10da9752fe9e} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.00133 sec., 4511.278195488721 rows/sec., 367.86 KiB/sec. | ||
| 9691 | 2024.07.30 01:35:45.153975 [ 3 ] {11117605-f364-4611-b694-10da9752fe9e} <Debug> DynamicQueryHandler: Done processing query | ||
| 9692 | 2024.07.30 01:35:45.154001 [ 3 ] {11117605-f364-4611-b694-10da9752fe9e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9693 | 2024.07.30 01:35:45.154017 [ 3 ] {} <Debug> HTTP-Session: 87811d5a-8ad5-4cac-a3b9-aa5414c0c411 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9694 | 2024.07.30 01:35:45.154207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 38806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9695 | 2024.07.30 01:35:45.154256 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9696 | 2024.07.30 01:35:45.154275 [ 3 ] {} <Debug> HTTP-Session: 2a61418d-9d82-43ed-ad9c-edeca49a9693 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9697 | 2024.07.30 01:35:45.154292 [ 3 ] {} <Debug> HTTP-Session: 2a61418d-9d82-43ed-ad9c-edeca49a9693 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9698 | 2024.07.30 01:35:45.154306 [ 3 ] {} <Debug> HTTP-Session: 2a61418d-9d82-43ed-ad9c-edeca49a9693 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9699 | 2024.07.30 01:35:45.154336 [ 3 ] {} <Trace> HTTP-Session: 2a61418d-9d82-43ed-ad9c-edeca49a9693 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9700 | 2024.07.30 01:35:45.154502 [ 3 ] {beab28e7-cecf-439b-a73c-733c983e76f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9701 | 2024.07.30 01:35:45.154544 [ 3 ] {beab28e7-cecf-439b-a73c-733c983e76f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9702 | 2024.07.30 01:35:45.154666 [ 3 ] {beab28e7-cecf-439b-a73c-733c983e76f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9703 | 2024.07.30 01:35:45.155117 [ 3 ] {beab28e7-cecf-439b-a73c-733c983e76f1} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9704 | 2024.07.30 01:35:45.155155 [ 3 ] {beab28e7-cecf-439b-a73c-733c983e76f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9705 | 2024.07.30 01:35:45.155486 [ 3 ] {beab28e7-cecf-439b-a73c-733c983e76f1} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9706 | 2024.07.30 01:35:45.155801 [ 3 ] {beab28e7-cecf-439b-a73c-733c983e76f1} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9707 | 2024.07.30 01:35:45.155951 [ 3 ] {beab28e7-cecf-439b-a73c-733c983e76f1} <Debug> executeQuery: Read 257 rows, 23.19 KiB in 0.00153 sec., 167973.85620915034 rows/sec., 14.80 MiB/sec. | ||
| 9708 | 2024.07.30 01:35:45.156126 [ 3 ] {beab28e7-cecf-439b-a73c-733c983e76f1} <Debug> DynamicQueryHandler: Done processing query | ||
| 9709 | 2024.07.30 01:35:45.156150 [ 3 ] {beab28e7-cecf-439b-a73c-733c983e76f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 9710 | 2024.07.30 01:35:45.156165 [ 3 ] {} <Debug> HTTP-Session: 2a61418d-9d82-43ed-ad9c-edeca49a9693 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9711 | 2024.07.30 01:35:45.156334 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9712 | 2024.07.30 01:35:45.156383 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9713 | 2024.07.30 01:35:45.156402 [ 3 ] {} <Debug> HTTP-Session: aa5ba18d-3cdb-47b2-a3d4-b7199edcc5f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9714 | 2024.07.30 01:35:45.156418 [ 3 ] {} <Debug> HTTP-Session: aa5ba18d-3cdb-47b2-a3d4-b7199edcc5f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9715 | 2024.07.30 01:35:45.156433 [ 3 ] {} <Debug> HTTP-Session: aa5ba18d-3cdb-47b2-a3d4-b7199edcc5f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9716 | 2024.07.30 01:35:45.156463 [ 3 ] {} <Trace> HTTP-Session: aa5ba18d-3cdb-47b2-a3d4-b7199edcc5f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9717 | 2024.07.30 01:35:45.156562 [ 3 ] {8ae3a0c5-4085-4651-874c-9d9a45cb1ce1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 9718 | 2024.07.30 01:35:45.156604 [ 3 ] {8ae3a0c5-4085-4651-874c-9d9a45cb1ce1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9719 | 2024.07.30 01:35:45.156732 [ 3 ] {8ae3a0c5-4085-4651-874c-9d9a45cb1ce1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9720 | 2024.07.30 01:35:45.157005 [ 3 ] {8ae3a0c5-4085-4651-874c-9d9a45cb1ce1} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9721 | 2024.07.30 01:35:45.157041 [ 3 ] {8ae3a0c5-4085-4651-874c-9d9a45cb1ce1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9722 | 2024.07.30 01:35:45.157341 [ 3 ] {8ae3a0c5-4085-4651-874c-9d9a45cb1ce1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 9723 | 2024.07.30 01:35:45.157649 [ 3 ] {8ae3a0c5-4085-4651-874c-9d9a45cb1ce1} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9724 | 2024.07.30 01:35:45.157804 [ 3 ] {8ae3a0c5-4085-4651-874c-9d9a45cb1ce1} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.00126 sec., 4761.9047619047615 rows/sec., 332.50 KiB/sec. | ||
| 9725 | 2024.07.30 01:35:45.158005 [ 3 ] {8ae3a0c5-4085-4651-874c-9d9a45cb1ce1} <Debug> DynamicQueryHandler: Done processing query | ||
| 9726 | 2024.07.30 01:35:45.158029 [ 3 ] {8ae3a0c5-4085-4651-874c-9d9a45cb1ce1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9727 | 2024.07.30 01:35:45.158044 [ 3 ] {} <Debug> HTTP-Session: aa5ba18d-3cdb-47b2-a3d4-b7199edcc5f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9728 | 2024.07.30 01:35:45.158231 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 67854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9729 | 2024.07.30 01:35:45.158282 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9730 | 2024.07.30 01:35:45.158303 [ 3 ] {} <Debug> HTTP-Session: b2570e96-7b59-4858-affb-210a9a2b128e Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9731 | 2024.07.30 01:35:45.158319 [ 3 ] {} <Debug> HTTP-Session: b2570e96-7b59-4858-affb-210a9a2b128e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9732 | 2024.07.30 01:35:45.158332 [ 3 ] {} <Debug> HTTP-Session: b2570e96-7b59-4858-affb-210a9a2b128e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9733 | 2024.07.30 01:35:45.158361 [ 3 ] {} <Trace> HTTP-Session: b2570e96-7b59-4858-affb-210a9a2b128e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9734 | 2024.07.30 01:35:45.158588 [ 3 ] {e1f13c7e-cc41-42d4-9ec0-096111fab2b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9735 | 2024.07.30 01:35:45.158632 [ 3 ] {e1f13c7e-cc41-42d4-9ec0-096111fab2b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9736 | 2024.07.30 01:35:45.158758 [ 3 ] {e1f13c7e-cc41-42d4-9ec0-096111fab2b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9737 | 2024.07.30 01:35:45.159287 [ 3 ] {e1f13c7e-cc41-42d4-9ec0-096111fab2b6} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9738 | 2024.07.30 01:35:45.159324 [ 3 ] {e1f13c7e-cc41-42d4-9ec0-096111fab2b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9739 | 2024.07.30 01:35:45.159655 [ 3 ] {e1f13c7e-cc41-42d4-9ec0-096111fab2b6} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9740 | 2024.07.30 01:35:45.159962 [ 3 ] {e1f13c7e-cc41-42d4-9ec0-096111fab2b6} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9741 | 2024.07.30 01:35:45.160115 [ 3 ] {e1f13c7e-cc41-42d4-9ec0-096111fab2b6} <Debug> executeQuery: Read 419 rows, 30.45 KiB in 0.001629 sec., 257213.01411909147 rows/sec., 18.25 MiB/sec. | ||
| 9742 | 2024.07.30 01:35:45.160279 [ 3 ] {e1f13c7e-cc41-42d4-9ec0-096111fab2b6} <Debug> DynamicQueryHandler: Done processing query | ||
| 9743 | 2024.07.30 01:35:45.160303 [ 3 ] {e1f13c7e-cc41-42d4-9ec0-096111fab2b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 9744 | 2024.07.30 01:35:45.160319 [ 3 ] {} <Debug> HTTP-Session: b2570e96-7b59-4858-affb-210a9a2b128e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9745 | 2024.07.30 01:35:45.160533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9746 | 2024.07.30 01:35:45.160582 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9747 | 2024.07.30 01:35:45.160601 [ 3 ] {} <Debug> HTTP-Session: e52d3b9f-029a-44c8-8416-510310e4983c Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9748 | 2024.07.30 01:35:45.160617 [ 3 ] {} <Debug> HTTP-Session: e52d3b9f-029a-44c8-8416-510310e4983c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9749 | 2024.07.30 01:35:45.160631 [ 3 ] {} <Debug> HTTP-Session: e52d3b9f-029a-44c8-8416-510310e4983c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9750 | 2024.07.30 01:35:45.160661 [ 3 ] {} <Trace> HTTP-Session: e52d3b9f-029a-44c8-8416-510310e4983c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9751 | 2024.07.30 01:35:45.160758 [ 3 ] {86d4f060-bba7-43db-8925-8e7609f51540} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 9752 | 2024.07.30 01:35:45.160803 [ 3 ] {86d4f060-bba7-43db-8925-8e7609f51540} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9753 | 2024.07.30 01:35:45.160932 [ 3 ] {86d4f060-bba7-43db-8925-8e7609f51540} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9754 | 2024.07.30 01:35:45.161194 [ 3 ] {86d4f060-bba7-43db-8925-8e7609f51540} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9755 | 2024.07.30 01:35:45.161231 [ 3 ] {86d4f060-bba7-43db-8925-8e7609f51540} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9756 | 2024.07.30 01:35:45.161592 [ 3 ] {86d4f060-bba7-43db-8925-8e7609f51540} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9757 | 2024.07.30 01:35:45.161919 [ 3 ] {86d4f060-bba7-43db-8925-8e7609f51540} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9758 | 2024.07.30 01:35:45.162080 [ 3 ] {86d4f060-bba7-43db-8925-8e7609f51540} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001333 sec., 4501.12528132033 rows/sec., 193.41 KiB/sec. | ||
| 9759 | 2024.07.30 01:35:45.162321 [ 3 ] {86d4f060-bba7-43db-8925-8e7609f51540} <Debug> DynamicQueryHandler: Done processing query | ||
| 9760 | 2024.07.30 01:35:45.162346 [ 3 ] {86d4f060-bba7-43db-8925-8e7609f51540} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 9761 | 2024.07.30 01:35:45.162361 [ 3 ] {} <Debug> HTTP-Session: e52d3b9f-029a-44c8-8416-510310e4983c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9762 | 2024.07.30 01:35:45.162516 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9763 | 2024.07.30 01:35:45.162561 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9764 | 2024.07.30 01:35:45.162578 [ 3 ] {} <Debug> HTTP-Session: 856e0ed0-922e-44e6-a982-8c533e14c90b Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9765 | 2024.07.30 01:35:45.162594 [ 3 ] {} <Debug> HTTP-Session: 856e0ed0-922e-44e6-a982-8c533e14c90b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9766 | 2024.07.30 01:35:45.162606 [ 3 ] {} <Debug> HTTP-Session: 856e0ed0-922e-44e6-a982-8c533e14c90b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9767 | 2024.07.30 01:35:45.162635 [ 3 ] {} <Trace> HTTP-Session: 856e0ed0-922e-44e6-a982-8c533e14c90b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9768 | 2024.07.30 01:35:45.162752 [ 3 ] {115e4f3a-0604-4c75-a458-0a92738bee2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 9769 | 2024.07.30 01:35:45.162797 [ 3 ] {115e4f3a-0604-4c75-a458-0a92738bee2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 9770 | 2024.07.30 01:35:45.162946 [ 3 ] {115e4f3a-0604-4c75-a458-0a92738bee2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9771 | 2024.07.30 01:35:45.163319 [ 3 ] {115e4f3a-0604-4c75-a458-0a92738bee2a} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9772 | 2024.07.30 01:35:45.163355 [ 3 ] {115e4f3a-0604-4c75-a458-0a92738bee2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9773 | 2024.07.30 01:35:45.163718 [ 3 ] {115e4f3a-0604-4c75-a458-0a92738bee2a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9774 | 2024.07.30 01:35:45.164065 [ 3 ] {115e4f3a-0604-4c75-a458-0a92738bee2a} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9775 | 2024.07.30 01:35:45.164215 [ 3 ] {115e4f3a-0604-4c75-a458-0a92738bee2a} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00146 sec., 52739.726027397264 rows/sec., 3.25 MiB/sec. | ||
| 9776 | 2024.07.30 01:35:45.164383 [ 3 ] {115e4f3a-0604-4c75-a458-0a92738bee2a} <Debug> DynamicQueryHandler: Done processing query | ||
| 9777 | 2024.07.30 01:35:45.164407 [ 3 ] {115e4f3a-0604-4c75-a458-0a92738bee2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9778 | 2024.07.30 01:35:45.164424 [ 3 ] {} <Debug> HTTP-Session: 856e0ed0-922e-44e6-a982-8c533e14c90b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9779 | 2024.07.30 01:35:45.164594 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 31237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9780 | 2024.07.30 01:35:45.164644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9781 | 2024.07.30 01:35:45.164664 [ 3 ] {} <Debug> HTTP-Session: 883eb31b-292a-439e-8edc-8c9c7474e176 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9782 | 2024.07.30 01:35:45.164680 [ 3 ] {} <Debug> HTTP-Session: 883eb31b-292a-439e-8edc-8c9c7474e176 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9783 | 2024.07.30 01:35:45.164694 [ 3 ] {} <Debug> HTTP-Session: 883eb31b-292a-439e-8edc-8c9c7474e176 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9784 | 2024.07.30 01:35:45.164723 [ 3 ] {} <Trace> HTTP-Session: 883eb31b-292a-439e-8edc-8c9c7474e176 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9785 | 2024.07.30 01:35:45.164895 [ 3 ] {dfa5746e-d871-4b35-ab18-b00896d74024} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9786 | 2024.07.30 01:35:45.164941 [ 3 ] {dfa5746e-d871-4b35-ab18-b00896d74024} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9787 | 2024.07.30 01:35:45.165085 [ 3 ] {dfa5746e-d871-4b35-ab18-b00896d74024} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9788 | 2024.07.30 01:35:45.165456 [ 3 ] {dfa5746e-d871-4b35-ab18-b00896d74024} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9789 | 2024.07.30 01:35:45.165492 [ 3 ] {dfa5746e-d871-4b35-ab18-b00896d74024} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9790 | 2024.07.30 01:35:45.165869 [ 3 ] {dfa5746e-d871-4b35-ab18-b00896d74024} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9791 | 2024.07.30 01:35:45.166206 [ 3 ] {dfa5746e-d871-4b35-ab18-b00896d74024} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9792 | 2024.07.30 01:35:45.166355 [ 3 ] {dfa5746e-d871-4b35-ab18-b00896d74024} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001549 sec., 105229.180116204 rows/sec., 7.33 MiB/sec. | ||
| 9793 | 2024.07.30 01:35:45.166531 [ 3 ] {dfa5746e-d871-4b35-ab18-b00896d74024} <Debug> DynamicQueryHandler: Done processing query | ||
| 9794 | 2024.07.30 01:35:45.166556 [ 3 ] {dfa5746e-d871-4b35-ab18-b00896d74024} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 9795 | 2024.07.30 01:35:45.166572 [ 3 ] {} <Debug> HTTP-Session: 883eb31b-292a-439e-8edc-8c9c7474e176 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9796 | 2024.07.30 01:35:45.166767 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 50143, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9797 | 2024.07.30 01:35:45.166816 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9798 | 2024.07.30 01:35:45.166835 [ 3 ] {} <Debug> HTTP-Session: 29eb92c8-779e-44f7-b23a-10cb38bc46c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9799 | 2024.07.30 01:35:45.166851 [ 3 ] {} <Debug> HTTP-Session: 29eb92c8-779e-44f7-b23a-10cb38bc46c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9800 | 2024.07.30 01:35:45.166865 [ 3 ] {} <Debug> HTTP-Session: 29eb92c8-779e-44f7-b23a-10cb38bc46c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9801 | 2024.07.30 01:35:45.166895 [ 3 ] {} <Trace> HTTP-Session: 29eb92c8-779e-44f7-b23a-10cb38bc46c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9802 | 2024.07.30 01:35:45.167236 [ 3 ] {458f23af-4f51-44a6-bf78-ceec8c970388} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 9803 | 2024.07.30 01:35:45.167301 [ 3 ] {458f23af-4f51-44a6-bf78-ceec8c970388} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 9804 | 2024.07.30 01:35:45.167705 [ 3 ] {458f23af-4f51-44a6-bf78-ceec8c970388} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9805 | 2024.07.30 01:35:45.168498 [ 3 ] {458f23af-4f51-44a6-bf78-ceec8c970388} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9806 | 2024.07.30 01:35:45.168534 [ 3 ] {458f23af-4f51-44a6-bf78-ceec8c970388} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9807 | 2024.07.30 01:35:45.169168 [ 3 ] {458f23af-4f51-44a6-bf78-ceec8c970388} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 9808 | 2024.07.30 01:35:45.169590 [ 3 ] {458f23af-4f51-44a6-bf78-ceec8c970388} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9809 | 2024.07.30 01:35:45.169789 [ 3 ] {458f23af-4f51-44a6-bf78-ceec8c970388} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002797 sec., 11083.303539506614 rows/sec., 19.86 MiB/sec. | ||
| 9810 | 2024.07.30 01:35:45.170165 [ 3 ] {458f23af-4f51-44a6-bf78-ceec8c970388} <Debug> DynamicQueryHandler: Done processing query | ||
| 9811 | 2024.07.30 01:35:45.170191 [ 3 ] {458f23af-4f51-44a6-bf78-ceec8c970388} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 9812 | 2024.07.30 01:35:45.170207 [ 3 ] {} <Debug> HTTP-Session: 29eb92c8-779e-44f7-b23a-10cb38bc46c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9813 | 2024.07.30 01:35:45.170315 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9814 | 2024.07.30 01:35:45.170365 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9815 | 2024.07.30 01:35:45.170384 [ 3 ] {} <Debug> HTTP-Session: 6f574261-daa2-433e-ac7d-9ce8f379bab2 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9816 | 2024.07.30 01:35:45.170401 [ 3 ] {} <Debug> HTTP-Session: 6f574261-daa2-433e-ac7d-9ce8f379bab2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9817 | 2024.07.30 01:35:45.170414 [ 3 ] {} <Debug> HTTP-Session: 6f574261-daa2-433e-ac7d-9ce8f379bab2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9818 | 2024.07.30 01:35:45.170444 [ 3 ] {} <Trace> HTTP-Session: 6f574261-daa2-433e-ac7d-9ce8f379bab2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9819 | 2024.07.30 01:35:45.170547 [ 3 ] {3580c20a-6780-4abb-9d1a-10f0a79b795d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 9820 | 2024.07.30 01:35:45.170592 [ 3 ] {3580c20a-6780-4abb-9d1a-10f0a79b795d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 9821 | 2024.07.30 01:35:45.170718 [ 3 ] {3580c20a-6780-4abb-9d1a-10f0a79b795d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9822 | 2024.07.30 01:35:45.171033 [ 3 ] {3580c20a-6780-4abb-9d1a-10f0a79b795d} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9823 | 2024.07.30 01:35:45.171070 [ 3 ] {3580c20a-6780-4abb-9d1a-10f0a79b795d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9824 | 2024.07.30 01:35:45.171427 [ 3 ] {3580c20a-6780-4abb-9d1a-10f0a79b795d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9825 | 2024.07.30 01:35:45.171775 [ 3 ] {3580c20a-6780-4abb-9d1a-10f0a79b795d} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9826 | 2024.07.30 01:35:45.171930 [ 3 ] {3580c20a-6780-4abb-9d1a-10f0a79b795d} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001405 sec., 16370.106761565836 rows/sec., 885.51 KiB/sec. | ||
| 9827 | 2024.07.30 01:35:45.172099 [ 3 ] {3580c20a-6780-4abb-9d1a-10f0a79b795d} <Debug> DynamicQueryHandler: Done processing query | ||
| 9828 | 2024.07.30 01:35:45.172123 [ 3 ] {3580c20a-6780-4abb-9d1a-10f0a79b795d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 9829 | 2024.07.30 01:35:45.172140 [ 3 ] {} <Debug> HTTP-Session: 6f574261-daa2-433e-ac7d-9ce8f379bab2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9830 | 2024.07.30 01:35:45.172255 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9831 | 2024.07.30 01:35:45.172305 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9832 | 2024.07.30 01:35:45.172324 [ 3 ] {} <Debug> HTTP-Session: 880b36d8-ec22-485a-9483-4bae079a083a Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9833 | 2024.07.30 01:35:45.172340 [ 3 ] {} <Debug> HTTP-Session: 880b36d8-ec22-485a-9483-4bae079a083a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9834 | 2024.07.30 01:35:45.172354 [ 3 ] {} <Debug> HTTP-Session: 880b36d8-ec22-485a-9483-4bae079a083a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9835 | 2024.07.30 01:35:45.172385 [ 3 ] {} <Trace> HTTP-Session: 880b36d8-ec22-485a-9483-4bae079a083a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9836 | 2024.07.30 01:35:45.172505 [ 3 ] {e06e486a-5be9-4235-bd6c-049d5be18aa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9837 | 2024.07.30 01:35:45.172550 [ 3 ] {e06e486a-5be9-4235-bd6c-049d5be18aa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9838 | 2024.07.30 01:35:45.172678 [ 3 ] {e06e486a-5be9-4235-bd6c-049d5be18aa6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9839 | 2024.07.30 01:35:45.173019 [ 3 ] {e06e486a-5be9-4235-bd6c-049d5be18aa6} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9840 | 2024.07.30 01:35:45.173056 [ 3 ] {e06e486a-5be9-4235-bd6c-049d5be18aa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9841 | 2024.07.30 01:35:45.173426 [ 3 ] {e06e486a-5be9-4235-bd6c-049d5be18aa6} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9842 | 2024.07.30 01:35:45.173750 [ 3 ] {e06e486a-5be9-4235-bd6c-049d5be18aa6} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9843 | 2024.07.30 01:35:45.173903 [ 3 ] {e06e486a-5be9-4235-bd6c-049d5be18aa6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001437 sec., 41753.65344467641 rows/sec., 2.81 MiB/sec. | ||
| 9844 | 2024.07.30 01:35:45.174086 [ 3 ] {e06e486a-5be9-4235-bd6c-049d5be18aa6} <Debug> DynamicQueryHandler: Done processing query | ||
| 9845 | 2024.07.30 01:35:45.174110 [ 3 ] {e06e486a-5be9-4235-bd6c-049d5be18aa6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9846 | 2024.07.30 01:35:45.174126 [ 3 ] {} <Debug> HTTP-Session: 880b36d8-ec22-485a-9483-4bae079a083a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9847 | 2024.07.30 01:35:50.141289 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 7845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9848 | 2024.07.30 01:35:50.141420 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9849 | 2024.07.30 01:35:50.141446 [ 3 ] {} <Debug> HTTP-Session: e0fb66ae-50e7-4d80-9802-9ff6a8bac2e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9850 | 2024.07.30 01:35:50.141471 [ 3 ] {} <Debug> HTTP-Session: e0fb66ae-50e7-4d80-9802-9ff6a8bac2e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9851 | 2024.07.30 01:35:50.141485 [ 3 ] {} <Debug> HTTP-Session: e0fb66ae-50e7-4d80-9802-9ff6a8bac2e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9852 | 2024.07.30 01:35:50.141534 [ 3 ] {} <Trace> HTTP-Session: e0fb66ae-50e7-4d80-9802-9ff6a8bac2e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9853 | 2024.07.30 01:35:50.141746 [ 3 ] {9f846ccc-be8c-41a2-a89f-a14f02fb98f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9854 | 2024.07.30 01:35:50.141815 [ 3 ] {9f846ccc-be8c-41a2-a89f-a14f02fb98f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9855 | 2024.07.30 01:35:50.142005 [ 3 ] {9f846ccc-be8c-41a2-a89f-a14f02fb98f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9856 | 2024.07.30 01:35:50.142469 [ 3 ] {9f846ccc-be8c-41a2-a89f-a14f02fb98f8} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9857 | 2024.07.30 01:35:50.142509 [ 3 ] {9f846ccc-be8c-41a2-a89f-a14f02fb98f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9858 | 2024.07.30 01:35:50.142881 [ 3 ] {9f846ccc-be8c-41a2-a89f-a14f02fb98f8} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9859 | 2024.07.30 01:35:50.143219 [ 3 ] {9f846ccc-be8c-41a2-a89f-a14f02fb98f8} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9860 | 2024.07.30 01:35:50.143361 [ 3 ] {9f846ccc-be8c-41a2-a89f-a14f02fb98f8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001689 sec., 33155.71343990527 rows/sec., 2.55 MiB/sec. | ||
| 9861 | 2024.07.30 01:35:50.143558 [ 3 ] {9f846ccc-be8c-41a2-a89f-a14f02fb98f8} <Debug> DynamicQueryHandler: Done processing query | ||
| 9862 | 2024.07.30 01:35:50.143584 [ 3 ] {9f846ccc-be8c-41a2-a89f-a14f02fb98f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9863 | 2024.07.30 01:35:50.143601 [ 3 ] {} <Debug> HTTP-Session: e0fb66ae-50e7-4d80-9802-9ff6a8bac2e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9864 | 2024.07.30 01:35:50.143766 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 10894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9865 | 2024.07.30 01:35:50.143817 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9866 | 2024.07.30 01:35:50.143836 [ 3 ] {} <Debug> HTTP-Session: 280517b9-3bbf-40e1-9be5-63fb50389d78 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9867 | 2024.07.30 01:35:50.143853 [ 3 ] {} <Debug> HTTP-Session: 280517b9-3bbf-40e1-9be5-63fb50389d78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9868 | 2024.07.30 01:35:50.143866 [ 3 ] {} <Debug> HTTP-Session: 280517b9-3bbf-40e1-9be5-63fb50389d78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9869 | 2024.07.30 01:35:50.143897 [ 3 ] {} <Trace> HTTP-Session: 280517b9-3bbf-40e1-9be5-63fb50389d78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9870 | 2024.07.30 01:35:50.144017 [ 3 ] {6c7c56b4-0ade-44fc-8266-06abfaf7e797} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9871 | 2024.07.30 01:35:50.144060 [ 3 ] {6c7c56b4-0ade-44fc-8266-06abfaf7e797} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9872 | 2024.07.30 01:35:50.144190 [ 3 ] {6c7c56b4-0ade-44fc-8266-06abfaf7e797} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9873 | 2024.07.30 01:35:50.144621 [ 3 ] {6c7c56b4-0ade-44fc-8266-06abfaf7e797} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9874 | 2024.07.30 01:35:50.144658 [ 3 ] {6c7c56b4-0ade-44fc-8266-06abfaf7e797} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9875 | 2024.07.30 01:35:50.144988 [ 3 ] {6c7c56b4-0ade-44fc-8266-06abfaf7e797} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9876 | 2024.07.30 01:35:50.145303 [ 3 ] {6c7c56b4-0ade-44fc-8266-06abfaf7e797} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9877 | 2024.07.30 01:35:50.145427 [ 3 ] {6c7c56b4-0ade-44fc-8266-06abfaf7e797} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001453 sec., 44046.799724707496 rows/sec., 3.44 MiB/sec. | ||
| 9878 | 2024.07.30 01:35:50.145591 [ 3 ] {6c7c56b4-0ade-44fc-8266-06abfaf7e797} <Debug> DynamicQueryHandler: Done processing query | ||
| 9879 | 2024.07.30 01:35:50.145616 [ 3 ] {6c7c56b4-0ade-44fc-8266-06abfaf7e797} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 9880 | 2024.07.30 01:35:50.145632 [ 3 ] {} <Debug> HTTP-Session: 280517b9-3bbf-40e1-9be5-63fb50389d78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9881 | 2024.07.30 01:35:50.145828 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9882 | 2024.07.30 01:35:50.145879 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9883 | 2024.07.30 01:35:50.145898 [ 3 ] {} <Debug> HTTP-Session: eabba7dd-302d-4eab-ae89-4aa298a11911 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9884 | 2024.07.30 01:35:50.145916 [ 3 ] {} <Debug> HTTP-Session: eabba7dd-302d-4eab-ae89-4aa298a11911 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9885 | 2024.07.30 01:35:50.145929 [ 3 ] {} <Debug> HTTP-Session: eabba7dd-302d-4eab-ae89-4aa298a11911 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9886 | 2024.07.30 01:35:50.145961 [ 3 ] {} <Trace> HTTP-Session: eabba7dd-302d-4eab-ae89-4aa298a11911 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9887 | 2024.07.30 01:35:50.146107 [ 3 ] {c9d967b1-c6a6-4403-acbd-7421e78d9731} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9888 | 2024.07.30 01:35:50.146155 [ 3 ] {c9d967b1-c6a6-4403-acbd-7421e78d9731} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9889 | 2024.07.30 01:35:50.146300 [ 3 ] {c9d967b1-c6a6-4403-acbd-7421e78d9731} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9890 | 2024.07.30 01:35:50.146812 [ 3 ] {c9d967b1-c6a6-4403-acbd-7421e78d9731} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9891 | 2024.07.30 01:35:50.146849 [ 3 ] {c9d967b1-c6a6-4403-acbd-7421e78d9731} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9892 | 2024.07.30 01:35:50.147256 [ 3 ] {c9d967b1-c6a6-4403-acbd-7421e78d9731} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9893 | 2024.07.30 01:35:50.147597 [ 3 ] {c9d967b1-c6a6-4403-acbd-7421e78d9731} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9894 | 2024.07.30 01:35:50.147723 [ 3 ] {c9d967b1-c6a6-4403-acbd-7421e78d9731} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001682 sec., 95124.85136741975 rows/sec., 6.63 MiB/sec. | ||
| 9895 | 2024.07.30 01:35:50.147979 [ 3 ] {c9d967b1-c6a6-4403-acbd-7421e78d9731} <Debug> DynamicQueryHandler: Done processing query | ||
| 9896 | 2024.07.30 01:35:50.148037 [ 3 ] {c9d967b1-c6a6-4403-acbd-7421e78d9731} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 9897 | 2024.07.30 01:35:50.148096 [ 3 ] {} <Debug> HTTP-Session: eabba7dd-302d-4eab-ae89-4aa298a11911 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9898 | 2024.07.30 01:35:50.148286 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9899 | 2024.07.30 01:35:50.148338 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9900 | 2024.07.30 01:35:50.148358 [ 3 ] {} <Debug> HTTP-Session: aa9a14ed-2ea4-4f11-9821-702e896cf555 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9901 | 2024.07.30 01:35:50.148375 [ 3 ] {} <Debug> HTTP-Session: aa9a14ed-2ea4-4f11-9821-702e896cf555 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9902 | 2024.07.30 01:35:50.148388 [ 3 ] {} <Debug> HTTP-Session: aa9a14ed-2ea4-4f11-9821-702e896cf555 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9903 | 2024.07.30 01:35:50.148419 [ 3 ] {} <Trace> HTTP-Session: aa9a14ed-2ea4-4f11-9821-702e896cf555 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9904 | 2024.07.30 01:35:50.148549 [ 3 ] {bf0e76cf-8e61-490d-9ad9-423aae52db0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9905 | 2024.07.30 01:35:50.148597 [ 3 ] {bf0e76cf-8e61-490d-9ad9-423aae52db0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9906 | 2024.07.30 01:35:50.148744 [ 3 ] {bf0e76cf-8e61-490d-9ad9-423aae52db0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9907 | 2024.07.30 01:35:50.149043 [ 3 ] {bf0e76cf-8e61-490d-9ad9-423aae52db0b} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9908 | 2024.07.30 01:35:50.149079 [ 3 ] {bf0e76cf-8e61-490d-9ad9-423aae52db0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9909 | 2024.07.30 01:35:50.149437 [ 3 ] {bf0e76cf-8e61-490d-9ad9-423aae52db0b} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9910 | 2024.07.30 01:35:50.149765 [ 3 ] {bf0e76cf-8e61-490d-9ad9-423aae52db0b} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9911 | 2024.07.30 01:35:50.149892 [ 3 ] {bf0e76cf-8e61-490d-9ad9-423aae52db0b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001394 sec., 43041.6068866571 rows/sec., 2.90 MiB/sec. | ||
| 9912 | 2024.07.30 01:35:50.150060 [ 3 ] {bf0e76cf-8e61-490d-9ad9-423aae52db0b} <Debug> DynamicQueryHandler: Done processing query | ||
| 9913 | 2024.07.30 01:35:50.150094 [ 3 ] {bf0e76cf-8e61-490d-9ad9-423aae52db0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9914 | 2024.07.30 01:35:50.150120 [ 3 ] {} <Debug> HTTP-Session: aa9a14ed-2ea4-4f11-9821-702e896cf555 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9915 | 2024.07.30 01:35:55.147468 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 5193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9916 | 2024.07.30 01:35:55.147601 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9917 | 2024.07.30 01:35:55.147627 [ 3 ] {} <Debug> HTTP-Session: db8ed16b-bc33-454e-a4d2-7a045b333a6f Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9918 | 2024.07.30 01:35:55.147652 [ 3 ] {} <Debug> HTTP-Session: db8ed16b-bc33-454e-a4d2-7a045b333a6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9919 | 2024.07.30 01:35:55.147666 [ 3 ] {} <Debug> HTTP-Session: db8ed16b-bc33-454e-a4d2-7a045b333a6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9920 | 2024.07.30 01:35:55.147713 [ 3 ] {} <Trace> HTTP-Session: db8ed16b-bc33-454e-a4d2-7a045b333a6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9921 | 2024.07.30 01:35:55.147913 [ 3 ] {80d367d3-daff-4145-814e-01bbc36115e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 9922 | 2024.07.30 01:35:55.147982 [ 3 ] {80d367d3-daff-4145-814e-01bbc36115e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 9923 | 2024.07.30 01:35:55.148179 [ 3 ] {80d367d3-daff-4145-814e-01bbc36115e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9924 | 2024.07.30 01:35:55.148631 [ 3 ] {80d367d3-daff-4145-814e-01bbc36115e8} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9925 | 2024.07.30 01:35:55.148680 [ 3 ] {80d367d3-daff-4145-814e-01bbc36115e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9926 | 2024.07.30 01:35:55.149055 [ 3 ] {80d367d3-daff-4145-814e-01bbc36115e8} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9927 | 2024.07.30 01:35:55.149439 [ 3 ] {80d367d3-daff-4145-814e-01bbc36115e8} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9928 | 2024.07.30 01:35:55.149661 [ 132 ] {} <Debug> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1) (MergerMutator): Selected 5 parts from all_1_26_6 to all_30_30_0 | ||
| 9929 | 2024.07.30 01:35:55.149678 [ 3 ] {80d367d3-daff-4145-814e-01bbc36115e8} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001816 sec., 20374.44933920705 rows/sec., 1.53 MiB/sec. | ||
| 9930 | 2024.07.30 01:35:55.149747 [ 132 ] {} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9931 | 2024.07.30 01:35:55.149812 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9932 | 2024.07.30 01:35:55.150101 [ 199 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_30_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_26_6 to all_30_30_0 into Compact with storage Full | ||
| 9933 | 2024.07.30 01:35:55.150151 [ 3 ] {80d367d3-daff-4145-814e-01bbc36115e8} <Debug> DynamicQueryHandler: Done processing query | ||
| 9934 | 2024.07.30 01:35:55.150233 [ 3 ] {80d367d3-daff-4145-814e-01bbc36115e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9935 | 2024.07.30 01:35:55.150319 [ 3 ] {} <Debug> HTTP-Session: db8ed16b-bc33-454e-a4d2-7a045b333a6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9936 | 2024.07.30 01:35:55.150621 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9937 | 2024.07.30 01:35:55.150726 [ 199 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_30_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9938 | 2024.07.30 01:35:55.150774 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9939 | 2024.07.30 01:35:55.150830 [ 199 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_6, total 37 rows starting from the beginning of the part | ||
| 9940 | 2024.07.30 01:35:55.150846 [ 3 ] {} <Debug> HTTP-Session: ae2a9a6c-cf17-4139-9cbe-bd69324493bf Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9941 | 2024.07.30 01:35:55.150910 [ 3 ] {} <Debug> HTTP-Session: ae2a9a6c-cf17-4139-9cbe-bd69324493bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9942 | 2024.07.30 01:35:55.150935 [ 3 ] {} <Debug> HTTP-Session: ae2a9a6c-cf17-4139-9cbe-bd69324493bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9943 | 2024.07.30 01:35:55.150990 [ 199 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 37 rows starting from the beginning of the part | ||
| 9944 | 2024.07.30 01:35:55.151010 [ 3 ] {} <Trace> HTTP-Session: ae2a9a6c-cf17-4139-9cbe-bd69324493bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9945 | 2024.07.30 01:35:55.151156 [ 199 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 37 rows starting from the beginning of the part | ||
| 9946 | 2024.07.30 01:35:55.151243 [ 3 ] {8a7b2f3d-b7e7-4e05-b1f5-e5782d3bc634} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 9947 | 2024.07.30 01:35:55.151318 [ 199 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 37 rows starting from the beginning of the part | ||
| 9948 | 2024.07.30 01:35:55.151343 [ 3 ] {8a7b2f3d-b7e7-4e05-b1f5-e5782d3bc634} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9949 | 2024.07.30 01:35:55.151507 [ 199 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 37 rows starting from the beginning of the part | ||
| 9950 | 2024.07.30 01:35:55.151919 [ 3 ] {8a7b2f3d-b7e7-4e05-b1f5-e5782d3bc634} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9951 | 2024.07.30 01:35:55.152415 [ 3 ] {8a7b2f3d-b7e7-4e05-b1f5-e5782d3bc634} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9952 | 2024.07.30 01:35:55.152462 [ 3 ] {8a7b2f3d-b7e7-4e05-b1f5-e5782d3bc634} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9953 | 2024.07.30 01:35:55.152943 [ 188 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_30_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 4 columns (4 merged, 0 gathered) in 0.003030551 sec., 61045.004687266446 rows/sec., 4.60 MiB/sec. | ||
| 9954 | 2024.07.30 01:35:55.152953 [ 3 ] {8a7b2f3d-b7e7-4e05-b1f5-e5782d3bc634} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 9955 | 2024.07.30 01:35:55.153242 [ 190 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_30_7} <Trace> MergedBlockOutputStream: filled checksums all_1_30_7 (state Temporary) | ||
| 9956 | 2024.07.30 01:35:55.153571 [ 3 ] {8a7b2f3d-b7e7-4e05-b1f5-e5782d3bc634} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9957 | 2024.07.30 01:35:55.154089 [ 3 ] {8a7b2f3d-b7e7-4e05-b1f5-e5782d3bc634} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002894 sec., 1382.1700069108501 rows/sec., 112.71 KiB/sec. | ||
| 9958 | 2024.07.30 01:35:55.154609 [ 190 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_30_7} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_merge_all_1_30_7 to all_1_30_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9959 | 2024.07.30 01:35:55.154681 [ 3 ] {8a7b2f3d-b7e7-4e05-b1f5-e5782d3bc634} <Debug> DynamicQueryHandler: Done processing query | ||
| 9960 | 2024.07.30 01:35:55.154726 [ 3 ] {8a7b2f3d-b7e7-4e05-b1f5-e5782d3bc634} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9961 | 2024.07.30 01:35:55.154753 [ 3 ] {} <Debug> HTTP-Session: ae2a9a6c-cf17-4139-9cbe-bd69324493bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9962 | 2024.07.30 01:35:55.154790 [ 190 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_30_7} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1) (MergerMutator): Merged 5 parts: [all_1_26_6, all_30_30_0] -> all_1_30_7 | ||
| 9963 | 2024.07.30 01:35:55.154909 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 9964 | 2024.07.30 01:35:55.154990 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 38675, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9965 | 2024.07.30 01:35:55.155053 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9966 | 2024.07.30 01:35:55.155073 [ 3 ] {} <Debug> HTTP-Session: ef69a0da-c8bf-4c17-9e21-56bc7bc075c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9967 | 2024.07.30 01:35:55.155090 [ 3 ] {} <Debug> HTTP-Session: ef69a0da-c8bf-4c17-9e21-56bc7bc075c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9968 | 2024.07.30 01:35:55.155104 [ 3 ] {} <Debug> HTTP-Session: ef69a0da-c8bf-4c17-9e21-56bc7bc075c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9969 | 2024.07.30 01:35:55.155139 [ 3 ] {} <Trace> HTTP-Session: ef69a0da-c8bf-4c17-9e21-56bc7bc075c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9970 | 2024.07.30 01:35:55.155343 [ 3 ] {f71d1f27-c2a7-4fff-ba8f-d8d144bc34e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9971 | 2024.07.30 01:35:55.155394 [ 3 ] {f71d1f27-c2a7-4fff-ba8f-d8d144bc34e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9972 | 2024.07.30 01:35:55.155548 [ 3 ] {f71d1f27-c2a7-4fff-ba8f-d8d144bc34e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9973 | 2024.07.30 01:35:55.156042 [ 3 ] {f71d1f27-c2a7-4fff-ba8f-d8d144bc34e1} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9974 | 2024.07.30 01:35:55.156080 [ 3 ] {f71d1f27-c2a7-4fff-ba8f-d8d144bc34e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9975 | 2024.07.30 01:35:55.156410 [ 3 ] {f71d1f27-c2a7-4fff-ba8f-d8d144bc34e1} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 9976 | 2024.07.30 01:35:55.156733 [ 3 ] {f71d1f27-c2a7-4fff-ba8f-d8d144bc34e1} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9977 | 2024.07.30 01:35:55.156881 [ 3 ] {f71d1f27-c2a7-4fff-ba8f-d8d144bc34e1} <Debug> executeQuery: Read 256 rows, 23.11 KiB in 0.001648 sec., 155339.8058252427 rows/sec., 13.70 MiB/sec. | ||
| 9978 | 2024.07.30 01:35:55.156894 [ 132 ] {} <Debug> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 9979 | 2024.07.30 01:35:55.156977 [ 132 ] {} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9980 | 2024.07.30 01:35:55.157032 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9981 | 2024.07.30 01:35:55.157160 [ 3 ] {f71d1f27-c2a7-4fff-ba8f-d8d144bc34e1} <Debug> DynamicQueryHandler: Done processing query | ||
| 9982 | 2024.07.30 01:35:55.157199 [ 190 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::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 | ||
| 9983 | 2024.07.30 01:35:55.157207 [ 3 ] {f71d1f27-c2a7-4fff-ba8f-d8d144bc34e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 9984 | 2024.07.30 01:35:55.157270 [ 3 ] {} <Debug> HTTP-Session: ef69a0da-c8bf-4c17-9e21-56bc7bc075c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9985 | 2024.07.30 01:35:55.157397 [ 190 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9986 | 2024.07.30 01:35:55.157450 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9987 | 2024.07.30 01:35:55.157468 [ 190 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 298 rows starting from the beginning of the part | ||
| 9988 | 2024.07.30 01:35:55.157545 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9989 | 2024.07.30 01:35:55.157637 [ 3 ] {} <Debug> HTTP-Session: b565dfa6-e59a-43b4-99a6-b4f5795faaa7 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 9990 | 2024.07.30 01:35:55.157709 [ 3 ] {} <Debug> HTTP-Session: b565dfa6-e59a-43b4-99a6-b4f5795faaa7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9991 | 2024.07.30 01:35:55.157766 [ 190 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 254 rows starting from the beginning of the part | ||
| 9992 | 2024.07.30 01:35:55.157777 [ 3 ] {} <Debug> HTTP-Session: b565dfa6-e59a-43b4-99a6-b4f5795faaa7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9993 | 2024.07.30 01:35:55.157904 [ 3 ] {} <Trace> HTTP-Session: b565dfa6-e59a-43b4-99a6-b4f5795faaa7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9994 | 2024.07.30 01:35:55.158062 [ 190 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 56 rows starting from the beginning of the part | ||
| 9995 | 2024.07.30 01:35:55.158203 [ 3 ] {05ad23b2-2aec-4a3c-bb10-d94191e76bd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 9996 | 2024.07.30 01:35:55.158326 [ 190 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 257 rows starting from the beginning of the part | ||
| 9997 | 2024.07.30 01:35:55.158352 [ 3 ] {05ad23b2-2aec-4a3c-bb10-d94191e76bd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9998 | 2024.07.30 01:35:55.158614 [ 190 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 56 rows starting from the beginning of the part | ||
| 9999 | 2024.07.30 01:35:55.159000 [ 190 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 256 rows starting from the beginning of the part | ||
| 10000 | 2024.07.30 01:35:55.159416 [ 3 ] {05ad23b2-2aec-4a3c-bb10-d94191e76bd0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10001 | 2024.07.30 01:35:55.160156 [ 3 ] {05ad23b2-2aec-4a3c-bb10-d94191e76bd0} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10002 | 2024.07.30 01:35:55.160220 [ 3 ] {05ad23b2-2aec-4a3c-bb10-d94191e76bd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10003 | 2024.07.30 01:35:55.161072 [ 3 ] {05ad23b2-2aec-4a3c-bb10-d94191e76bd0} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 10004 | 2024.07.30 01:35:55.161942 [ 3 ] {05ad23b2-2aec-4a3c-bb10-d94191e76bd0} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10005 | 2024.07.30 01:35:55.162377 [ 188 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1177 rows, containing 4 columns (4 merged, 0 gathered) in 0.005262993 sec., 223637.00654741513 rows/sec., 19.38 MiB/sec. | ||
| 10006 | 2024.07.30 01:35:55.162397 [ 3 ] {05ad23b2-2aec-4a3c-bb10-d94191e76bd0} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.00428 sec., 934.5794392523364 rows/sec., 65.26 KiB/sec. | ||
| 10007 | 2024.07.30 01:35:55.162772 [ 188 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 10008 | 2024.07.30 01:35:55.162936 [ 3 ] {05ad23b2-2aec-4a3c-bb10-d94191e76bd0} <Debug> DynamicQueryHandler: Done processing query | ||
| 10009 | 2024.07.30 01:35:55.162977 [ 3 ] {05ad23b2-2aec-4a3c-bb10-d94191e76bd0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10010 | 2024.07.30 01:35:55.163003 [ 3 ] {} <Debug> HTTP-Session: b565dfa6-e59a-43b4-99a6-b4f5795faaa7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10011 | 2024.07.30 01:35:55.163259 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 67517, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10012 | 2024.07.30 01:35:55.163335 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10013 | 2024.07.30 01:35:55.163365 [ 3 ] {} <Debug> HTTP-Session: 2bcc4287-a56e-4629-b483-88a48d790ecc Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10014 | 2024.07.30 01:35:55.163386 [ 3 ] {} <Debug> HTTP-Session: 2bcc4287-a56e-4629-b483-88a48d790ecc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10015 | 2024.07.30 01:35:55.163421 [ 3 ] {} <Debug> HTTP-Session: 2bcc4287-a56e-4629-b483-88a48d790ecc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10016 | 2024.07.30 01:35:55.163449 [ 188 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_61_12} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10017 | 2024.07.30 01:35:55.163480 [ 3 ] {} <Trace> HTTP-Session: 2bcc4287-a56e-4629-b483-88a48d790ecc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10018 | 2024.07.30 01:35:55.163623 [ 188 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_61_12} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 10019 | 2024.07.30 01:35:55.163761 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 10020 | 2024.07.30 01:35:55.163949 [ 3 ] {23e37d9b-c473-4421-9188-21456e8628a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10021 | 2024.07.30 01:35:55.164002 [ 3 ] {23e37d9b-c473-4421-9188-21456e8628a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10022 | 2024.07.30 01:35:55.164157 [ 3 ] {23e37d9b-c473-4421-9188-21456e8628a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10023 | 2024.07.30 01:35:55.164715 [ 3 ] {23e37d9b-c473-4421-9188-21456e8628a8} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10024 | 2024.07.30 01:35:55.164754 [ 3 ] {23e37d9b-c473-4421-9188-21456e8628a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10025 | 2024.07.30 01:35:55.165092 [ 3 ] {23e37d9b-c473-4421-9188-21456e8628a8} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 10026 | 2024.07.30 01:35:55.165414 [ 3 ] {23e37d9b-c473-4421-9188-21456e8628a8} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10027 | 2024.07.30 01:35:55.165557 [ 3 ] {23e37d9b-c473-4421-9188-21456e8628a8} <Debug> executeQuery: Read 417 rows, 30.28 KiB in 0.001897 sec., 219820.7696362678 rows/sec., 15.59 MiB/sec. | ||
| 10028 | 2024.07.30 01:35:55.165572 [ 132 ] {} <Debug> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 10029 | 2024.07.30 01:35:55.165647 [ 132 ] {} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10030 | 2024.07.30 01:35:55.165698 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10031 | 2024.07.30 01:35:55.165846 [ 3 ] {23e37d9b-c473-4421-9188-21456e8628a8} <Debug> DynamicQueryHandler: Done processing query | ||
| 10032 | 2024.07.30 01:35:55.165931 [ 3 ] {23e37d9b-c473-4421-9188-21456e8628a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 10033 | 2024.07.30 01:35:55.165980 [ 3 ] {} <Debug> HTTP-Session: 2bcc4287-a56e-4629-b483-88a48d790ecc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10034 | 2024.07.30 01:35:55.165992 [ 196 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::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 | ||
| 10035 | 2024.07.30 01:35:55.166205 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10036 | 2024.07.30 01:35:55.166378 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10037 | 2024.07.30 01:35:55.166482 [ 3 ] {} <Debug> HTTP-Session: f45f6e64-e2e4-4a23-9c95-f91b0f57015c Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10038 | 2024.07.30 01:35:55.166566 [ 3 ] {} <Debug> HTTP-Session: f45f6e64-e2e4-4a23-9c95-f91b0f57015c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10039 | 2024.07.30 01:35:55.166630 [ 3 ] {} <Debug> HTTP-Session: f45f6e64-e2e4-4a23-9c95-f91b0f57015c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10040 | 2024.07.30 01:35:55.166764 [ 196 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10041 | 2024.07.30 01:35:55.166783 [ 3 ] {} <Trace> HTTP-Session: f45f6e64-e2e4-4a23-9c95-f91b0f57015c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10042 | 2024.07.30 01:35:55.166886 [ 196 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 471 rows starting from the beginning of the part | ||
| 10043 | 2024.07.30 01:35:55.167095 [ 3 ] {39b6fcc0-2283-4858-892b-7d1632d0b901} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 10044 | 2024.07.30 01:35:55.167179 [ 196 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 413 rows starting from the beginning of the part | ||
| 10045 | 2024.07.30 01:35:55.167332 [ 3 ] {39b6fcc0-2283-4858-892b-7d1632d0b901} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10046 | 2024.07.30 01:35:55.167502 [ 196 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 64 rows starting from the beginning of the part | ||
| 10047 | 2024.07.30 01:35:55.167885 [ 196 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 419 rows starting from the beginning of the part | ||
| 10048 | 2024.07.30 01:35:55.168233 [ 196 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 64 rows starting from the beginning of the part | ||
| 10049 | 2024.07.30 01:35:55.168467 [ 3 ] {39b6fcc0-2283-4858-892b-7d1632d0b901} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10050 | 2024.07.30 01:35:55.168518 [ 196 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 417 rows starting from the beginning of the part | ||
| 10051 | 2024.07.30 01:35:55.169225 [ 3 ] {39b6fcc0-2283-4858-892b-7d1632d0b901} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10052 | 2024.07.30 01:35:55.169293 [ 3 ] {39b6fcc0-2283-4858-892b-7d1632d0b901} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10053 | 2024.07.30 01:35:55.170279 [ 3 ] {39b6fcc0-2283-4858-892b-7d1632d0b901} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 10054 | 2024.07.30 01:35:55.171055 [ 3 ] {39b6fcc0-2283-4858-892b-7d1632d0b901} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10055 | 2024.07.30 01:35:55.171480 [ 3 ] {39b6fcc0-2283-4858-892b-7d1632d0b901} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00447 sec., 1342.2818791946308 rows/sec., 57.68 KiB/sec. | ||
| 10056 | 2024.07.30 01:35:55.171970 [ 196 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1848 rows, containing 4 columns (4 merged, 0 gathered) in 0.006201343 sec., 297999.965491346 rows/sec., 21.34 MiB/sec. | ||
| 10057 | 2024.07.30 01:35:55.172167 [ 3 ] {39b6fcc0-2283-4858-892b-7d1632d0b901} <Debug> DynamicQueryHandler: Done processing query | ||
| 10058 | 2024.07.30 01:35:55.172214 [ 3 ] {39b6fcc0-2283-4858-892b-7d1632d0b901} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 10059 | 2024.07.30 01:35:55.172226 [ 196 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 10060 | 2024.07.30 01:35:55.172264 [ 3 ] {} <Debug> HTTP-Session: f45f6e64-e2e4-4a23-9c95-f91b0f57015c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10061 | 2024.07.30 01:35:55.172624 [ 196 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_61_12} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10062 | 2024.07.30 01:35:55.172701 [ 196 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_61_12} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 10063 | 2024.07.30 01:35:55.172774 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
| 10064 | 2024.07.30 01:35:55.172834 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10065 | 2024.07.30 01:35:55.172889 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10066 | 2024.07.30 01:35:55.172907 [ 3 ] {} <Debug> HTTP-Session: 94224913-8166-4637-b2cb-89402682e1fc Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10067 | 2024.07.30 01:35:55.172923 [ 3 ] {} <Debug> HTTP-Session: 94224913-8166-4637-b2cb-89402682e1fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10068 | 2024.07.30 01:35:55.172936 [ 3 ] {} <Debug> HTTP-Session: 94224913-8166-4637-b2cb-89402682e1fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10069 | 2024.07.30 01:35:55.172965 [ 3 ] {} <Trace> HTTP-Session: 94224913-8166-4637-b2cb-89402682e1fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10070 | 2024.07.30 01:35:55.173111 [ 3 ] {c4edec66-e212-48b2-9aa9-d65c1c06eee8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 10071 | 2024.07.30 01:35:55.173157 [ 3 ] {c4edec66-e212-48b2-9aa9-d65c1c06eee8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 10072 | 2024.07.30 01:35:55.173388 [ 3 ] {c4edec66-e212-48b2-9aa9-d65c1c06eee8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10073 | 2024.07.30 01:35:55.173717 [ 3 ] {c4edec66-e212-48b2-9aa9-d65c1c06eee8} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10074 | 2024.07.30 01:35:55.173753 [ 3 ] {c4edec66-e212-48b2-9aa9-d65c1c06eee8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10075 | 2024.07.30 01:35:55.174129 [ 3 ] {c4edec66-e212-48b2-9aa9-d65c1c06eee8} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 10076 | 2024.07.30 01:35:55.174481 [ 3 ] {c4edec66-e212-48b2-9aa9-d65c1c06eee8} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10077 | 2024.07.30 01:35:55.174646 [ 3 ] {c4edec66-e212-48b2-9aa9-d65c1c06eee8} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001547 sec., 49773.755656108595 rows/sec., 3.07 MiB/sec. | ||
| 10078 | 2024.07.30 01:35:55.174816 [ 3 ] {c4edec66-e212-48b2-9aa9-d65c1c06eee8} <Debug> DynamicQueryHandler: Done processing query | ||
| 10079 | 2024.07.30 01:35:55.174840 [ 3 ] {c4edec66-e212-48b2-9aa9-d65c1c06eee8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10080 | 2024.07.30 01:35:55.174856 [ 3 ] {} <Debug> HTTP-Session: 94224913-8166-4637-b2cb-89402682e1fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10081 | 2024.07.30 01:35:55.175006 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 31050, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10082 | 2024.07.30 01:35:55.175056 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10083 | 2024.07.30 01:35:55.175074 [ 3 ] {} <Debug> HTTP-Session: d3560842-e111-446e-8734-b33d40a34f8f Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10084 | 2024.07.30 01:35:55.175090 [ 3 ] {} <Debug> HTTP-Session: d3560842-e111-446e-8734-b33d40a34f8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10085 | 2024.07.30 01:35:55.175104 [ 3 ] {} <Debug> HTTP-Session: d3560842-e111-446e-8734-b33d40a34f8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10086 | 2024.07.30 01:35:55.175133 [ 3 ] {} <Trace> HTTP-Session: d3560842-e111-446e-8734-b33d40a34f8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10087 | 2024.07.30 01:35:55.175311 [ 3 ] {12882fe2-af33-466a-957d-5b3a244aca0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10088 | 2024.07.30 01:35:55.175356 [ 3 ] {12882fe2-af33-466a-957d-5b3a244aca0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10089 | 2024.07.30 01:35:55.175502 [ 3 ] {12882fe2-af33-466a-957d-5b3a244aca0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10090 | 2024.07.30 01:35:55.175888 [ 3 ] {12882fe2-af33-466a-957d-5b3a244aca0f} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10091 | 2024.07.30 01:35:55.175929 [ 3 ] {12882fe2-af33-466a-957d-5b3a244aca0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10092 | 2024.07.30 01:35:55.176303 [ 3 ] {12882fe2-af33-466a-957d-5b3a244aca0f} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 10093 | 2024.07.30 01:35:55.176648 [ 3 ] {12882fe2-af33-466a-957d-5b3a244aca0f} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10094 | 2024.07.30 01:35:55.176801 [ 3 ] {12882fe2-af33-466a-957d-5b3a244aca0f} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001582 sec., 102402.02275600506 rows/sec., 7.13 MiB/sec. | ||
| 10095 | 2024.07.30 01:35:55.176809 [ 132 ] {} <Debug> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 10096 | 2024.07.30 01:35:55.176894 [ 132 ] {} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10097 | 2024.07.30 01:35:55.176951 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10098 | 2024.07.30 01:35:55.177081 [ 3 ] {12882fe2-af33-466a-957d-5b3a244aca0f} <Debug> DynamicQueryHandler: Done processing query | ||
| 10099 | 2024.07.30 01:35:55.177114 [ 3 ] {12882fe2-af33-466a-957d-5b3a244aca0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 10100 | 2024.07.30 01:35:55.177114 [ 187 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 10101 | 2024.07.30 01:35:55.177132 [ 3 ] {} <Debug> HTTP-Session: d3560842-e111-446e-8734-b33d40a34f8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10102 | 2024.07.30 01:35:55.177273 [ 187 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10103 | 2024.07.30 01:35:55.177317 [ 187 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 9015 rows starting from the beginning of the part | ||
| 10104 | 2024.07.30 01:35:55.177318 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 50138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10105 | 2024.07.30 01:35:55.177402 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10106 | 2024.07.30 01:35:55.177464 [ 3 ] {} <Debug> HTTP-Session: 0e7f2910-e02f-45ba-a3c0-1bd2801e0cd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10107 | 2024.07.30 01:35:55.177470 [ 187 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 10108 | 2024.07.30 01:35:55.177497 [ 3 ] {} <Debug> HTTP-Session: 0e7f2910-e02f-45ba-a3c0-1bd2801e0cd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10109 | 2024.07.30 01:35:55.177528 [ 3 ] {} <Debug> HTTP-Session: 0e7f2910-e02f-45ba-a3c0-1bd2801e0cd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10110 | 2024.07.30 01:35:55.177626 [ 3 ] {} <Trace> HTTP-Session: 0e7f2910-e02f-45ba-a3c0-1bd2801e0cd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10111 | 2024.07.30 01:35:55.177699 [ 187 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 10112 | 2024.07.30 01:35:55.178020 [ 187 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 163 rows starting from the beginning of the part | ||
| 10113 | 2024.07.30 01:35:55.178110 [ 187 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 10114 | 2024.07.30 01:35:55.178207 [ 187 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 162 rows starting from the beginning of the part | ||
| 10115 | 2024.07.30 01:35:55.178365 [ 3 ] {eaf50d12-1813-4fde-9dd8-1c15c94163e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 10116 | 2024.07.30 01:35:55.178631 [ 3 ] {eaf50d12-1813-4fde-9dd8-1c15c94163e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 10117 | 2024.07.30 01:35:55.179306 [ 3 ] {eaf50d12-1813-4fde-9dd8-1c15c94163e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10118 | 2024.07.30 01:35:55.180726 [ 3 ] {eaf50d12-1813-4fde-9dd8-1c15c94163e2} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10119 | 2024.07.30 01:35:55.180786 [ 3 ] {eaf50d12-1813-4fde-9dd8-1c15c94163e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10120 | 2024.07.30 01:35:55.181654 [ 3 ] {eaf50d12-1813-4fde-9dd8-1c15c94163e2} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 10121 | 2024.07.30 01:35:55.182534 [ 3 ] {eaf50d12-1813-4fde-9dd8-1c15c94163e2} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10122 | 2024.07.30 01:35:55.182759 [ 3 ] {eaf50d12-1813-4fde-9dd8-1c15c94163e2} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.004911 sec., 6312.360008144981 rows/sec., 11.31 MiB/sec. | ||
| 10123 | 2024.07.30 01:35:55.183215 [ 3 ] {eaf50d12-1813-4fde-9dd8-1c15c94163e2} <Debug> DynamicQueryHandler: Done processing query | ||
| 10124 | 2024.07.30 01:35:55.183261 [ 3 ] {eaf50d12-1813-4fde-9dd8-1c15c94163e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 10125 | 2024.07.30 01:35:55.183303 [ 3 ] {} <Debug> HTTP-Session: 0e7f2910-e02f-45ba-a3c0-1bd2801e0cd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10126 | 2024.07.30 01:35:55.183407 [ 191 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9820 rows, containing 5 columns (5 merged, 0 gathered) in 0.006361825 sec., 1543582.2267981279 rows/sec., 107.57 MiB/sec. | ||
| 10127 | 2024.07.30 01:35:55.183456 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10128 | 2024.07.30 01:35:55.183510 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10129 | 2024.07.30 01:35:55.183530 [ 3 ] {} <Debug> HTTP-Session: 5a3c4db4-58fb-40f0-9954-b3d3e32549e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10130 | 2024.07.30 01:35:55.183549 [ 3 ] {} <Debug> HTTP-Session: 5a3c4db4-58fb-40f0-9954-b3d3e32549e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10131 | 2024.07.30 01:35:55.183566 [ 3 ] {} <Debug> HTTP-Session: 5a3c4db4-58fb-40f0-9954-b3d3e32549e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10132 | 2024.07.30 01:35:55.183598 [ 3 ] {} <Trace> HTTP-Session: 5a3c4db4-58fb-40f0-9954-b3d3e32549e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10133 | 2024.07.30 01:35:55.183654 [ 191 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 10134 | 2024.07.30 01:35:55.183732 [ 3 ] {8f34d1d1-3993-4b2f-95b2-726ff2e689d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 10135 | 2024.07.30 01:35:55.183783 [ 3 ] {8f34d1d1-3993-4b2f-95b2-726ff2e689d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 10136 | 2024.07.30 01:35:55.184044 [ 3 ] {8f34d1d1-3993-4b2f-95b2-726ff2e689d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10137 | 2024.07.30 01:35:55.184424 [ 191 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10138 | 2024.07.30 01:35:55.184544 [ 191 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 10139 | 2024.07.30 01:35:55.184548 [ 3 ] {8f34d1d1-3993-4b2f-95b2-726ff2e689d5} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10140 | 2024.07.30 01:35:55.184595 [ 3 ] {8f34d1d1-3993-4b2f-95b2-726ff2e689d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10141 | 2024.07.30 01:35:55.184628 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.93 MiB. | ||
| 10142 | 2024.07.30 01:35:55.184972 [ 3 ] {8f34d1d1-3993-4b2f-95b2-726ff2e689d5} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 10143 | 2024.07.30 01:35:55.185303 [ 3 ] {8f34d1d1-3993-4b2f-95b2-726ff2e689d5} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10144 | 2024.07.30 01:35:55.185465 [ 3 ] {8f34d1d1-3993-4b2f-95b2-726ff2e689d5} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.00177 sec., 12994.350282485875 rows/sec., 702.90 KiB/sec. | ||
| 10145 | 2024.07.30 01:35:55.185638 [ 3 ] {8f34d1d1-3993-4b2f-95b2-726ff2e689d5} <Debug> DynamicQueryHandler: Done processing query | ||
| 10146 | 2024.07.30 01:35:55.185662 [ 3 ] {8f34d1d1-3993-4b2f-95b2-726ff2e689d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 10147 | 2024.07.30 01:35:55.185677 [ 3 ] {} <Debug> HTTP-Session: 5a3c4db4-58fb-40f0-9954-b3d3e32549e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10148 | 2024.07.30 01:35:55.185793 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10149 | 2024.07.30 01:35:55.185841 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10150 | 2024.07.30 01:35:55.185860 [ 3 ] {} <Debug> HTTP-Session: 381fd72f-260b-402f-999a-0ad6295bd0f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10151 | 2024.07.30 01:35:55.185877 [ 3 ] {} <Debug> HTTP-Session: 381fd72f-260b-402f-999a-0ad6295bd0f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10152 | 2024.07.30 01:35:55.185890 [ 3 ] {} <Debug> HTTP-Session: 381fd72f-260b-402f-999a-0ad6295bd0f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10153 | 2024.07.30 01:35:55.185920 [ 3 ] {} <Trace> HTTP-Session: 381fd72f-260b-402f-999a-0ad6295bd0f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10154 | 2024.07.30 01:35:55.186037 [ 3 ] {30ed7fd3-bc3e-422e-8e9b-14f12ea62e0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10155 | 2024.07.30 01:35:55.186081 [ 3 ] {30ed7fd3-bc3e-422e-8e9b-14f12ea62e0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10156 | 2024.07.30 01:35:55.186209 [ 3 ] {30ed7fd3-bc3e-422e-8e9b-14f12ea62e0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10157 | 2024.07.30 01:35:55.186634 [ 3 ] {30ed7fd3-bc3e-422e-8e9b-14f12ea62e0e} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10158 | 2024.07.30 01:35:55.186671 [ 3 ] {30ed7fd3-bc3e-422e-8e9b-14f12ea62e0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10159 | 2024.07.30 01:35:55.187027 [ 3 ] {30ed7fd3-bc3e-422e-8e9b-14f12ea62e0e} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 10160 | 2024.07.30 01:35:55.187351 [ 3 ] {30ed7fd3-bc3e-422e-8e9b-14f12ea62e0e} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10161 | 2024.07.30 01:35:55.187512 [ 132 ] {} <Debug> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 10162 | 2024.07.30 01:35:55.187520 [ 3 ] {30ed7fd3-bc3e-422e-8e9b-14f12ea62e0e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001512 sec., 39682.53968253968 rows/sec., 2.67 MiB/sec. | ||
| 10163 | 2024.07.30 01:35:55.187566 [ 132 ] {} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10164 | 2024.07.30 01:35:55.187632 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10165 | 2024.07.30 01:35:55.187802 [ 195 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 10166 | 2024.07.30 01:35:55.187808 [ 3 ] {30ed7fd3-bc3e-422e-8e9b-14f12ea62e0e} <Debug> DynamicQueryHandler: Done processing query | ||
| 10167 | 2024.07.30 01:35:55.187858 [ 3 ] {30ed7fd3-bc3e-422e-8e9b-14f12ea62e0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10168 | 2024.07.30 01:35:55.187883 [ 3 ] {} <Debug> HTTP-Session: 381fd72f-260b-402f-999a-0ad6295bd0f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10169 | 2024.07.30 01:35:55.187964 [ 195 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10170 | 2024.07.30 01:35:55.187998 [ 195 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3214 rows starting from the beginning of the part | ||
| 10171 | 2024.07.30 01:35:55.188085 [ 195 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 10172 | 2024.07.30 01:35:55.188301 [ 195 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 10173 | 2024.07.30 01:35:55.188399 [ 195 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 10174 | 2024.07.30 01:35:55.188510 [ 195 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 10175 | 2024.07.30 01:35:55.188581 [ 195 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 10176 | 2024.07.30 01:35:55.189838 [ 193 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3514 rows, containing 4 columns (4 merged, 0 gathered) in 0.002094901 sec., 1677406.235425922 rows/sec., 113.03 MiB/sec. | ||
| 10177 | 2024.07.30 01:35:55.190101 [ 195 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 10178 | 2024.07.30 01:35:55.190463 [ 195 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_61_12} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10179 | 2024.07.30 01:35:55.190536 [ 195 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_61_12} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 10180 | 2024.07.30 01:35:55.190600 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 10181 | 2024.07.30 01:35:56.000179 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 195.66 MiB, peak 205.86 MiB, free memory in arenas 0.00 B, will set to 196.80 MiB (RSS), difference: 1.14 MiB | ||
| 10182 | 2024.07.30 01:35:57.808162 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10183 | 2024.07.30 01:35:57.808230 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10184 | 2024.07.30 01:36:00.143216 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10185 | 2024.07.30 01:36:00.143344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10186 | 2024.07.30 01:36:00.143373 [ 3 ] {} <Debug> HTTP-Session: 4fa4a4c2-c638-41fe-9004-566d215a645e Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10187 | 2024.07.30 01:36:00.143402 [ 3 ] {} <Debug> HTTP-Session: 4fa4a4c2-c638-41fe-9004-566d215a645e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10188 | 2024.07.30 01:36:00.143426 [ 3 ] {} <Debug> HTTP-Session: 4fa4a4c2-c638-41fe-9004-566d215a645e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10189 | 2024.07.30 01:36:00.143481 [ 3 ] {} <Trace> HTTP-Session: 4fa4a4c2-c638-41fe-9004-566d215a645e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10190 | 2024.07.30 01:36:00.143693 [ 3 ] {918b6723-f047-4fbb-8d38-5e7428b21180} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 10191 | 2024.07.30 01:36:00.143767 [ 3 ] {918b6723-f047-4fbb-8d38-5e7428b21180} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10192 | 2024.07.30 01:36:00.143990 [ 3 ] {918b6723-f047-4fbb-8d38-5e7428b21180} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10193 | 2024.07.30 01:36:00.144467 [ 3 ] {918b6723-f047-4fbb-8d38-5e7428b21180} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10194 | 2024.07.30 01:36:00.144510 [ 3 ] {918b6723-f047-4fbb-8d38-5e7428b21180} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10195 | 2024.07.30 01:36:00.144883 [ 3 ] {918b6723-f047-4fbb-8d38-5e7428b21180} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 10196 | 2024.07.30 01:36:00.145236 [ 3 ] {918b6723-f047-4fbb-8d38-5e7428b21180} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10197 | 2024.07.30 01:36:00.145386 [ 3 ] {918b6723-f047-4fbb-8d38-5e7428b21180} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001751 sec., 2284.408909194746 rows/sec., 186.28 KiB/sec. | ||
| 10198 | 2024.07.30 01:36:00.145595 [ 3 ] {918b6723-f047-4fbb-8d38-5e7428b21180} <Debug> DynamicQueryHandler: Done processing query | ||
| 10199 | 2024.07.30 01:36:00.145622 [ 3 ] {918b6723-f047-4fbb-8d38-5e7428b21180} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10200 | 2024.07.30 01:36:00.145639 [ 3 ] {} <Debug> HTTP-Session: 4fa4a4c2-c638-41fe-9004-566d215a645e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10201 | 2024.07.30 01:36:00.145831 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 13093, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10202 | 2024.07.30 01:36:00.145917 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10203 | 2024.07.30 01:36:00.145938 [ 3 ] {} <Debug> HTTP-Session: 4566f7a3-676f-46b4-9d4b-5710987f7145 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10204 | 2024.07.30 01:36:00.145955 [ 3 ] {} <Debug> HTTP-Session: 4566f7a3-676f-46b4-9d4b-5710987f7145 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10205 | 2024.07.30 01:36:00.145968 [ 3 ] {} <Debug> HTTP-Session: 4566f7a3-676f-46b4-9d4b-5710987f7145 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10206 | 2024.07.30 01:36:00.146003 [ 3 ] {} <Trace> HTTP-Session: 4566f7a3-676f-46b4-9d4b-5710987f7145 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10207 | 2024.07.30 01:36:00.146134 [ 3 ] {5ef956f8-b536-4f4c-a7be-619766c03a18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10208 | 2024.07.30 01:36:00.146181 [ 3 ] {5ef956f8-b536-4f4c-a7be-619766c03a18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10209 | 2024.07.30 01:36:00.146311 [ 3 ] {5ef956f8-b536-4f4c-a7be-619766c03a18} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10210 | 2024.07.30 01:36:00.146700 [ 3 ] {5ef956f8-b536-4f4c-a7be-619766c03a18} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10211 | 2024.07.30 01:36:00.146736 [ 3 ] {5ef956f8-b536-4f4c-a7be-619766c03a18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10212 | 2024.07.30 01:36:00.147081 [ 3 ] {5ef956f8-b536-4f4c-a7be-619766c03a18} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 10213 | 2024.07.30 01:36:00.147396 [ 3 ] {5ef956f8-b536-4f4c-a7be-619766c03a18} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10214 | 2024.07.30 01:36:00.147554 [ 3 ] {5ef956f8-b536-4f4c-a7be-619766c03a18} <Debug> executeQuery: Read 94 rows, 7.36 KiB in 0.001467 sec., 64076.34628493524 rows/sec., 4.90 MiB/sec. | ||
| 10215 | 2024.07.30 01:36:00.147773 [ 3 ] {5ef956f8-b536-4f4c-a7be-619766c03a18} <Debug> DynamicQueryHandler: Done processing query | ||
| 10216 | 2024.07.30 01:36:00.147809 [ 3 ] {5ef956f8-b536-4f4c-a7be-619766c03a18} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 10217 | 2024.07.30 01:36:00.147832 [ 3 ] {} <Debug> HTTP-Session: 4566f7a3-676f-46b4-9d4b-5710987f7145 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10218 | 2024.07.30 01:36:00.147976 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10219 | 2024.07.30 01:36:00.148051 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10220 | 2024.07.30 01:36:00.148084 [ 3 ] {} <Debug> HTTP-Session: 94716af9-00f9-4ec3-99cb-a414a222ca3c Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10221 | 2024.07.30 01:36:00.148109 [ 3 ] {} <Debug> HTTP-Session: 94716af9-00f9-4ec3-99cb-a414a222ca3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10222 | 2024.07.30 01:36:00.148132 [ 3 ] {} <Debug> HTTP-Session: 94716af9-00f9-4ec3-99cb-a414a222ca3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10223 | 2024.07.30 01:36:00.148177 [ 3 ] {} <Trace> HTTP-Session: 94716af9-00f9-4ec3-99cb-a414a222ca3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10224 | 2024.07.30 01:36:00.148308 [ 3 ] {364da706-0c70-4b9c-8baa-35b0cb5c8f1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 10225 | 2024.07.30 01:36:00.148368 [ 3 ] {364da706-0c70-4b9c-8baa-35b0cb5c8f1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10226 | 2024.07.30 01:36:00.148554 [ 3 ] {364da706-0c70-4b9c-8baa-35b0cb5c8f1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10227 | 2024.07.30 01:36:00.148887 [ 3 ] {364da706-0c70-4b9c-8baa-35b0cb5c8f1d} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10228 | 2024.07.30 01:36:00.148924 [ 3 ] {364da706-0c70-4b9c-8baa-35b0cb5c8f1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10229 | 2024.07.30 01:36:00.149229 [ 3 ] {364da706-0c70-4b9c-8baa-35b0cb5c8f1d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 10230 | 2024.07.30 01:36:00.149564 [ 3 ] {364da706-0c70-4b9c-8baa-35b0cb5c8f1d} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10231 | 2024.07.30 01:36:00.149694 [ 3 ] {364da706-0c70-4b9c-8baa-35b0cb5c8f1d} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001421 sec., 2814.9190710767066 rows/sec., 196.55 KiB/sec. | ||
| 10232 | 2024.07.30 01:36:00.149892 [ 3 ] {364da706-0c70-4b9c-8baa-35b0cb5c8f1d} <Debug> DynamicQueryHandler: Done processing query | ||
| 10233 | 2024.07.30 01:36:00.149915 [ 3 ] {364da706-0c70-4b9c-8baa-35b0cb5c8f1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10234 | 2024.07.30 01:36:00.149932 [ 3 ] {} <Debug> HTTP-Session: 94716af9-00f9-4ec3-99cb-a414a222ca3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10235 | 2024.07.30 01:36:00.150085 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 15620, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10236 | 2024.07.30 01:36:00.150141 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10237 | 2024.07.30 01:36:00.150163 [ 3 ] {} <Debug> HTTP-Session: 7449ffd1-4945-4ed7-a9ba-68d1cacf4025 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10238 | 2024.07.30 01:36:00.150179 [ 3 ] {} <Debug> HTTP-Session: 7449ffd1-4945-4ed7-a9ba-68d1cacf4025 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10239 | 2024.07.30 01:36:00.150195 [ 3 ] {} <Debug> HTTP-Session: 7449ffd1-4945-4ed7-a9ba-68d1cacf4025 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10240 | 2024.07.30 01:36:00.150231 [ 3 ] {} <Trace> HTTP-Session: 7449ffd1-4945-4ed7-a9ba-68d1cacf4025 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10241 | 2024.07.30 01:36:00.150365 [ 3 ] {82510726-d255-4d34-8b5d-8e00f1ed78c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10242 | 2024.07.30 01:36:00.150415 [ 3 ] {82510726-d255-4d34-8b5d-8e00f1ed78c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10243 | 2024.07.30 01:36:00.150542 [ 3 ] {82510726-d255-4d34-8b5d-8e00f1ed78c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10244 | 2024.07.30 01:36:00.150907 [ 3 ] {82510726-d255-4d34-8b5d-8e00f1ed78c3} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10245 | 2024.07.30 01:36:00.150943 [ 3 ] {82510726-d255-4d34-8b5d-8e00f1ed78c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10246 | 2024.07.30 01:36:00.151255 [ 3 ] {82510726-d255-4d34-8b5d-8e00f1ed78c3} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 10247 | 2024.07.30 01:36:00.151564 [ 3 ] {82510726-d255-4d34-8b5d-8e00f1ed78c3} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10248 | 2024.07.30 01:36:00.151699 [ 3 ] {82510726-d255-4d34-8b5d-8e00f1ed78c3} <Debug> executeQuery: Read 92 rows, 7.34 KiB in 0.001385 sec., 66425.9927797834 rows/sec., 5.18 MiB/sec. | ||
| 10249 | 2024.07.30 01:36:00.151868 [ 3 ] {82510726-d255-4d34-8b5d-8e00f1ed78c3} <Debug> DynamicQueryHandler: Done processing query | ||
| 10250 | 2024.07.30 01:36:00.151893 [ 3 ] {82510726-d255-4d34-8b5d-8e00f1ed78c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 10251 | 2024.07.30 01:36:00.151909 [ 3 ] {} <Debug> HTTP-Session: 7449ffd1-4945-4ed7-a9ba-68d1cacf4025 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10252 | 2024.07.30 01:36:00.152071 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 38012, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10253 | 2024.07.30 01:36:00.152122 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10254 | 2024.07.30 01:36:00.152140 [ 3 ] {} <Debug> HTTP-Session: 350b5e8a-ca13-4097-bdf4-6e145e4812ca Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10255 | 2024.07.30 01:36:00.152156 [ 3 ] {} <Debug> HTTP-Session: 350b5e8a-ca13-4097-bdf4-6e145e4812ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10256 | 2024.07.30 01:36:00.152170 [ 3 ] {} <Debug> HTTP-Session: 350b5e8a-ca13-4097-bdf4-6e145e4812ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10257 | 2024.07.30 01:36:00.152201 [ 3 ] {} <Trace> HTTP-Session: 350b5e8a-ca13-4097-bdf4-6e145e4812ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10258 | 2024.07.30 01:36:00.152388 [ 3 ] {b43cca06-2708-44a1-a714-7211929b1812} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10259 | 2024.07.30 01:36:00.152437 [ 3 ] {b43cca06-2708-44a1-a714-7211929b1812} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10260 | 2024.07.30 01:36:00.152583 [ 3 ] {b43cca06-2708-44a1-a714-7211929b1812} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10261 | 2024.07.30 01:36:00.153018 [ 3 ] {b43cca06-2708-44a1-a714-7211929b1812} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10262 | 2024.07.30 01:36:00.153054 [ 3 ] {b43cca06-2708-44a1-a714-7211929b1812} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10263 | 2024.07.30 01:36:00.153456 [ 3 ] {b43cca06-2708-44a1-a714-7211929b1812} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 10264 | 2024.07.30 01:36:00.153799 [ 3 ] {b43cca06-2708-44a1-a714-7211929b1812} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10265 | 2024.07.30 01:36:00.153959 [ 3 ] {b43cca06-2708-44a1-a714-7211929b1812} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.001666 sec., 118847.53901560625 rows/sec., 8.30 MiB/sec. | ||
| 10266 | 2024.07.30 01:36:00.154126 [ 3 ] {b43cca06-2708-44a1-a714-7211929b1812} <Debug> DynamicQueryHandler: Done processing query | ||
| 10267 | 2024.07.30 01:36:00.154150 [ 3 ] {b43cca06-2708-44a1-a714-7211929b1812} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 10268 | 2024.07.30 01:36:00.154165 [ 3 ] {} <Debug> HTTP-Session: 350b5e8a-ca13-4097-bdf4-6e145e4812ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10269 | 2024.07.30 01:36:00.154307 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10270 | 2024.07.30 01:36:00.154356 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10271 | 2024.07.30 01:36:00.154376 [ 3 ] {} <Debug> HTTP-Session: feb2cd34-94dc-465b-9c15-06ef974f2da7 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10272 | 2024.07.30 01:36:00.154392 [ 3 ] {} <Debug> HTTP-Session: feb2cd34-94dc-465b-9c15-06ef974f2da7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10273 | 2024.07.30 01:36:00.154408 [ 3 ] {} <Debug> HTTP-Session: feb2cd34-94dc-465b-9c15-06ef974f2da7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10274 | 2024.07.30 01:36:00.154438 [ 3 ] {} <Trace> HTTP-Session: feb2cd34-94dc-465b-9c15-06ef974f2da7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10275 | 2024.07.30 01:36:00.154571 [ 3 ] {3a788b78-9feb-46e8-af5d-7d9100ae9b2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10276 | 2024.07.30 01:36:00.154615 [ 3 ] {3a788b78-9feb-46e8-af5d-7d9100ae9b2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10277 | 2024.07.30 01:36:00.154738 [ 3 ] {3a788b78-9feb-46e8-af5d-7d9100ae9b2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10278 | 2024.07.30 01:36:00.155056 [ 3 ] {3a788b78-9feb-46e8-af5d-7d9100ae9b2d} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10279 | 2024.07.30 01:36:00.155092 [ 3 ] {3a788b78-9feb-46e8-af5d-7d9100ae9b2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10280 | 2024.07.30 01:36:00.155457 [ 3 ] {3a788b78-9feb-46e8-af5d-7d9100ae9b2d} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 10281 | 2024.07.30 01:36:00.155795 [ 3 ] {3a788b78-9feb-46e8-af5d-7d9100ae9b2d} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10282 | 2024.07.30 01:36:00.155954 [ 3 ] {3a788b78-9feb-46e8-af5d-7d9100ae9b2d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001438 sec., 41724.61752433936 rows/sec., 2.81 MiB/sec. | ||
| 10283 | 2024.07.30 01:36:00.156118 [ 3 ] {3a788b78-9feb-46e8-af5d-7d9100ae9b2d} <Debug> DynamicQueryHandler: Done processing query | ||
| 10284 | 2024.07.30 01:36:00.156142 [ 3 ] {3a788b78-9feb-46e8-af5d-7d9100ae9b2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10285 | 2024.07.30 01:36:00.156158 [ 3 ] {} <Debug> HTTP-Session: feb2cd34-94dc-465b-9c15-06ef974f2da7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10286 | 2024.07.30 01:36:05.147636 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 5193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10287 | 2024.07.30 01:36:05.147782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10288 | 2024.07.30 01:36:05.147812 [ 3 ] {} <Debug> HTTP-Session: 121b6cc5-ba41-4a6e-aac6-431d5931991b Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10289 | 2024.07.30 01:36:05.147840 [ 3 ] {} <Debug> HTTP-Session: 121b6cc5-ba41-4a6e-aac6-431d5931991b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10290 | 2024.07.30 01:36:05.147858 [ 3 ] {} <Debug> HTTP-Session: 121b6cc5-ba41-4a6e-aac6-431d5931991b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10291 | 2024.07.30 01:36:05.147912 [ 3 ] {} <Trace> HTTP-Session: 121b6cc5-ba41-4a6e-aac6-431d5931991b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10292 | 2024.07.30 01:36:05.148125 [ 3 ] {eae57aa8-7199-48e8-953b-97450b6e88b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 10293 | 2024.07.30 01:36:05.148200 [ 3 ] {eae57aa8-7199-48e8-953b-97450b6e88b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 10294 | 2024.07.30 01:36:05.148417 [ 3 ] {eae57aa8-7199-48e8-953b-97450b6e88b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10295 | 2024.07.30 01:36:05.148933 [ 3 ] {eae57aa8-7199-48e8-953b-97450b6e88b9} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10296 | 2024.07.30 01:36:05.148978 [ 3 ] {eae57aa8-7199-48e8-953b-97450b6e88b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10297 | 2024.07.30 01:36:05.149353 [ 3 ] {eae57aa8-7199-48e8-953b-97450b6e88b9} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 10298 | 2024.07.30 01:36:05.149695 [ 3 ] {eae57aa8-7199-48e8-953b-97450b6e88b9} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10299 | 2024.07.30 01:36:05.149851 [ 3 ] {eae57aa8-7199-48e8-953b-97450b6e88b9} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001796 sec., 20601.33630289532 rows/sec., 1.55 MiB/sec. | ||
| 10300 | 2024.07.30 01:36:05.150081 [ 3 ] {eae57aa8-7199-48e8-953b-97450b6e88b9} <Debug> DynamicQueryHandler: Done processing query | ||
| 10301 | 2024.07.30 01:36:05.150107 [ 3 ] {eae57aa8-7199-48e8-953b-97450b6e88b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10302 | 2024.07.30 01:36:05.150124 [ 3 ] {} <Debug> HTTP-Session: 121b6cc5-ba41-4a6e-aac6-431d5931991b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10303 | 2024.07.30 01:36:05.150294 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 38407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10304 | 2024.07.30 01:36:05.150352 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10305 | 2024.07.30 01:36:05.150372 [ 3 ] {} <Debug> HTTP-Session: ef333553-b32f-4143-b8b7-6c15b78e0f32 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10306 | 2024.07.30 01:36:05.150390 [ 3 ] {} <Debug> HTTP-Session: ef333553-b32f-4143-b8b7-6c15b78e0f32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10307 | 2024.07.30 01:36:05.150404 [ 3 ] {} <Debug> HTTP-Session: ef333553-b32f-4143-b8b7-6c15b78e0f32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10308 | 2024.07.30 01:36:05.150438 [ 3 ] {} <Trace> HTTP-Session: ef333553-b32f-4143-b8b7-6c15b78e0f32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10309 | 2024.07.30 01:36:05.150631 [ 3 ] {98bbba93-9c7b-4cc5-b4a8-d6df4fd9922b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10310 | 2024.07.30 01:36:05.150679 [ 3 ] {98bbba93-9c7b-4cc5-b4a8-d6df4fd9922b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10311 | 2024.07.30 01:36:05.150813 [ 3 ] {98bbba93-9c7b-4cc5-b4a8-d6df4fd9922b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10312 | 2024.07.30 01:36:05.151340 [ 3 ] {98bbba93-9c7b-4cc5-b4a8-d6df4fd9922b} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10313 | 2024.07.30 01:36:05.151378 [ 3 ] {98bbba93-9c7b-4cc5-b4a8-d6df4fd9922b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10314 | 2024.07.30 01:36:05.151734 [ 3 ] {98bbba93-9c7b-4cc5-b4a8-d6df4fd9922b} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 10315 | 2024.07.30 01:36:05.152044 [ 3 ] {98bbba93-9c7b-4cc5-b4a8-d6df4fd9922b} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10316 | 2024.07.30 01:36:05.152202 [ 3 ] {98bbba93-9c7b-4cc5-b4a8-d6df4fd9922b} <Debug> executeQuery: Read 254 rows, 22.97 KiB in 0.001668 sec., 152278.17745803358 rows/sec., 13.45 MiB/sec. | ||
| 10317 | 2024.07.30 01:36:05.152397 [ 3 ] {98bbba93-9c7b-4cc5-b4a8-d6df4fd9922b} <Debug> DynamicQueryHandler: Done processing query | ||
| 10318 | 2024.07.30 01:36:05.152421 [ 3 ] {98bbba93-9c7b-4cc5-b4a8-d6df4fd9922b} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 10319 | 2024.07.30 01:36:05.152437 [ 3 ] {} <Debug> HTTP-Session: ef333553-b32f-4143-b8b7-6c15b78e0f32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10320 | 2024.07.30 01:36:05.152595 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 66831, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10321 | 2024.07.30 01:36:05.152650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10322 | 2024.07.30 01:36:05.152670 [ 3 ] {} <Debug> HTTP-Session: afc88f86-a83c-4ef7-a428-5b1b43b6e7a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10323 | 2024.07.30 01:36:05.152687 [ 3 ] {} <Debug> HTTP-Session: afc88f86-a83c-4ef7-a428-5b1b43b6e7a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10324 | 2024.07.30 01:36:05.152700 [ 3 ] {} <Debug> HTTP-Session: afc88f86-a83c-4ef7-a428-5b1b43b6e7a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10325 | 2024.07.30 01:36:05.152732 [ 3 ] {} <Trace> HTTP-Session: afc88f86-a83c-4ef7-a428-5b1b43b6e7a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10326 | 2024.07.30 01:36:05.152953 [ 3 ] {a8089b74-e769-4c9f-8663-e0bf7cfd12de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10327 | 2024.07.30 01:36:05.152997 [ 3 ] {a8089b74-e769-4c9f-8663-e0bf7cfd12de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10328 | 2024.07.30 01:36:05.153123 [ 3 ] {a8089b74-e769-4c9f-8663-e0bf7cfd12de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10329 | 2024.07.30 01:36:05.153700 [ 3 ] {a8089b74-e769-4c9f-8663-e0bf7cfd12de} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10330 | 2024.07.30 01:36:05.153737 [ 3 ] {a8089b74-e769-4c9f-8663-e0bf7cfd12de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10331 | 2024.07.30 01:36:05.154065 [ 3 ] {a8089b74-e769-4c9f-8663-e0bf7cfd12de} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 10332 | 2024.07.30 01:36:05.154389 [ 3 ] {a8089b74-e769-4c9f-8663-e0bf7cfd12de} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10333 | 2024.07.30 01:36:05.154531 [ 3 ] {a8089b74-e769-4c9f-8663-e0bf7cfd12de} <Debug> executeQuery: Read 413 rows, 29.96 KiB in 0.001689 sec., 244523.38661930137 rows/sec., 17.32 MiB/sec. | ||
| 10334 | 2024.07.30 01:36:05.154732 [ 3 ] {a8089b74-e769-4c9f-8663-e0bf7cfd12de} <Debug> DynamicQueryHandler: Done processing query | ||
| 10335 | 2024.07.30 01:36:05.154769 [ 3 ] {a8089b74-e769-4c9f-8663-e0bf7cfd12de} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 10336 | 2024.07.30 01:36:05.154801 [ 3 ] {} <Debug> HTTP-Session: afc88f86-a83c-4ef7-a428-5b1b43b6e7a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10337 | 2024.07.30 01:36:05.154941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10338 | 2024.07.30 01:36:05.154995 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10339 | 2024.07.30 01:36:05.155013 [ 3 ] {} <Debug> HTTP-Session: cc6e9842-d19e-4ca7-9a4d-7315a3dc9290 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10340 | 2024.07.30 01:36:05.155030 [ 3 ] {} <Debug> HTTP-Session: cc6e9842-d19e-4ca7-9a4d-7315a3dc9290 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10341 | 2024.07.30 01:36:05.155043 [ 3 ] {} <Debug> HTTP-Session: cc6e9842-d19e-4ca7-9a4d-7315a3dc9290 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10342 | 2024.07.30 01:36:05.155074 [ 3 ] {} <Trace> HTTP-Session: cc6e9842-d19e-4ca7-9a4d-7315a3dc9290 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10343 | 2024.07.30 01:36:05.155170 [ 3 ] {bb237adf-08d9-4cd1-80b9-6fef6b0eccd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 10344 | 2024.07.30 01:36:05.155214 [ 3 ] {bb237adf-08d9-4cd1-80b9-6fef6b0eccd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10345 | 2024.07.30 01:36:05.155341 [ 3 ] {bb237adf-08d9-4cd1-80b9-6fef6b0eccd5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10346 | 2024.07.30 01:36:05.155619 [ 3 ] {bb237adf-08d9-4cd1-80b9-6fef6b0eccd5} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10347 | 2024.07.30 01:36:05.155655 [ 3 ] {bb237adf-08d9-4cd1-80b9-6fef6b0eccd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10348 | 2024.07.30 01:36:05.156012 [ 3 ] {bb237adf-08d9-4cd1-80b9-6fef6b0eccd5} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 10349 | 2024.07.30 01:36:05.156335 [ 3 ] {bb237adf-08d9-4cd1-80b9-6fef6b0eccd5} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10350 | 2024.07.30 01:36:05.156493 [ 3 ] {bb237adf-08d9-4cd1-80b9-6fef6b0eccd5} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001337 sec., 4487.658937920718 rows/sec., 192.83 KiB/sec. | ||
| 10351 | 2024.07.30 01:36:05.156492 [ 121 ] {} <Debug> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 10352 | 2024.07.30 01:36:05.156602 [ 121 ] {} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10353 | 2024.07.30 01:36:05.156648 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10354 | 2024.07.30 01:36:05.156731 [ 3 ] {bb237adf-08d9-4cd1-80b9-6fef6b0eccd5} <Debug> DynamicQueryHandler: Done processing query | ||
| 10355 | 2024.07.30 01:36:05.156770 [ 3 ] {bb237adf-08d9-4cd1-80b9-6fef6b0eccd5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 10356 | 2024.07.30 01:36:05.156791 [ 3 ] {} <Debug> HTTP-Session: cc6e9842-d19e-4ca7-9a4d-7315a3dc9290 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10357 | 2024.07.30 01:36:05.156808 [ 191 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 10358 | 2024.07.30 01:36:05.156923 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10359 | 2024.07.30 01:36:05.156971 [ 191 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10360 | 2024.07.30 01:36:05.156984 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10361 | 2024.07.30 01:36:05.157014 [ 3 ] {} <Debug> HTTP-Session: 239cc70f-6c3c-4603-a915-b2debc4345e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10362 | 2024.07.30 01:36:05.157018 [ 191 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 10363 | 2024.07.30 01:36:05.157036 [ 3 ] {} <Debug> HTTP-Session: 239cc70f-6c3c-4603-a915-b2debc4345e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10364 | 2024.07.30 01:36:05.157055 [ 3 ] {} <Debug> HTTP-Session: 239cc70f-6c3c-4603-a915-b2debc4345e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10365 | 2024.07.30 01:36:05.157102 [ 3 ] {} <Trace> HTTP-Session: 239cc70f-6c3c-4603-a915-b2debc4345e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10366 | 2024.07.30 01:36:05.157153 [ 191 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 10367 | 2024.07.30 01:36:05.157301 [ 191 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 10368 | 2024.07.30 01:36:05.157355 [ 3 ] {2fb546dc-de19-4799-9663-44516b4836c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 10369 | 2024.07.30 01:36:05.157491 [ 3 ] {2fb546dc-de19-4799-9663-44516b4836c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 10370 | 2024.07.30 01:36:05.157546 [ 191 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 10371 | 2024.07.30 01:36:05.157713 [ 191 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 10372 | 2024.07.30 01:36:05.157907 [ 191 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 10373 | 2024.07.30 01:36:05.158299 [ 3 ] {2fb546dc-de19-4799-9663-44516b4836c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10374 | 2024.07.30 01:36:05.158903 [ 3 ] {2fb546dc-de19-4799-9663-44516b4836c4} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10375 | 2024.07.30 01:36:05.158953 [ 3 ] {2fb546dc-de19-4799-9663-44516b4836c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10376 | 2024.07.30 01:36:05.159427 [ 191 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.002699397 sec., 68904.27751086632 rows/sec., 2.89 MiB/sec. | ||
| 10377 | 2024.07.30 01:36:05.159548 [ 3 ] {2fb546dc-de19-4799-9663-44516b4836c4} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 10378 | 2024.07.30 01:36:05.159649 [ 193 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 10379 | 2024.07.30 01:36:05.160370 [ 3 ] {2fb546dc-de19-4799-9663-44516b4836c4} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10380 | 2024.07.30 01:36:05.160591 [ 121 ] {} <Debug> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 10381 | 2024.07.30 01:36:05.160657 [ 3 ] {2fb546dc-de19-4799-9663-44516b4836c4} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.003392 sec., 22700.471698113208 rows/sec., 1.40 MiB/sec. | ||
| 10382 | 2024.07.30 01:36:05.160691 [ 121 ] {} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10383 | 2024.07.30 01:36:05.160714 [ 193 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_31_6} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10384 | 2024.07.30 01:36:05.160794 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10385 | 2024.07.30 01:36:05.161111 [ 193 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_31_6} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 10386 | 2024.07.30 01:36:05.161381 [ 3 ] {2fb546dc-de19-4799-9663-44516b4836c4} <Debug> DynamicQueryHandler: Done processing query | ||
| 10387 | 2024.07.30 01:36:05.161457 [ 3 ] {2fb546dc-de19-4799-9663-44516b4836c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10388 | 2024.07.30 01:36:05.161547 [ 3 ] {} <Debug> HTTP-Session: 239cc70f-6c3c-4603-a915-b2debc4345e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10389 | 2024.07.30 01:36:05.161700 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 10390 | 2024.07.30 01:36:05.161811 [ 194 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 10391 | 2024.07.30 01:36:05.161829 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10392 | 2024.07.30 01:36:05.161928 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10393 | 2024.07.30 01:36:05.161978 [ 3 ] {} <Debug> HTTP-Session: a201278e-0b58-4405-bb28-2bd94f0e6a57 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10394 | 2024.07.30 01:36:05.162036 [ 3 ] {} <Debug> HTTP-Session: a201278e-0b58-4405-bb28-2bd94f0e6a57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10395 | 2024.07.30 01:36:05.162081 [ 3 ] {} <Debug> HTTP-Session: a201278e-0b58-4405-bb28-2bd94f0e6a57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10396 | 2024.07.30 01:36:05.162175 [ 3 ] {} <Trace> HTTP-Session: a201278e-0b58-4405-bb28-2bd94f0e6a57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10397 | 2024.07.30 01:36:05.162193 [ 194 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10398 | 2024.07.30 01:36:05.162250 [ 194 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 10399 | 2024.07.30 01:36:05.162523 [ 3 ] {8eb09486-c6b3-4be6-abff-d317271f69cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10400 | 2024.07.30 01:36:05.162554 [ 194 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 10401 | 2024.07.30 01:36:05.162675 [ 3 ] {8eb09486-c6b3-4be6-abff-d317271f69cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10402 | 2024.07.30 01:36:05.162888 [ 194 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 10403 | 2024.07.30 01:36:05.163252 [ 194 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 10404 | 2024.07.30 01:36:05.163687 [ 194 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 10405 | 2024.07.30 01:36:05.163966 [ 3 ] {8eb09486-c6b3-4be6-abff-d317271f69cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10406 | 2024.07.30 01:36:05.164003 [ 194 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 10407 | 2024.07.30 01:36:05.165036 [ 3 ] {8eb09486-c6b3-4be6-abff-d317271f69cb} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10408 | 2024.07.30 01:36:05.165122 [ 3 ] {8eb09486-c6b3-4be6-abff-d317271f69cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10409 | 2024.07.30 01:36:05.166074 [ 3 ] {8eb09486-c6b3-4be6-abff-d317271f69cb} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 10410 | 2024.07.30 01:36:05.166720 [ 3 ] {8eb09486-c6b3-4be6-abff-d317271f69cb} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10411 | 2024.07.30 01:36:05.167190 [ 3 ] {8eb09486-c6b3-4be6-abff-d317271f69cb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004868 sec., 32867.70747740345 rows/sec., 2.29 MiB/sec. | ||
| 10412 | 2024.07.30 01:36:05.167205 [ 194 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2387 rows, containing 5 columns (5 merged, 0 gathered) in 0.006127242 sec., 389571.6865761137 rows/sec., 23.99 MiB/sec. | ||
| 10413 | 2024.07.30 01:36:05.167438 [ 3 ] {8eb09486-c6b3-4be6-abff-d317271f69cb} <Debug> DynamicQueryHandler: Done processing query | ||
| 10414 | 2024.07.30 01:36:05.167469 [ 3 ] {8eb09486-c6b3-4be6-abff-d317271f69cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 10415 | 2024.07.30 01:36:05.167492 [ 3 ] {} <Debug> HTTP-Session: a201278e-0b58-4405-bb28-2bd94f0e6a57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10416 | 2024.07.30 01:36:05.167569 [ 191 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 10417 | 2024.07.30 01:36:05.167646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 50160, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10418 | 2024.07.30 01:36:05.167701 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10419 | 2024.07.30 01:36:05.167723 [ 3 ] {} <Debug> HTTP-Session: 809b9d65-fe47-4b5e-a673-62bee0232529 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10420 | 2024.07.30 01:36:05.167749 [ 3 ] {} <Debug> HTTP-Session: 809b9d65-fe47-4b5e-a673-62bee0232529 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10421 | 2024.07.30 01:36:05.167764 [ 3 ] {} <Debug> HTTP-Session: 809b9d65-fe47-4b5e-a673-62bee0232529 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10422 | 2024.07.30 01:36:05.167818 [ 3 ] {} <Trace> HTTP-Session: 809b9d65-fe47-4b5e-a673-62bee0232529 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10423 | 2024.07.30 01:36:05.168067 [ 191 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_31_6} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10424 | 2024.07.30 01:36:05.168145 [ 191 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_31_6} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 10425 | 2024.07.30 01:36:05.168232 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
| 10426 | 2024.07.30 01:36:05.168256 [ 3 ] {c71d8282-e806-40b6-b1a1-5d4d035934a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 10427 | 2024.07.30 01:36:05.168324 [ 3 ] {c71d8282-e806-40b6-b1a1-5d4d035934a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 10428 | 2024.07.30 01:36:05.168759 [ 3 ] {c71d8282-e806-40b6-b1a1-5d4d035934a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10429 | 2024.07.30 01:36:05.169484 [ 3 ] {c71d8282-e806-40b6-b1a1-5d4d035934a0} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10430 | 2024.07.30 01:36:05.169521 [ 3 ] {c71d8282-e806-40b6-b1a1-5d4d035934a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10431 | 2024.07.30 01:36:05.170146 [ 3 ] {c71d8282-e806-40b6-b1a1-5d4d035934a0} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 10432 | 2024.07.30 01:36:05.170580 [ 3 ] {c71d8282-e806-40b6-b1a1-5d4d035934a0} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10433 | 2024.07.30 01:36:05.170782 [ 121 ] {} <Debug> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 10434 | 2024.07.30 01:36:05.170795 [ 3 ] {c71d8282-e806-40b6-b1a1-5d4d035934a0} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002837 sec., 10927.035600986957 rows/sec., 19.58 MiB/sec. | ||
| 10435 | 2024.07.30 01:36:05.170864 [ 121 ] {} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10436 | 2024.07.30 01:36:05.170964 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10437 | 2024.07.30 01:36:05.171313 [ 186 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::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 | ||
| 10438 | 2024.07.30 01:36:05.171388 [ 3 ] {c71d8282-e806-40b6-b1a1-5d4d035934a0} <Debug> DynamicQueryHandler: Done processing query | ||
| 10439 | 2024.07.30 01:36:05.171434 [ 3 ] {c71d8282-e806-40b6-b1a1-5d4d035934a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 10440 | 2024.07.30 01:36:05.171473 [ 3 ] {} <Debug> HTTP-Session: 809b9d65-fe47-4b5e-a673-62bee0232529 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10441 | 2024.07.30 01:36:05.171668 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10442 | 2024.07.30 01:36:05.171789 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10443 | 2024.07.30 01:36:05.171842 [ 3 ] {} <Debug> HTTP-Session: a85b8799-299b-469b-b4f4-a55351b9489e Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10444 | 2024.07.30 01:36:05.171894 [ 3 ] {} <Debug> HTTP-Session: a85b8799-299b-469b-b4f4-a55351b9489e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10445 | 2024.07.30 01:36:05.171942 [ 3 ] {} <Debug> HTTP-Session: a85b8799-299b-469b-b4f4-a55351b9489e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10446 | 2024.07.30 01:36:05.172006 [ 186 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10447 | 2024.07.30 01:36:05.172025 [ 3 ] {} <Trace> HTTP-Session: a85b8799-299b-469b-b4f4-a55351b9489e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10448 | 2024.07.30 01:36:05.172136 [ 186 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 651 rows starting from the beginning of the part | ||
| 10449 | 2024.07.30 01:36:05.172301 [ 3 ] {19df4e00-48ca-45db-bb95-d5327fc6901b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 10450 | 2024.07.30 01:36:05.172480 [ 3 ] {19df4e00-48ca-45db-bb95-d5327fc6901b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 10451 | 2024.07.30 01:36:05.172872 [ 186 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 31 rows starting from the beginning of the part | ||
| 10452 | 2024.07.30 01:36:05.173222 [ 3 ] {19df4e00-48ca-45db-bb95-d5327fc6901b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10453 | 2024.07.30 01:36:05.173691 [ 186 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 31 rows starting from the beginning of the part | ||
| 10454 | 2024.07.30 01:36:05.174386 [ 186 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 31 rows starting from the beginning of the part | ||
| 10455 | 2024.07.30 01:36:05.174441 [ 3 ] {19df4e00-48ca-45db-bb95-d5327fc6901b} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10456 | 2024.07.30 01:36:05.174510 [ 3 ] {19df4e00-48ca-45db-bb95-d5327fc6901b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10457 | 2024.07.30 01:36:05.174971 [ 186 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 31 rows starting from the beginning of the part | ||
| 10458 | 2024.07.30 01:36:05.175717 [ 186 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 31 rows starting from the beginning of the part | ||
| 10459 | 2024.07.30 01:36:05.175848 [ 3 ] {19df4e00-48ca-45db-bb95-d5327fc6901b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 10460 | 2024.07.30 01:36:05.176813 [ 3 ] {19df4e00-48ca-45db-bb95-d5327fc6901b} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10461 | 2024.07.30 01:36:05.177063 [ 121 ] {} <Debug> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 10462 | 2024.07.30 01:36:05.177138 [ 3 ] {19df4e00-48ca-45db-bb95-d5327fc6901b} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.004934 sec., 4661.532225374949 rows/sec., 252.16 KiB/sec. | ||
| 10463 | 2024.07.30 01:36:05.177149 [ 121 ] {} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10464 | 2024.07.30 01:36:05.177247 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10465 | 2024.07.30 01:36:05.177944 [ 3 ] {19df4e00-48ca-45db-bb95-d5327fc6901b} <Debug> DynamicQueryHandler: Done processing query | ||
| 10466 | 2024.07.30 01:36:05.178035 [ 191 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::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 | ||
| 10467 | 2024.07.30 01:36:05.178075 [ 3 ] {19df4e00-48ca-45db-bb95-d5327fc6901b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 10468 | 2024.07.30 01:36:05.178200 [ 3 ] {} <Debug> HTTP-Session: a85b8799-299b-469b-b4f4-a55351b9489e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10469 | 2024.07.30 01:36:05.178629 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10470 | 2024.07.30 01:36:05.178896 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10471 | 2024.07.30 01:36:05.179090 [ 3 ] {} <Debug> HTTP-Session: d1952e56-fa3e-4e78-a4a1-5e3ed55e0fe5 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10472 | 2024.07.30 01:36:05.179173 [ 3 ] {} <Debug> HTTP-Session: d1952e56-fa3e-4e78-a4a1-5e3ed55e0fe5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10473 | 2024.07.30 01:36:05.179249 [ 3 ] {} <Debug> HTTP-Session: d1952e56-fa3e-4e78-a4a1-5e3ed55e0fe5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10474 | 2024.07.30 01:36:05.179272 [ 191 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10475 | 2024.07.30 01:36:05.179363 [ 191 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 625 rows starting from the beginning of the part | ||
| 10476 | 2024.07.30 01:36:05.179367 [ 3 ] {} <Trace> HTTP-Session: d1952e56-fa3e-4e78-a4a1-5e3ed55e0fe5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10477 | 2024.07.30 01:36:05.179722 [ 191 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::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 | ||
| 10478 | 2024.07.30 01:36:05.179748 [ 3 ] {4565ea82-edc6-4a77-8731-9791e29fbdae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10479 | 2024.07.30 01:36:05.179847 [ 191 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::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 | ||
| 10480 | 2024.07.30 01:36:05.179859 [ 3 ] {4565ea82-edc6-4a77-8731-9791e29fbdae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10481 | 2024.07.30 01:36:05.180113 [ 191 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 23 rows starting from the beginning of the part | ||
| 10482 | 2024.07.30 01:36:05.180443 [ 191 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::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 | ||
| 10483 | 2024.07.30 01:36:05.180830 [ 191 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 23 rows starting from the beginning of the part | ||
| 10484 | 2024.07.30 01:36:05.181464 [ 3 ] {4565ea82-edc6-4a77-8731-9791e29fbdae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10485 | 2024.07.30 01:36:05.182942 [ 3 ] {4565ea82-edc6-4a77-8731-9791e29fbdae} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10486 | 2024.07.30 01:36:05.183027 [ 3 ] {4565ea82-edc6-4a77-8731-9791e29fbdae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10487 | 2024.07.30 01:36:05.184862 [ 3 ] {4565ea82-edc6-4a77-8731-9791e29fbdae} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 10488 | 2024.07.30 01:36:05.186371 [ 191 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 4 columns (4 merged, 0 gathered) in 0.008958271 sec., 82605.2259414791 rows/sec., 4.42 MiB/sec. | ||
| 10489 | 2024.07.30 01:36:05.186607 [ 3 ] {4565ea82-edc6-4a77-8731-9791e29fbdae} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10490 | 2024.07.30 01:36:05.186670 [ 191 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 10491 | 2024.07.30 01:36:05.187243 [ 3 ] {4565ea82-edc6-4a77-8731-9791e29fbdae} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007611 sec., 7883.3267638943635 rows/sec., 544.03 KiB/sec. | ||
| 10492 | 2024.07.30 01:36:05.187943 [ 3 ] {4565ea82-edc6-4a77-8731-9791e29fbdae} <Debug> DynamicQueryHandler: Done processing query | ||
| 10493 | 2024.07.30 01:36:05.188050 [ 3 ] {4565ea82-edc6-4a77-8731-9791e29fbdae} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10494 | 2024.07.30 01:36:05.188120 [ 3 ] {} <Debug> HTTP-Session: d1952e56-fa3e-4e78-a4a1-5e3ed55e0fe5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10495 | 2024.07.30 01:36:05.188470 [ 191 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_31_6} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10496 | 2024.07.30 01:36:05.188713 [ 191 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_31_6} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 10497 | 2024.07.30 01:36:05.188904 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 10498 | 2024.07.30 01:36:05.193595 [ 189 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 806 rows, containing 19 columns (19 merged, 0 gathered) in 0.022470108 sec., 35869.87654887996 rows/sec., 64.28 MiB/sec. | ||
| 10499 | 2024.07.30 01:36:05.194470 [ 198 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 10500 | 2024.07.30 01:36:05.195079 [ 198 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10501 | 2024.07.30 01:36:05.195165 [ 198 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 10502 | 2024.07.30 01:36:05.195288 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.77 MiB. | ||
| 10503 | 2024.07.30 01:36:10.142075 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10504 | 2024.07.30 01:36:10.142218 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10505 | 2024.07.30 01:36:10.142247 [ 3 ] {} <Debug> HTTP-Session: 7b12d4e0-cc96-406d-8568-aed44922a3bf Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10506 | 2024.07.30 01:36:10.142277 [ 3 ] {} <Debug> HTTP-Session: 7b12d4e0-cc96-406d-8568-aed44922a3bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10507 | 2024.07.30 01:36:10.142295 [ 3 ] {} <Debug> HTTP-Session: 7b12d4e0-cc96-406d-8568-aed44922a3bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10508 | 2024.07.30 01:36:10.142353 [ 3 ] {} <Trace> HTTP-Session: 7b12d4e0-cc96-406d-8568-aed44922a3bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10509 | 2024.07.30 01:36:10.142558 [ 3 ] {836c42f4-8e2b-41fd-84b6-ca5c2a33c8e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 10510 | 2024.07.30 01:36:10.142632 [ 3 ] {836c42f4-8e2b-41fd-84b6-ca5c2a33c8e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10511 | 2024.07.30 01:36:10.142853 [ 3 ] {836c42f4-8e2b-41fd-84b6-ca5c2a33c8e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10512 | 2024.07.30 01:36:10.143294 [ 3 ] {836c42f4-8e2b-41fd-84b6-ca5c2a33c8e9} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10513 | 2024.07.30 01:36:10.143336 [ 3 ] {836c42f4-8e2b-41fd-84b6-ca5c2a33c8e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10514 | 2024.07.30 01:36:10.143722 [ 3 ] {836c42f4-8e2b-41fd-84b6-ca5c2a33c8e9} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 10515 | 2024.07.30 01:36:10.144074 [ 3 ] {836c42f4-8e2b-41fd-84b6-ca5c2a33c8e9} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10516 | 2024.07.30 01:36:10.144257 [ 3 ] {836c42f4-8e2b-41fd-84b6-ca5c2a33c8e9} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00175 sec., 1142.857142857143 rows/sec., 93.19 KiB/sec. | ||
| 10517 | 2024.07.30 01:36:10.144495 [ 3 ] {836c42f4-8e2b-41fd-84b6-ca5c2a33c8e9} <Debug> DynamicQueryHandler: Done processing query | ||
| 10518 | 2024.07.30 01:36:10.144522 [ 3 ] {836c42f4-8e2b-41fd-84b6-ca5c2a33c8e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10519 | 2024.07.30 01:36:10.144538 [ 3 ] {} <Debug> HTTP-Session: 7b12d4e0-cc96-406d-8568-aed44922a3bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10520 | 2024.07.30 01:36:10.144715 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 7979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10521 | 2024.07.30 01:36:10.144767 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10522 | 2024.07.30 01:36:10.144787 [ 3 ] {} <Debug> HTTP-Session: 49f446b1-4386-48a5-b17e-882d34518f95 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10523 | 2024.07.30 01:36:10.144804 [ 3 ] {} <Debug> HTTP-Session: 49f446b1-4386-48a5-b17e-882d34518f95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10524 | 2024.07.30 01:36:10.144817 [ 3 ] {} <Debug> HTTP-Session: 49f446b1-4386-48a5-b17e-882d34518f95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10525 | 2024.07.30 01:36:10.144849 [ 3 ] {} <Trace> HTTP-Session: 49f446b1-4386-48a5-b17e-882d34518f95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10526 | 2024.07.30 01:36:10.144966 [ 3 ] {51710805-7497-4049-9ab0-5c0603b039ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10527 | 2024.07.30 01:36:10.145012 [ 3 ] {51710805-7497-4049-9ab0-5c0603b039ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10528 | 2024.07.30 01:36:10.145140 [ 3 ] {51710805-7497-4049-9ab0-5c0603b039ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10529 | 2024.07.30 01:36:10.145500 [ 3 ] {51710805-7497-4049-9ab0-5c0603b039ae} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10530 | 2024.07.30 01:36:10.145537 [ 3 ] {51710805-7497-4049-9ab0-5c0603b039ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10531 | 2024.07.30 01:36:10.145861 [ 3 ] {51710805-7497-4049-9ab0-5c0603b039ae} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 10532 | 2024.07.30 01:36:10.146178 [ 3 ] {51710805-7497-4049-9ab0-5c0603b039ae} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10533 | 2024.07.30 01:36:10.146332 [ 3 ] {51710805-7497-4049-9ab0-5c0603b039ae} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001407 sec., 40511.72707889126 rows/sec., 3.11 MiB/sec. | ||
| 10534 | 2024.07.30 01:36:10.146500 [ 3 ] {51710805-7497-4049-9ab0-5c0603b039ae} <Debug> DynamicQueryHandler: Done processing query | ||
| 10535 | 2024.07.30 01:36:10.146525 [ 3 ] {51710805-7497-4049-9ab0-5c0603b039ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10536 | 2024.07.30 01:36:10.146541 [ 3 ] {} <Debug> HTTP-Session: 49f446b1-4386-48a5-b17e-882d34518f95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10537 | 2024.07.30 01:36:10.146657 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10538 | 2024.07.30 01:36:10.146705 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10539 | 2024.07.30 01:36:10.146725 [ 3 ] {} <Debug> HTTP-Session: bbd27861-348a-4807-b9a7-bb9abb46d929 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10540 | 2024.07.30 01:36:10.146741 [ 3 ] {} <Debug> HTTP-Session: bbd27861-348a-4807-b9a7-bb9abb46d929 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10541 | 2024.07.30 01:36:10.146755 [ 3 ] {} <Debug> HTTP-Session: bbd27861-348a-4807-b9a7-bb9abb46d929 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10542 | 2024.07.30 01:36:10.146786 [ 3 ] {} <Trace> HTTP-Session: bbd27861-348a-4807-b9a7-bb9abb46d929 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10543 | 2024.07.30 01:36:10.146881 [ 3 ] {f176de10-37e6-4117-b6f4-ed58a75ad08c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 10544 | 2024.07.30 01:36:10.146924 [ 3 ] {f176de10-37e6-4117-b6f4-ed58a75ad08c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10545 | 2024.07.30 01:36:10.147051 [ 3 ] {f176de10-37e6-4117-b6f4-ed58a75ad08c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10546 | 2024.07.30 01:36:10.147328 [ 3 ] {f176de10-37e6-4117-b6f4-ed58a75ad08c} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10547 | 2024.07.30 01:36:10.147364 [ 3 ] {f176de10-37e6-4117-b6f4-ed58a75ad08c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10548 | 2024.07.30 01:36:10.147681 [ 3 ] {f176de10-37e6-4117-b6f4-ed58a75ad08c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 10549 | 2024.07.30 01:36:10.148004 [ 3 ] {f176de10-37e6-4117-b6f4-ed58a75ad08c} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10550 | 2024.07.30 01:36:10.148167 [ 3 ] {f176de10-37e6-4117-b6f4-ed58a75ad08c} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.0013 sec., 1538.4615384615386 rows/sec., 107.42 KiB/sec. | ||
| 10551 | 2024.07.30 01:36:10.148477 [ 3 ] {f176de10-37e6-4117-b6f4-ed58a75ad08c} <Debug> DynamicQueryHandler: Done processing query | ||
| 10552 | 2024.07.30 01:36:10.148502 [ 3 ] {f176de10-37e6-4117-b6f4-ed58a75ad08c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10553 | 2024.07.30 01:36:10.148518 [ 3 ] {} <Debug> HTTP-Session: bbd27861-348a-4807-b9a7-bb9abb46d929 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10554 | 2024.07.30 01:36:10.148642 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 11237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10555 | 2024.07.30 01:36:10.148691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10556 | 2024.07.30 01:36:10.148710 [ 3 ] {} <Debug> HTTP-Session: c8012909-8075-433c-a3ee-9f1666e1d0c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10557 | 2024.07.30 01:36:10.148726 [ 3 ] {} <Debug> HTTP-Session: c8012909-8075-433c-a3ee-9f1666e1d0c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10558 | 2024.07.30 01:36:10.148740 [ 3 ] {} <Debug> HTTP-Session: c8012909-8075-433c-a3ee-9f1666e1d0c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10559 | 2024.07.30 01:36:10.148771 [ 3 ] {} <Trace> HTTP-Session: c8012909-8075-433c-a3ee-9f1666e1d0c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10560 | 2024.07.30 01:36:10.148890 [ 3 ] {612d519f-76ff-44fe-b232-b4e6d93f682c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10561 | 2024.07.30 01:36:10.148935 [ 3 ] {612d519f-76ff-44fe-b232-b4e6d93f682c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10562 | 2024.07.30 01:36:10.149086 [ 3 ] {612d519f-76ff-44fe-b232-b4e6d93f682c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10563 | 2024.07.30 01:36:10.149418 [ 3 ] {612d519f-76ff-44fe-b232-b4e6d93f682c} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10564 | 2024.07.30 01:36:10.149454 [ 3 ] {612d519f-76ff-44fe-b232-b4e6d93f682c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10565 | 2024.07.30 01:36:10.149782 [ 3 ] {612d519f-76ff-44fe-b232-b4e6d93f682c} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 10566 | 2024.07.30 01:36:10.150095 [ 3 ] {612d519f-76ff-44fe-b232-b4e6d93f682c} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10567 | 2024.07.30 01:36:10.150250 [ 3 ] {612d519f-76ff-44fe-b232-b4e6d93f682c} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001393 sec., 47379.75592246949 rows/sec., 3.70 MiB/sec. | ||
| 10568 | 2024.07.30 01:36:10.150439 [ 3 ] {612d519f-76ff-44fe-b232-b4e6d93f682c} <Debug> DynamicQueryHandler: Done processing query | ||
| 10569 | 2024.07.30 01:36:10.150473 [ 3 ] {612d519f-76ff-44fe-b232-b4e6d93f682c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 10570 | 2024.07.30 01:36:10.150505 [ 3 ] {} <Debug> HTTP-Session: c8012909-8075-433c-a3ee-9f1666e1d0c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10571 | 2024.07.30 01:36:10.150690 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30859, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10572 | 2024.07.30 01:36:10.150739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10573 | 2024.07.30 01:36:10.150758 [ 3 ] {} <Debug> HTTP-Session: 388d3e78-5244-463f-b246-bd847274241f Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10574 | 2024.07.30 01:36:10.150774 [ 3 ] {} <Debug> HTTP-Session: 388d3e78-5244-463f-b246-bd847274241f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10575 | 2024.07.30 01:36:10.150788 [ 3 ] {} <Debug> HTTP-Session: 388d3e78-5244-463f-b246-bd847274241f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10576 | 2024.07.30 01:36:10.150819 [ 3 ] {} <Trace> HTTP-Session: 388d3e78-5244-463f-b246-bd847274241f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10577 | 2024.07.30 01:36:10.150966 [ 3 ] {8a87d764-f7b7-4f22-b720-921b591fce28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10578 | 2024.07.30 01:36:10.151014 [ 3 ] {8a87d764-f7b7-4f22-b720-921b591fce28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10579 | 2024.07.30 01:36:10.151163 [ 3 ] {8a87d764-f7b7-4f22-b720-921b591fce28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10580 | 2024.07.30 01:36:10.151562 [ 3 ] {8a87d764-f7b7-4f22-b720-921b591fce28} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10581 | 2024.07.30 01:36:10.151598 [ 3 ] {8a87d764-f7b7-4f22-b720-921b591fce28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10582 | 2024.07.30 01:36:10.151998 [ 3 ] {8a87d764-f7b7-4f22-b720-921b591fce28} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 10583 | 2024.07.30 01:36:10.152356 [ 3 ] {8a87d764-f7b7-4f22-b720-921b591fce28} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10584 | 2024.07.30 01:36:10.152517 [ 3 ] {8a87d764-f7b7-4f22-b720-921b591fce28} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001609 sec., 100062.15040397763 rows/sec., 6.97 MiB/sec. | ||
| 10585 | 2024.07.30 01:36:10.152688 [ 3 ] {8a87d764-f7b7-4f22-b720-921b591fce28} <Debug> DynamicQueryHandler: Done processing query | ||
| 10586 | 2024.07.30 01:36:10.152713 [ 3 ] {8a87d764-f7b7-4f22-b720-921b591fce28} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 10587 | 2024.07.30 01:36:10.152729 [ 3 ] {} <Debug> HTTP-Session: 388d3e78-5244-463f-b246-bd847274241f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10588 | 2024.07.30 01:36:10.152853 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10589 | 2024.07.30 01:36:10.152902 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10590 | 2024.07.30 01:36:10.152920 [ 3 ] {} <Debug> HTTP-Session: cb34108c-3e96-4706-85c1-34f732f61e5c Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10591 | 2024.07.30 01:36:10.152938 [ 3 ] {} <Debug> HTTP-Session: cb34108c-3e96-4706-85c1-34f732f61e5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10592 | 2024.07.30 01:36:10.152951 [ 3 ] {} <Debug> HTTP-Session: cb34108c-3e96-4706-85c1-34f732f61e5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10593 | 2024.07.30 01:36:10.152982 [ 3 ] {} <Trace> HTTP-Session: cb34108c-3e96-4706-85c1-34f732f61e5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10594 | 2024.07.30 01:36:10.153108 [ 3 ] {d1de807c-8320-4eed-8d33-4719a7b2c996} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10595 | 2024.07.30 01:36:10.153153 [ 3 ] {d1de807c-8320-4eed-8d33-4719a7b2c996} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10596 | 2024.07.30 01:36:10.153279 [ 3 ] {d1de807c-8320-4eed-8d33-4719a7b2c996} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10597 | 2024.07.30 01:36:10.153595 [ 3 ] {d1de807c-8320-4eed-8d33-4719a7b2c996} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10598 | 2024.07.30 01:36:10.153632 [ 3 ] {d1de807c-8320-4eed-8d33-4719a7b2c996} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10599 | 2024.07.30 01:36:10.153995 [ 3 ] {d1de807c-8320-4eed-8d33-4719a7b2c996} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 10600 | 2024.07.30 01:36:10.154335 [ 3 ] {d1de807c-8320-4eed-8d33-4719a7b2c996} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10601 | 2024.07.30 01:36:10.154487 [ 3 ] {d1de807c-8320-4eed-8d33-4719a7b2c996} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001424 sec., 42134.83146067416 rows/sec., 2.84 MiB/sec. | ||
| 10602 | 2024.07.30 01:36:10.154650 [ 3 ] {d1de807c-8320-4eed-8d33-4719a7b2c996} <Debug> DynamicQueryHandler: Done processing query | ||
| 10603 | 2024.07.30 01:36:10.154675 [ 3 ] {d1de807c-8320-4eed-8d33-4719a7b2c996} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10604 | 2024.07.30 01:36:10.154691 [ 3 ] {} <Debug> HTTP-Session: cb34108c-3e96-4706-85c1-34f732f61e5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10605 | 2024.07.30 01:36:12.808287 [ 115 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10606 | 2024.07.30 01:36:12.808395 [ 115 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10607 | 2024.07.30 01:36:15.148541 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 5193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10608 | 2024.07.30 01:36:15.148669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10609 | 2024.07.30 01:36:15.148698 [ 3 ] {} <Debug> HTTP-Session: 566df9e7-d958-400f-99bc-38644b341af8 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10610 | 2024.07.30 01:36:15.148728 [ 3 ] {} <Debug> HTTP-Session: 566df9e7-d958-400f-99bc-38644b341af8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10611 | 2024.07.30 01:36:15.148746 [ 3 ] {} <Debug> HTTP-Session: 566df9e7-d958-400f-99bc-38644b341af8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10612 | 2024.07.30 01:36:15.148802 [ 3 ] {} <Trace> HTTP-Session: 566df9e7-d958-400f-99bc-38644b341af8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10613 | 2024.07.30 01:36:15.149027 [ 3 ] {8bc2ebcd-7a54-4617-8f88-70595308cffc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 10614 | 2024.07.30 01:36:15.149099 [ 3 ] {8bc2ebcd-7a54-4617-8f88-70595308cffc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 10615 | 2024.07.30 01:36:15.149294 [ 3 ] {8bc2ebcd-7a54-4617-8f88-70595308cffc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10616 | 2024.07.30 01:36:15.149765 [ 3 ] {8bc2ebcd-7a54-4617-8f88-70595308cffc} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10617 | 2024.07.30 01:36:15.149811 [ 3 ] {8bc2ebcd-7a54-4617-8f88-70595308cffc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10618 | 2024.07.30 01:36:15.150195 [ 3 ] {8bc2ebcd-7a54-4617-8f88-70595308cffc} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10619 | 2024.07.30 01:36:15.150550 [ 3 ] {8bc2ebcd-7a54-4617-8f88-70595308cffc} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10620 | 2024.07.30 01:36:15.150721 [ 3 ] {8bc2ebcd-7a54-4617-8f88-70595308cffc} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001763 sec., 20986.954055587066 rows/sec., 1.58 MiB/sec. | ||
| 10621 | 2024.07.30 01:36:15.151054 [ 3 ] {8bc2ebcd-7a54-4617-8f88-70595308cffc} <Debug> DynamicQueryHandler: Done processing query | ||
| 10622 | 2024.07.30 01:36:15.151115 [ 3 ] {8bc2ebcd-7a54-4617-8f88-70595308cffc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10623 | 2024.07.30 01:36:15.151168 [ 3 ] {} <Debug> HTTP-Session: 566df9e7-d958-400f-99bc-38644b341af8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10624 | 2024.07.30 01:36:15.151377 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 38407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10625 | 2024.07.30 01:36:15.151441 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10626 | 2024.07.30 01:36:15.151461 [ 3 ] {} <Debug> HTTP-Session: da032f93-7b16-455a-9dc7-93b1c3141f3a Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10627 | 2024.07.30 01:36:15.151480 [ 3 ] {} <Debug> HTTP-Session: da032f93-7b16-455a-9dc7-93b1c3141f3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10628 | 2024.07.30 01:36:15.151494 [ 3 ] {} <Debug> HTTP-Session: da032f93-7b16-455a-9dc7-93b1c3141f3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10629 | 2024.07.30 01:36:15.151531 [ 3 ] {} <Trace> HTTP-Session: da032f93-7b16-455a-9dc7-93b1c3141f3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10630 | 2024.07.30 01:36:15.151721 [ 3 ] {dc6fd234-6bb0-463d-80c1-9d9f753cfb98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10631 | 2024.07.30 01:36:15.151771 [ 3 ] {dc6fd234-6bb0-463d-80c1-9d9f753cfb98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10632 | 2024.07.30 01:36:15.151917 [ 3 ] {dc6fd234-6bb0-463d-80c1-9d9f753cfb98} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10633 | 2024.07.30 01:36:15.152462 [ 3 ] {dc6fd234-6bb0-463d-80c1-9d9f753cfb98} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10634 | 2024.07.30 01:36:15.152501 [ 3 ] {dc6fd234-6bb0-463d-80c1-9d9f753cfb98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10635 | 2024.07.30 01:36:15.152836 [ 3 ] {dc6fd234-6bb0-463d-80c1-9d9f753cfb98} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 10636 | 2024.07.30 01:36:15.153152 [ 3 ] {dc6fd234-6bb0-463d-80c1-9d9f753cfb98} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10637 | 2024.07.30 01:36:15.153314 [ 3 ] {dc6fd234-6bb0-463d-80c1-9d9f753cfb98} <Debug> executeQuery: Read 254 rows, 22.97 KiB in 0.001683 sec., 150920.97445038622 rows/sec., 13.33 MiB/sec. | ||
| 10638 | 2024.07.30 01:36:15.153513 [ 3 ] {dc6fd234-6bb0-463d-80c1-9d9f753cfb98} <Debug> DynamicQueryHandler: Done processing query | ||
| 10639 | 2024.07.30 01:36:15.153550 [ 3 ] {dc6fd234-6bb0-463d-80c1-9d9f753cfb98} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 10640 | 2024.07.30 01:36:15.153581 [ 3 ] {} <Debug> HTTP-Session: da032f93-7b16-455a-9dc7-93b1c3141f3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10641 | 2024.07.30 01:36:15.153782 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 66831, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10642 | 2024.07.30 01:36:15.153834 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10643 | 2024.07.30 01:36:15.153853 [ 3 ] {} <Debug> HTTP-Session: cd222f9f-3d08-4701-b676-24a617495eff Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10644 | 2024.07.30 01:36:15.153871 [ 3 ] {} <Debug> HTTP-Session: cd222f9f-3d08-4701-b676-24a617495eff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10645 | 2024.07.30 01:36:15.153885 [ 3 ] {} <Debug> HTTP-Session: cd222f9f-3d08-4701-b676-24a617495eff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10646 | 2024.07.30 01:36:15.153917 [ 3 ] {} <Trace> HTTP-Session: cd222f9f-3d08-4701-b676-24a617495eff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10647 | 2024.07.30 01:36:15.154150 [ 3 ] {93c37b6e-1055-4120-bf6c-2b51a5d9e0b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10648 | 2024.07.30 01:36:15.154195 [ 3 ] {93c37b6e-1055-4120-bf6c-2b51a5d9e0b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10649 | 2024.07.30 01:36:15.154324 [ 3 ] {93c37b6e-1055-4120-bf6c-2b51a5d9e0b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10650 | 2024.07.30 01:36:15.154917 [ 3 ] {93c37b6e-1055-4120-bf6c-2b51a5d9e0b0} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10651 | 2024.07.30 01:36:15.154955 [ 3 ] {93c37b6e-1055-4120-bf6c-2b51a5d9e0b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10652 | 2024.07.30 01:36:15.155290 [ 3 ] {93c37b6e-1055-4120-bf6c-2b51a5d9e0b0} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 10653 | 2024.07.30 01:36:15.155617 [ 3 ] {93c37b6e-1055-4120-bf6c-2b51a5d9e0b0} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10654 | 2024.07.30 01:36:15.155776 [ 3 ] {93c37b6e-1055-4120-bf6c-2b51a5d9e0b0} <Debug> executeQuery: Read 413 rows, 29.96 KiB in 0.001744 sec., 236811.92660550456 rows/sec., 16.77 MiB/sec. | ||
| 10655 | 2024.07.30 01:36:15.155940 [ 3 ] {93c37b6e-1055-4120-bf6c-2b51a5d9e0b0} <Debug> DynamicQueryHandler: Done processing query | ||
| 10656 | 2024.07.30 01:36:15.155965 [ 3 ] {93c37b6e-1055-4120-bf6c-2b51a5d9e0b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 10657 | 2024.07.30 01:36:15.155980 [ 3 ] {} <Debug> HTTP-Session: cd222f9f-3d08-4701-b676-24a617495eff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10658 | 2024.07.30 01:36:15.156099 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10659 | 2024.07.30 01:36:15.156149 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10660 | 2024.07.30 01:36:15.156168 [ 3 ] {} <Debug> HTTP-Session: 566aa831-9ad8-4cc8-98ee-5fd114f84e55 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10661 | 2024.07.30 01:36:15.156186 [ 3 ] {} <Debug> HTTP-Session: 566aa831-9ad8-4cc8-98ee-5fd114f84e55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10662 | 2024.07.30 01:36:15.156199 [ 3 ] {} <Debug> HTTP-Session: 566aa831-9ad8-4cc8-98ee-5fd114f84e55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10663 | 2024.07.30 01:36:15.156231 [ 3 ] {} <Trace> HTTP-Session: 566aa831-9ad8-4cc8-98ee-5fd114f84e55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10664 | 2024.07.30 01:36:15.156330 [ 3 ] {f26888e0-4d36-485b-98e1-e13de67550fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 10665 | 2024.07.30 01:36:15.156374 [ 3 ] {f26888e0-4d36-485b-98e1-e13de67550fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10666 | 2024.07.30 01:36:15.156504 [ 3 ] {f26888e0-4d36-485b-98e1-e13de67550fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10667 | 2024.07.30 01:36:15.156772 [ 3 ] {f26888e0-4d36-485b-98e1-e13de67550fe} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10668 | 2024.07.30 01:36:15.156809 [ 3 ] {f26888e0-4d36-485b-98e1-e13de67550fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10669 | 2024.07.30 01:36:15.157170 [ 3 ] {f26888e0-4d36-485b-98e1-e13de67550fe} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10670 | 2024.07.30 01:36:15.157502 [ 3 ] {f26888e0-4d36-485b-98e1-e13de67550fe} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10671 | 2024.07.30 01:36:15.157647 [ 3 ] {f26888e0-4d36-485b-98e1-e13de67550fe} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001343 sec., 4467.6098287416235 rows/sec., 191.97 KiB/sec. | ||
| 10672 | 2024.07.30 01:36:15.157814 [ 3 ] {f26888e0-4d36-485b-98e1-e13de67550fe} <Debug> DynamicQueryHandler: Done processing query | ||
| 10673 | 2024.07.30 01:36:15.157839 [ 3 ] {f26888e0-4d36-485b-98e1-e13de67550fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 10674 | 2024.07.30 01:36:15.157855 [ 3 ] {} <Debug> HTTP-Session: 566aa831-9ad8-4cc8-98ee-5fd114f84e55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10675 | 2024.07.30 01:36:15.157960 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10676 | 2024.07.30 01:36:15.158009 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10677 | 2024.07.30 01:36:15.158027 [ 3 ] {} <Debug> HTTP-Session: 4249ce81-cf36-4540-a618-ba0c162b47c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10678 | 2024.07.30 01:36:15.158044 [ 3 ] {} <Debug> HTTP-Session: 4249ce81-cf36-4540-a618-ba0c162b47c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10679 | 2024.07.30 01:36:15.158057 [ 3 ] {} <Debug> HTTP-Session: 4249ce81-cf36-4540-a618-ba0c162b47c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10680 | 2024.07.30 01:36:15.158089 [ 3 ] {} <Trace> HTTP-Session: 4249ce81-cf36-4540-a618-ba0c162b47c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10681 | 2024.07.30 01:36:15.158222 [ 3 ] {b7d18906-ee14-479d-a4cb-67e6ccfbbd95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 10682 | 2024.07.30 01:36:15.158269 [ 3 ] {b7d18906-ee14-479d-a4cb-67e6ccfbbd95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 10683 | 2024.07.30 01:36:15.158411 [ 3 ] {b7d18906-ee14-479d-a4cb-67e6ccfbbd95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10684 | 2024.07.30 01:36:15.158751 [ 3 ] {b7d18906-ee14-479d-a4cb-67e6ccfbbd95} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10685 | 2024.07.30 01:36:15.158786 [ 3 ] {b7d18906-ee14-479d-a4cb-67e6ccfbbd95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10686 | 2024.07.30 01:36:15.159152 [ 3 ] {b7d18906-ee14-479d-a4cb-67e6ccfbbd95} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10687 | 2024.07.30 01:36:15.159536 [ 3 ] {b7d18906-ee14-479d-a4cb-67e6ccfbbd95} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10688 | 2024.07.30 01:36:15.159690 [ 3 ] {b7d18906-ee14-479d-a4cb-67e6ccfbbd95} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001519 sec., 50691.244239631334 rows/sec., 3.12 MiB/sec. | ||
| 10689 | 2024.07.30 01:36:15.159861 [ 3 ] {b7d18906-ee14-479d-a4cb-67e6ccfbbd95} <Debug> DynamicQueryHandler: Done processing query | ||
| 10690 | 2024.07.30 01:36:15.159885 [ 3 ] {b7d18906-ee14-479d-a4cb-67e6ccfbbd95} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10691 | 2024.07.30 01:36:15.159901 [ 3 ] {} <Debug> HTTP-Session: 4249ce81-cf36-4540-a618-ba0c162b47c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10692 | 2024.07.30 01:36:15.160043 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10693 | 2024.07.30 01:36:15.160092 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10694 | 2024.07.30 01:36:15.160111 [ 3 ] {} <Debug> HTTP-Session: 11cab1bf-d225-436b-91db-78374a6fc616 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10695 | 2024.07.30 01:36:15.160127 [ 3 ] {} <Debug> HTTP-Session: 11cab1bf-d225-436b-91db-78374a6fc616 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10696 | 2024.07.30 01:36:15.160141 [ 3 ] {} <Debug> HTTP-Session: 11cab1bf-d225-436b-91db-78374a6fc616 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10697 | 2024.07.30 01:36:15.160171 [ 3 ] {} <Trace> HTTP-Session: 11cab1bf-d225-436b-91db-78374a6fc616 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10698 | 2024.07.30 01:36:15.160319 [ 3 ] {35507af1-c382-42ca-bbd8-99a4b508e57f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10699 | 2024.07.30 01:36:15.160366 [ 3 ] {35507af1-c382-42ca-bbd8-99a4b508e57f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10700 | 2024.07.30 01:36:15.160505 [ 3 ] {35507af1-c382-42ca-bbd8-99a4b508e57f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10701 | 2024.07.30 01:36:15.160893 [ 3 ] {35507af1-c382-42ca-bbd8-99a4b508e57f} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10702 | 2024.07.30 01:36:15.160930 [ 3 ] {35507af1-c382-42ca-bbd8-99a4b508e57f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10703 | 2024.07.30 01:36:15.161311 [ 3 ] {35507af1-c382-42ca-bbd8-99a4b508e57f} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 10704 | 2024.07.30 01:36:15.161659 [ 3 ] {35507af1-c382-42ca-bbd8-99a4b508e57f} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10705 | 2024.07.30 01:36:15.161822 [ 3 ] {35507af1-c382-42ca-bbd8-99a4b508e57f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001567 sec., 102105.9349074665 rows/sec., 7.11 MiB/sec. | ||
| 10706 | 2024.07.30 01:36:15.161994 [ 3 ] {35507af1-c382-42ca-bbd8-99a4b508e57f} <Debug> DynamicQueryHandler: Done processing query | ||
| 10707 | 2024.07.30 01:36:15.162018 [ 3 ] {35507af1-c382-42ca-bbd8-99a4b508e57f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 10708 | 2024.07.30 01:36:15.162034 [ 3 ] {} <Debug> HTTP-Session: 11cab1bf-d225-436b-91db-78374a6fc616 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10709 | 2024.07.30 01:36:15.162185 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 50154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10710 | 2024.07.30 01:36:15.162235 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10711 | 2024.07.30 01:36:15.162253 [ 3 ] {} <Debug> HTTP-Session: 240cbf0f-3cd9-4f38-973f-14cd2c1ea552 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10712 | 2024.07.30 01:36:15.162269 [ 3 ] {} <Debug> HTTP-Session: 240cbf0f-3cd9-4f38-973f-14cd2c1ea552 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10713 | 2024.07.30 01:36:15.162282 [ 3 ] {} <Debug> HTTP-Session: 240cbf0f-3cd9-4f38-973f-14cd2c1ea552 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10714 | 2024.07.30 01:36:15.162313 [ 3 ] {} <Trace> HTTP-Session: 240cbf0f-3cd9-4f38-973f-14cd2c1ea552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10715 | 2024.07.30 01:36:15.162632 [ 3 ] {67127694-d305-4ff4-9ade-2e1023330cd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 10716 | 2024.07.30 01:36:15.162697 [ 3 ] {67127694-d305-4ff4-9ade-2e1023330cd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 10717 | 2024.07.30 01:36:15.163106 [ 3 ] {67127694-d305-4ff4-9ade-2e1023330cd9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10718 | 2024.07.30 01:36:15.163863 [ 3 ] {67127694-d305-4ff4-9ade-2e1023330cd9} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10719 | 2024.07.30 01:36:15.163900 [ 3 ] {67127694-d305-4ff4-9ade-2e1023330cd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10720 | 2024.07.30 01:36:15.164525 [ 3 ] {67127694-d305-4ff4-9ade-2e1023330cd9} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 10721 | 2024.07.30 01:36:15.164938 [ 3 ] {67127694-d305-4ff4-9ade-2e1023330cd9} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10722 | 2024.07.30 01:36:15.165140 [ 3 ] {67127694-d305-4ff4-9ade-2e1023330cd9} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002737 sec., 11326.2696382901 rows/sec., 20.30 MiB/sec. | ||
| 10723 | 2024.07.30 01:36:15.165360 [ 3 ] {67127694-d305-4ff4-9ade-2e1023330cd9} <Debug> DynamicQueryHandler: Done processing query | ||
| 10724 | 2024.07.30 01:36:15.165385 [ 3 ] {67127694-d305-4ff4-9ade-2e1023330cd9} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 10725 | 2024.07.30 01:36:15.165401 [ 3 ] {} <Debug> HTTP-Session: 240cbf0f-3cd9-4f38-973f-14cd2c1ea552 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10726 | 2024.07.30 01:36:15.165515 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10727 | 2024.07.30 01:36:15.165564 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10728 | 2024.07.30 01:36:15.165583 [ 3 ] {} <Debug> HTTP-Session: 641b62be-336e-4893-80e7-d2ece5443387 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10729 | 2024.07.30 01:36:15.165599 [ 3 ] {} <Debug> HTTP-Session: 641b62be-336e-4893-80e7-d2ece5443387 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10730 | 2024.07.30 01:36:15.165612 [ 3 ] {} <Debug> HTTP-Session: 641b62be-336e-4893-80e7-d2ece5443387 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10731 | 2024.07.30 01:36:15.165644 [ 3 ] {} <Trace> HTTP-Session: 641b62be-336e-4893-80e7-d2ece5443387 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10732 | 2024.07.30 01:36:15.165744 [ 3 ] {391b0682-94af-4a70-918d-2c865d0e99ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 10733 | 2024.07.30 01:36:15.165788 [ 3 ] {391b0682-94af-4a70-918d-2c865d0e99ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 10734 | 2024.07.30 01:36:15.165911 [ 3 ] {391b0682-94af-4a70-918d-2c865d0e99ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10735 | 2024.07.30 01:36:15.166216 [ 3 ] {391b0682-94af-4a70-918d-2c865d0e99ba} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10736 | 2024.07.30 01:36:15.166252 [ 3 ] {391b0682-94af-4a70-918d-2c865d0e99ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10737 | 2024.07.30 01:36:15.166603 [ 3 ] {391b0682-94af-4a70-918d-2c865d0e99ba} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10738 | 2024.07.30 01:36:15.166932 [ 3 ] {391b0682-94af-4a70-918d-2c865d0e99ba} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10739 | 2024.07.30 01:36:15.167079 [ 3 ] {391b0682-94af-4a70-918d-2c865d0e99ba} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001357 sec., 16949.15254237288 rows/sec., 916.83 KiB/sec. | ||
| 10740 | 2024.07.30 01:36:15.167240 [ 3 ] {391b0682-94af-4a70-918d-2c865d0e99ba} <Debug> DynamicQueryHandler: Done processing query | ||
| 10741 | 2024.07.30 01:36:15.167264 [ 3 ] {391b0682-94af-4a70-918d-2c865d0e99ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 10742 | 2024.07.30 01:36:15.167279 [ 3 ] {} <Debug> HTTP-Session: 641b62be-336e-4893-80e7-d2ece5443387 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10743 | 2024.07.30 01:36:15.167392 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10744 | 2024.07.30 01:36:15.167440 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10745 | 2024.07.30 01:36:15.167459 [ 3 ] {} <Debug> HTTP-Session: 2269b9da-cccb-4bcb-8deb-28be337bcf56 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10746 | 2024.07.30 01:36:15.167476 [ 3 ] {} <Debug> HTTP-Session: 2269b9da-cccb-4bcb-8deb-28be337bcf56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10747 | 2024.07.30 01:36:15.167489 [ 3 ] {} <Debug> HTTP-Session: 2269b9da-cccb-4bcb-8deb-28be337bcf56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10748 | 2024.07.30 01:36:15.167520 [ 3 ] {} <Trace> HTTP-Session: 2269b9da-cccb-4bcb-8deb-28be337bcf56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10749 | 2024.07.30 01:36:15.167637 [ 3 ] {89c3d3b5-390c-4db4-9f58-0ef9a5b8ef6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10750 | 2024.07.30 01:36:15.167681 [ 3 ] {89c3d3b5-390c-4db4-9f58-0ef9a5b8ef6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10751 | 2024.07.30 01:36:15.167805 [ 3 ] {89c3d3b5-390c-4db4-9f58-0ef9a5b8ef6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10752 | 2024.07.30 01:36:15.168090 [ 3 ] {89c3d3b5-390c-4db4-9f58-0ef9a5b8ef6b} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10753 | 2024.07.30 01:36:15.168126 [ 3 ] {89c3d3b5-390c-4db4-9f58-0ef9a5b8ef6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10754 | 2024.07.30 01:36:15.168489 [ 3 ] {89c3d3b5-390c-4db4-9f58-0ef9a5b8ef6b} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 10755 | 2024.07.30 01:36:15.168815 [ 3 ] {89c3d3b5-390c-4db4-9f58-0ef9a5b8ef6b} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10756 | 2024.07.30 01:36:15.168973 [ 3 ] {89c3d3b5-390c-4db4-9f58-0ef9a5b8ef6b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001371 sec., 43763.6761487965 rows/sec., 2.95 MiB/sec. | ||
| 10757 | 2024.07.30 01:36:15.169229 [ 3 ] {89c3d3b5-390c-4db4-9f58-0ef9a5b8ef6b} <Debug> DynamicQueryHandler: Done processing query | ||
| 10758 | 2024.07.30 01:36:15.169281 [ 3 ] {89c3d3b5-390c-4db4-9f58-0ef9a5b8ef6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10759 | 2024.07.30 01:36:15.169332 [ 3 ] {} <Debug> HTTP-Session: 2269b9da-cccb-4bcb-8deb-28be337bcf56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10760 | 2024.07.30 01:36:20.141899 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 7845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10761 | 2024.07.30 01:36:20.142041 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10762 | 2024.07.30 01:36:20.142072 [ 3 ] {} <Debug> HTTP-Session: 7c67f4b9-c1d6-4597-a6d5-3b6264347239 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10763 | 2024.07.30 01:36:20.142102 [ 3 ] {} <Debug> HTTP-Session: 7c67f4b9-c1d6-4597-a6d5-3b6264347239 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10764 | 2024.07.30 01:36:20.142120 [ 3 ] {} <Debug> HTTP-Session: 7c67f4b9-c1d6-4597-a6d5-3b6264347239 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10765 | 2024.07.30 01:36:20.142176 [ 3 ] {} <Trace> HTTP-Session: 7c67f4b9-c1d6-4597-a6d5-3b6264347239 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10766 | 2024.07.30 01:36:20.142382 [ 3 ] {1db1d880-faff-4a09-a77c-cb384b5d3fe8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10767 | 2024.07.30 01:36:20.142448 [ 3 ] {1db1d880-faff-4a09-a77c-cb384b5d3fe8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10768 | 2024.07.30 01:36:20.142638 [ 3 ] {1db1d880-faff-4a09-a77c-cb384b5d3fe8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10769 | 2024.07.30 01:36:20.143128 [ 3 ] {1db1d880-faff-4a09-a77c-cb384b5d3fe8} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10770 | 2024.07.30 01:36:20.143170 [ 3 ] {1db1d880-faff-4a09-a77c-cb384b5d3fe8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10771 | 2024.07.30 01:36:20.143544 [ 3 ] {1db1d880-faff-4a09-a77c-cb384b5d3fe8} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 10772 | 2024.07.30 01:36:20.143886 [ 3 ] {1db1d880-faff-4a09-a77c-cb384b5d3fe8} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10773 | 2024.07.30 01:36:20.144049 [ 3 ] {1db1d880-faff-4a09-a77c-cb384b5d3fe8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001729 sec., 32388.663967611334 rows/sec., 2.49 MiB/sec. | ||
| 10774 | 2024.07.30 01:36:20.144083 [ 108 ] {} <Debug> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 10775 | 2024.07.30 01:36:20.144193 [ 108 ] {} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10776 | 2024.07.30 01:36:20.144232 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10777 | 2024.07.30 01:36:20.144322 [ 3 ] {1db1d880-faff-4a09-a77c-cb384b5d3fe8} <Debug> DynamicQueryHandler: Done processing query | ||
| 10778 | 2024.07.30 01:36:20.144380 [ 3 ] {1db1d880-faff-4a09-a77c-cb384b5d3fe8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10779 | 2024.07.30 01:36:20.144434 [ 3 ] {} <Debug> HTTP-Session: 7c67f4b9-c1d6-4597-a6d5-3b6264347239 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10780 | 2024.07.30 01:36:20.144492 [ 197 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::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 | ||
| 10781 | 2024.07.30 01:36:20.144623 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 10894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10782 | 2024.07.30 01:36:20.144723 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10783 | 2024.07.30 01:36:20.144778 [ 3 ] {} <Debug> HTTP-Session: d273dcc3-a34f-4f37-8ebc-4500d9c44f4c Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10784 | 2024.07.30 01:36:20.144785 [ 197 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10785 | 2024.07.30 01:36:20.144805 [ 3 ] {} <Debug> HTTP-Session: d273dcc3-a34f-4f37-8ebc-4500d9c44f4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10786 | 2024.07.30 01:36:20.144856 [ 3 ] {} <Debug> HTTP-Session: d273dcc3-a34f-4f37-8ebc-4500d9c44f4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10787 | 2024.07.30 01:36:20.144863 [ 197 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 298 rows starting from the beginning of the part | ||
| 10788 | 2024.07.30 01:36:20.144917 [ 3 ] {} <Trace> HTTP-Session: d273dcc3-a34f-4f37-8ebc-4500d9c44f4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10789 | 2024.07.30 01:36:20.145179 [ 197 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 94 rows starting from the beginning of the part | ||
| 10790 | 2024.07.30 01:36:20.145231 [ 3 ] {eba2319f-7988-4f93-ac8d-43d5ee2422d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10791 | 2024.07.30 01:36:20.145360 [ 3 ] {eba2319f-7988-4f93-ac8d-43d5ee2422d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10792 | 2024.07.30 01:36:20.145446 [ 197 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 254 rows starting from the beginning of the part | ||
| 10793 | 2024.07.30 01:36:20.145796 [ 197 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 57 rows starting from the beginning of the part | ||
| 10794 | 2024.07.30 01:36:20.146128 [ 197 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 254 rows starting from the beginning of the part | ||
| 10795 | 2024.07.30 01:36:20.146427 [ 3 ] {eba2319f-7988-4f93-ac8d-43d5ee2422d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10796 | 2024.07.30 01:36:20.146484 [ 197 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 56 rows starting from the beginning of the part | ||
| 10797 | 2024.07.30 01:36:20.147495 [ 3 ] {eba2319f-7988-4f93-ac8d-43d5ee2422d2} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10798 | 2024.07.30 01:36:20.147577 [ 3 ] {eba2319f-7988-4f93-ac8d-43d5ee2422d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10799 | 2024.07.30 01:36:20.148376 [ 3 ] {eba2319f-7988-4f93-ac8d-43d5ee2422d2} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 10800 | 2024.07.30 01:36:20.149228 [ 3 ] {eba2319f-7988-4f93-ac8d-43d5ee2422d2} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10801 | 2024.07.30 01:36:20.149436 [ 197 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1013 rows, containing 4 columns (4 merged, 0 gathered) in 0.005097931 sec., 198708.06411463788 rows/sec., 16.96 MiB/sec. | ||
| 10802 | 2024.07.30 01:36:20.149568 [ 108 ] {} <Debug> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 10803 | 2024.07.30 01:36:20.149592 [ 3 ] {eba2319f-7988-4f93-ac8d-43d5ee2422d2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00447 sec., 14317.673378076062 rows/sec., 1.12 MiB/sec. | ||
| 10804 | 2024.07.30 01:36:20.149648 [ 108 ] {} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10805 | 2024.07.30 01:36:20.149756 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10806 | 2024.07.30 01:36:20.149754 [ 197 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 10807 | 2024.07.30 01:36:20.150215 [ 189 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::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 | ||
| 10808 | 2024.07.30 01:36:20.150240 [ 3 ] {eba2319f-7988-4f93-ac8d-43d5ee2422d2} <Debug> DynamicQueryHandler: Done processing query | ||
| 10809 | 2024.07.30 01:36:20.150380 [ 3 ] {eba2319f-7988-4f93-ac8d-43d5ee2422d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 10810 | 2024.07.30 01:36:20.150508 [ 3 ] {} <Debug> HTTP-Session: d273dcc3-a34f-4f37-8ebc-4500d9c44f4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10811 | 2024.07.30 01:36:20.150986 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10812 | 2024.07.30 01:36:20.151139 [ 189 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10813 | 2024.07.30 01:36:20.151212 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10814 | 2024.07.30 01:36:20.151306 [ 189 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 471 rows starting from the beginning of the part | ||
| 10815 | 2024.07.30 01:36:20.151431 [ 3 ] {} <Debug> HTTP-Session: 539795f9-6731-4416-ad1d-6c3bbb40cd06 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10816 | 2024.07.30 01:36:20.151588 [ 3 ] {} <Debug> HTTP-Session: 539795f9-6731-4416-ad1d-6c3bbb40cd06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10817 | 2024.07.30 01:36:20.151753 [ 3 ] {} <Debug> HTTP-Session: 539795f9-6731-4416-ad1d-6c3bbb40cd06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10818 | 2024.07.30 01:36:20.151999 [ 3 ] {} <Trace> HTTP-Session: 539795f9-6731-4416-ad1d-6c3bbb40cd06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10819 | 2024.07.30 01:36:20.152016 [ 189 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 92 rows starting from the beginning of the part | ||
| 10820 | 2024.07.30 01:36:20.152708 [ 189 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 413 rows starting from the beginning of the part | ||
| 10821 | 2024.07.30 01:36:20.152790 [ 3 ] {8cd7938d-ef2b-4aa7-83fa-d1c6afad31ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10822 | 2024.07.30 01:36:20.153071 [ 197 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_66_13} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10823 | 2024.07.30 01:36:20.153150 [ 3 ] {8cd7938d-ef2b-4aa7-83fa-d1c6afad31ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10824 | 2024.07.30 01:36:20.153461 [ 189 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 66 rows starting from the beginning of the part | ||
| 10825 | 2024.07.30 01:36:20.153813 [ 197 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_66_13} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 10826 | 2024.07.30 01:36:20.154218 [ 189 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 413 rows starting from the beginning of the part | ||
| 10827 | 2024.07.30 01:36:20.154324 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 10828 | 2024.07.30 01:36:20.154680 [ 189 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 64 rows starting from the beginning of the part | ||
| 10829 | 2024.07.30 01:36:20.155192 [ 3 ] {8cd7938d-ef2b-4aa7-83fa-d1c6afad31ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10830 | 2024.07.30 01:36:20.156220 [ 3 ] {8cd7938d-ef2b-4aa7-83fa-d1c6afad31ae} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10831 | 2024.07.30 01:36:20.156284 [ 3 ] {8cd7938d-ef2b-4aa7-83fa-d1c6afad31ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10832 | 2024.07.30 01:36:20.157101 [ 3 ] {8cd7938d-ef2b-4aa7-83fa-d1c6afad31ae} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 10833 | 2024.07.30 01:36:20.157298 [ 188 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1519 rows, containing 4 columns (4 merged, 0 gathered) in 0.007391505 sec., 205506.18581736737 rows/sec., 14.83 MiB/sec. | ||
| 10834 | 2024.07.30 01:36:20.157608 [ 188 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 10835 | 2024.07.30 01:36:20.157795 [ 3 ] {8cd7938d-ef2b-4aa7-83fa-d1c6afad31ae} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10836 | 2024.07.30 01:36:20.158142 [ 108 ] {} <Debug> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 10837 | 2024.07.30 01:36:20.158251 [ 108 ] {} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10838 | 2024.07.30 01:36:20.158303 [ 3 ] {8cd7938d-ef2b-4aa7-83fa-d1c6afad31ae} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005849 sec., 27355.103436484867 rows/sec., 1.91 MiB/sec. | ||
| 10839 | 2024.07.30 01:36:20.158330 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10840 | 2024.07.30 01:36:20.158845 [ 201 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 10841 | 2024.07.30 01:36:20.159049 [ 195 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_66_13} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10842 | 2024.07.30 01:36:20.159236 [ 3 ] {8cd7938d-ef2b-4aa7-83fa-d1c6afad31ae} <Debug> DynamicQueryHandler: Done processing query | ||
| 10843 | 2024.07.30 01:36:20.159347 [ 3 ] {8cd7938d-ef2b-4aa7-83fa-d1c6afad31ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 10844 | 2024.07.30 01:36:20.159484 [ 3 ] {} <Debug> HTTP-Session: 539795f9-6731-4416-ad1d-6c3bbb40cd06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10845 | 2024.07.30 01:36:20.159592 [ 195 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_66_13} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 10846 | 2024.07.30 01:36:20.159925 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 10847 | 2024.07.30 01:36:20.159956 [ 201 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10848 | 2024.07.30 01:36:20.160134 [ 201 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_61_12, total 9820 rows starting from the beginning of the part | ||
| 10849 | 2024.07.30 01:36:20.160211 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10850 | 2024.07.30 01:36:20.160415 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10851 | 2024.07.30 01:36:20.160543 [ 3 ] {} <Debug> HTTP-Session: 1e8cd4e6-faaa-4f4b-b314-19ed92fbbec6 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10852 | 2024.07.30 01:36:20.160645 [ 3 ] {} <Debug> HTTP-Session: 1e8cd4e6-faaa-4f4b-b314-19ed92fbbec6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10853 | 2024.07.30 01:36:20.160665 [ 201 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 198 rows starting from the beginning of the part | ||
| 10854 | 2024.07.30 01:36:20.160704 [ 3 ] {} <Debug> HTTP-Session: 1e8cd4e6-faaa-4f4b-b314-19ed92fbbec6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10855 | 2024.07.30 01:36:20.160879 [ 3 ] {} <Trace> HTTP-Session: 1e8cd4e6-faaa-4f4b-b314-19ed92fbbec6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10856 | 2024.07.30 01:36:20.160962 [ 201 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 10857 | 2024.07.30 01:36:20.161208 [ 201 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 161 rows starting from the beginning of the part | ||
| 10858 | 2024.07.30 01:36:20.161347 [ 3 ] {996f0ca3-a542-404a-a52d-e81329437d43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10859 | 2024.07.30 01:36:20.161481 [ 201 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 160 rows starting from the beginning of the part | ||
| 10860 | 2024.07.30 01:36:20.161529 [ 3 ] {996f0ca3-a542-404a-a52d-e81329437d43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10861 | 2024.07.30 01:36:20.161841 [ 201 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 10862 | 2024.07.30 01:36:20.162630 [ 3 ] {996f0ca3-a542-404a-a52d-e81329437d43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10863 | 2024.07.30 01:36:20.163214 [ 3 ] {996f0ca3-a542-404a-a52d-e81329437d43} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10864 | 2024.07.30 01:36:20.163252 [ 3 ] {996f0ca3-a542-404a-a52d-e81329437d43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10865 | 2024.07.30 01:36:20.163775 [ 3 ] {996f0ca3-a542-404a-a52d-e81329437d43} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 10866 | 2024.07.30 01:36:20.164660 [ 3 ] {996f0ca3-a542-404a-a52d-e81329437d43} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10867 | 2024.07.30 01:36:20.164980 [ 108 ] {} <Debug> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 10868 | 2024.07.30 01:36:20.165045 [ 3 ] {996f0ca3-a542-404a-a52d-e81329437d43} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003897 sec., 15396.458814472671 rows/sec., 1.04 MiB/sec. | ||
| 10869 | 2024.07.30 01:36:20.165054 [ 108 ] {} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10870 | 2024.07.30 01:36:20.165138 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10871 | 2024.07.30 01:36:20.165514 [ 188 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 10872 | 2024.07.30 01:36:20.165574 [ 3 ] {996f0ca3-a542-404a-a52d-e81329437d43} <Debug> DynamicQueryHandler: Done processing query | ||
| 10873 | 2024.07.30 01:36:20.165626 [ 3 ] {996f0ca3-a542-404a-a52d-e81329437d43} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10874 | 2024.07.30 01:36:20.165680 [ 3 ] {} <Debug> HTTP-Session: 1e8cd4e6-faaa-4f4b-b314-19ed92fbbec6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10875 | 2024.07.30 01:36:20.165781 [ 188 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10876 | 2024.07.30 01:36:20.165838 [ 188 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3514 rows starting from the beginning of the part | ||
| 10877 | 2024.07.30 01:36:20.166151 [ 188 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 10878 | 2024.07.30 01:36:20.166363 [ 188 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 10879 | 2024.07.30 01:36:20.166592 [ 188 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 10880 | 2024.07.30 01:36:20.166770 [ 188 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 10881 | 2024.07.30 01:36:20.166908 [ 188 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 10882 | 2024.07.30 01:36:20.167634 [ 195 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10659 rows, containing 5 columns (5 merged, 0 gathered) in 0.009147163 sec., 1165279.3330565991 rows/sec., 81.21 MiB/sec. | ||
| 10883 | 2024.07.30 01:36:20.167939 [ 196 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 10884 | 2024.07.30 01:36:20.168582 [ 196 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10885 | 2024.07.30 01:36:20.168690 [ 196 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 10886 | 2024.07.30 01:36:20.168793 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.31 MiB. | ||
| 10887 | 2024.07.30 01:36:20.169188 [ 190 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3814 rows, containing 4 columns (4 merged, 0 gathered) in 0.00392946 sec., 970616.8277575036 rows/sec., 65.41 MiB/sec. | ||
| 10888 | 2024.07.30 01:36:20.169473 [ 196 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 10889 | 2024.07.30 01:36:20.169842 [ 196 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_66_13} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10890 | 2024.07.30 01:36:20.169916 [ 196 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_66_13} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 10891 | 2024.07.30 01:36:20.169990 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 10892 | 2024.07.30 01:36:21.518851 [ 106 ] {} <Debug> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0 | ||
| 10893 | 2024.07.30 01:36:21.518943 [ 106 ] {} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10894 | 2024.07.30 01:36:21.518984 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10895 | 2024.07.30 01:36:21.519266 [ 190 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_15_3 to all_19_19_0 into Compact with storage Full | ||
| 10896 | 2024.07.30 01:36:21.519488 [ 190 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10897 | 2024.07.30 01:36:21.519527 [ 190 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 16 rows starting from the beginning of the part | ||
| 10898 | 2024.07.30 01:36:21.519614 [ 190 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 10899 | 2024.07.30 01:36:21.519836 [ 190 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 4 rows starting from the beginning of the part | ||
| 10900 | 2024.07.30 01:36:21.520065 [ 190 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part | ||
| 10901 | 2024.07.30 01:36:21.520253 [ 190 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part | ||
| 10902 | 2024.07.30 01:36:21.521302 [ 193 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.002218323 sec., 14425.311372599934 rows/sec., 1.15 MiB/sec. | ||
| 10903 | 2024.07.30 01:36:21.521503 [ 193 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) | ||
| 10904 | 2024.07.30 01:36:21.522002 [ 193 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_19_4} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10905 | 2024.07.30 01:36:21.522109 [ 193 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_19_4} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4 | ||
| 10906 | 2024.07.30 01:36:21.522220 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10907 | 2024.07.30 01:36:23.268731 [ 105 ] {} <Debug> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0 | ||
| 10908 | 2024.07.30 01:36:23.268808 [ 105 ] {} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10909 | 2024.07.30 01:36:23.268830 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10910 | 2024.07.30 01:36:23.269031 [ 190 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_15_3 to all_19_19_0 into Compact with storage Full | ||
| 10911 | 2024.07.30 01:36:23.269243 [ 190 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10912 | 2024.07.30 01:36:23.269304 [ 190 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 16 rows starting from the beginning of the part | ||
| 10913 | 2024.07.30 01:36:23.269382 [ 190 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 10914 | 2024.07.30 01:36:23.269587 [ 190 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 4 rows starting from the beginning of the part | ||
| 10915 | 2024.07.30 01:36:23.269799 [ 190 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part | ||
| 10916 | 2024.07.30 01:36:23.270031 [ 190 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part | ||
| 10917 | 2024.07.30 01:36:23.271185 [ 199 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.002277743 sec., 14048.994991972317 rows/sec., 980.96 KiB/sec. | ||
| 10918 | 2024.07.30 01:36:23.271399 [ 200 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) | ||
| 10919 | 2024.07.30 01:36:23.271859 [ 200 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_19_4} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10920 | 2024.07.30 01:36:23.271986 [ 200 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_19_4} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4 | ||
| 10921 | 2024.07.30 01:36:23.272098 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 10922 | 2024.07.30 01:36:25.148832 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 5193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10923 | 2024.07.30 01:36:25.148969 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10924 | 2024.07.30 01:36:25.148999 [ 3 ] {} <Debug> HTTP-Session: a546c088-4427-4cad-a031-9cfcbb1cab8f Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10925 | 2024.07.30 01:36:25.149030 [ 3 ] {} <Debug> HTTP-Session: a546c088-4427-4cad-a031-9cfcbb1cab8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10926 | 2024.07.30 01:36:25.149048 [ 3 ] {} <Debug> HTTP-Session: a546c088-4427-4cad-a031-9cfcbb1cab8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10927 | 2024.07.30 01:36:25.149107 [ 3 ] {} <Trace> HTTP-Session: a546c088-4427-4cad-a031-9cfcbb1cab8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10928 | 2024.07.30 01:36:25.149327 [ 3 ] {c0258372-abcd-4306-963a-286953d1e6f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 10929 | 2024.07.30 01:36:25.149404 [ 3 ] {c0258372-abcd-4306-963a-286953d1e6f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 10930 | 2024.07.30 01:36:25.149603 [ 3 ] {c0258372-abcd-4306-963a-286953d1e6f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10931 | 2024.07.30 01:36:25.150162 [ 3 ] {c0258372-abcd-4306-963a-286953d1e6f0} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10932 | 2024.07.30 01:36:25.150205 [ 3 ] {c0258372-abcd-4306-963a-286953d1e6f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10933 | 2024.07.30 01:36:25.150598 [ 3 ] {c0258372-abcd-4306-963a-286953d1e6f0} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10934 | 2024.07.30 01:36:25.150964 [ 3 ] {c0258372-abcd-4306-963a-286953d1e6f0} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10935 | 2024.07.30 01:36:25.151141 [ 3 ] {c0258372-abcd-4306-963a-286953d1e6f0} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001879 sec., 19691.32517296434 rows/sec., 1.48 MiB/sec. | ||
| 10936 | 2024.07.30 01:36:25.151526 [ 3 ] {c0258372-abcd-4306-963a-286953d1e6f0} <Debug> DynamicQueryHandler: Done processing query | ||
| 10937 | 2024.07.30 01:36:25.151581 [ 3 ] {c0258372-abcd-4306-963a-286953d1e6f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10938 | 2024.07.30 01:36:25.151600 [ 3 ] {} <Debug> HTTP-Session: a546c088-4427-4cad-a031-9cfcbb1cab8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10939 | 2024.07.30 01:36:25.151784 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 38407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10940 | 2024.07.30 01:36:25.151838 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10941 | 2024.07.30 01:36:25.151859 [ 3 ] {} <Debug> HTTP-Session: 64db2204-53bf-4abf-83d9-e505217f463f Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10942 | 2024.07.30 01:36:25.151877 [ 3 ] {} <Debug> HTTP-Session: 64db2204-53bf-4abf-83d9-e505217f463f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10943 | 2024.07.30 01:36:25.151893 [ 3 ] {} <Debug> HTTP-Session: 64db2204-53bf-4abf-83d9-e505217f463f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10944 | 2024.07.30 01:36:25.151926 [ 3 ] {} <Trace> HTTP-Session: 64db2204-53bf-4abf-83d9-e505217f463f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10945 | 2024.07.30 01:36:25.152109 [ 3 ] {9047ff09-e21e-43e3-97ad-0014f2dff055} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10946 | 2024.07.30 01:36:25.152157 [ 3 ] {9047ff09-e21e-43e3-97ad-0014f2dff055} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10947 | 2024.07.30 01:36:25.152313 [ 3 ] {9047ff09-e21e-43e3-97ad-0014f2dff055} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10948 | 2024.07.30 01:36:25.152855 [ 3 ] {9047ff09-e21e-43e3-97ad-0014f2dff055} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10949 | 2024.07.30 01:36:25.152893 [ 3 ] {9047ff09-e21e-43e3-97ad-0014f2dff055} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10950 | 2024.07.30 01:36:25.153235 [ 3 ] {9047ff09-e21e-43e3-97ad-0014f2dff055} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 10951 | 2024.07.30 01:36:25.153560 [ 3 ] {9047ff09-e21e-43e3-97ad-0014f2dff055} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10952 | 2024.07.30 01:36:25.153713 [ 3 ] {9047ff09-e21e-43e3-97ad-0014f2dff055} <Debug> executeQuery: Read 254 rows, 22.97 KiB in 0.00169 sec., 150295.85798816566 rows/sec., 13.27 MiB/sec. | ||
| 10953 | 2024.07.30 01:36:25.153910 [ 3 ] {9047ff09-e21e-43e3-97ad-0014f2dff055} <Debug> DynamicQueryHandler: Done processing query | ||
| 10954 | 2024.07.30 01:36:25.153947 [ 3 ] {9047ff09-e21e-43e3-97ad-0014f2dff055} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 10955 | 2024.07.30 01:36:25.153978 [ 3 ] {} <Debug> HTTP-Session: 64db2204-53bf-4abf-83d9-e505217f463f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10956 | 2024.07.30 01:36:25.154256 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 66831, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10957 | 2024.07.30 01:36:25.154306 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10958 | 2024.07.30 01:36:25.154325 [ 3 ] {} <Debug> HTTP-Session: f2e4bd0a-0f41-46a0-af53-96086116b88d Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10959 | 2024.07.30 01:36:25.154341 [ 3 ] {} <Debug> HTTP-Session: f2e4bd0a-0f41-46a0-af53-96086116b88d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10960 | 2024.07.30 01:36:25.154355 [ 3 ] {} <Debug> HTTP-Session: f2e4bd0a-0f41-46a0-af53-96086116b88d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10961 | 2024.07.30 01:36:25.154386 [ 3 ] {} <Trace> HTTP-Session: f2e4bd0a-0f41-46a0-af53-96086116b88d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10962 | 2024.07.30 01:36:25.154597 [ 3 ] {3d813a69-54b7-4a03-8975-a51220879987} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10963 | 2024.07.30 01:36:25.154640 [ 3 ] {3d813a69-54b7-4a03-8975-a51220879987} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10964 | 2024.07.30 01:36:25.154768 [ 3 ] {3d813a69-54b7-4a03-8975-a51220879987} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10965 | 2024.07.30 01:36:25.155335 [ 3 ] {3d813a69-54b7-4a03-8975-a51220879987} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10966 | 2024.07.30 01:36:25.155372 [ 3 ] {3d813a69-54b7-4a03-8975-a51220879987} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10967 | 2024.07.30 01:36:25.155698 [ 3 ] {3d813a69-54b7-4a03-8975-a51220879987} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 10968 | 2024.07.30 01:36:25.156023 [ 3 ] {3d813a69-54b7-4a03-8975-a51220879987} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10969 | 2024.07.30 01:36:25.156175 [ 3 ] {3d813a69-54b7-4a03-8975-a51220879987} <Debug> executeQuery: Read 413 rows, 29.96 KiB in 0.001677 sec., 246273.106738223 rows/sec., 17.44 MiB/sec. | ||
| 10970 | 2024.07.30 01:36:25.156344 [ 3 ] {3d813a69-54b7-4a03-8975-a51220879987} <Debug> DynamicQueryHandler: Done processing query | ||
| 10971 | 2024.07.30 01:36:25.156369 [ 3 ] {3d813a69-54b7-4a03-8975-a51220879987} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 10972 | 2024.07.30 01:36:25.156385 [ 3 ] {} <Debug> HTTP-Session: f2e4bd0a-0f41-46a0-af53-96086116b88d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10973 | 2024.07.30 01:36:25.156530 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10974 | 2024.07.30 01:36:25.156580 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10975 | 2024.07.30 01:36:25.156599 [ 3 ] {} <Debug> HTTP-Session: 6f77d64c-a120-4304-bf83-900b31744d40 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10976 | 2024.07.30 01:36:25.156615 [ 3 ] {} <Debug> HTTP-Session: 6f77d64c-a120-4304-bf83-900b31744d40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10977 | 2024.07.30 01:36:25.156629 [ 3 ] {} <Debug> HTTP-Session: 6f77d64c-a120-4304-bf83-900b31744d40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10978 | 2024.07.30 01:36:25.156660 [ 3 ] {} <Trace> HTTP-Session: 6f77d64c-a120-4304-bf83-900b31744d40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10979 | 2024.07.30 01:36:25.156754 [ 3 ] {06ed8a9f-f4e0-41a6-8a4f-37eaba0059ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 10980 | 2024.07.30 01:36:25.156800 [ 3 ] {06ed8a9f-f4e0-41a6-8a4f-37eaba0059ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10981 | 2024.07.30 01:36:25.156932 [ 3 ] {06ed8a9f-f4e0-41a6-8a4f-37eaba0059ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10982 | 2024.07.30 01:36:25.157202 [ 3 ] {06ed8a9f-f4e0-41a6-8a4f-37eaba0059ba} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10983 | 2024.07.30 01:36:25.157239 [ 3 ] {06ed8a9f-f4e0-41a6-8a4f-37eaba0059ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10984 | 2024.07.30 01:36:25.157607 [ 3 ] {06ed8a9f-f4e0-41a6-8a4f-37eaba0059ba} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10985 | 2024.07.30 01:36:25.157952 [ 3 ] {06ed8a9f-f4e0-41a6-8a4f-37eaba0059ba} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10986 | 2024.07.30 01:36:25.158074 [ 3 ] {06ed8a9f-f4e0-41a6-8a4f-37eaba0059ba} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001344 sec., 4464.285714285715 rows/sec., 191.82 KiB/sec. | ||
| 10987 | 2024.07.30 01:36:25.158232 [ 3 ] {06ed8a9f-f4e0-41a6-8a4f-37eaba0059ba} <Debug> DynamicQueryHandler: Done processing query | ||
| 10988 | 2024.07.30 01:36:25.158257 [ 3 ] {06ed8a9f-f4e0-41a6-8a4f-37eaba0059ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 10989 | 2024.07.30 01:36:25.158272 [ 3 ] {} <Debug> HTTP-Session: 6f77d64c-a120-4304-bf83-900b31744d40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10990 | 2024.07.30 01:36:25.158402 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10991 | 2024.07.30 01:36:25.158452 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10992 | 2024.07.30 01:36:25.158472 [ 3 ] {} <Debug> HTTP-Session: 625ab50d-b286-45de-a7f5-361b3fa7824b Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 10993 | 2024.07.30 01:36:25.158488 [ 3 ] {} <Debug> HTTP-Session: 625ab50d-b286-45de-a7f5-361b3fa7824b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10994 | 2024.07.30 01:36:25.158501 [ 3 ] {} <Debug> HTTP-Session: 625ab50d-b286-45de-a7f5-361b3fa7824b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10995 | 2024.07.30 01:36:25.158532 [ 3 ] {} <Trace> HTTP-Session: 625ab50d-b286-45de-a7f5-361b3fa7824b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10996 | 2024.07.30 01:36:25.158652 [ 3 ] {3d5de93e-7503-4e5b-9168-3638ef80f870} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 10997 | 2024.07.30 01:36:25.158699 [ 3 ] {3d5de93e-7503-4e5b-9168-3638ef80f870} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 10998 | 2024.07.30 01:36:25.158838 [ 3 ] {3d5de93e-7503-4e5b-9168-3638ef80f870} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10999 | 2024.07.30 01:36:25.159200 [ 3 ] {3d5de93e-7503-4e5b-9168-3638ef80f870} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11000 | 2024.07.30 01:36:25.159235 [ 3 ] {3d5de93e-7503-4e5b-9168-3638ef80f870} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11001 | 2024.07.30 01:36:25.159600 [ 3 ] {3d5de93e-7503-4e5b-9168-3638ef80f870} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 11002 | 2024.07.30 01:36:25.159956 [ 3 ] {3d5de93e-7503-4e5b-9168-3638ef80f870} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11003 | 2024.07.30 01:36:25.160084 [ 3 ] {3d5de93e-7503-4e5b-9168-3638ef80f870} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001477 sec., 52132.70142180095 rows/sec., 3.21 MiB/sec. | ||
| 11004 | 2024.07.30 01:36:25.160250 [ 3 ] {3d5de93e-7503-4e5b-9168-3638ef80f870} <Debug> DynamicQueryHandler: Done processing query | ||
| 11005 | 2024.07.30 01:36:25.160275 [ 3 ] {3d5de93e-7503-4e5b-9168-3638ef80f870} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11006 | 2024.07.30 01:36:25.160290 [ 3 ] {} <Debug> HTTP-Session: 625ab50d-b286-45de-a7f5-361b3fa7824b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11007 | 2024.07.30 01:36:25.160430 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11008 | 2024.07.30 01:36:25.160479 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11009 | 2024.07.30 01:36:25.160498 [ 3 ] {} <Debug> HTTP-Session: 5972b3b3-93ed-492c-8222-c088ccb586f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11010 | 2024.07.30 01:36:25.160515 [ 3 ] {} <Debug> HTTP-Session: 5972b3b3-93ed-492c-8222-c088ccb586f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11011 | 2024.07.30 01:36:25.160529 [ 3 ] {} <Debug> HTTP-Session: 5972b3b3-93ed-492c-8222-c088ccb586f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11012 | 2024.07.30 01:36:25.160560 [ 3 ] {} <Trace> HTTP-Session: 5972b3b3-93ed-492c-8222-c088ccb586f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11013 | 2024.07.30 01:36:25.160705 [ 3 ] {901912e6-9626-4b67-b801-1a7f628148ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11014 | 2024.07.30 01:36:25.160750 [ 3 ] {901912e6-9626-4b67-b801-1a7f628148ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11015 | 2024.07.30 01:36:25.160889 [ 3 ] {901912e6-9626-4b67-b801-1a7f628148ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11016 | 2024.07.30 01:36:25.161372 [ 3 ] {901912e6-9626-4b67-b801-1a7f628148ac} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11017 | 2024.07.30 01:36:25.161406 [ 3 ] {901912e6-9626-4b67-b801-1a7f628148ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11018 | 2024.07.30 01:36:25.161777 [ 3 ] {901912e6-9626-4b67-b801-1a7f628148ac} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 11019 | 2024.07.30 01:36:25.162123 [ 3 ] {901912e6-9626-4b67-b801-1a7f628148ac} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11020 | 2024.07.30 01:36:25.162247 [ 3 ] {901912e6-9626-4b67-b801-1a7f628148ac} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001606 sec., 99626.40099626401 rows/sec., 6.94 MiB/sec. | ||
| 11021 | 2024.07.30 01:36:25.162504 [ 3 ] {901912e6-9626-4b67-b801-1a7f628148ac} <Debug> DynamicQueryHandler: Done processing query | ||
| 11022 | 2024.07.30 01:36:25.162566 [ 3 ] {901912e6-9626-4b67-b801-1a7f628148ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 11023 | 2024.07.30 01:36:25.162628 [ 3 ] {} <Debug> HTTP-Session: 5972b3b3-93ed-492c-8222-c088ccb586f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11024 | 2024.07.30 01:36:25.162838 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 50171, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11025 | 2024.07.30 01:36:25.162892 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11026 | 2024.07.30 01:36:25.162912 [ 3 ] {} <Debug> HTTP-Session: 56362704-b32c-4997-9749-43f2ee3831da Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11027 | 2024.07.30 01:36:25.162930 [ 3 ] {} <Debug> HTTP-Session: 56362704-b32c-4997-9749-43f2ee3831da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11028 | 2024.07.30 01:36:25.162944 [ 3 ] {} <Debug> HTTP-Session: 56362704-b32c-4997-9749-43f2ee3831da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11029 | 2024.07.30 01:36:25.162976 [ 3 ] {} <Trace> HTTP-Session: 56362704-b32c-4997-9749-43f2ee3831da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11030 | 2024.07.30 01:36:25.163313 [ 3 ] {f0dbcb49-8408-4c65-95b7-87a63c9d58cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 11031 | 2024.07.30 01:36:25.163385 [ 3 ] {f0dbcb49-8408-4c65-95b7-87a63c9d58cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 11032 | 2024.07.30 01:36:25.163810 [ 3 ] {f0dbcb49-8408-4c65-95b7-87a63c9d58cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11033 | 2024.07.30 01:36:25.164585 [ 3 ] {f0dbcb49-8408-4c65-95b7-87a63c9d58cb} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11034 | 2024.07.30 01:36:25.164619 [ 3 ] {f0dbcb49-8408-4c65-95b7-87a63c9d58cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11035 | 2024.07.30 01:36:25.165257 [ 3 ] {f0dbcb49-8408-4c65-95b7-87a63c9d58cb} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 11036 | 2024.07.30 01:36:25.165671 [ 3 ] {f0dbcb49-8408-4c65-95b7-87a63c9d58cb} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11037 | 2024.07.30 01:36:25.165816 [ 3 ] {f0dbcb49-8408-4c65-95b7-87a63c9d58cb} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002749 sec., 11276.827937431794 rows/sec., 20.21 MiB/sec. | ||
| 11038 | 2024.07.30 01:36:25.166041 [ 3 ] {f0dbcb49-8408-4c65-95b7-87a63c9d58cb} <Debug> DynamicQueryHandler: Done processing query | ||
| 11039 | 2024.07.30 01:36:25.166066 [ 3 ] {f0dbcb49-8408-4c65-95b7-87a63c9d58cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 11040 | 2024.07.30 01:36:25.166081 [ 3 ] {} <Debug> HTTP-Session: 56362704-b32c-4997-9749-43f2ee3831da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11041 | 2024.07.30 01:36:25.166189 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11042 | 2024.07.30 01:36:25.166238 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11043 | 2024.07.30 01:36:25.166258 [ 3 ] {} <Debug> HTTP-Session: 4a04c7ec-aeff-4c0e-a700-50a8634f1aa9 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11044 | 2024.07.30 01:36:25.166275 [ 3 ] {} <Debug> HTTP-Session: 4a04c7ec-aeff-4c0e-a700-50a8634f1aa9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11045 | 2024.07.30 01:36:25.166288 [ 3 ] {} <Debug> HTTP-Session: 4a04c7ec-aeff-4c0e-a700-50a8634f1aa9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11046 | 2024.07.30 01:36:25.166319 [ 3 ] {} <Trace> HTTP-Session: 4a04c7ec-aeff-4c0e-a700-50a8634f1aa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11047 | 2024.07.30 01:36:25.166421 [ 3 ] {fedd4077-42b6-486d-8f7b-80d17be5edb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 11048 | 2024.07.30 01:36:25.166470 [ 3 ] {fedd4077-42b6-486d-8f7b-80d17be5edb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 11049 | 2024.07.30 01:36:25.166614 [ 3 ] {fedd4077-42b6-486d-8f7b-80d17be5edb0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11050 | 2024.07.30 01:36:25.166912 [ 3 ] {fedd4077-42b6-486d-8f7b-80d17be5edb0} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11051 | 2024.07.30 01:36:25.166947 [ 3 ] {fedd4077-42b6-486d-8f7b-80d17be5edb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11052 | 2024.07.30 01:36:25.167301 [ 3 ] {fedd4077-42b6-486d-8f7b-80d17be5edb0} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 11053 | 2024.07.30 01:36:25.167634 [ 3 ] {fedd4077-42b6-486d-8f7b-80d17be5edb0} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11054 | 2024.07.30 01:36:25.167759 [ 3 ] {fedd4077-42b6-486d-8f7b-80d17be5edb0} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001367 sec., 16825.164594001464 rows/sec., 910.12 KiB/sec. | ||
| 11055 | 2024.07.30 01:36:25.167969 [ 3 ] {fedd4077-42b6-486d-8f7b-80d17be5edb0} <Debug> DynamicQueryHandler: Done processing query | ||
| 11056 | 2024.07.30 01:36:25.167994 [ 3 ] {fedd4077-42b6-486d-8f7b-80d17be5edb0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 11057 | 2024.07.30 01:36:25.168010 [ 3 ] {} <Debug> HTTP-Session: 4a04c7ec-aeff-4c0e-a700-50a8634f1aa9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11058 | 2024.07.30 01:36:25.168133 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11059 | 2024.07.30 01:36:25.168181 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11060 | 2024.07.30 01:36:25.168200 [ 3 ] {} <Debug> HTTP-Session: 5abc5f71-af3a-479d-9055-72b734199bd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11061 | 2024.07.30 01:36:25.168217 [ 3 ] {} <Debug> HTTP-Session: 5abc5f71-af3a-479d-9055-72b734199bd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11062 | 2024.07.30 01:36:25.168230 [ 3 ] {} <Debug> HTTP-Session: 5abc5f71-af3a-479d-9055-72b734199bd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11063 | 2024.07.30 01:36:25.168261 [ 3 ] {} <Trace> HTTP-Session: 5abc5f71-af3a-479d-9055-72b734199bd2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11064 | 2024.07.30 01:36:25.168377 [ 3 ] {d0484359-e70d-4e20-90a2-310cff5a67b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11065 | 2024.07.30 01:36:25.168423 [ 3 ] {d0484359-e70d-4e20-90a2-310cff5a67b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11066 | 2024.07.30 01:36:25.168549 [ 3 ] {d0484359-e70d-4e20-90a2-310cff5a67b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11067 | 2024.07.30 01:36:25.168842 [ 3 ] {d0484359-e70d-4e20-90a2-310cff5a67b1} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11068 | 2024.07.30 01:36:25.168877 [ 3 ] {d0484359-e70d-4e20-90a2-310cff5a67b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11069 | 2024.07.30 01:36:25.169251 [ 3 ] {d0484359-e70d-4e20-90a2-310cff5a67b1} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 11070 | 2024.07.30 01:36:25.169607 [ 3 ] {d0484359-e70d-4e20-90a2-310cff5a67b1} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11071 | 2024.07.30 01:36:25.169730 [ 3 ] {d0484359-e70d-4e20-90a2-310cff5a67b1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001394 sec., 43041.6068866571 rows/sec., 2.90 MiB/sec. | ||
| 11072 | 2024.07.30 01:36:25.169888 [ 3 ] {d0484359-e70d-4e20-90a2-310cff5a67b1} <Debug> DynamicQueryHandler: Done processing query | ||
| 11073 | 2024.07.30 01:36:25.169914 [ 3 ] {d0484359-e70d-4e20-90a2-310cff5a67b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11074 | 2024.07.30 01:36:25.169929 [ 3 ] {} <Debug> HTTP-Session: 5abc5f71-af3a-479d-9055-72b734199bd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11075 | 2024.07.30 01:36:27.808449 [ 102 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11076 | 2024.07.30 01:36:27.808531 [ 102 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11077 | 2024.07.30 01:36:30.143840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 12825, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11078 | 2024.07.30 01:36:30.143977 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11079 | 2024.07.30 01:36:30.144010 [ 3 ] {} <Debug> HTTP-Session: 0f2f8e5f-1e9b-4f25-9fe1-89b1dedda740 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11080 | 2024.07.30 01:36:30.144042 [ 3 ] {} <Debug> HTTP-Session: 0f2f8e5f-1e9b-4f25-9fe1-89b1dedda740 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11081 | 2024.07.30 01:36:30.144062 [ 3 ] {} <Debug> HTTP-Session: 0f2f8e5f-1e9b-4f25-9fe1-89b1dedda740 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11082 | 2024.07.30 01:36:30.144129 [ 3 ] {} <Trace> HTTP-Session: 0f2f8e5f-1e9b-4f25-9fe1-89b1dedda740 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11083 | 2024.07.30 01:36:30.144405 [ 3 ] {53b25447-1513-4c7b-8011-21ff5e85b3a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11084 | 2024.07.30 01:36:30.144496 [ 3 ] {53b25447-1513-4c7b-8011-21ff5e85b3a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11085 | 2024.07.30 01:36:30.144706 [ 3 ] {53b25447-1513-4c7b-8011-21ff5e85b3a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11086 | 2024.07.30 01:36:30.145210 [ 3 ] {53b25447-1513-4c7b-8011-21ff5e85b3a0} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11087 | 2024.07.30 01:36:30.145257 [ 3 ] {53b25447-1513-4c7b-8011-21ff5e85b3a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11088 | 2024.07.30 01:36:30.145650 [ 3 ] {53b25447-1513-4c7b-8011-21ff5e85b3a0} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 11089 | 2024.07.30 01:36:30.145997 [ 3 ] {53b25447-1513-4c7b-8011-21ff5e85b3a0} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11090 | 2024.07.30 01:36:30.146172 [ 3 ] {53b25447-1513-4c7b-8011-21ff5e85b3a0} <Debug> executeQuery: Read 92 rows, 7.22 KiB in 0.001865 sec., 49329.75871313673 rows/sec., 3.78 MiB/sec. | ||
| 11091 | 2024.07.30 01:36:30.146400 [ 3 ] {53b25447-1513-4c7b-8011-21ff5e85b3a0} <Debug> DynamicQueryHandler: Done processing query | ||
| 11092 | 2024.07.30 01:36:30.146427 [ 3 ] {53b25447-1513-4c7b-8011-21ff5e85b3a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 11093 | 2024.07.30 01:36:30.146443 [ 3 ] {} <Debug> HTTP-Session: 0f2f8e5f-1e9b-4f25-9fe1-89b1dedda740 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11094 | 2024.07.30 01:36:30.146611 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14934, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11095 | 2024.07.30 01:36:30.146664 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11096 | 2024.07.30 01:36:30.146684 [ 3 ] {} <Debug> HTTP-Session: 9bdd83ab-0019-4f7e-80c6-bbafa21ffb8c Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11097 | 2024.07.30 01:36:30.146700 [ 3 ] {} <Debug> HTTP-Session: 9bdd83ab-0019-4f7e-80c6-bbafa21ffb8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11098 | 2024.07.30 01:36:30.146714 [ 3 ] {} <Debug> HTTP-Session: 9bdd83ab-0019-4f7e-80c6-bbafa21ffb8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11099 | 2024.07.30 01:36:30.146746 [ 3 ] {} <Trace> HTTP-Session: 9bdd83ab-0019-4f7e-80c6-bbafa21ffb8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11100 | 2024.07.30 01:36:30.146888 [ 3 ] {eccffa52-8657-4dfd-8fc3-7558ff4a2877} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11101 | 2024.07.30 01:36:30.146935 [ 3 ] {eccffa52-8657-4dfd-8fc3-7558ff4a2877} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11102 | 2024.07.30 01:36:30.147071 [ 3 ] {eccffa52-8657-4dfd-8fc3-7558ff4a2877} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11103 | 2024.07.30 01:36:30.147499 [ 3 ] {eccffa52-8657-4dfd-8fc3-7558ff4a2877} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11104 | 2024.07.30 01:36:30.147538 [ 3 ] {eccffa52-8657-4dfd-8fc3-7558ff4a2877} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11105 | 2024.07.30 01:36:30.147868 [ 3 ] {eccffa52-8657-4dfd-8fc3-7558ff4a2877} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 11106 | 2024.07.30 01:36:30.148186 [ 3 ] {eccffa52-8657-4dfd-8fc3-7558ff4a2877} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11107 | 2024.07.30 01:36:30.148343 [ 3 ] {eccffa52-8657-4dfd-8fc3-7558ff4a2877} <Debug> executeQuery: Read 88 rows, 7.01 KiB in 0.001504 sec., 58510.63829787234 rows/sec., 4.55 MiB/sec. | ||
| 11108 | 2024.07.30 01:36:30.148516 [ 3 ] {eccffa52-8657-4dfd-8fc3-7558ff4a2877} <Debug> DynamicQueryHandler: Done processing query | ||
| 11109 | 2024.07.30 01:36:30.148541 [ 3 ] {eccffa52-8657-4dfd-8fc3-7558ff4a2877} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 11110 | 2024.07.30 01:36:30.148558 [ 3 ] {} <Debug> HTTP-Session: 9bdd83ab-0019-4f7e-80c6-bbafa21ffb8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11111 | 2024.07.30 01:36:30.148745 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 37631, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11112 | 2024.07.30 01:36:30.148795 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11113 | 2024.07.30 01:36:30.148815 [ 3 ] {} <Debug> HTTP-Session: 8a5c791e-2ad3-4c1a-b69b-8bf117366304 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11114 | 2024.07.30 01:36:30.148831 [ 3 ] {} <Debug> HTTP-Session: 8a5c791e-2ad3-4c1a-b69b-8bf117366304 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11115 | 2024.07.30 01:36:30.148844 [ 3 ] {} <Debug> HTTP-Session: 8a5c791e-2ad3-4c1a-b69b-8bf117366304 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11116 | 2024.07.30 01:36:30.148876 [ 3 ] {} <Trace> HTTP-Session: 8a5c791e-2ad3-4c1a-b69b-8bf117366304 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11117 | 2024.07.30 01:36:30.149055 [ 3 ] {45a48109-8afb-4152-bf5e-611d037e39bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11118 | 2024.07.30 01:36:30.149101 [ 3 ] {45a48109-8afb-4152-bf5e-611d037e39bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11119 | 2024.07.30 01:36:30.149247 [ 3 ] {45a48109-8afb-4152-bf5e-611d037e39bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11120 | 2024.07.30 01:36:30.149657 [ 3 ] {45a48109-8afb-4152-bf5e-611d037e39bd} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11121 | 2024.07.30 01:36:30.149693 [ 3 ] {45a48109-8afb-4152-bf5e-611d037e39bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11122 | 2024.07.30 01:36:30.150104 [ 3 ] {45a48109-8afb-4152-bf5e-611d037e39bd} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 11123 | 2024.07.30 01:36:30.150495 [ 3 ] {45a48109-8afb-4152-bf5e-611d037e39bd} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11124 | 2024.07.30 01:36:30.150668 [ 3 ] {45a48109-8afb-4152-bf5e-611d037e39bd} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001688 sec., 116113.74407582938 rows/sec., 8.11 MiB/sec. | ||
| 11125 | 2024.07.30 01:36:30.150846 [ 3 ] {45a48109-8afb-4152-bf5e-611d037e39bd} <Debug> DynamicQueryHandler: Done processing query | ||
| 11126 | 2024.07.30 01:36:30.150871 [ 3 ] {45a48109-8afb-4152-bf5e-611d037e39bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 11127 | 2024.07.30 01:36:30.150888 [ 3 ] {} <Debug> HTTP-Session: 8a5c791e-2ad3-4c1a-b69b-8bf117366304 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11128 | 2024.07.30 01:36:30.151026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11129 | 2024.07.30 01:36:30.151076 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11130 | 2024.07.30 01:36:30.151095 [ 3 ] {} <Debug> HTTP-Session: aa919771-e40b-492a-a0d2-323cd46d650f Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11131 | 2024.07.30 01:36:30.151111 [ 3 ] {} <Debug> HTTP-Session: aa919771-e40b-492a-a0d2-323cd46d650f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11132 | 2024.07.30 01:36:30.151125 [ 3 ] {} <Debug> HTTP-Session: aa919771-e40b-492a-a0d2-323cd46d650f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11133 | 2024.07.30 01:36:30.151155 [ 3 ] {} <Trace> HTTP-Session: aa919771-e40b-492a-a0d2-323cd46d650f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11134 | 2024.07.30 01:36:30.151281 [ 3 ] {d22b6571-8c6c-437c-b251-6a9bea816caa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11135 | 2024.07.30 01:36:30.151326 [ 3 ] {d22b6571-8c6c-437c-b251-6a9bea816caa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11136 | 2024.07.30 01:36:30.151450 [ 3 ] {d22b6571-8c6c-437c-b251-6a9bea816caa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11137 | 2024.07.30 01:36:30.151780 [ 3 ] {d22b6571-8c6c-437c-b251-6a9bea816caa} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11138 | 2024.07.30 01:36:30.151815 [ 3 ] {d22b6571-8c6c-437c-b251-6a9bea816caa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11139 | 2024.07.30 01:36:30.152175 [ 3 ] {d22b6571-8c6c-437c-b251-6a9bea816caa} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 11140 | 2024.07.30 01:36:30.152506 [ 3 ] {d22b6571-8c6c-437c-b251-6a9bea816caa} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11141 | 2024.07.30 01:36:30.152653 [ 3 ] {d22b6571-8c6c-437c-b251-6a9bea816caa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001416 sec., 42372.88135593221 rows/sec., 2.86 MiB/sec. | ||
| 11142 | 2024.07.30 01:36:30.152818 [ 3 ] {d22b6571-8c6c-437c-b251-6a9bea816caa} <Debug> DynamicQueryHandler: Done processing query | ||
| 11143 | 2024.07.30 01:36:30.152843 [ 3 ] {d22b6571-8c6c-437c-b251-6a9bea816caa} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11144 | 2024.07.30 01:36:30.152859 [ 3 ] {} <Debug> HTTP-Session: aa919771-e40b-492a-a0d2-323cd46d650f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11145 | 2024.07.30 01:36:35.149296 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 5193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11146 | 2024.07.30 01:36:35.149425 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11147 | 2024.07.30 01:36:35.149451 [ 3 ] {} <Debug> HTTP-Session: badbf7f7-98d7-40c0-9d80-8ec85870ffdb Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11148 | 2024.07.30 01:36:35.149475 [ 3 ] {} <Debug> HTTP-Session: badbf7f7-98d7-40c0-9d80-8ec85870ffdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11149 | 2024.07.30 01:36:35.149490 [ 3 ] {} <Debug> HTTP-Session: badbf7f7-98d7-40c0-9d80-8ec85870ffdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11150 | 2024.07.30 01:36:35.149540 [ 3 ] {} <Trace> HTTP-Session: badbf7f7-98d7-40c0-9d80-8ec85870ffdb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11151 | 2024.07.30 01:36:35.149742 [ 3 ] {5ab1d2e3-024c-4a32-bb09-51986d75f69f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 11152 | 2024.07.30 01:36:35.149810 [ 3 ] {5ab1d2e3-024c-4a32-bb09-51986d75f69f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 11153 | 2024.07.30 01:36:35.150007 [ 3 ] {5ab1d2e3-024c-4a32-bb09-51986d75f69f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11154 | 2024.07.30 01:36:35.150506 [ 3 ] {5ab1d2e3-024c-4a32-bb09-51986d75f69f} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11155 | 2024.07.30 01:36:35.150548 [ 3 ] {5ab1d2e3-024c-4a32-bb09-51986d75f69f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11156 | 2024.07.30 01:36:35.150917 [ 3 ] {5ab1d2e3-024c-4a32-bb09-51986d75f69f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 11157 | 2024.07.30 01:36:35.151256 [ 3 ] {5ab1d2e3-024c-4a32-bb09-51986d75f69f} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11158 | 2024.07.30 01:36:35.151414 [ 3 ] {5ab1d2e3-024c-4a32-bb09-51986d75f69f} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001735 sec., 21325.64841498559 rows/sec., 1.61 MiB/sec. | ||
| 11159 | 2024.07.30 01:36:35.151469 [ 97 ] {} <Debug> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1) (MergerMutator): Selected 5 parts from all_1_30_7 to all_34_34_0 | ||
| 11160 | 2024.07.30 01:36:35.151599 [ 97 ] {} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11161 | 2024.07.30 01:36:35.151652 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11162 | 2024.07.30 01:36:35.151703 [ 3 ] {5ab1d2e3-024c-4a32-bb09-51986d75f69f} <Debug> DynamicQueryHandler: Done processing query | ||
| 11163 | 2024.07.30 01:36:35.151769 [ 3 ] {5ab1d2e3-024c-4a32-bb09-51986d75f69f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11164 | 2024.07.30 01:36:35.151832 [ 3 ] {} <Debug> HTTP-Session: badbf7f7-98d7-40c0-9d80-8ec85870ffdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11165 | 2024.07.30 01:36:35.152014 [ 190 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_34_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_30_7 to all_34_34_0 into Compact with storage Full | ||
| 11166 | 2024.07.30 01:36:35.152119 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 38407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11167 | 2024.07.30 01:36:35.152288 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11168 | 2024.07.30 01:36:35.152385 [ 3 ] {} <Debug> HTTP-Session: e7f4ea46-151f-4b49-8220-7b3ce50d99c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11169 | 2024.07.30 01:36:35.152451 [ 3 ] {} <Debug> HTTP-Session: e7f4ea46-151f-4b49-8220-7b3ce50d99c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11170 | 2024.07.30 01:36:35.152521 [ 3 ] {} <Debug> HTTP-Session: e7f4ea46-151f-4b49-8220-7b3ce50d99c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11171 | 2024.07.30 01:36:35.152708 [ 3 ] {} <Trace> HTTP-Session: e7f4ea46-151f-4b49-8220-7b3ce50d99c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11172 | 2024.07.30 01:36:35.152836 [ 190 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_34_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11173 | 2024.07.30 01:36:35.153012 [ 190 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_7, total 37 rows starting from the beginning of the part | ||
| 11174 | 2024.07.30 01:36:35.153196 [ 3 ] {f4ed91c6-9f55-4641-82a3-047be57d71d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11175 | 2024.07.30 01:36:35.153277 [ 190 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 37 rows starting from the beginning of the part | ||
| 11176 | 2024.07.30 01:36:35.153315 [ 3 ] {f4ed91c6-9f55-4641-82a3-047be57d71d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11177 | 2024.07.30 01:36:35.153630 [ 190 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 37 rows starting from the beginning of the part | ||
| 11178 | 2024.07.30 01:36:35.153921 [ 190 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 37 rows starting from the beginning of the part | ||
| 11179 | 2024.07.30 01:36:35.154330 [ 190 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 37 rows starting from the beginning of the part | ||
| 11180 | 2024.07.30 01:36:35.154459 [ 3 ] {f4ed91c6-9f55-4641-82a3-047be57d71d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11181 | 2024.07.30 01:36:35.155653 [ 3 ] {f4ed91c6-9f55-4641-82a3-047be57d71d2} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11182 | 2024.07.30 01:36:35.155736 [ 3 ] {f4ed91c6-9f55-4641-82a3-047be57d71d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11183 | 2024.07.30 01:36:35.156588 [ 3 ] {f4ed91c6-9f55-4641-82a3-047be57d71d2} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 11184 | 2024.07.30 01:36:35.156586 [ 200 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_34_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 4 columns (4 merged, 0 gathered) in 0.004808149 sec., 38476.34505503053 rows/sec., 2.90 MiB/sec. | ||
| 11185 | 2024.07.30 01:36:35.156889 [ 200 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_34_8} <Trace> MergedBlockOutputStream: filled checksums all_1_34_8 (state Temporary) | ||
| 11186 | 2024.07.30 01:36:35.157327 [ 3 ] {f4ed91c6-9f55-4641-82a3-047be57d71d2} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11187 | 2024.07.30 01:36:35.157744 [ 3 ] {f4ed91c6-9f55-4641-82a3-047be57d71d2} <Debug> executeQuery: Read 254 rows, 22.97 KiB in 0.004743 sec., 53552.60383723382 rows/sec., 4.73 MiB/sec. | ||
| 11188 | 2024.07.30 01:36:35.158016 [ 200 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_34_8} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_merge_all_1_34_8 to all_1_34_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11189 | 2024.07.30 01:36:35.158273 [ 3 ] {f4ed91c6-9f55-4641-82a3-047be57d71d2} <Debug> DynamicQueryHandler: Done processing query | ||
| 11190 | 2024.07.30 01:36:35.158311 [ 200 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_34_8} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1) (MergerMutator): Merged 5 parts: [all_1_30_7, all_34_34_0] -> all_1_34_8 | ||
| 11191 | 2024.07.30 01:36:35.158370 [ 3 ] {f4ed91c6-9f55-4641-82a3-047be57d71d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 11192 | 2024.07.30 01:36:35.158490 [ 3 ] {} <Debug> HTTP-Session: e7f4ea46-151f-4b49-8220-7b3ce50d99c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11193 | 2024.07.30 01:36:35.158644 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 11194 | 2024.07.30 01:36:35.158933 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 66831, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11195 | 2024.07.30 01:36:35.158992 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11196 | 2024.07.30 01:36:35.159012 [ 3 ] {} <Debug> HTTP-Session: ae21a4ac-79fe-4e55-a9bb-652a0da1ba80 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11197 | 2024.07.30 01:36:35.159030 [ 3 ] {} <Debug> HTTP-Session: ae21a4ac-79fe-4e55-a9bb-652a0da1ba80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11198 | 2024.07.30 01:36:35.159044 [ 3 ] {} <Debug> HTTP-Session: ae21a4ac-79fe-4e55-a9bb-652a0da1ba80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11199 | 2024.07.30 01:36:35.159079 [ 3 ] {} <Trace> HTTP-Session: ae21a4ac-79fe-4e55-a9bb-652a0da1ba80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11200 | 2024.07.30 01:36:35.159326 [ 3 ] {7e3531ab-d80a-484f-91f8-8badbae5bc78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11201 | 2024.07.30 01:36:35.159371 [ 3 ] {7e3531ab-d80a-484f-91f8-8badbae5bc78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11202 | 2024.07.30 01:36:35.159526 [ 3 ] {7e3531ab-d80a-484f-91f8-8badbae5bc78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11203 | 2024.07.30 01:36:35.160076 [ 3 ] {7e3531ab-d80a-484f-91f8-8badbae5bc78} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11204 | 2024.07.30 01:36:35.160114 [ 3 ] {7e3531ab-d80a-484f-91f8-8badbae5bc78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11205 | 2024.07.30 01:36:35.160460 [ 3 ] {7e3531ab-d80a-484f-91f8-8badbae5bc78} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 11206 | 2024.07.30 01:36:35.160782 [ 3 ] {7e3531ab-d80a-484f-91f8-8badbae5bc78} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11207 | 2024.07.30 01:36:35.160914 [ 3 ] {7e3531ab-d80a-484f-91f8-8badbae5bc78} <Debug> executeQuery: Read 413 rows, 29.96 KiB in 0.001733 sec., 238315.06058857474 rows/sec., 16.88 MiB/sec. | ||
| 11208 | 2024.07.30 01:36:35.161105 [ 3 ] {7e3531ab-d80a-484f-91f8-8badbae5bc78} <Debug> DynamicQueryHandler: Done processing query | ||
| 11209 | 2024.07.30 01:36:35.161130 [ 3 ] {7e3531ab-d80a-484f-91f8-8badbae5bc78} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 11210 | 2024.07.30 01:36:35.161147 [ 3 ] {} <Debug> HTTP-Session: ae21a4ac-79fe-4e55-a9bb-652a0da1ba80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11211 | 2024.07.30 01:36:35.161296 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11212 | 2024.07.30 01:36:35.161346 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11213 | 2024.07.30 01:36:35.161365 [ 3 ] {} <Debug> HTTP-Session: 972e2afc-41a8-4f3d-a024-a63bb6ed6c11 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11214 | 2024.07.30 01:36:35.161382 [ 3 ] {} <Debug> HTTP-Session: 972e2afc-41a8-4f3d-a024-a63bb6ed6c11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11215 | 2024.07.30 01:36:35.161396 [ 3 ] {} <Debug> HTTP-Session: 972e2afc-41a8-4f3d-a024-a63bb6ed6c11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11216 | 2024.07.30 01:36:35.161427 [ 3 ] {} <Trace> HTTP-Session: 972e2afc-41a8-4f3d-a024-a63bb6ed6c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11217 | 2024.07.30 01:36:35.161522 [ 3 ] {9fa25eba-1ccd-4536-ba33-c2a05acb2b95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 11218 | 2024.07.30 01:36:35.161567 [ 3 ] {9fa25eba-1ccd-4536-ba33-c2a05acb2b95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11219 | 2024.07.30 01:36:35.161697 [ 3 ] {9fa25eba-1ccd-4536-ba33-c2a05acb2b95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11220 | 2024.07.30 01:36:35.161971 [ 3 ] {9fa25eba-1ccd-4536-ba33-c2a05acb2b95} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11221 | 2024.07.30 01:36:35.162008 [ 3 ] {9fa25eba-1ccd-4536-ba33-c2a05acb2b95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11222 | 2024.07.30 01:36:35.162374 [ 3 ] {9fa25eba-1ccd-4536-ba33-c2a05acb2b95} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 11223 | 2024.07.30 01:36:35.162716 [ 3 ] {9fa25eba-1ccd-4536-ba33-c2a05acb2b95} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11224 | 2024.07.30 01:36:35.162874 [ 3 ] {9fa25eba-1ccd-4536-ba33-c2a05acb2b95} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001367 sec., 4389.1733723482075 rows/sec., 188.60 KiB/sec. | ||
| 11225 | 2024.07.30 01:36:35.163037 [ 3 ] {9fa25eba-1ccd-4536-ba33-c2a05acb2b95} <Debug> DynamicQueryHandler: Done processing query | ||
| 11226 | 2024.07.30 01:36:35.163061 [ 3 ] {9fa25eba-1ccd-4536-ba33-c2a05acb2b95} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 11227 | 2024.07.30 01:36:35.163077 [ 3 ] {} <Debug> HTTP-Session: 972e2afc-41a8-4f3d-a024-a63bb6ed6c11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11228 | 2024.07.30 01:36:35.163211 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11229 | 2024.07.30 01:36:35.163260 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11230 | 2024.07.30 01:36:35.163279 [ 3 ] {} <Debug> HTTP-Session: 3b297987-5ae3-4689-865d-185bd4cf8678 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11231 | 2024.07.30 01:36:35.163295 [ 3 ] {} <Debug> HTTP-Session: 3b297987-5ae3-4689-865d-185bd4cf8678 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11232 | 2024.07.30 01:36:35.163309 [ 3 ] {} <Debug> HTTP-Session: 3b297987-5ae3-4689-865d-185bd4cf8678 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11233 | 2024.07.30 01:36:35.163340 [ 3 ] {} <Trace> HTTP-Session: 3b297987-5ae3-4689-865d-185bd4cf8678 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11234 | 2024.07.30 01:36:35.163456 [ 3 ] {7dd9010c-e545-4676-8f1a-3d37c4737bc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 11235 | 2024.07.30 01:36:35.163503 [ 3 ] {7dd9010c-e545-4676-8f1a-3d37c4737bc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 11236 | 2024.07.30 01:36:35.163645 [ 3 ] {7dd9010c-e545-4676-8f1a-3d37c4737bc6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11237 | 2024.07.30 01:36:35.163979 [ 3 ] {7dd9010c-e545-4676-8f1a-3d37c4737bc6} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11238 | 2024.07.30 01:36:35.164015 [ 3 ] {7dd9010c-e545-4676-8f1a-3d37c4737bc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11239 | 2024.07.30 01:36:35.164389 [ 3 ] {7dd9010c-e545-4676-8f1a-3d37c4737bc6} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 11240 | 2024.07.30 01:36:35.164737 [ 3 ] {7dd9010c-e545-4676-8f1a-3d37c4737bc6} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11241 | 2024.07.30 01:36:35.164911 [ 3 ] {7dd9010c-e545-4676-8f1a-3d37c4737bc6} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001485 sec., 51851.851851851854 rows/sec., 3.19 MiB/sec. | ||
| 11242 | 2024.07.30 01:36:35.165090 [ 3 ] {7dd9010c-e545-4676-8f1a-3d37c4737bc6} <Debug> DynamicQueryHandler: Done processing query | ||
| 11243 | 2024.07.30 01:36:35.165114 [ 3 ] {7dd9010c-e545-4676-8f1a-3d37c4737bc6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11244 | 2024.07.30 01:36:35.165130 [ 3 ] {} <Debug> HTTP-Session: 3b297987-5ae3-4689-865d-185bd4cf8678 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11245 | 2024.07.30 01:36:35.165286 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11246 | 2024.07.30 01:36:35.165337 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11247 | 2024.07.30 01:36:35.165356 [ 3 ] {} <Debug> HTTP-Session: 2f287664-3e06-49ee-adf6-e16efa2d170c Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11248 | 2024.07.30 01:36:35.165373 [ 3 ] {} <Debug> HTTP-Session: 2f287664-3e06-49ee-adf6-e16efa2d170c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11249 | 2024.07.30 01:36:35.165386 [ 3 ] {} <Debug> HTTP-Session: 2f287664-3e06-49ee-adf6-e16efa2d170c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11250 | 2024.07.30 01:36:35.165418 [ 3 ] {} <Trace> HTTP-Session: 2f287664-3e06-49ee-adf6-e16efa2d170c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11251 | 2024.07.30 01:36:35.165568 [ 3 ] {aa6bafea-6846-4699-8604-13406c03c485} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11252 | 2024.07.30 01:36:35.165613 [ 3 ] {aa6bafea-6846-4699-8604-13406c03c485} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11253 | 2024.07.30 01:36:35.165755 [ 3 ] {aa6bafea-6846-4699-8604-13406c03c485} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11254 | 2024.07.30 01:36:35.166148 [ 3 ] {aa6bafea-6846-4699-8604-13406c03c485} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11255 | 2024.07.30 01:36:35.166184 [ 3 ] {aa6bafea-6846-4699-8604-13406c03c485} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11256 | 2024.07.30 01:36:35.166556 [ 3 ] {aa6bafea-6846-4699-8604-13406c03c485} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 11257 | 2024.07.30 01:36:35.166900 [ 3 ] {aa6bafea-6846-4699-8604-13406c03c485} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11258 | 2024.07.30 01:36:35.167052 [ 3 ] {aa6bafea-6846-4699-8604-13406c03c485} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001551 sec., 103159.2520954223 rows/sec., 7.18 MiB/sec. | ||
| 11259 | 2024.07.30 01:36:35.167322 [ 3 ] {aa6bafea-6846-4699-8604-13406c03c485} <Debug> DynamicQueryHandler: Done processing query | ||
| 11260 | 2024.07.30 01:36:35.167387 [ 3 ] {aa6bafea-6846-4699-8604-13406c03c485} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 11261 | 2024.07.30 01:36:35.167444 [ 3 ] {} <Debug> HTTP-Session: 2f287664-3e06-49ee-adf6-e16efa2d170c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11262 | 2024.07.30 01:36:35.167684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 50174, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11263 | 2024.07.30 01:36:35.167739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11264 | 2024.07.30 01:36:35.167758 [ 3 ] {} <Debug> HTTP-Session: c1b7465c-c1cc-4970-9d67-e149849504fe Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11265 | 2024.07.30 01:36:35.167775 [ 3 ] {} <Debug> HTTP-Session: c1b7465c-c1cc-4970-9d67-e149849504fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11266 | 2024.07.30 01:36:35.167789 [ 3 ] {} <Debug> HTTP-Session: c1b7465c-c1cc-4970-9d67-e149849504fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11267 | 2024.07.30 01:36:35.167821 [ 3 ] {} <Trace> HTTP-Session: c1b7465c-c1cc-4970-9d67-e149849504fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11268 | 2024.07.30 01:36:35.168222 [ 3 ] {51ceda00-4c1d-49af-99d3-9bcaea1fd8ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 11269 | 2024.07.30 01:36:35.168294 [ 3 ] {51ceda00-4c1d-49af-99d3-9bcaea1fd8ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 11270 | 2024.07.30 01:36:35.168720 [ 3 ] {51ceda00-4c1d-49af-99d3-9bcaea1fd8ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11271 | 2024.07.30 01:36:35.169477 [ 3 ] {51ceda00-4c1d-49af-99d3-9bcaea1fd8ed} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11272 | 2024.07.30 01:36:35.169513 [ 3 ] {51ceda00-4c1d-49af-99d3-9bcaea1fd8ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11273 | 2024.07.30 01:36:35.170138 [ 3 ] {51ceda00-4c1d-49af-99d3-9bcaea1fd8ed} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 11274 | 2024.07.30 01:36:35.170546 [ 3 ] {51ceda00-4c1d-49af-99d3-9bcaea1fd8ed} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11275 | 2024.07.30 01:36:35.170743 [ 3 ] {51ceda00-4c1d-49af-99d3-9bcaea1fd8ed} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002817 sec., 11004.614838480653 rows/sec., 19.72 MiB/sec. | ||
| 11276 | 2024.07.30 01:36:35.170975 [ 3 ] {51ceda00-4c1d-49af-99d3-9bcaea1fd8ed} <Debug> DynamicQueryHandler: Done processing query | ||
| 11277 | 2024.07.30 01:36:35.170999 [ 3 ] {51ceda00-4c1d-49af-99d3-9bcaea1fd8ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 11278 | 2024.07.30 01:36:35.171015 [ 3 ] {} <Debug> HTTP-Session: c1b7465c-c1cc-4970-9d67-e149849504fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11279 | 2024.07.30 01:36:35.171134 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11280 | 2024.07.30 01:36:35.171184 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11281 | 2024.07.30 01:36:35.171203 [ 3 ] {} <Debug> HTTP-Session: 64aa80f6-41d8-40a0-9b17-cc4f0843ea43 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11282 | 2024.07.30 01:36:35.171219 [ 3 ] {} <Debug> HTTP-Session: 64aa80f6-41d8-40a0-9b17-cc4f0843ea43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11283 | 2024.07.30 01:36:35.171233 [ 3 ] {} <Debug> HTTP-Session: 64aa80f6-41d8-40a0-9b17-cc4f0843ea43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11284 | 2024.07.30 01:36:35.171264 [ 3 ] {} <Trace> HTTP-Session: 64aa80f6-41d8-40a0-9b17-cc4f0843ea43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11285 | 2024.07.30 01:36:35.171373 [ 3 ] {4242849a-f547-484d-9f6b-72bc21ee7658} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 11286 | 2024.07.30 01:36:35.171418 [ 3 ] {4242849a-f547-484d-9f6b-72bc21ee7658} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 11287 | 2024.07.30 01:36:35.171542 [ 3 ] {4242849a-f547-484d-9f6b-72bc21ee7658} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11288 | 2024.07.30 01:36:35.171879 [ 3 ] {4242849a-f547-484d-9f6b-72bc21ee7658} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11289 | 2024.07.30 01:36:35.171914 [ 3 ] {4242849a-f547-484d-9f6b-72bc21ee7658} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11290 | 2024.07.30 01:36:35.172280 [ 3 ] {4242849a-f547-484d-9f6b-72bc21ee7658} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 11291 | 2024.07.30 01:36:35.172621 [ 3 ] {4242849a-f547-484d-9f6b-72bc21ee7658} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11292 | 2024.07.30 01:36:35.172775 [ 3 ] {4242849a-f547-484d-9f6b-72bc21ee7658} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001425 sec., 16140.350877192981 rows/sec., 873.08 KiB/sec. | ||
| 11293 | 2024.07.30 01:36:35.173049 [ 3 ] {4242849a-f547-484d-9f6b-72bc21ee7658} <Debug> DynamicQueryHandler: Done processing query | ||
| 11294 | 2024.07.30 01:36:35.173095 [ 3 ] {4242849a-f547-484d-9f6b-72bc21ee7658} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 11295 | 2024.07.30 01:36:35.173112 [ 3 ] {} <Debug> HTTP-Session: 64aa80f6-41d8-40a0-9b17-cc4f0843ea43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11296 | 2024.07.30 01:36:35.173238 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11297 | 2024.07.30 01:36:35.173288 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11298 | 2024.07.30 01:36:35.173307 [ 3 ] {} <Debug> HTTP-Session: eba73dfe-fb69-416f-a906-0975e48169f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11299 | 2024.07.30 01:36:35.173323 [ 3 ] {} <Debug> HTTP-Session: eba73dfe-fb69-416f-a906-0975e48169f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11300 | 2024.07.30 01:36:35.173337 [ 3 ] {} <Debug> HTTP-Session: eba73dfe-fb69-416f-a906-0975e48169f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11301 | 2024.07.30 01:36:35.173369 [ 3 ] {} <Trace> HTTP-Session: eba73dfe-fb69-416f-a906-0975e48169f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11302 | 2024.07.30 01:36:35.173490 [ 3 ] {8369a00c-f512-4a9c-876c-a0a5c2813ee0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11303 | 2024.07.30 01:36:35.173538 [ 3 ] {8369a00c-f512-4a9c-876c-a0a5c2813ee0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11304 | 2024.07.30 01:36:35.173686 [ 3 ] {8369a00c-f512-4a9c-876c-a0a5c2813ee0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11305 | 2024.07.30 01:36:35.173997 [ 3 ] {8369a00c-f512-4a9c-876c-a0a5c2813ee0} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11306 | 2024.07.30 01:36:35.174033 [ 3 ] {8369a00c-f512-4a9c-876c-a0a5c2813ee0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11307 | 2024.07.30 01:36:35.174391 [ 3 ] {8369a00c-f512-4a9c-876c-a0a5c2813ee0} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 11308 | 2024.07.30 01:36:35.174718 [ 3 ] {8369a00c-f512-4a9c-876c-a0a5c2813ee0} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11309 | 2024.07.30 01:36:35.174874 [ 3 ] {8369a00c-f512-4a9c-876c-a0a5c2813ee0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001418 sec., 42313.11706629055 rows/sec., 2.85 MiB/sec. | ||
| 11310 | 2024.07.30 01:36:35.175127 [ 3 ] {8369a00c-f512-4a9c-876c-a0a5c2813ee0} <Debug> DynamicQueryHandler: Done processing query | ||
| 11311 | 2024.07.30 01:36:35.175188 [ 3 ] {8369a00c-f512-4a9c-876c-a0a5c2813ee0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11312 | 2024.07.30 01:36:35.175246 [ 3 ] {} <Debug> HTTP-Session: eba73dfe-fb69-416f-a906-0975e48169f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11313 | 2024.07.30 01:36:40.142496 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 7845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11314 | 2024.07.30 01:36:40.142689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11315 | 2024.07.30 01:36:40.142737 [ 3 ] {} <Debug> HTTP-Session: 27d4ab19-3844-4c2f-9e43-69ce7b667e17 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11316 | 2024.07.30 01:36:40.142780 [ 3 ] {} <Debug> HTTP-Session: 27d4ab19-3844-4c2f-9e43-69ce7b667e17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11317 | 2024.07.30 01:36:40.142809 [ 3 ] {} <Debug> HTTP-Session: 27d4ab19-3844-4c2f-9e43-69ce7b667e17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11318 | 2024.07.30 01:36:40.142860 [ 3 ] {} <Trace> HTTP-Session: 27d4ab19-3844-4c2f-9e43-69ce7b667e17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11319 | 2024.07.30 01:36:40.143054 [ 3 ] {d4dca6aa-924d-4400-b76a-a372b27716ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11320 | 2024.07.30 01:36:40.143119 [ 3 ] {d4dca6aa-924d-4400-b76a-a372b27716ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11321 | 2024.07.30 01:36:40.143313 [ 3 ] {d4dca6aa-924d-4400-b76a-a372b27716ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11322 | 2024.07.30 01:36:40.143792 [ 3 ] {d4dca6aa-924d-4400-b76a-a372b27716ea} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11323 | 2024.07.30 01:36:40.143830 [ 3 ] {d4dca6aa-924d-4400-b76a-a372b27716ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11324 | 2024.07.30 01:36:40.144215 [ 3 ] {d4dca6aa-924d-4400-b76a-a372b27716ea} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 11325 | 2024.07.30 01:36:40.144573 [ 3 ] {d4dca6aa-924d-4400-b76a-a372b27716ea} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11326 | 2024.07.30 01:36:40.144721 [ 3 ] {d4dca6aa-924d-4400-b76a-a372b27716ea} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001732 sec., 32332.56351039261 rows/sec., 2.48 MiB/sec. | ||
| 11327 | 2024.07.30 01:36:40.144919 [ 3 ] {d4dca6aa-924d-4400-b76a-a372b27716ea} <Debug> DynamicQueryHandler: Done processing query | ||
| 11328 | 2024.07.30 01:36:40.144945 [ 3 ] {d4dca6aa-924d-4400-b76a-a372b27716ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11329 | 2024.07.30 01:36:40.144963 [ 3 ] {} <Debug> HTTP-Session: 27d4ab19-3844-4c2f-9e43-69ce7b667e17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11330 | 2024.07.30 01:36:40.145115 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 10894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11331 | 2024.07.30 01:36:40.145166 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11332 | 2024.07.30 01:36:40.145186 [ 3 ] {} <Debug> HTTP-Session: 109b924d-3042-448c-9883-91d668d896f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11333 | 2024.07.30 01:36:40.145204 [ 3 ] {} <Debug> HTTP-Session: 109b924d-3042-448c-9883-91d668d896f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11334 | 2024.07.30 01:36:40.145218 [ 3 ] {} <Debug> HTTP-Session: 109b924d-3042-448c-9883-91d668d896f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11335 | 2024.07.30 01:36:40.145250 [ 3 ] {} <Trace> HTTP-Session: 109b924d-3042-448c-9883-91d668d896f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11336 | 2024.07.30 01:36:40.145366 [ 3 ] {9f266b28-c0fe-451c-a912-9353c6167959} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11337 | 2024.07.30 01:36:40.145409 [ 3 ] {9f266b28-c0fe-451c-a912-9353c6167959} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11338 | 2024.07.30 01:36:40.145537 [ 3 ] {9f266b28-c0fe-451c-a912-9353c6167959} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11339 | 2024.07.30 01:36:40.145900 [ 3 ] {9f266b28-c0fe-451c-a912-9353c6167959} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11340 | 2024.07.30 01:36:40.145937 [ 3 ] {9f266b28-c0fe-451c-a912-9353c6167959} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11341 | 2024.07.30 01:36:40.146253 [ 3 ] {9f266b28-c0fe-451c-a912-9353c6167959} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 11342 | 2024.07.30 01:36:40.146566 [ 3 ] {9f266b28-c0fe-451c-a912-9353c6167959} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11343 | 2024.07.30 01:36:40.146711 [ 3 ] {9f266b28-c0fe-451c-a912-9353c6167959} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001383 sec., 46276.21113521331 rows/sec., 3.61 MiB/sec. | ||
| 11344 | 2024.07.30 01:36:40.146981 [ 3 ] {9f266b28-c0fe-451c-a912-9353c6167959} <Debug> DynamicQueryHandler: Done processing query | ||
| 11345 | 2024.07.30 01:36:40.147039 [ 3 ] {9f266b28-c0fe-451c-a912-9353c6167959} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 11346 | 2024.07.30 01:36:40.147100 [ 3 ] {} <Debug> HTTP-Session: 109b924d-3042-448c-9883-91d668d896f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11347 | 2024.07.30 01:36:40.147343 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11348 | 2024.07.30 01:36:40.147395 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11349 | 2024.07.30 01:36:40.147414 [ 3 ] {} <Debug> HTTP-Session: 2a3e7169-505b-47f2-b45e-00b805ce3269 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11350 | 2024.07.30 01:36:40.147430 [ 3 ] {} <Debug> HTTP-Session: 2a3e7169-505b-47f2-b45e-00b805ce3269 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11351 | 2024.07.30 01:36:40.147444 [ 3 ] {} <Debug> HTTP-Session: 2a3e7169-505b-47f2-b45e-00b805ce3269 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11352 | 2024.07.30 01:36:40.147475 [ 3 ] {} <Trace> HTTP-Session: 2a3e7169-505b-47f2-b45e-00b805ce3269 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11353 | 2024.07.30 01:36:40.147625 [ 3 ] {5a1d22e5-fd79-4b0d-963d-f9e4d60c7f5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11354 | 2024.07.30 01:36:40.147674 [ 3 ] {5a1d22e5-fd79-4b0d-963d-f9e4d60c7f5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11355 | 2024.07.30 01:36:40.147842 [ 3 ] {5a1d22e5-fd79-4b0d-963d-f9e4d60c7f5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11356 | 2024.07.30 01:36:40.148252 [ 3 ] {5a1d22e5-fd79-4b0d-963d-f9e4d60c7f5e} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11357 | 2024.07.30 01:36:40.148287 [ 3 ] {5a1d22e5-fd79-4b0d-963d-f9e4d60c7f5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11358 | 2024.07.30 01:36:40.148679 [ 3 ] {5a1d22e5-fd79-4b0d-963d-f9e4d60c7f5e} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 11359 | 2024.07.30 01:36:40.149028 [ 3 ] {5a1d22e5-fd79-4b0d-963d-f9e4d60c7f5e} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11360 | 2024.07.30 01:36:40.149189 [ 3 ] {5a1d22e5-fd79-4b0d-963d-f9e4d60c7f5e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00163 sec., 98159.50920245399 rows/sec., 6.84 MiB/sec. | ||
| 11361 | 2024.07.30 01:36:40.149384 [ 3 ] {5a1d22e5-fd79-4b0d-963d-f9e4d60c7f5e} <Debug> DynamicQueryHandler: Done processing query | ||
| 11362 | 2024.07.30 01:36:40.149422 [ 3 ] {5a1d22e5-fd79-4b0d-963d-f9e4d60c7f5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 11363 | 2024.07.30 01:36:40.149452 [ 3 ] {} <Debug> HTTP-Session: 2a3e7169-505b-47f2-b45e-00b805ce3269 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11364 | 2024.07.30 01:36:40.149587 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11365 | 2024.07.30 01:36:40.149636 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11366 | 2024.07.30 01:36:40.149656 [ 3 ] {} <Debug> HTTP-Session: f7e60cd6-5798-4755-976e-40aa3c0100c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11367 | 2024.07.30 01:36:40.149671 [ 3 ] {} <Debug> HTTP-Session: f7e60cd6-5798-4755-976e-40aa3c0100c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11368 | 2024.07.30 01:36:40.149684 [ 3 ] {} <Debug> HTTP-Session: f7e60cd6-5798-4755-976e-40aa3c0100c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11369 | 2024.07.30 01:36:40.149715 [ 3 ] {} <Trace> HTTP-Session: f7e60cd6-5798-4755-976e-40aa3c0100c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11370 | 2024.07.30 01:36:40.149839 [ 3 ] {00f3c004-e210-4c1e-841c-b613b09150d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11371 | 2024.07.30 01:36:40.149883 [ 3 ] {00f3c004-e210-4c1e-841c-b613b09150d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11372 | 2024.07.30 01:36:40.150011 [ 3 ] {00f3c004-e210-4c1e-841c-b613b09150d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11373 | 2024.07.30 01:36:40.150323 [ 3 ] {00f3c004-e210-4c1e-841c-b613b09150d7} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11374 | 2024.07.30 01:36:40.150359 [ 3 ] {00f3c004-e210-4c1e-841c-b613b09150d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11375 | 2024.07.30 01:36:40.150721 [ 3 ] {00f3c004-e210-4c1e-841c-b613b09150d7} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 11376 | 2024.07.30 01:36:40.151055 [ 3 ] {00f3c004-e210-4c1e-841c-b613b09150d7} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11377 | 2024.07.30 01:36:40.151216 [ 3 ] {00f3c004-e210-4c1e-841c-b613b09150d7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00142 sec., 42253.52112676056 rows/sec., 2.85 MiB/sec. | ||
| 11378 | 2024.07.30 01:36:40.151482 [ 3 ] {00f3c004-e210-4c1e-841c-b613b09150d7} <Debug> DynamicQueryHandler: Done processing query | ||
| 11379 | 2024.07.30 01:36:40.151543 [ 3 ] {00f3c004-e210-4c1e-841c-b613b09150d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11380 | 2024.07.30 01:36:40.151606 [ 3 ] {} <Debug> HTTP-Session: f7e60cd6-5798-4755-976e-40aa3c0100c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11381 | 2024.07.30 01:36:42.808603 [ 93 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11382 | 2024.07.30 01:36:42.808705 [ 93 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11383 | 2024.07.30 01:36:44.001853 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001467095 sec. | ||
| 11384 | 2024.07.30 01:36:45.148809 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 5193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11385 | 2024.07.30 01:36:45.148967 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11386 | 2024.07.30 01:36:45.148997 [ 3 ] {} <Debug> HTTP-Session: 446c03a3-ea24-4645-9723-fb7935c285b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11387 | 2024.07.30 01:36:45.149026 [ 3 ] {} <Debug> HTTP-Session: 446c03a3-ea24-4645-9723-fb7935c285b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11388 | 2024.07.30 01:36:45.149045 [ 3 ] {} <Debug> HTTP-Session: 446c03a3-ea24-4645-9723-fb7935c285b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11389 | 2024.07.30 01:36:45.149103 [ 3 ] {} <Trace> HTTP-Session: 446c03a3-ea24-4645-9723-fb7935c285b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11390 | 2024.07.30 01:36:45.149322 [ 3 ] {ce30a924-9113-4cd9-a848-8678eef54cd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 11391 | 2024.07.30 01:36:45.149399 [ 3 ] {ce30a924-9113-4cd9-a848-8678eef54cd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 11392 | 2024.07.30 01:36:45.149621 [ 3 ] {ce30a924-9113-4cd9-a848-8678eef54cd0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11393 | 2024.07.30 01:36:45.150136 [ 3 ] {ce30a924-9113-4cd9-a848-8678eef54cd0} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11394 | 2024.07.30 01:36:45.150181 [ 3 ] {ce30a924-9113-4cd9-a848-8678eef54cd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11395 | 2024.07.30 01:36:45.150621 [ 3 ] {ce30a924-9113-4cd9-a848-8678eef54cd0} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 11396 | 2024.07.30 01:36:45.150967 [ 3 ] {ce30a924-9113-4cd9-a848-8678eef54cd0} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11397 | 2024.07.30 01:36:45.151116 [ 3 ] {ce30a924-9113-4cd9-a848-8678eef54cd0} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001866 sec., 19828.51018220793 rows/sec., 1.49 MiB/sec. | ||
| 11398 | 2024.07.30 01:36:45.151318 [ 3 ] {ce30a924-9113-4cd9-a848-8678eef54cd0} <Debug> DynamicQueryHandler: Done processing query | ||
| 11399 | 2024.07.30 01:36:45.151345 [ 3 ] {ce30a924-9113-4cd9-a848-8678eef54cd0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11400 | 2024.07.30 01:36:45.151362 [ 3 ] {} <Debug> HTTP-Session: 446c03a3-ea24-4645-9723-fb7935c285b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11401 | 2024.07.30 01:36:45.151513 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11402 | 2024.07.30 01:36:45.151565 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11403 | 2024.07.30 01:36:45.151585 [ 3 ] {} <Debug> HTTP-Session: dde70a05-9adb-4331-96b0-30d2fc74743d Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11404 | 2024.07.30 01:36:45.151601 [ 3 ] {} <Debug> HTTP-Session: dde70a05-9adb-4331-96b0-30d2fc74743d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11405 | 2024.07.30 01:36:45.151616 [ 3 ] {} <Debug> HTTP-Session: dde70a05-9adb-4331-96b0-30d2fc74743d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11406 | 2024.07.30 01:36:45.151648 [ 3 ] {} <Trace> HTTP-Session: dde70a05-9adb-4331-96b0-30d2fc74743d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11407 | 2024.07.30 01:36:45.151744 [ 3 ] {c9cc26b9-d85d-48e9-ad98-b22d91ddd7c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 11408 | 2024.07.30 01:36:45.151788 [ 3 ] {c9cc26b9-d85d-48e9-ad98-b22d91ddd7c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11409 | 2024.07.30 01:36:45.151915 [ 3 ] {c9cc26b9-d85d-48e9-ad98-b22d91ddd7c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11410 | 2024.07.30 01:36:45.152243 [ 3 ] {c9cc26b9-d85d-48e9-ad98-b22d91ddd7c1} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11411 | 2024.07.30 01:36:45.152279 [ 3 ] {c9cc26b9-d85d-48e9-ad98-b22d91ddd7c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11412 | 2024.07.30 01:36:45.152572 [ 3 ] {c9cc26b9-d85d-48e9-ad98-b22d91ddd7c1} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 11413 | 2024.07.30 01:36:45.152890 [ 3 ] {c9cc26b9-d85d-48e9-ad98-b22d91ddd7c1} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11414 | 2024.07.30 01:36:45.153019 [ 3 ] {c9cc26b9-d85d-48e9-ad98-b22d91ddd7c1} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001301 sec., 4611.837048424289 rows/sec., 376.06 KiB/sec. | ||
| 11415 | 2024.07.30 01:36:45.153182 [ 3 ] {c9cc26b9-d85d-48e9-ad98-b22d91ddd7c1} <Debug> DynamicQueryHandler: Done processing query | ||
| 11416 | 2024.07.30 01:36:45.153208 [ 3 ] {c9cc26b9-d85d-48e9-ad98-b22d91ddd7c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11417 | 2024.07.30 01:36:45.153226 [ 3 ] {} <Debug> HTTP-Session: dde70a05-9adb-4331-96b0-30d2fc74743d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11418 | 2024.07.30 01:36:45.153394 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 38806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11419 | 2024.07.30 01:36:45.153444 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11420 | 2024.07.30 01:36:45.153464 [ 3 ] {} <Debug> HTTP-Session: 626e6aca-340b-4db4-92fd-d5023210a18c Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11421 | 2024.07.30 01:36:45.153481 [ 3 ] {} <Debug> HTTP-Session: 626e6aca-340b-4db4-92fd-d5023210a18c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11422 | 2024.07.30 01:36:45.153495 [ 3 ] {} <Debug> HTTP-Session: 626e6aca-340b-4db4-92fd-d5023210a18c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11423 | 2024.07.30 01:36:45.153529 [ 3 ] {} <Trace> HTTP-Session: 626e6aca-340b-4db4-92fd-d5023210a18c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11424 | 2024.07.30 01:36:45.153693 [ 3 ] {789f0ab6-72dc-46ad-9cc7-1d821ad73d32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11425 | 2024.07.30 01:36:45.153735 [ 3 ] {789f0ab6-72dc-46ad-9cc7-1d821ad73d32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11426 | 2024.07.30 01:36:45.153858 [ 3 ] {789f0ab6-72dc-46ad-9cc7-1d821ad73d32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11427 | 2024.07.30 01:36:45.154390 [ 3 ] {789f0ab6-72dc-46ad-9cc7-1d821ad73d32} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11428 | 2024.07.30 01:36:45.154427 [ 3 ] {789f0ab6-72dc-46ad-9cc7-1d821ad73d32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11429 | 2024.07.30 01:36:45.154758 [ 3 ] {789f0ab6-72dc-46ad-9cc7-1d821ad73d32} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 11430 | 2024.07.30 01:36:45.155076 [ 3 ] {789f0ab6-72dc-46ad-9cc7-1d821ad73d32} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11431 | 2024.07.30 01:36:45.155199 [ 3 ] {789f0ab6-72dc-46ad-9cc7-1d821ad73d32} <Debug> executeQuery: Read 257 rows, 23.19 KiB in 0.001592 sec., 161432.1608040201 rows/sec., 14.22 MiB/sec. | ||
| 11432 | 2024.07.30 01:36:45.155204 [ 91 ] {} <Debug> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 11433 | 2024.07.30 01:36:45.155265 [ 91 ] {} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11434 | 2024.07.30 01:36:45.155300 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11435 | 2024.07.30 01:36:45.155377 [ 3 ] {789f0ab6-72dc-46ad-9cc7-1d821ad73d32} <Debug> DynamicQueryHandler: Done processing query | ||
| 11436 | 2024.07.30 01:36:45.155416 [ 3 ] {789f0ab6-72dc-46ad-9cc7-1d821ad73d32} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 11437 | 2024.07.30 01:36:45.155479 [ 3 ] {} <Debug> HTTP-Session: 626e6aca-340b-4db4-92fd-d5023210a18c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11438 | 2024.07.30 01:36:45.155625 [ 198 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::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 | ||
| 11439 | 2024.07.30 01:36:45.155742 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11440 | 2024.07.30 01:36:45.155843 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11441 | 2024.07.30 01:36:45.155903 [ 3 ] {} <Debug> HTTP-Session: d194c6b8-7326-42f4-8832-8e23ab8a5ad7 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11442 | 2024.07.30 01:36:45.155953 [ 3 ] {} <Debug> HTTP-Session: d194c6b8-7326-42f4-8832-8e23ab8a5ad7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11443 | 2024.07.30 01:36:45.156009 [ 3 ] {} <Debug> HTTP-Session: d194c6b8-7326-42f4-8832-8e23ab8a5ad7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11444 | 2024.07.30 01:36:45.156038 [ 198 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11445 | 2024.07.30 01:36:45.156071 [ 3 ] {} <Trace> HTTP-Session: d194c6b8-7326-42f4-8832-8e23ab8a5ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11446 | 2024.07.30 01:36:45.156103 [ 198 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 298 rows starting from the beginning of the part | ||
| 11447 | 2024.07.30 01:36:45.156380 [ 198 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 254 rows starting from the beginning of the part | ||
| 11448 | 2024.07.30 01:36:45.156381 [ 3 ] {e3c0f1a2-56a1-482e-b765-cd4f78181a4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 11449 | 2024.07.30 01:36:45.156566 [ 3 ] {e3c0f1a2-56a1-482e-b765-cd4f78181a4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11450 | 2024.07.30 01:36:45.156720 [ 198 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 92 rows starting from the beginning of the part | ||
| 11451 | 2024.07.30 01:36:45.157023 [ 198 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 254 rows starting from the beginning of the part | ||
| 11452 | 2024.07.30 01:36:45.157454 [ 198 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 56 rows starting from the beginning of the part | ||
| 11453 | 2024.07.30 01:36:45.157550 [ 3 ] {e3c0f1a2-56a1-482e-b765-cd4f78181a4d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11454 | 2024.07.30 01:36:45.157762 [ 198 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 257 rows starting from the beginning of the part | ||
| 11455 | 2024.07.30 01:36:45.158504 [ 3 ] {e3c0f1a2-56a1-482e-b765-cd4f78181a4d} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11456 | 2024.07.30 01:36:45.158557 [ 3 ] {e3c0f1a2-56a1-482e-b765-cd4f78181a4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11457 | 2024.07.30 01:36:45.159342 [ 3 ] {e3c0f1a2-56a1-482e-b765-cd4f78181a4d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 11458 | 2024.07.30 01:36:45.160974 [ 3 ] {e3c0f1a2-56a1-482e-b765-cd4f78181a4d} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11459 | 2024.07.30 01:36:45.161284 [ 3 ] {e3c0f1a2-56a1-482e-b765-cd4f78181a4d} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.005053 sec., 1187.4134177716207 rows/sec., 82.91 KiB/sec. | ||
| 11460 | 2024.07.30 01:36:45.162034 [ 3 ] {e3c0f1a2-56a1-482e-b765-cd4f78181a4d} <Debug> DynamicQueryHandler: Done processing query | ||
| 11461 | 2024.07.30 01:36:45.162071 [ 198 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1211 rows, containing 4 columns (4 merged, 0 gathered) in 0.006671717 sec., 181512.49520925424 rows/sec., 15.68 MiB/sec. | ||
| 11462 | 2024.07.30 01:36:45.162085 [ 3 ] {e3c0f1a2-56a1-482e-b765-cd4f78181a4d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11463 | 2024.07.30 01:36:45.162139 [ 3 ] {} <Debug> HTTP-Session: d194c6b8-7326-42f4-8832-8e23ab8a5ad7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11464 | 2024.07.30 01:36:45.162269 [ 191 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 11465 | 2024.07.30 01:36:45.162353 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 67854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11466 | 2024.07.30 01:36:45.162440 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11467 | 2024.07.30 01:36:45.162484 [ 3 ] {} <Debug> HTTP-Session: e4fedcc4-f4ea-4855-b875-aab914785970 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11468 | 2024.07.30 01:36:45.162517 [ 3 ] {} <Debug> HTTP-Session: e4fedcc4-f4ea-4855-b875-aab914785970 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11469 | 2024.07.30 01:36:45.162541 [ 3 ] {} <Debug> HTTP-Session: e4fedcc4-f4ea-4855-b875-aab914785970 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11470 | 2024.07.30 01:36:45.162592 [ 3 ] {} <Trace> HTTP-Session: e4fedcc4-f4ea-4855-b875-aab914785970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11471 | 2024.07.30 01:36:45.162756 [ 191 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_71_14} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11472 | 2024.07.30 01:36:45.162843 [ 191 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_71_14} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 11473 | 2024.07.30 01:36:45.162871 [ 3 ] {602041a4-2e5a-48a9-b9b1-2e459ced4c77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11474 | 2024.07.30 01:36:45.162934 [ 3 ] {602041a4-2e5a-48a9-b9b1-2e459ced4c77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11475 | 2024.07.30 01:36:45.162940 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 11476 | 2024.07.30 01:36:45.163084 [ 3 ] {602041a4-2e5a-48a9-b9b1-2e459ced4c77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11477 | 2024.07.30 01:36:45.163668 [ 3 ] {602041a4-2e5a-48a9-b9b1-2e459ced4c77} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11478 | 2024.07.30 01:36:45.163705 [ 3 ] {602041a4-2e5a-48a9-b9b1-2e459ced4c77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11479 | 2024.07.30 01:36:45.164053 [ 3 ] {602041a4-2e5a-48a9-b9b1-2e459ced4c77} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 11480 | 2024.07.30 01:36:45.164371 [ 3 ] {602041a4-2e5a-48a9-b9b1-2e459ced4c77} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11481 | 2024.07.30 01:36:45.164526 [ 90 ] {} <Debug> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 11482 | 2024.07.30 01:36:45.164535 [ 3 ] {602041a4-2e5a-48a9-b9b1-2e459ced4c77} <Debug> executeQuery: Read 419 rows, 30.45 KiB in 0.001804 sec., 232261.64079822614 rows/sec., 16.48 MiB/sec. | ||
| 11483 | 2024.07.30 01:36:45.164587 [ 90 ] {} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11484 | 2024.07.30 01:36:45.164652 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11485 | 2024.07.30 01:36:45.164806 [ 186 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::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 | ||
| 11486 | 2024.07.30 01:36:45.164836 [ 3 ] {602041a4-2e5a-48a9-b9b1-2e459ced4c77} <Debug> DynamicQueryHandler: Done processing query | ||
| 11487 | 2024.07.30 01:36:45.164880 [ 3 ] {602041a4-2e5a-48a9-b9b1-2e459ced4c77} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 11488 | 2024.07.30 01:36:45.164920 [ 3 ] {} <Debug> HTTP-Session: e4fedcc4-f4ea-4855-b875-aab914785970 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11489 | 2024.07.30 01:36:45.165037 [ 186 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11490 | 2024.07.30 01:36:45.165076 [ 186 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 471 rows starting from the beginning of the part | ||
| 11491 | 2024.07.30 01:36:45.165138 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11492 | 2024.07.30 01:36:45.165267 [ 186 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 413 rows starting from the beginning of the part | ||
| 11493 | 2024.07.30 01:36:45.165288 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11494 | 2024.07.30 01:36:45.165382 [ 3 ] {} <Debug> HTTP-Session: ed97a41c-3253-44b4-9160-132cd395813f Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11495 | 2024.07.30 01:36:45.165456 [ 3 ] {} <Debug> HTTP-Session: ed97a41c-3253-44b4-9160-132cd395813f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11496 | 2024.07.30 01:36:45.165519 [ 3 ] {} <Debug> HTTP-Session: ed97a41c-3253-44b4-9160-132cd395813f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11497 | 2024.07.30 01:36:45.165637 [ 186 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 88 rows starting from the beginning of the part | ||
| 11498 | 2024.07.30 01:36:45.165658 [ 3 ] {} <Trace> HTTP-Session: ed97a41c-3253-44b4-9160-132cd395813f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11499 | 2024.07.30 01:36:45.166023 [ 186 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 413 rows starting from the beginning of the part | ||
| 11500 | 2024.07.30 01:36:45.166041 [ 3 ] {76468672-9ff6-46a7-a813-b0b7f6ef1f10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 11501 | 2024.07.30 01:36:45.166187 [ 3 ] {76468672-9ff6-46a7-a813-b0b7f6ef1f10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11502 | 2024.07.30 01:36:45.166262 [ 186 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 64 rows starting from the beginning of the part | ||
| 11503 | 2024.07.30 01:36:45.166599 [ 186 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 419 rows starting from the beginning of the part | ||
| 11504 | 2024.07.30 01:36:45.167260 [ 3 ] {76468672-9ff6-46a7-a813-b0b7f6ef1f10} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11505 | 2024.07.30 01:36:45.167925 [ 3 ] {76468672-9ff6-46a7-a813-b0b7f6ef1f10} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11506 | 2024.07.30 01:36:45.167994 [ 3 ] {76468672-9ff6-46a7-a813-b0b7f6ef1f10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11507 | 2024.07.30 01:36:45.168985 [ 3 ] {76468672-9ff6-46a7-a813-b0b7f6ef1f10} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 11508 | 2024.07.30 01:36:45.169493 [ 191 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1868 rows, containing 4 columns (4 merged, 0 gathered) in 0.004755209 sec., 392832.3655174778 rows/sec., 28.16 MiB/sec. | ||
| 11509 | 2024.07.30 01:36:45.169523 [ 3 ] {76468672-9ff6-46a7-a813-b0b7f6ef1f10} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11510 | 2024.07.30 01:36:45.169773 [ 3 ] {76468672-9ff6-46a7-a813-b0b7f6ef1f10} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.003868 sec., 1551.1892450879009 rows/sec., 66.65 KiB/sec. | ||
| 11511 | 2024.07.30 01:36:45.169803 [ 192 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 11512 | 2024.07.30 01:36:45.170105 [ 3 ] {76468672-9ff6-46a7-a813-b0b7f6ef1f10} <Debug> DynamicQueryHandler: Done processing query | ||
| 11513 | 2024.07.30 01:36:45.170162 [ 3 ] {76468672-9ff6-46a7-a813-b0b7f6ef1f10} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 11514 | 2024.07.30 01:36:45.170232 [ 3 ] {} <Debug> HTTP-Session: ed97a41c-3253-44b4-9160-132cd395813f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11515 | 2024.07.30 01:36:45.170436 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11516 | 2024.07.30 01:36:45.170509 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11517 | 2024.07.30 01:36:45.170541 [ 3 ] {} <Debug> HTTP-Session: f026c2aa-18a1-4d95-ab42-fa67d8d8c733 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11518 | 2024.07.30 01:36:45.170564 [ 3 ] {} <Debug> HTTP-Session: f026c2aa-18a1-4d95-ab42-fa67d8d8c733 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11519 | 2024.07.30 01:36:45.170602 [ 3 ] {} <Debug> HTTP-Session: f026c2aa-18a1-4d95-ab42-fa67d8d8c733 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11520 | 2024.07.30 01:36:45.170631 [ 192 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_71_14} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11521 | 2024.07.30 01:36:45.170655 [ 3 ] {} <Trace> HTTP-Session: f026c2aa-18a1-4d95-ab42-fa67d8d8c733 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11522 | 2024.07.30 01:36:45.170828 [ 192 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_71_14} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 11523 | 2024.07.30 01:36:45.170890 [ 3 ] {b1c8af77-af68-4483-bb20-948e2b66b484} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 11524 | 2024.07.30 01:36:45.170998 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
| 11525 | 2024.07.30 01:36:45.171008 [ 3 ] {b1c8af77-af68-4483-bb20-948e2b66b484} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 11526 | 2024.07.30 01:36:45.171202 [ 3 ] {b1c8af77-af68-4483-bb20-948e2b66b484} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11527 | 2024.07.30 01:36:45.171538 [ 3 ] {b1c8af77-af68-4483-bb20-948e2b66b484} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11528 | 2024.07.30 01:36:45.171575 [ 3 ] {b1c8af77-af68-4483-bb20-948e2b66b484} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11529 | 2024.07.30 01:36:45.171960 [ 3 ] {b1c8af77-af68-4483-bb20-948e2b66b484} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 11530 | 2024.07.30 01:36:45.172324 [ 3 ] {b1c8af77-af68-4483-bb20-948e2b66b484} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11531 | 2024.07.30 01:36:45.172497 [ 3 ] {b1c8af77-af68-4483-bb20-948e2b66b484} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00168 sec., 45833.33333333333 rows/sec., 2.82 MiB/sec. | ||
| 11532 | 2024.07.30 01:36:45.172847 [ 3 ] {b1c8af77-af68-4483-bb20-948e2b66b484} <Debug> DynamicQueryHandler: Done processing query | ||
| 11533 | 2024.07.30 01:36:45.172912 [ 3 ] {b1c8af77-af68-4483-bb20-948e2b66b484} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11534 | 2024.07.30 01:36:45.172961 [ 3 ] {} <Debug> HTTP-Session: f026c2aa-18a1-4d95-ab42-fa67d8d8c733 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11535 | 2024.07.30 01:36:45.173136 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 31237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11536 | 2024.07.30 01:36:45.173187 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11537 | 2024.07.30 01:36:45.173207 [ 3 ] {} <Debug> HTTP-Session: 0e78c86c-fcfe-43f3-b1b5-cd1b00692a6f Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11538 | 2024.07.30 01:36:45.173223 [ 3 ] {} <Debug> HTTP-Session: 0e78c86c-fcfe-43f3-b1b5-cd1b00692a6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11539 | 2024.07.30 01:36:45.173237 [ 3 ] {} <Debug> HTTP-Session: 0e78c86c-fcfe-43f3-b1b5-cd1b00692a6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11540 | 2024.07.30 01:36:45.173268 [ 3 ] {} <Trace> HTTP-Session: 0e78c86c-fcfe-43f3-b1b5-cd1b00692a6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11541 | 2024.07.30 01:36:45.173434 [ 3 ] {fa2ae8d8-afcb-4a45-a883-39a9abd8cb8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11542 | 2024.07.30 01:36:45.173482 [ 3 ] {fa2ae8d8-afcb-4a45-a883-39a9abd8cb8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11543 | 2024.07.30 01:36:45.173645 [ 3 ] {fa2ae8d8-afcb-4a45-a883-39a9abd8cb8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11544 | 2024.07.30 01:36:45.174090 [ 3 ] {fa2ae8d8-afcb-4a45-a883-39a9abd8cb8d} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11545 | 2024.07.30 01:36:45.174127 [ 3 ] {fa2ae8d8-afcb-4a45-a883-39a9abd8cb8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11546 | 2024.07.30 01:36:45.174496 [ 3 ] {fa2ae8d8-afcb-4a45-a883-39a9abd8cb8d} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 11547 | 2024.07.30 01:36:45.174838 [ 3 ] {fa2ae8d8-afcb-4a45-a883-39a9abd8cb8d} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11548 | 2024.07.30 01:36:45.175002 [ 3 ] {fa2ae8d8-afcb-4a45-a883-39a9abd8cb8d} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001642 sec., 99269.18392204629 rows/sec., 6.91 MiB/sec. | ||
| 11549 | 2024.07.30 01:36:45.175026 [ 90 ] {} <Debug> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 11550 | 2024.07.30 01:36:45.175143 [ 90 ] {} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11551 | 2024.07.30 01:36:45.175210 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11552 | 2024.07.30 01:36:45.175298 [ 3 ] {fa2ae8d8-afcb-4a45-a883-39a9abd8cb8d} <Debug> DynamicQueryHandler: Done processing query | ||
| 11553 | 2024.07.30 01:36:45.175366 [ 3 ] {fa2ae8d8-afcb-4a45-a883-39a9abd8cb8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 11554 | 2024.07.30 01:36:45.175414 [ 3 ] {} <Debug> HTTP-Session: 0e78c86c-fcfe-43f3-b1b5-cd1b00692a6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11555 | 2024.07.30 01:36:45.175540 [ 187 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 11556 | 2024.07.30 01:36:45.175710 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 50188, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11557 | 2024.07.30 01:36:45.175890 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11558 | 2024.07.30 01:36:45.175987 [ 3 ] {} <Debug> HTTP-Session: d1d33f4b-f7ed-4ac7-920d-c5689b5e94e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11559 | 2024.07.30 01:36:45.176073 [ 3 ] {} <Debug> HTTP-Session: d1d33f4b-f7ed-4ac7-920d-c5689b5e94e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11560 | 2024.07.30 01:36:45.176155 [ 3 ] {} <Debug> HTTP-Session: d1d33f4b-f7ed-4ac7-920d-c5689b5e94e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11561 | 2024.07.30 01:36:45.176298 [ 3 ] {} <Trace> HTTP-Session: d1d33f4b-f7ed-4ac7-920d-c5689b5e94e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11562 | 2024.07.30 01:36:45.176327 [ 187 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11563 | 2024.07.30 01:36:45.176463 [ 187 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_66_13, total 10659 rows starting from the beginning of the part | ||
| 11564 | 2024.07.30 01:36:45.176908 [ 187 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 160 rows starting from the beginning of the part | ||
| 11565 | 2024.07.30 01:36:45.176977 [ 3 ] {f6d32457-e387-4c1b-9bfd-c731fb28e1c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 11566 | 2024.07.30 01:36:45.177463 [ 187 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 196 rows starting from the beginning of the part | ||
| 11567 | 2024.07.30 01:36:45.177492 [ 3 ] {f6d32457-e387-4c1b-9bfd-c731fb28e1c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 11568 | 2024.07.30 01:36:45.177821 [ 187 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 11569 | 2024.07.30 01:36:45.178146 [ 187 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 11570 | 2024.07.30 01:36:45.178446 [ 187 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 163 rows starting from the beginning of the part | ||
| 11571 | 2024.07.30 01:36:45.179489 [ 3 ] {f6d32457-e387-4c1b-9bfd-c731fb28e1c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11572 | 2024.07.30 01:36:45.181105 [ 3 ] {f6d32457-e387-4c1b-9bfd-c731fb28e1c3} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11573 | 2024.07.30 01:36:45.181156 [ 3 ] {f6d32457-e387-4c1b-9bfd-c731fb28e1c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11574 | 2024.07.30 01:36:45.182147 [ 3 ] {f6d32457-e387-4c1b-9bfd-c731fb28e1c3} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 11575 | 2024.07.30 01:36:45.183099 [ 3 ] {f6d32457-e387-4c1b-9bfd-c731fb28e1c3} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11576 | 2024.07.30 01:36:45.183336 [ 3 ] {f6d32457-e387-4c1b-9bfd-c731fb28e1c3} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.006783 sec., 4570.249152292496 rows/sec., 8.19 MiB/sec. | ||
| 11577 | 2024.07.30 01:36:45.184099 [ 3 ] {f6d32457-e387-4c1b-9bfd-c731fb28e1c3} <Debug> DynamicQueryHandler: Done processing query | ||
| 11578 | 2024.07.30 01:36:45.184130 [ 3 ] {f6d32457-e387-4c1b-9bfd-c731fb28e1c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 11579 | 2024.07.30 01:36:45.184158 [ 3 ] {} <Debug> HTTP-Session: d1d33f4b-f7ed-4ac7-920d-c5689b5e94e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11580 | 2024.07.30 01:36:45.184341 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11581 | 2024.07.30 01:36:45.184388 [ 191 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11498 rows, containing 5 columns (5 merged, 0 gathered) in 0.009062072 sec., 1268804.7501719254 rows/sec., 88.42 MiB/sec. | ||
| 11582 | 2024.07.30 01:36:45.184401 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11583 | 2024.07.30 01:36:45.184434 [ 3 ] {} <Debug> HTTP-Session: 37f6a4fc-195e-40ff-a961-d9a6c8d83d50 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11584 | 2024.07.30 01:36:45.184453 [ 3 ] {} <Debug> HTTP-Session: 37f6a4fc-195e-40ff-a961-d9a6c8d83d50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11585 | 2024.07.30 01:36:45.184466 [ 3 ] {} <Debug> HTTP-Session: 37f6a4fc-195e-40ff-a961-d9a6c8d83d50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11586 | 2024.07.30 01:36:45.184498 [ 3 ] {} <Trace> HTTP-Session: 37f6a4fc-195e-40ff-a961-d9a6c8d83d50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11587 | 2024.07.30 01:36:45.184608 [ 3 ] {b8455711-a1e1-44f8-86e6-123435107981} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 11588 | 2024.07.30 01:36:45.184655 [ 3 ] {b8455711-a1e1-44f8-86e6-123435107981} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 11589 | 2024.07.30 01:36:45.184696 [ 191 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 11590 | 2024.07.30 01:36:45.184879 [ 3 ] {b8455711-a1e1-44f8-86e6-123435107981} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11591 | 2024.07.30 01:36:45.185346 [ 3 ] {b8455711-a1e1-44f8-86e6-123435107981} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11592 | 2024.07.30 01:36:45.185378 [ 191 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11593 | 2024.07.30 01:36:45.185391 [ 3 ] {b8455711-a1e1-44f8-86e6-123435107981} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11594 | 2024.07.30 01:36:45.185491 [ 191 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 11595 | 2024.07.30 01:36:45.185580 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.52 MiB. | ||
| 11596 | 2024.07.30 01:36:45.185823 [ 3 ] {b8455711-a1e1-44f8-86e6-123435107981} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 11597 | 2024.07.30 01:36:45.186176 [ 3 ] {b8455711-a1e1-44f8-86e6-123435107981} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11598 | 2024.07.30 01:36:45.186338 [ 3 ] {b8455711-a1e1-44f8-86e6-123435107981} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001761 sec., 13060.76093128904 rows/sec., 706.50 KiB/sec. | ||
| 11599 | 2024.07.30 01:36:45.186627 [ 3 ] {b8455711-a1e1-44f8-86e6-123435107981} <Debug> DynamicQueryHandler: Done processing query | ||
| 11600 | 2024.07.30 01:36:45.186672 [ 3 ] {b8455711-a1e1-44f8-86e6-123435107981} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 11601 | 2024.07.30 01:36:45.186696 [ 3 ] {} <Debug> HTTP-Session: 37f6a4fc-195e-40ff-a961-d9a6c8d83d50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11602 | 2024.07.30 01:36:45.186815 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11603 | 2024.07.30 01:36:45.186866 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11604 | 2024.07.30 01:36:45.186887 [ 3 ] {} <Debug> HTTP-Session: da056511-cda1-4538-8908-526604a11426 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11605 | 2024.07.30 01:36:45.186904 [ 3 ] {} <Debug> HTTP-Session: da056511-cda1-4538-8908-526604a11426 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11606 | 2024.07.30 01:36:45.186920 [ 3 ] {} <Debug> HTTP-Session: da056511-cda1-4538-8908-526604a11426 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11607 | 2024.07.30 01:36:45.186951 [ 3 ] {} <Trace> HTTP-Session: da056511-cda1-4538-8908-526604a11426 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11608 | 2024.07.30 01:36:45.187070 [ 3 ] {29ec27e4-521c-4ef0-8b6e-92cc5d931f51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11609 | 2024.07.30 01:36:45.187116 [ 3 ] {29ec27e4-521c-4ef0-8b6e-92cc5d931f51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11610 | 2024.07.30 01:36:45.187266 [ 3 ] {29ec27e4-521c-4ef0-8b6e-92cc5d931f51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11611 | 2024.07.30 01:36:45.187573 [ 3 ] {29ec27e4-521c-4ef0-8b6e-92cc5d931f51} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11612 | 2024.07.30 01:36:45.187611 [ 3 ] {29ec27e4-521c-4ef0-8b6e-92cc5d931f51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11613 | 2024.07.30 01:36:45.187972 [ 3 ] {29ec27e4-521c-4ef0-8b6e-92cc5d931f51} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 11614 | 2024.07.30 01:36:45.188304 [ 3 ] {29ec27e4-521c-4ef0-8b6e-92cc5d931f51} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11615 | 2024.07.30 01:36:45.188462 [ 3 ] {29ec27e4-521c-4ef0-8b6e-92cc5d931f51} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001429 sec., 41987.40377886634 rows/sec., 2.83 MiB/sec. | ||
| 11616 | 2024.07.30 01:36:45.188473 [ 90 ] {} <Debug> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 11617 | 2024.07.30 01:36:45.188558 [ 90 ] {} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11618 | 2024.07.30 01:36:45.188620 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11619 | 2024.07.30 01:36:45.188729 [ 3 ] {29ec27e4-521c-4ef0-8b6e-92cc5d931f51} <Debug> DynamicQueryHandler: Done processing query | ||
| 11620 | 2024.07.30 01:36:45.188766 [ 3 ] {29ec27e4-521c-4ef0-8b6e-92cc5d931f51} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11621 | 2024.07.30 01:36:45.188770 [ 195 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 11622 | 2024.07.30 01:36:45.188784 [ 3 ] {} <Debug> HTTP-Session: da056511-cda1-4538-8908-526604a11426 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11623 | 2024.07.30 01:36:45.188913 [ 195 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11624 | 2024.07.30 01:36:45.188953 [ 195 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3814 rows starting from the beginning of the part | ||
| 11625 | 2024.07.30 01:36:45.189036 [ 195 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 11626 | 2024.07.30 01:36:45.189231 [ 195 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 11627 | 2024.07.30 01:36:45.189340 [ 195 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 11628 | 2024.07.30 01:36:45.189425 [ 195 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 11629 | 2024.07.30 01:36:45.189517 [ 195 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 11630 | 2024.07.30 01:36:45.190969 [ 196 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4114 rows, containing 4 columns (4 merged, 0 gathered) in 0.002263803 sec., 1817295.9396201877 rows/sec., 122.46 MiB/sec. | ||
| 11631 | 2024.07.30 01:36:45.191372 [ 201 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 11632 | 2024.07.30 01:36:45.191907 [ 201 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_71_14} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11633 | 2024.07.30 01:36:45.192013 [ 201 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_71_14} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 11634 | 2024.07.30 01:36:45.192118 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. | ||
| 11635 | 2024.07.30 01:36:50.143159 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 7845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11636 | 2024.07.30 01:36:50.143316 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11637 | 2024.07.30 01:36:50.143342 [ 3 ] {} <Debug> HTTP-Session: 418dba08-5231-4bc9-a45a-889d3ea71eca Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11638 | 2024.07.30 01:36:50.143368 [ 3 ] {} <Debug> HTTP-Session: 418dba08-5231-4bc9-a45a-889d3ea71eca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11639 | 2024.07.30 01:36:50.143383 [ 3 ] {} <Debug> HTTP-Session: 418dba08-5231-4bc9-a45a-889d3ea71eca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11640 | 2024.07.30 01:36:50.143433 [ 3 ] {} <Trace> HTTP-Session: 418dba08-5231-4bc9-a45a-889d3ea71eca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11641 | 2024.07.30 01:36:50.143633 [ 3 ] {3abc1f6f-c2de-411d-9ccc-1a9cf8f126a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11642 | 2024.07.30 01:36:50.143701 [ 3 ] {3abc1f6f-c2de-411d-9ccc-1a9cf8f126a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11643 | 2024.07.30 01:36:50.143893 [ 3 ] {3abc1f6f-c2de-411d-9ccc-1a9cf8f126a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11644 | 2024.07.30 01:36:50.144443 [ 3 ] {3abc1f6f-c2de-411d-9ccc-1a9cf8f126a1} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11645 | 2024.07.30 01:36:50.144486 [ 3 ] {3abc1f6f-c2de-411d-9ccc-1a9cf8f126a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11646 | 2024.07.30 01:36:50.144865 [ 3 ] {3abc1f6f-c2de-411d-9ccc-1a9cf8f126a1} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 11647 | 2024.07.30 01:36:50.145222 [ 3 ] {3abc1f6f-c2de-411d-9ccc-1a9cf8f126a1} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11648 | 2024.07.30 01:36:50.145398 [ 3 ] {3abc1f6f-c2de-411d-9ccc-1a9cf8f126a1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001828 sec., 30634.57330415755 rows/sec., 2.35 MiB/sec. | ||
| 11649 | 2024.07.30 01:36:50.145602 [ 3 ] {3abc1f6f-c2de-411d-9ccc-1a9cf8f126a1} <Debug> DynamicQueryHandler: Done processing query | ||
| 11650 | 2024.07.30 01:36:50.145628 [ 3 ] {3abc1f6f-c2de-411d-9ccc-1a9cf8f126a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11651 | 2024.07.30 01:36:50.145645 [ 3 ] {} <Debug> HTTP-Session: 418dba08-5231-4bc9-a45a-889d3ea71eca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11652 | 2024.07.30 01:36:50.145837 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 10894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11653 | 2024.07.30 01:36:50.145885 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11654 | 2024.07.30 01:36:50.145903 [ 3 ] {} <Debug> HTTP-Session: 5e85f3ba-6def-40c4-9c6e-602d21f52e36 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11655 | 2024.07.30 01:36:50.145921 [ 3 ] {} <Debug> HTTP-Session: 5e85f3ba-6def-40c4-9c6e-602d21f52e36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11656 | 2024.07.30 01:36:50.145936 [ 3 ] {} <Debug> HTTP-Session: 5e85f3ba-6def-40c4-9c6e-602d21f52e36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11657 | 2024.07.30 01:36:50.145967 [ 3 ] {} <Trace> HTTP-Session: 5e85f3ba-6def-40c4-9c6e-602d21f52e36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11658 | 2024.07.30 01:36:50.146085 [ 3 ] {e209a25a-7ba1-42b3-85a1-f98f8cb91bc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11659 | 2024.07.30 01:36:50.146129 [ 3 ] {e209a25a-7ba1-42b3-85a1-f98f8cb91bc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11660 | 2024.07.30 01:36:50.146256 [ 3 ] {e209a25a-7ba1-42b3-85a1-f98f8cb91bc9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11661 | 2024.07.30 01:36:50.146623 [ 3 ] {e209a25a-7ba1-42b3-85a1-f98f8cb91bc9} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11662 | 2024.07.30 01:36:50.146660 [ 3 ] {e209a25a-7ba1-42b3-85a1-f98f8cb91bc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11663 | 2024.07.30 01:36:50.146988 [ 3 ] {e209a25a-7ba1-42b3-85a1-f98f8cb91bc9} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 11664 | 2024.07.30 01:36:50.147313 [ 3 ] {e209a25a-7ba1-42b3-85a1-f98f8cb91bc9} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11665 | 2024.07.30 01:36:50.147465 [ 3 ] {e209a25a-7ba1-42b3-85a1-f98f8cb91bc9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00142 sec., 45070.42253521127 rows/sec., 3.52 MiB/sec. | ||
| 11666 | 2024.07.30 01:36:50.147633 [ 3 ] {e209a25a-7ba1-42b3-85a1-f98f8cb91bc9} <Debug> DynamicQueryHandler: Done processing query | ||
| 11667 | 2024.07.30 01:36:50.147657 [ 3 ] {e209a25a-7ba1-42b3-85a1-f98f8cb91bc9} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 11668 | 2024.07.30 01:36:50.147673 [ 3 ] {} <Debug> HTTP-Session: 5e85f3ba-6def-40c4-9c6e-602d21f52e36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11669 | 2024.07.30 01:36:50.147833 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11670 | 2024.07.30 01:36:50.147882 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11671 | 2024.07.30 01:36:50.147901 [ 3 ] {} <Debug> HTTP-Session: 4615886c-3b54-41d1-ab16-b81ba94330d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11672 | 2024.07.30 01:36:50.147918 [ 3 ] {} <Debug> HTTP-Session: 4615886c-3b54-41d1-ab16-b81ba94330d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11673 | 2024.07.30 01:36:50.147933 [ 3 ] {} <Debug> HTTP-Session: 4615886c-3b54-41d1-ab16-b81ba94330d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11674 | 2024.07.30 01:36:50.147985 [ 3 ] {} <Trace> HTTP-Session: 4615886c-3b54-41d1-ab16-b81ba94330d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11675 | 2024.07.30 01:36:50.148132 [ 3 ] {3a642f8b-da47-46a3-b075-764d57fceac9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11676 | 2024.07.30 01:36:50.148179 [ 3 ] {3a642f8b-da47-46a3-b075-764d57fceac9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11677 | 2024.07.30 01:36:50.148325 [ 3 ] {3a642f8b-da47-46a3-b075-764d57fceac9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11678 | 2024.07.30 01:36:50.148725 [ 3 ] {3a642f8b-da47-46a3-b075-764d57fceac9} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11679 | 2024.07.30 01:36:50.148761 [ 3 ] {3a642f8b-da47-46a3-b075-764d57fceac9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11680 | 2024.07.30 01:36:50.149155 [ 3 ] {3a642f8b-da47-46a3-b075-764d57fceac9} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 11681 | 2024.07.30 01:36:50.149493 [ 3 ] {3a642f8b-da47-46a3-b075-764d57fceac9} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11682 | 2024.07.30 01:36:50.149646 [ 3 ] {3a642f8b-da47-46a3-b075-764d57fceac9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001573 sec., 101716.465352829 rows/sec., 7.08 MiB/sec. | ||
| 11683 | 2024.07.30 01:36:50.149907 [ 3 ] {3a642f8b-da47-46a3-b075-764d57fceac9} <Debug> DynamicQueryHandler: Done processing query | ||
| 11684 | 2024.07.30 01:36:50.149964 [ 3 ] {3a642f8b-da47-46a3-b075-764d57fceac9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 11685 | 2024.07.30 01:36:50.150028 [ 3 ] {} <Debug> HTTP-Session: 4615886c-3b54-41d1-ab16-b81ba94330d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11686 | 2024.07.30 01:36:50.150228 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11687 | 2024.07.30 01:36:50.150279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11688 | 2024.07.30 01:36:50.150298 [ 3 ] {} <Debug> HTTP-Session: 55e3a145-2b9c-4afe-b654-29ca500c3ec8 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11689 | 2024.07.30 01:36:50.150314 [ 3 ] {} <Debug> HTTP-Session: 55e3a145-2b9c-4afe-b654-29ca500c3ec8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11690 | 2024.07.30 01:36:50.150327 [ 3 ] {} <Debug> HTTP-Session: 55e3a145-2b9c-4afe-b654-29ca500c3ec8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11691 | 2024.07.30 01:36:50.150359 [ 3 ] {} <Trace> HTTP-Session: 55e3a145-2b9c-4afe-b654-29ca500c3ec8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11692 | 2024.07.30 01:36:50.150494 [ 3 ] {1b98dcf3-c36a-4031-9547-558c2449b6b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11693 | 2024.07.30 01:36:50.150542 [ 3 ] {1b98dcf3-c36a-4031-9547-558c2449b6b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11694 | 2024.07.30 01:36:50.150684 [ 3 ] {1b98dcf3-c36a-4031-9547-558c2449b6b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11695 | 2024.07.30 01:36:50.150998 [ 3 ] {1b98dcf3-c36a-4031-9547-558c2449b6b8} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11696 | 2024.07.30 01:36:50.151035 [ 3 ] {1b98dcf3-c36a-4031-9547-558c2449b6b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11697 | 2024.07.30 01:36:50.151388 [ 3 ] {1b98dcf3-c36a-4031-9547-558c2449b6b8} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 11698 | 2024.07.30 01:36:50.151712 [ 3 ] {1b98dcf3-c36a-4031-9547-558c2449b6b8} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11699 | 2024.07.30 01:36:50.151862 [ 3 ] {1b98dcf3-c36a-4031-9547-558c2449b6b8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001421 sec., 42223.7860661506 rows/sec., 2.85 MiB/sec. | ||
| 11700 | 2024.07.30 01:36:50.152029 [ 3 ] {1b98dcf3-c36a-4031-9547-558c2449b6b8} <Debug> DynamicQueryHandler: Done processing query | ||
| 11701 | 2024.07.30 01:36:50.152054 [ 3 ] {1b98dcf3-c36a-4031-9547-558c2449b6b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11702 | 2024.07.30 01:36:50.152069 [ 3 ] {} <Debug> HTTP-Session: 55e3a145-2b9c-4afe-b654-29ca500c3ec8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11703 | 2024.07.30 01:36:55.149620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 5193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11704 | 2024.07.30 01:36:55.149748 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11705 | 2024.07.30 01:36:55.149774 [ 3 ] {} <Debug> HTTP-Session: dfbae9d3-062d-4e74-a06f-faa609f96f0a Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11706 | 2024.07.30 01:36:55.149800 [ 3 ] {} <Debug> HTTP-Session: dfbae9d3-062d-4e74-a06f-faa609f96f0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11707 | 2024.07.30 01:36:55.149814 [ 3 ] {} <Debug> HTTP-Session: dfbae9d3-062d-4e74-a06f-faa609f96f0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11708 | 2024.07.30 01:36:55.149864 [ 3 ] {} <Trace> HTTP-Session: dfbae9d3-062d-4e74-a06f-faa609f96f0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11709 | 2024.07.30 01:36:55.150057 [ 3 ] {b3d0e1e0-0a82-4a54-9a84-31cfd344c1cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 11710 | 2024.07.30 01:36:55.150126 [ 3 ] {b3d0e1e0-0a82-4a54-9a84-31cfd344c1cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 11711 | 2024.07.30 01:36:55.150321 [ 3 ] {b3d0e1e0-0a82-4a54-9a84-31cfd344c1cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11712 | 2024.07.30 01:36:55.150846 [ 3 ] {b3d0e1e0-0a82-4a54-9a84-31cfd344c1cc} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11713 | 2024.07.30 01:36:55.150887 [ 3 ] {b3d0e1e0-0a82-4a54-9a84-31cfd344c1cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11714 | 2024.07.30 01:36:55.151274 [ 3 ] {b3d0e1e0-0a82-4a54-9a84-31cfd344c1cc} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 11715 | 2024.07.30 01:36:55.151621 [ 3 ] {b3d0e1e0-0a82-4a54-9a84-31cfd344c1cc} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11716 | 2024.07.30 01:36:55.151764 [ 3 ] {b3d0e1e0-0a82-4a54-9a84-31cfd344c1cc} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001772 sec., 20880.3611738149 rows/sec., 1.57 MiB/sec. | ||
| 11717 | 2024.07.30 01:36:55.151961 [ 3 ] {b3d0e1e0-0a82-4a54-9a84-31cfd344c1cc} <Debug> DynamicQueryHandler: Done processing query | ||
| 11718 | 2024.07.30 01:36:55.151987 [ 3 ] {b3d0e1e0-0a82-4a54-9a84-31cfd344c1cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11719 | 2024.07.30 01:36:55.152006 [ 3 ] {} <Debug> HTTP-Session: dfbae9d3-062d-4e74-a06f-faa609f96f0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11720 | 2024.07.30 01:36:55.152119 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11721 | 2024.07.30 01:36:55.152170 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11722 | 2024.07.30 01:36:55.152191 [ 3 ] {} <Debug> HTTP-Session: d91b5c35-e88a-44e4-8665-463b9af21da5 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11723 | 2024.07.30 01:36:55.152208 [ 3 ] {} <Debug> HTTP-Session: d91b5c35-e88a-44e4-8665-463b9af21da5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11724 | 2024.07.30 01:36:55.152221 [ 3 ] {} <Debug> HTTP-Session: d91b5c35-e88a-44e4-8665-463b9af21da5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11725 | 2024.07.30 01:36:55.152254 [ 3 ] {} <Trace> HTTP-Session: d91b5c35-e88a-44e4-8665-463b9af21da5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11726 | 2024.07.30 01:36:55.152349 [ 3 ] {66928be6-5cf6-4eb2-bc91-30ea16db9275} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 11727 | 2024.07.30 01:36:55.152394 [ 3 ] {66928be6-5cf6-4eb2-bc91-30ea16db9275} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11728 | 2024.07.30 01:36:55.152520 [ 3 ] {66928be6-5cf6-4eb2-bc91-30ea16db9275} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11729 | 2024.07.30 01:36:55.152838 [ 3 ] {66928be6-5cf6-4eb2-bc91-30ea16db9275} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11730 | 2024.07.30 01:36:55.152875 [ 3 ] {66928be6-5cf6-4eb2-bc91-30ea16db9275} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11731 | 2024.07.30 01:36:55.153172 [ 3 ] {66928be6-5cf6-4eb2-bc91-30ea16db9275} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 11732 | 2024.07.30 01:36:55.153489 [ 3 ] {66928be6-5cf6-4eb2-bc91-30ea16db9275} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11733 | 2024.07.30 01:36:55.153614 [ 3 ] {66928be6-5cf6-4eb2-bc91-30ea16db9275} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001289 sec., 3103.1807602792865 rows/sec., 253.04 KiB/sec. | ||
| 11734 | 2024.07.30 01:36:55.153888 [ 3 ] {66928be6-5cf6-4eb2-bc91-30ea16db9275} <Debug> DynamicQueryHandler: Done processing query | ||
| 11735 | 2024.07.30 01:36:55.153928 [ 3 ] {66928be6-5cf6-4eb2-bc91-30ea16db9275} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11736 | 2024.07.30 01:36:55.153945 [ 3 ] {} <Debug> HTTP-Session: d91b5c35-e88a-44e4-8665-463b9af21da5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11737 | 2024.07.30 01:36:55.154084 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 38675, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11738 | 2024.07.30 01:36:55.154133 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11739 | 2024.07.30 01:36:55.154155 [ 3 ] {} <Debug> HTTP-Session: 65809fc8-e3e3-4bca-a07c-7236b1801b32 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11740 | 2024.07.30 01:36:55.154171 [ 3 ] {} <Debug> HTTP-Session: 65809fc8-e3e3-4bca-a07c-7236b1801b32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11741 | 2024.07.30 01:36:55.154185 [ 3 ] {} <Debug> HTTP-Session: 65809fc8-e3e3-4bca-a07c-7236b1801b32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11742 | 2024.07.30 01:36:55.154216 [ 3 ] {} <Trace> HTTP-Session: 65809fc8-e3e3-4bca-a07c-7236b1801b32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11743 | 2024.07.30 01:36:55.154389 [ 3 ] {639548ff-a457-4353-835a-b2fcf5a34cf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11744 | 2024.07.30 01:36:55.154434 [ 3 ] {639548ff-a457-4353-835a-b2fcf5a34cf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11745 | 2024.07.30 01:36:55.154577 [ 3 ] {639548ff-a457-4353-835a-b2fcf5a34cf2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11746 | 2024.07.30 01:36:55.155130 [ 3 ] {639548ff-a457-4353-835a-b2fcf5a34cf2} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11747 | 2024.07.30 01:36:55.155168 [ 3 ] {639548ff-a457-4353-835a-b2fcf5a34cf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11748 | 2024.07.30 01:36:55.155504 [ 3 ] {639548ff-a457-4353-835a-b2fcf5a34cf2} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 11749 | 2024.07.30 01:36:55.155822 [ 3 ] {639548ff-a457-4353-835a-b2fcf5a34cf2} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11750 | 2024.07.30 01:36:55.155948 [ 3 ] {639548ff-a457-4353-835a-b2fcf5a34cf2} <Debug> executeQuery: Read 256 rows, 23.11 KiB in 0.001647 sec., 155434.1226472374 rows/sec., 13.70 MiB/sec. | ||
| 11751 | 2024.07.30 01:36:55.156107 [ 3 ] {639548ff-a457-4353-835a-b2fcf5a34cf2} <Debug> DynamicQueryHandler: Done processing query | ||
| 11752 | 2024.07.30 01:36:55.156131 [ 3 ] {639548ff-a457-4353-835a-b2fcf5a34cf2} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 11753 | 2024.07.30 01:36:55.156147 [ 3 ] {} <Debug> HTTP-Session: 65809fc8-e3e3-4bca-a07c-7236b1801b32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11754 | 2024.07.30 01:36:55.156250 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11755 | 2024.07.30 01:36:55.156299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11756 | 2024.07.30 01:36:55.156318 [ 3 ] {} <Debug> HTTP-Session: 0e75cbed-fd21-4c4c-a19b-8b26ef39f3a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11757 | 2024.07.30 01:36:55.156335 [ 3 ] {} <Debug> HTTP-Session: 0e75cbed-fd21-4c4c-a19b-8b26ef39f3a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11758 | 2024.07.30 01:36:55.156349 [ 3 ] {} <Debug> HTTP-Session: 0e75cbed-fd21-4c4c-a19b-8b26ef39f3a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11759 | 2024.07.30 01:36:55.156379 [ 3 ] {} <Trace> HTTP-Session: 0e75cbed-fd21-4c4c-a19b-8b26ef39f3a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11760 | 2024.07.30 01:36:55.156484 [ 3 ] {244373ce-e065-4957-a13c-69045f912c54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 11761 | 2024.07.30 01:36:55.156527 [ 3 ] {244373ce-e065-4957-a13c-69045f912c54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11762 | 2024.07.30 01:36:55.156651 [ 3 ] {244373ce-e065-4957-a13c-69045f912c54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11763 | 2024.07.30 01:36:55.157028 [ 3 ] {244373ce-e065-4957-a13c-69045f912c54} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11764 | 2024.07.30 01:36:55.157065 [ 3 ] {244373ce-e065-4957-a13c-69045f912c54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11765 | 2024.07.30 01:36:55.157364 [ 3 ] {244373ce-e065-4957-a13c-69045f912c54} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 11766 | 2024.07.30 01:36:55.157681 [ 3 ] {244373ce-e065-4957-a13c-69045f912c54} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11767 | 2024.07.30 01:36:55.157807 [ 3 ] {244373ce-e065-4957-a13c-69045f912c54} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001342 sec., 2980.6259314456033 rows/sec., 208.12 KiB/sec. | ||
| 11768 | 2024.07.30 01:36:55.158146 [ 3 ] {244373ce-e065-4957-a13c-69045f912c54} <Debug> DynamicQueryHandler: Done processing query | ||
| 11769 | 2024.07.30 01:36:55.158179 [ 3 ] {244373ce-e065-4957-a13c-69045f912c54} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11770 | 2024.07.30 01:36:55.158196 [ 3 ] {} <Debug> HTTP-Session: 0e75cbed-fd21-4c4c-a19b-8b26ef39f3a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11771 | 2024.07.30 01:36:55.158367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 67517, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11772 | 2024.07.30 01:36:55.158433 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11773 | 2024.07.30 01:36:55.158453 [ 3 ] {} <Debug> HTTP-Session: 48199519-33c0-4755-a660-d841093eae90 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11774 | 2024.07.30 01:36:55.158469 [ 3 ] {} <Debug> HTTP-Session: 48199519-33c0-4755-a660-d841093eae90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11775 | 2024.07.30 01:36:55.158483 [ 3 ] {} <Debug> HTTP-Session: 48199519-33c0-4755-a660-d841093eae90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11776 | 2024.07.30 01:36:55.158513 [ 3 ] {} <Trace> HTTP-Session: 48199519-33c0-4755-a660-d841093eae90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11777 | 2024.07.30 01:36:55.158733 [ 3 ] {5837642e-cdc8-41b3-953c-b8022fccb0ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11778 | 2024.07.30 01:36:55.158779 [ 3 ] {5837642e-cdc8-41b3-953c-b8022fccb0ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11779 | 2024.07.30 01:36:55.158931 [ 3 ] {5837642e-cdc8-41b3-953c-b8022fccb0ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11780 | 2024.07.30 01:36:55.159501 [ 3 ] {5837642e-cdc8-41b3-953c-b8022fccb0ec} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11781 | 2024.07.30 01:36:55.159538 [ 3 ] {5837642e-cdc8-41b3-953c-b8022fccb0ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11782 | 2024.07.30 01:36:55.159870 [ 3 ] {5837642e-cdc8-41b3-953c-b8022fccb0ec} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 11783 | 2024.07.30 01:36:55.160179 [ 3 ] {5837642e-cdc8-41b3-953c-b8022fccb0ec} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11784 | 2024.07.30 01:36:55.160302 [ 3 ] {5837642e-cdc8-41b3-953c-b8022fccb0ec} <Debug> executeQuery: Read 417 rows, 30.28 KiB in 0.001678 sec., 248510.13110846246 rows/sec., 17.62 MiB/sec. | ||
| 11785 | 2024.07.30 01:36:55.160461 [ 3 ] {5837642e-cdc8-41b3-953c-b8022fccb0ec} <Debug> DynamicQueryHandler: Done processing query | ||
| 11786 | 2024.07.30 01:36:55.160484 [ 3 ] {5837642e-cdc8-41b3-953c-b8022fccb0ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 11787 | 2024.07.30 01:36:55.160500 [ 3 ] {} <Debug> HTTP-Session: 48199519-33c0-4755-a660-d841093eae90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11788 | 2024.07.30 01:36:55.160610 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11789 | 2024.07.30 01:36:55.160658 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11790 | 2024.07.30 01:36:55.160676 [ 3 ] {} <Debug> HTTP-Session: 722445c0-629b-4e30-9415-36e03d6c0504 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11791 | 2024.07.30 01:36:55.160692 [ 3 ] {} <Debug> HTTP-Session: 722445c0-629b-4e30-9415-36e03d6c0504 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11792 | 2024.07.30 01:36:55.160706 [ 3 ] {} <Debug> HTTP-Session: 722445c0-629b-4e30-9415-36e03d6c0504 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11793 | 2024.07.30 01:36:55.160736 [ 3 ] {} <Trace> HTTP-Session: 722445c0-629b-4e30-9415-36e03d6c0504 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11794 | 2024.07.30 01:36:55.160830 [ 3 ] {fd4b369f-37a0-4bae-a43c-9e731ca95a86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 11795 | 2024.07.30 01:36:55.160874 [ 3 ] {fd4b369f-37a0-4bae-a43c-9e731ca95a86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11796 | 2024.07.30 01:36:55.161001 [ 3 ] {fd4b369f-37a0-4bae-a43c-9e731ca95a86} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11797 | 2024.07.30 01:36:55.161271 [ 3 ] {fd4b369f-37a0-4bae-a43c-9e731ca95a86} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11798 | 2024.07.30 01:36:55.161307 [ 3 ] {fd4b369f-37a0-4bae-a43c-9e731ca95a86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11799 | 2024.07.30 01:36:55.161681 [ 3 ] {fd4b369f-37a0-4bae-a43c-9e731ca95a86} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 11800 | 2024.07.30 01:36:55.162006 [ 3 ] {fd4b369f-37a0-4bae-a43c-9e731ca95a86} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11801 | 2024.07.30 01:36:55.162127 [ 3 ] {fd4b369f-37a0-4bae-a43c-9e731ca95a86} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00132 sec., 4545.454545454545 rows/sec., 195.31 KiB/sec. | ||
| 11802 | 2024.07.30 01:36:55.162127 [ 83 ] {} <Debug> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 11803 | 2024.07.30 01:36:55.162190 [ 83 ] {} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11804 | 2024.07.30 01:36:55.162225 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11805 | 2024.07.30 01:36:55.162358 [ 3 ] {fd4b369f-37a0-4bae-a43c-9e731ca95a86} <Debug> DynamicQueryHandler: Done processing query | ||
| 11806 | 2024.07.30 01:36:55.162425 [ 3 ] {fd4b369f-37a0-4bae-a43c-9e731ca95a86} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 11807 | 2024.07.30 01:36:55.162502 [ 3 ] {} <Debug> HTTP-Session: 722445c0-629b-4e30-9415-36e03d6c0504 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11808 | 2024.07.30 01:36:55.162576 [ 189 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 11809 | 2024.07.30 01:36:55.162819 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11810 | 2024.07.30 01:36:55.162941 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11811 | 2024.07.30 01:36:55.162952 [ 189 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11812 | 2024.07.30 01:36:55.162970 [ 3 ] {} <Debug> HTTP-Session: 8fbe1ebf-858b-44a6-a4df-5ece1afebe4c Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11813 | 2024.07.30 01:36:55.163018 [ 3 ] {} <Debug> HTTP-Session: 8fbe1ebf-858b-44a6-a4df-5ece1afebe4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11814 | 2024.07.30 01:36:55.163023 [ 189 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 11815 | 2024.07.30 01:36:55.163043 [ 3 ] {} <Debug> HTTP-Session: 8fbe1ebf-858b-44a6-a4df-5ece1afebe4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11816 | 2024.07.30 01:36:55.163136 [ 3 ] {} <Trace> HTTP-Session: 8fbe1ebf-858b-44a6-a4df-5ece1afebe4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11817 | 2024.07.30 01:36:55.163263 [ 189 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 11818 | 2024.07.30 01:36:55.163511 [ 3 ] {019e2d0a-669e-484e-a73d-da26ef2493f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 11819 | 2024.07.30 01:36:55.163538 [ 189 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 11820 | 2024.07.30 01:36:55.163677 [ 3 ] {019e2d0a-669e-484e-a73d-da26ef2493f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 11821 | 2024.07.30 01:36:55.163820 [ 189 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 11822 | 2024.07.30 01:36:55.164178 [ 189 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 11823 | 2024.07.30 01:36:55.164555 [ 189 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 11824 | 2024.07.30 01:36:55.164684 [ 3 ] {019e2d0a-669e-484e-a73d-da26ef2493f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11825 | 2024.07.30 01:36:55.165684 [ 3 ] {019e2d0a-669e-484e-a73d-da26ef2493f7} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11826 | 2024.07.30 01:36:55.165747 [ 3 ] {019e2d0a-669e-484e-a73d-da26ef2493f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11827 | 2024.07.30 01:36:55.166771 [ 3 ] {019e2d0a-669e-484e-a73d-da26ef2493f7} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 11828 | 2024.07.30 01:36:55.167340 [ 201 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.005016771 sec., 43055.58296362342 rows/sec., 1.81 MiB/sec. | ||
| 11829 | 2024.07.30 01:36:55.167572 [ 201 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 11830 | 2024.07.30 01:36:55.167634 [ 3 ] {019e2d0a-669e-484e-a73d-da26ef2493f7} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11831 | 2024.07.30 01:36:55.167890 [ 83 ] {} <Debug> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 11832 | 2024.07.30 01:36:55.167954 [ 3 ] {019e2d0a-669e-484e-a73d-da26ef2493f7} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004617 sec., 16677.496209659956 rows/sec., 1.03 MiB/sec. | ||
| 11833 | 2024.07.30 01:36:55.167961 [ 83 ] {} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11834 | 2024.07.30 01:36:55.168039 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11835 | 2024.07.30 01:36:55.168738 [ 197 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 11836 | 2024.07.30 01:36:55.168895 [ 3 ] {019e2d0a-669e-484e-a73d-da26ef2493f7} <Debug> DynamicQueryHandler: Done processing query | ||
| 11837 | 2024.07.30 01:36:55.169053 [ 3 ] {019e2d0a-669e-484e-a73d-da26ef2493f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11838 | 2024.07.30 01:36:55.169181 [ 3 ] {} <Debug> HTTP-Session: 8fbe1ebf-858b-44a6-a4df-5ece1afebe4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11839 | 2024.07.30 01:36:55.169548 [ 197 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11840 | 2024.07.30 01:36:55.169625 [ 201 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_36_7} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11841 | 2024.07.30 01:36:55.169633 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 31050, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11842 | 2024.07.30 01:36:55.169664 [ 197 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 11843 | 2024.07.30 01:36:55.169957 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11844 | 2024.07.30 01:36:55.170058 [ 201 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_36_7} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 11845 | 2024.07.30 01:36:55.170103 [ 3 ] {} <Debug> HTTP-Session: fc3d8280-593a-4cac-adc2-8a7c7e9cb59f Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11846 | 2024.07.30 01:36:55.170167 [ 197 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 11847 | 2024.07.30 01:36:55.170236 [ 3 ] {} <Debug> HTTP-Session: fc3d8280-593a-4cac-adc2-8a7c7e9cb59f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11848 | 2024.07.30 01:36:55.170372 [ 3 ] {} <Debug> HTTP-Session: fc3d8280-593a-4cac-adc2-8a7c7e9cb59f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11849 | 2024.07.30 01:36:55.170458 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 11850 | 2024.07.30 01:36:55.170556 [ 3 ] {} <Trace> HTTP-Session: fc3d8280-593a-4cac-adc2-8a7c7e9cb59f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11851 | 2024.07.30 01:36:55.170720 [ 197 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 11852 | 2024.07.30 01:36:55.171140 [ 197 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 11853 | 2024.07.30 01:36:55.171166 [ 3 ] {8b5c67cc-1d69-47a1-b835-1e7d41510985} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11854 | 2024.07.30 01:36:55.171430 [ 3 ] {8b5c67cc-1d69-47a1-b835-1e7d41510985} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11855 | 2024.07.30 01:36:55.171619 [ 197 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 11856 | 2024.07.30 01:36:55.172139 [ 197 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 11857 | 2024.07.30 01:36:55.172819 [ 3 ] {8b5c67cc-1d69-47a1-b835-1e7d41510985} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11858 | 2024.07.30 01:36:55.173471 [ 3 ] {8b5c67cc-1d69-47a1-b835-1e7d41510985} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11859 | 2024.07.30 01:36:55.173540 [ 3 ] {8b5c67cc-1d69-47a1-b835-1e7d41510985} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11860 | 2024.07.30 01:36:55.174595 [ 3 ] {8b5c67cc-1d69-47a1-b835-1e7d41510985} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 11861 | 2024.07.30 01:36:55.175316 [ 193 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2772 rows, containing 5 columns (5 merged, 0 gathered) in 0.007064481 sec., 392385.5128211117 rows/sec., 24.16 MiB/sec. | ||
| 11862 | 2024.07.30 01:36:55.175330 [ 3 ] {8b5c67cc-1d69-47a1-b835-1e7d41510985} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11863 | 2024.07.30 01:36:55.175531 [ 3 ] {8b5c67cc-1d69-47a1-b835-1e7d41510985} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.004691 sec., 34534.214453208275 rows/sec., 2.40 MiB/sec. | ||
| 11864 | 2024.07.30 01:36:55.175710 [ 193 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 11865 | 2024.07.30 01:36:55.175847 [ 3 ] {8b5c67cc-1d69-47a1-b835-1e7d41510985} <Debug> DynamicQueryHandler: Done processing query | ||
| 11866 | 2024.07.30 01:36:55.175883 [ 3 ] {8b5c67cc-1d69-47a1-b835-1e7d41510985} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 11867 | 2024.07.30 01:36:55.175933 [ 3 ] {} <Debug> HTTP-Session: fc3d8280-593a-4cac-adc2-8a7c7e9cb59f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11868 | 2024.07.30 01:36:55.176145 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 50264, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11869 | 2024.07.30 01:36:55.176226 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11870 | 2024.07.30 01:36:55.176268 [ 3 ] {} <Debug> HTTP-Session: 7e80d2de-7e72-4367-9296-e6a8ae3873d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11871 | 2024.07.30 01:36:55.176294 [ 3 ] {} <Debug> HTTP-Session: 7e80d2de-7e72-4367-9296-e6a8ae3873d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11872 | 2024.07.30 01:36:55.176313 [ 3 ] {} <Debug> HTTP-Session: 7e80d2de-7e72-4367-9296-e6a8ae3873d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11873 | 2024.07.30 01:36:55.176369 [ 3 ] {} <Trace> HTTP-Session: 7e80d2de-7e72-4367-9296-e6a8ae3873d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11874 | 2024.07.30 01:36:55.176408 [ 193 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_36_7} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11875 | 2024.07.30 01:36:55.176572 [ 193 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_36_7} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 11876 | 2024.07.30 01:36:55.176660 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
| 11877 | 2024.07.30 01:36:55.177012 [ 3 ] {5869a86d-c7fd-44f0-a364-975b6832ed2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 11878 | 2024.07.30 01:36:55.177092 [ 3 ] {5869a86d-c7fd-44f0-a364-975b6832ed2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 11879 | 2024.07.30 01:36:55.177543 [ 3 ] {5869a86d-c7fd-44f0-a364-975b6832ed2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11880 | 2024.07.30 01:36:55.178308 [ 3 ] {5869a86d-c7fd-44f0-a364-975b6832ed2b} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11881 | 2024.07.30 01:36:55.178345 [ 3 ] {5869a86d-c7fd-44f0-a364-975b6832ed2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11882 | 2024.07.30 01:36:55.178976 [ 3 ] {5869a86d-c7fd-44f0-a364-975b6832ed2b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 11883 | 2024.07.30 01:36:55.179389 [ 3 ] {5869a86d-c7fd-44f0-a364-975b6832ed2b} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11884 | 2024.07.30 01:36:55.179523 [ 83 ] {} <Debug> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 11885 | 2024.07.30 01:36:55.179542 [ 3 ] {5869a86d-c7fd-44f0-a364-975b6832ed2b} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.003008 sec., 10305.851063829788 rows/sec., 18.47 MiB/sec. | ||
| 11886 | 2024.07.30 01:36:55.179564 [ 83 ] {} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11887 | 2024.07.30 01:36:55.179605 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 11888 | 2024.07.30 01:36:55.179890 [ 197 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::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 | ||
| 11889 | 2024.07.30 01:36:55.180017 [ 3 ] {5869a86d-c7fd-44f0-a364-975b6832ed2b} <Debug> DynamicQueryHandler: Done processing query | ||
| 11890 | 2024.07.30 01:36:55.180067 [ 3 ] {5869a86d-c7fd-44f0-a364-975b6832ed2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 11891 | 2024.07.30 01:36:55.180114 [ 3 ] {} <Debug> HTTP-Session: 7e80d2de-7e72-4367-9296-e6a8ae3873d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11892 | 2024.07.30 01:36:55.180322 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11893 | 2024.07.30 01:36:55.180432 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11894 | 2024.07.30 01:36:55.180482 [ 3 ] {} <Debug> HTTP-Session: c28b0d52-e859-43da-bfa2-57c722c3a7b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11895 | 2024.07.30 01:36:55.180517 [ 197 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11896 | 2024.07.30 01:36:55.180529 [ 3 ] {} <Debug> HTTP-Session: c28b0d52-e859-43da-bfa2-57c722c3a7b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11897 | 2024.07.30 01:36:55.180585 [ 3 ] {} <Debug> HTTP-Session: c28b0d52-e859-43da-bfa2-57c722c3a7b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11898 | 2024.07.30 01:36:55.180670 [ 197 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 806 rows starting from the beginning of the part | ||
| 11899 | 2024.07.30 01:36:55.180676 [ 3 ] {} <Trace> HTTP-Session: c28b0d52-e859-43da-bfa2-57c722c3a7b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11900 | 2024.07.30 01:36:55.180968 [ 3 ] {76b2d14b-d432-49be-9719-d9900f9ad73c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 11901 | 2024.07.30 01:36:55.181159 [ 3 ] {76b2d14b-d432-49be-9719-d9900f9ad73c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 11902 | 2024.07.30 01:36:55.181354 [ 197 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 31 rows starting from the beginning of the part | ||
| 11903 | 2024.07.30 01:36:55.181848 [ 3 ] {76b2d14b-d432-49be-9719-d9900f9ad73c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11904 | 2024.07.30 01:36:55.182195 [ 197 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 31 rows starting from the beginning of the part | ||
| 11905 | 2024.07.30 01:36:55.182863 [ 197 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 31 rows starting from the beginning of the part | ||
| 11906 | 2024.07.30 01:36:55.182928 [ 3 ] {76b2d14b-d432-49be-9719-d9900f9ad73c} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11907 | 2024.07.30 01:36:55.182995 [ 3 ] {76b2d14b-d432-49be-9719-d9900f9ad73c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11908 | 2024.07.30 01:36:55.183411 [ 197 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 31 rows starting from the beginning of the part | ||
| 11909 | 2024.07.30 01:36:55.184097 [ 197 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 31 rows starting from the beginning of the part | ||
| 11910 | 2024.07.30 01:36:55.184216 [ 3 ] {76b2d14b-d432-49be-9719-d9900f9ad73c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 11911 | 2024.07.30 01:36:55.185213 [ 3 ] {76b2d14b-d432-49be-9719-d9900f9ad73c} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11912 | 2024.07.30 01:36:55.185427 [ 83 ] {} <Debug> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 11913 | 2024.07.30 01:36:55.185508 [ 83 ] {} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11914 | 2024.07.30 01:36:55.185510 [ 3 ] {76b2d14b-d432-49be-9719-d9900f9ad73c} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.004664 sec., 4931.38936535163 rows/sec., 266.75 KiB/sec. | ||
| 11915 | 2024.07.30 01:36:55.185576 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11916 | 2024.07.30 01:36:55.185998 [ 199 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::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 | ||
| 11917 | 2024.07.30 01:36:55.186086 [ 3 ] {76b2d14b-d432-49be-9719-d9900f9ad73c} <Debug> DynamicQueryHandler: Done processing query | ||
| 11918 | 2024.07.30 01:36:55.186154 [ 3 ] {76b2d14b-d432-49be-9719-d9900f9ad73c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 11919 | 2024.07.30 01:36:55.186224 [ 3 ] {} <Debug> HTTP-Session: c28b0d52-e859-43da-bfa2-57c722c3a7b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11920 | 2024.07.30 01:36:55.186492 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11921 | 2024.07.30 01:36:55.186562 [ 199 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11922 | 2024.07.30 01:36:55.186652 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11923 | 2024.07.30 01:36:55.186661 [ 199 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 740 rows starting from the beginning of the part | ||
| 11924 | 2024.07.30 01:36:55.186721 [ 3 ] {} <Debug> HTTP-Session: 7cb2d2ac-9120-482f-a0df-e2e5c41fdf2b Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11925 | 2024.07.30 01:36:55.186808 [ 3 ] {} <Debug> HTTP-Session: 7cb2d2ac-9120-482f-a0df-e2e5c41fdf2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11926 | 2024.07.30 01:36:55.186939 [ 3 ] {} <Debug> HTTP-Session: 7cb2d2ac-9120-482f-a0df-e2e5c41fdf2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11927 | 2024.07.30 01:36:55.187082 [ 199 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::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 | ||
| 11928 | 2024.07.30 01:36:55.187110 [ 3 ] {} <Trace> HTTP-Session: 7cb2d2ac-9120-482f-a0df-e2e5c41fdf2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11929 | 2024.07.30 01:36:55.187421 [ 199 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::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 | ||
| 11930 | 2024.07.30 01:36:55.187497 [ 3 ] {16e4e9ea-0be7-4004-abdd-bfedd7ae7aed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11931 | 2024.07.30 01:36:55.187566 [ 199 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::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 | ||
| 11932 | 2024.07.30 01:36:55.187609 [ 3 ] {16e4e9ea-0be7-4004-abdd-bfedd7ae7aed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11933 | 2024.07.30 01:36:55.187722 [ 199 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::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 | ||
| 11934 | 2024.07.30 01:36:55.187964 [ 199 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::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 | ||
| 11935 | 2024.07.30 01:36:55.188556 [ 3 ] {16e4e9ea-0be7-4004-abdd-bfedd7ae7aed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11936 | 2024.07.30 01:36:55.189925 [ 3 ] {16e4e9ea-0be7-4004-abdd-bfedd7ae7aed} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11937 | 2024.07.30 01:36:55.190004 [ 3 ] {16e4e9ea-0be7-4004-abdd-bfedd7ae7aed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11938 | 2024.07.30 01:36:55.191672 [ 3 ] {16e4e9ea-0be7-4004-abdd-bfedd7ae7aed} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 11939 | 2024.07.30 01:36:55.192903 [ 199 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 855 rows, containing 4 columns (4 merged, 0 gathered) in 0.007174323 sec., 119175.00787182289 rows/sec., 6.37 MiB/sec. | ||
| 11940 | 2024.07.30 01:36:55.193255 [ 199 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 11941 | 2024.07.30 01:36:55.193314 [ 3 ] {16e4e9ea-0be7-4004-abdd-bfedd7ae7aed} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11942 | 2024.07.30 01:36:55.193860 [ 3 ] {16e4e9ea-0be7-4004-abdd-bfedd7ae7aed} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006472 sec., 9270.70457354759 rows/sec., 639.78 KiB/sec. | ||
| 11943 | 2024.07.30 01:36:55.194521 [ 3 ] {16e4e9ea-0be7-4004-abdd-bfedd7ae7aed} <Debug> DynamicQueryHandler: Done processing query | ||
| 11944 | 2024.07.30 01:36:55.194592 [ 3 ] {16e4e9ea-0be7-4004-abdd-bfedd7ae7aed} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11945 | 2024.07.30 01:36:55.194646 [ 3 ] {} <Debug> HTTP-Session: 7cb2d2ac-9120-482f-a0df-e2e5c41fdf2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11946 | 2024.07.30 01:36:55.194947 [ 199 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_36_7} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11947 | 2024.07.30 01:36:55.195164 [ 199 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_36_7} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 11948 | 2024.07.30 01:36:55.195313 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 11949 | 2024.07.30 01:36:55.198035 [ 200 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 961 rows, containing 19 columns (19 merged, 0 gathered) in 0.018310096 sec., 52484.70570552989 rows/sec., 94.05 MiB/sec. | ||
| 11950 | 2024.07.30 01:36:55.199372 [ 194 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 11951 | 2024.07.30 01:36:55.200039 [ 194 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11952 | 2024.07.30 01:36:55.200144 [ 194 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 11953 | 2024.07.30 01:36:55.200315 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.01 MiB. | ||
| 11954 | 2024.07.30 01:36:57.808759 [ 81 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11955 | 2024.07.30 01:36:57.808856 [ 81 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11956 | 2024.07.30 01:37:00.143430 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11957 | 2024.07.30 01:37:00.143558 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11958 | 2024.07.30 01:37:00.143587 [ 3 ] {} <Debug> HTTP-Session: 50aec833-cea1-4437-b3c3-3408b64c823a Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11959 | 2024.07.30 01:37:00.143615 [ 3 ] {} <Debug> HTTP-Session: 50aec833-cea1-4437-b3c3-3408b64c823a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11960 | 2024.07.30 01:37:00.143632 [ 3 ] {} <Debug> HTTP-Session: 50aec833-cea1-4437-b3c3-3408b64c823a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11961 | 2024.07.30 01:37:00.143687 [ 3 ] {} <Trace> HTTP-Session: 50aec833-cea1-4437-b3c3-3408b64c823a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11962 | 2024.07.30 01:37:00.143887 [ 3 ] {6018c230-9938-405e-a301-02c5d10aa460} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 11963 | 2024.07.30 01:37:00.143960 [ 3 ] {6018c230-9938-405e-a301-02c5d10aa460} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11964 | 2024.07.30 01:37:00.144180 [ 3 ] {6018c230-9938-405e-a301-02c5d10aa460} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11965 | 2024.07.30 01:37:00.144636 [ 3 ] {6018c230-9938-405e-a301-02c5d10aa460} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11966 | 2024.07.30 01:37:00.144675 [ 3 ] {6018c230-9938-405e-a301-02c5d10aa460} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11967 | 2024.07.30 01:37:00.145035 [ 3 ] {6018c230-9938-405e-a301-02c5d10aa460} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 11968 | 2024.07.30 01:37:00.145379 [ 3 ] {6018c230-9938-405e-a301-02c5d10aa460} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11969 | 2024.07.30 01:37:00.145521 [ 3 ] {6018c230-9938-405e-a301-02c5d10aa460} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001694 sec., 2361.275088547816 rows/sec., 192.55 KiB/sec. | ||
| 11970 | 2024.07.30 01:37:00.145717 [ 3 ] {6018c230-9938-405e-a301-02c5d10aa460} <Debug> DynamicQueryHandler: Done processing query | ||
| 11971 | 2024.07.30 01:37:00.145743 [ 3 ] {6018c230-9938-405e-a301-02c5d10aa460} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11972 | 2024.07.30 01:37:00.145760 [ 3 ] {} <Debug> HTTP-Session: 50aec833-cea1-4437-b3c3-3408b64c823a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11973 | 2024.07.30 01:37:00.145944 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 13093, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11974 | 2024.07.30 01:37:00.145995 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11975 | 2024.07.30 01:37:00.146015 [ 3 ] {} <Debug> HTTP-Session: 84ac31e4-22de-4ab3-b32c-02b14c795e4c Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11976 | 2024.07.30 01:37:00.146032 [ 3 ] {} <Debug> HTTP-Session: 84ac31e4-22de-4ab3-b32c-02b14c795e4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11977 | 2024.07.30 01:37:00.146045 [ 3 ] {} <Debug> HTTP-Session: 84ac31e4-22de-4ab3-b32c-02b14c795e4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11978 | 2024.07.30 01:37:00.146077 [ 3 ] {} <Trace> HTTP-Session: 84ac31e4-22de-4ab3-b32c-02b14c795e4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11979 | 2024.07.30 01:37:00.146200 [ 3 ] {0b9608d6-f4a1-4e71-9419-26fda764d4e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11980 | 2024.07.30 01:37:00.146243 [ 3 ] {0b9608d6-f4a1-4e71-9419-26fda764d4e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11981 | 2024.07.30 01:37:00.146368 [ 3 ] {0b9608d6-f4a1-4e71-9419-26fda764d4e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11982 | 2024.07.30 01:37:00.146749 [ 3 ] {0b9608d6-f4a1-4e71-9419-26fda764d4e8} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11983 | 2024.07.30 01:37:00.146785 [ 3 ] {0b9608d6-f4a1-4e71-9419-26fda764d4e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11984 | 2024.07.30 01:37:00.147099 [ 3 ] {0b9608d6-f4a1-4e71-9419-26fda764d4e8} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 11985 | 2024.07.30 01:37:00.147406 [ 3 ] {0b9608d6-f4a1-4e71-9419-26fda764d4e8} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11986 | 2024.07.30 01:37:00.147528 [ 3 ] {0b9608d6-f4a1-4e71-9419-26fda764d4e8} <Debug> executeQuery: Read 94 rows, 7.36 KiB in 0.001375 sec., 68363.63636363637 rows/sec., 5.23 MiB/sec. | ||
| 11987 | 2024.07.30 01:37:00.147690 [ 3 ] {0b9608d6-f4a1-4e71-9419-26fda764d4e8} <Debug> DynamicQueryHandler: Done processing query | ||
| 11988 | 2024.07.30 01:37:00.147715 [ 3 ] {0b9608d6-f4a1-4e71-9419-26fda764d4e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 11989 | 2024.07.30 01:37:00.147731 [ 3 ] {} <Debug> HTTP-Session: 84ac31e4-22de-4ab3-b32c-02b14c795e4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11990 | 2024.07.30 01:37:00.147851 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11991 | 2024.07.30 01:37:00.147902 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11992 | 2024.07.30 01:37:00.147922 [ 3 ] {} <Debug> HTTP-Session: 030bdac1-a36d-44ee-99fe-111cf4a1cd60 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 11993 | 2024.07.30 01:37:00.147939 [ 3 ] {} <Debug> HTTP-Session: 030bdac1-a36d-44ee-99fe-111cf4a1cd60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11994 | 2024.07.30 01:37:00.147953 [ 3 ] {} <Debug> HTTP-Session: 030bdac1-a36d-44ee-99fe-111cf4a1cd60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11995 | 2024.07.30 01:37:00.147982 [ 3 ] {} <Trace> HTTP-Session: 030bdac1-a36d-44ee-99fe-111cf4a1cd60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11996 | 2024.07.30 01:37:00.148082 [ 3 ] {e90ed9e7-6a76-47ff-b79f-451be2323a69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 11997 | 2024.07.30 01:37:00.148125 [ 3 ] {e90ed9e7-6a76-47ff-b79f-451be2323a69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11998 | 2024.07.30 01:37:00.148251 [ 3 ] {e90ed9e7-6a76-47ff-b79f-451be2323a69} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11999 | 2024.07.30 01:37:00.148541 [ 3 ] {e90ed9e7-6a76-47ff-b79f-451be2323a69} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12000 | 2024.07.30 01:37:00.148577 [ 3 ] {e90ed9e7-6a76-47ff-b79f-451be2323a69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12001 | 2024.07.30 01:37:00.148879 [ 3 ] {e90ed9e7-6a76-47ff-b79f-451be2323a69} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 12002 | 2024.07.30 01:37:00.149208 [ 3 ] {e90ed9e7-6a76-47ff-b79f-451be2323a69} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12003 | 2024.07.30 01:37:00.149331 [ 3 ] {e90ed9e7-6a76-47ff-b79f-451be2323a69} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001273 sec., 3142.1838177533386 rows/sec., 219.40 KiB/sec. | ||
| 12004 | 2024.07.30 01:37:00.149492 [ 3 ] {e90ed9e7-6a76-47ff-b79f-451be2323a69} <Debug> DynamicQueryHandler: Done processing query | ||
| 12005 | 2024.07.30 01:37:00.149517 [ 3 ] {e90ed9e7-6a76-47ff-b79f-451be2323a69} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 12006 | 2024.07.30 01:37:00.149534 [ 3 ] {} <Debug> HTTP-Session: 030bdac1-a36d-44ee-99fe-111cf4a1cd60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12007 | 2024.07.30 01:37:00.149668 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 15620, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12008 | 2024.07.30 01:37:00.149719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12009 | 2024.07.30 01:37:00.149739 [ 3 ] {} <Debug> HTTP-Session: 5b0bfb64-9b28-417e-9eb6-85fa7dc828ab Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12010 | 2024.07.30 01:37:00.149756 [ 3 ] {} <Debug> HTTP-Session: 5b0bfb64-9b28-417e-9eb6-85fa7dc828ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12011 | 2024.07.30 01:37:00.149770 [ 3 ] {} <Debug> HTTP-Session: 5b0bfb64-9b28-417e-9eb6-85fa7dc828ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12012 | 2024.07.30 01:37:00.149800 [ 3 ] {} <Trace> HTTP-Session: 5b0bfb64-9b28-417e-9eb6-85fa7dc828ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12013 | 2024.07.30 01:37:00.149917 [ 3 ] {e60514b9-9088-4389-ab4b-ebcfe4dd9526} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12014 | 2024.07.30 01:37:00.149958 [ 3 ] {e60514b9-9088-4389-ab4b-ebcfe4dd9526} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12015 | 2024.07.30 01:37:00.150083 [ 3 ] {e60514b9-9088-4389-ab4b-ebcfe4dd9526} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12016 | 2024.07.30 01:37:00.150430 [ 3 ] {e60514b9-9088-4389-ab4b-ebcfe4dd9526} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12017 | 2024.07.30 01:37:00.150466 [ 3 ] {e60514b9-9088-4389-ab4b-ebcfe4dd9526} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12018 | 2024.07.30 01:37:00.150780 [ 3 ] {e60514b9-9088-4389-ab4b-ebcfe4dd9526} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 12019 | 2024.07.30 01:37:00.151093 [ 3 ] {e60514b9-9088-4389-ab4b-ebcfe4dd9526} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12020 | 2024.07.30 01:37:00.151216 [ 3 ] {e60514b9-9088-4389-ab4b-ebcfe4dd9526} <Debug> executeQuery: Read 92 rows, 7.34 KiB in 0.001342 sec., 68554.39642324888 rows/sec., 5.34 MiB/sec. | ||
| 12021 | 2024.07.30 01:37:00.151378 [ 3 ] {e60514b9-9088-4389-ab4b-ebcfe4dd9526} <Debug> DynamicQueryHandler: Done processing query | ||
| 12022 | 2024.07.30 01:37:00.151402 [ 3 ] {e60514b9-9088-4389-ab4b-ebcfe4dd9526} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 12023 | 2024.07.30 01:37:00.151418 [ 3 ] {} <Debug> HTTP-Session: 5b0bfb64-9b28-417e-9eb6-85fa7dc828ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12024 | 2024.07.30 01:37:00.151576 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 38016, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12025 | 2024.07.30 01:37:00.151626 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12026 | 2024.07.30 01:37:00.151646 [ 3 ] {} <Debug> HTTP-Session: cf656bd6-3e77-4a9a-a06f-6890e231b92d Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12027 | 2024.07.30 01:37:00.151662 [ 3 ] {} <Debug> HTTP-Session: cf656bd6-3e77-4a9a-a06f-6890e231b92d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12028 | 2024.07.30 01:37:00.151675 [ 3 ] {} <Debug> HTTP-Session: cf656bd6-3e77-4a9a-a06f-6890e231b92d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12029 | 2024.07.30 01:37:00.151706 [ 3 ] {} <Trace> HTTP-Session: cf656bd6-3e77-4a9a-a06f-6890e231b92d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12030 | 2024.07.30 01:37:00.151874 [ 3 ] {9c12fff1-6017-4310-8010-7a9d5ecfa350} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12031 | 2024.07.30 01:37:00.151922 [ 3 ] {9c12fff1-6017-4310-8010-7a9d5ecfa350} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12032 | 2024.07.30 01:37:00.152069 [ 3 ] {9c12fff1-6017-4310-8010-7a9d5ecfa350} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12033 | 2024.07.30 01:37:00.152487 [ 3 ] {9c12fff1-6017-4310-8010-7a9d5ecfa350} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12034 | 2024.07.30 01:37:00.152523 [ 3 ] {9c12fff1-6017-4310-8010-7a9d5ecfa350} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12035 | 2024.07.30 01:37:00.152922 [ 3 ] {9c12fff1-6017-4310-8010-7a9d5ecfa350} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 12036 | 2024.07.30 01:37:00.153258 [ 3 ] {9c12fff1-6017-4310-8010-7a9d5ecfa350} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12037 | 2024.07.30 01:37:00.153384 [ 3 ] {9c12fff1-6017-4310-8010-7a9d5ecfa350} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.001591 sec., 124450.03142677562 rows/sec., 8.69 MiB/sec. | ||
| 12038 | 2024.07.30 01:37:00.153551 [ 3 ] {9c12fff1-6017-4310-8010-7a9d5ecfa350} <Debug> DynamicQueryHandler: Done processing query | ||
| 12039 | 2024.07.30 01:37:00.153575 [ 3 ] {9c12fff1-6017-4310-8010-7a9d5ecfa350} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 12040 | 2024.07.30 01:37:00.153592 [ 3 ] {} <Debug> HTTP-Session: cf656bd6-3e77-4a9a-a06f-6890e231b92d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12041 | 2024.07.30 01:37:00.153734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12042 | 2024.07.30 01:37:00.153785 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12043 | 2024.07.30 01:37:00.153804 [ 3 ] {} <Debug> HTTP-Session: a9d34186-5113-4fb7-81be-c71fdc520385 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12044 | 2024.07.30 01:37:00.153820 [ 3 ] {} <Debug> HTTP-Session: a9d34186-5113-4fb7-81be-c71fdc520385 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12045 | 2024.07.30 01:37:00.153833 [ 3 ] {} <Debug> HTTP-Session: a9d34186-5113-4fb7-81be-c71fdc520385 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12046 | 2024.07.30 01:37:00.153864 [ 3 ] {} <Trace> HTTP-Session: a9d34186-5113-4fb7-81be-c71fdc520385 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12047 | 2024.07.30 01:37:00.153986 [ 3 ] {9860788a-f752-4fcc-b849-b8b9130f10d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12048 | 2024.07.30 01:37:00.154032 [ 3 ] {9860788a-f752-4fcc-b849-b8b9130f10d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12049 | 2024.07.30 01:37:00.154158 [ 3 ] {9860788a-f752-4fcc-b849-b8b9130f10d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12050 | 2024.07.30 01:37:00.154460 [ 3 ] {9860788a-f752-4fcc-b849-b8b9130f10d3} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12051 | 2024.07.30 01:37:00.154495 [ 3 ] {9860788a-f752-4fcc-b849-b8b9130f10d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12052 | 2024.07.30 01:37:00.154866 [ 3 ] {9860788a-f752-4fcc-b849-b8b9130f10d3} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 12053 | 2024.07.30 01:37:00.155195 [ 3 ] {9860788a-f752-4fcc-b849-b8b9130f10d3} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12054 | 2024.07.30 01:37:00.155320 [ 3 ] {9860788a-f752-4fcc-b849-b8b9130f10d3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001382 sec., 43415.34008683068 rows/sec., 2.93 MiB/sec. | ||
| 12055 | 2024.07.30 01:37:00.155579 [ 3 ] {9860788a-f752-4fcc-b849-b8b9130f10d3} <Debug> DynamicQueryHandler: Done processing query | ||
| 12056 | 2024.07.30 01:37:00.155636 [ 3 ] {9860788a-f752-4fcc-b849-b8b9130f10d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12057 | 2024.07.30 01:37:00.155699 [ 3 ] {} <Debug> HTTP-Session: a9d34186-5113-4fb7-81be-c71fdc520385 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12058 | 2024.07.30 01:37:05.148153 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 5193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12059 | 2024.07.30 01:37:05.148294 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12060 | 2024.07.30 01:37:05.148323 [ 3 ] {} <Debug> HTTP-Session: e24132c7-eeb9-4655-8f49-79a747e8fb87 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12061 | 2024.07.30 01:37:05.148351 [ 3 ] {} <Debug> HTTP-Session: e24132c7-eeb9-4655-8f49-79a747e8fb87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12062 | 2024.07.30 01:37:05.148369 [ 3 ] {} <Debug> HTTP-Session: e24132c7-eeb9-4655-8f49-79a747e8fb87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12063 | 2024.07.30 01:37:05.148425 [ 3 ] {} <Trace> HTTP-Session: e24132c7-eeb9-4655-8f49-79a747e8fb87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12064 | 2024.07.30 01:37:05.148639 [ 3 ] {e82663a1-ad6d-4ae8-9c06-f74aa18eccfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 12065 | 2024.07.30 01:37:05.148715 [ 3 ] {e82663a1-ad6d-4ae8-9c06-f74aa18eccfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 12066 | 2024.07.30 01:37:05.148942 [ 3 ] {e82663a1-ad6d-4ae8-9c06-f74aa18eccfd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12067 | 2024.07.30 01:37:05.149474 [ 3 ] {e82663a1-ad6d-4ae8-9c06-f74aa18eccfd} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12068 | 2024.07.30 01:37:05.149514 [ 3 ] {e82663a1-ad6d-4ae8-9c06-f74aa18eccfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12069 | 2024.07.30 01:37:05.149892 [ 3 ] {e82663a1-ad6d-4ae8-9c06-f74aa18eccfd} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 12070 | 2024.07.30 01:37:05.150239 [ 3 ] {e82663a1-ad6d-4ae8-9c06-f74aa18eccfd} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12071 | 2024.07.30 01:37:05.150407 [ 3 ] {e82663a1-ad6d-4ae8-9c06-f74aa18eccfd} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001837 sec., 20141.535111594992 rows/sec., 1.52 MiB/sec. | ||
| 12072 | 2024.07.30 01:37:05.150718 [ 3 ] {e82663a1-ad6d-4ae8-9c06-f74aa18eccfd} <Debug> DynamicQueryHandler: Done processing query | ||
| 12073 | 2024.07.30 01:37:05.150786 [ 3 ] {e82663a1-ad6d-4ae8-9c06-f74aa18eccfd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12074 | 2024.07.30 01:37:05.150823 [ 3 ] {} <Debug> HTTP-Session: e24132c7-eeb9-4655-8f49-79a747e8fb87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12075 | 2024.07.30 01:37:05.151025 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 38407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12076 | 2024.07.30 01:37:05.151079 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12077 | 2024.07.30 01:37:05.151101 [ 3 ] {} <Debug> HTTP-Session: 8fe9252b-c163-4b80-9e64-d7b139d5e395 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12078 | 2024.07.30 01:37:05.151121 [ 3 ] {} <Debug> HTTP-Session: 8fe9252b-c163-4b80-9e64-d7b139d5e395 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12079 | 2024.07.30 01:37:05.151134 [ 3 ] {} <Debug> HTTP-Session: 8fe9252b-c163-4b80-9e64-d7b139d5e395 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12080 | 2024.07.30 01:37:05.151166 [ 3 ] {} <Trace> HTTP-Session: 8fe9252b-c163-4b80-9e64-d7b139d5e395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12081 | 2024.07.30 01:37:05.151343 [ 3 ] {bcb87c4c-f5b3-4df8-a49a-4cb8bac5898d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12082 | 2024.07.30 01:37:05.151391 [ 3 ] {bcb87c4c-f5b3-4df8-a49a-4cb8bac5898d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12083 | 2024.07.30 01:37:05.151532 [ 3 ] {bcb87c4c-f5b3-4df8-a49a-4cb8bac5898d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12084 | 2024.07.30 01:37:05.152034 [ 3 ] {bcb87c4c-f5b3-4df8-a49a-4cb8bac5898d} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12085 | 2024.07.30 01:37:05.152071 [ 3 ] {bcb87c4c-f5b3-4df8-a49a-4cb8bac5898d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12086 | 2024.07.30 01:37:05.152411 [ 3 ] {bcb87c4c-f5b3-4df8-a49a-4cb8bac5898d} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 12087 | 2024.07.30 01:37:05.152726 [ 3 ] {bcb87c4c-f5b3-4df8-a49a-4cb8bac5898d} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12088 | 2024.07.30 01:37:05.152887 [ 3 ] {bcb87c4c-f5b3-4df8-a49a-4cb8bac5898d} <Debug> executeQuery: Read 254 rows, 22.97 KiB in 0.001628 sec., 156019.65601965602 rows/sec., 13.78 MiB/sec. | ||
| 12089 | 2024.07.30 01:37:05.153068 [ 3 ] {bcb87c4c-f5b3-4df8-a49a-4cb8bac5898d} <Debug> DynamicQueryHandler: Done processing query | ||
| 12090 | 2024.07.30 01:37:05.153092 [ 3 ] {bcb87c4c-f5b3-4df8-a49a-4cb8bac5898d} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 12091 | 2024.07.30 01:37:05.153112 [ 3 ] {} <Debug> HTTP-Session: 8fe9252b-c163-4b80-9e64-d7b139d5e395 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12092 | 2024.07.30 01:37:05.153296 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 66831, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12093 | 2024.07.30 01:37:05.153349 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12094 | 2024.07.30 01:37:05.153370 [ 3 ] {} <Debug> HTTP-Session: c7564c7e-1ad7-4704-82fe-c6b2b37f748b Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12095 | 2024.07.30 01:37:05.153387 [ 3 ] {} <Debug> HTTP-Session: c7564c7e-1ad7-4704-82fe-c6b2b37f748b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12096 | 2024.07.30 01:37:05.153401 [ 3 ] {} <Debug> HTTP-Session: c7564c7e-1ad7-4704-82fe-c6b2b37f748b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12097 | 2024.07.30 01:37:05.153432 [ 3 ] {} <Trace> HTTP-Session: c7564c7e-1ad7-4704-82fe-c6b2b37f748b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12098 | 2024.07.30 01:37:05.153649 [ 3 ] {3082131b-1e04-4161-80f9-edb2bbae7052} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12099 | 2024.07.30 01:37:05.153692 [ 3 ] {3082131b-1e04-4161-80f9-edb2bbae7052} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12100 | 2024.07.30 01:37:05.153822 [ 3 ] {3082131b-1e04-4161-80f9-edb2bbae7052} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12101 | 2024.07.30 01:37:05.154429 [ 3 ] {3082131b-1e04-4161-80f9-edb2bbae7052} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12102 | 2024.07.30 01:37:05.154466 [ 3 ] {3082131b-1e04-4161-80f9-edb2bbae7052} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12103 | 2024.07.30 01:37:05.154825 [ 3 ] {3082131b-1e04-4161-80f9-edb2bbae7052} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 12104 | 2024.07.30 01:37:05.155146 [ 3 ] {3082131b-1e04-4161-80f9-edb2bbae7052} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12105 | 2024.07.30 01:37:05.155304 [ 3 ] {3082131b-1e04-4161-80f9-edb2bbae7052} <Debug> executeQuery: Read 413 rows, 29.96 KiB in 0.001755 sec., 235327.63532763533 rows/sec., 16.67 MiB/sec. | ||
| 12106 | 2024.07.30 01:37:05.155549 [ 3 ] {3082131b-1e04-4161-80f9-edb2bbae7052} <Debug> DynamicQueryHandler: Done processing query | ||
| 12107 | 2024.07.30 01:37:05.155607 [ 3 ] {3082131b-1e04-4161-80f9-edb2bbae7052} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 12108 | 2024.07.30 01:37:05.155666 [ 3 ] {} <Debug> HTTP-Session: c7564c7e-1ad7-4704-82fe-c6b2b37f748b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12109 | 2024.07.30 01:37:05.155865 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12110 | 2024.07.30 01:37:05.155919 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12111 | 2024.07.30 01:37:05.155939 [ 3 ] {} <Debug> HTTP-Session: 38aefcd0-2f33-4fdd-b18b-c0a526438e96 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12112 | 2024.07.30 01:37:05.155956 [ 3 ] {} <Debug> HTTP-Session: 38aefcd0-2f33-4fdd-b18b-c0a526438e96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12113 | 2024.07.30 01:37:05.155969 [ 3 ] {} <Debug> HTTP-Session: 38aefcd0-2f33-4fdd-b18b-c0a526438e96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12114 | 2024.07.30 01:37:05.156001 [ 3 ] {} <Trace> HTTP-Session: 38aefcd0-2f33-4fdd-b18b-c0a526438e96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12115 | 2024.07.30 01:37:05.156104 [ 3 ] {5d7fbcb3-a902-44bd-8298-1b6aa72ecd1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 12116 | 2024.07.30 01:37:05.156152 [ 3 ] {5d7fbcb3-a902-44bd-8298-1b6aa72ecd1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12117 | 2024.07.30 01:37:05.156296 [ 3 ] {5d7fbcb3-a902-44bd-8298-1b6aa72ecd1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12118 | 2024.07.30 01:37:05.156573 [ 3 ] {5d7fbcb3-a902-44bd-8298-1b6aa72ecd1d} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12119 | 2024.07.30 01:37:05.156609 [ 3 ] {5d7fbcb3-a902-44bd-8298-1b6aa72ecd1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12120 | 2024.07.30 01:37:05.156976 [ 3 ] {5d7fbcb3-a902-44bd-8298-1b6aa72ecd1d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 12121 | 2024.07.30 01:37:05.157305 [ 3 ] {5d7fbcb3-a902-44bd-8298-1b6aa72ecd1d} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12122 | 2024.07.30 01:37:05.157467 [ 3 ] {5d7fbcb3-a902-44bd-8298-1b6aa72ecd1d} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001379 sec., 4350.97897026831 rows/sec., 186.96 KiB/sec. | ||
| 12123 | 2024.07.30 01:37:05.157634 [ 3 ] {5d7fbcb3-a902-44bd-8298-1b6aa72ecd1d} <Debug> DynamicQueryHandler: Done processing query | ||
| 12124 | 2024.07.30 01:37:05.157658 [ 3 ] {5d7fbcb3-a902-44bd-8298-1b6aa72ecd1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 12125 | 2024.07.30 01:37:05.157674 [ 3 ] {} <Debug> HTTP-Session: 38aefcd0-2f33-4fdd-b18b-c0a526438e96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12126 | 2024.07.30 01:37:05.157895 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12127 | 2024.07.30 01:37:05.157945 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12128 | 2024.07.30 01:37:05.157965 [ 3 ] {} <Debug> HTTP-Session: 5d197101-46d0-4014-acf5-a24389da072f Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12129 | 2024.07.30 01:37:05.157981 [ 3 ] {} <Debug> HTTP-Session: 5d197101-46d0-4014-acf5-a24389da072f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12130 | 2024.07.30 01:37:05.157995 [ 3 ] {} <Debug> HTTP-Session: 5d197101-46d0-4014-acf5-a24389da072f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12131 | 2024.07.30 01:37:05.158025 [ 3 ] {} <Trace> HTTP-Session: 5d197101-46d0-4014-acf5-a24389da072f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12132 | 2024.07.30 01:37:05.158156 [ 3 ] {5639cb57-465b-4296-952e-741817a786c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 12133 | 2024.07.30 01:37:05.158204 [ 3 ] {5639cb57-465b-4296-952e-741817a786c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 12134 | 2024.07.30 01:37:05.158348 [ 3 ] {5639cb57-465b-4296-952e-741817a786c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12135 | 2024.07.30 01:37:05.158681 [ 3 ] {5639cb57-465b-4296-952e-741817a786c3} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12136 | 2024.07.30 01:37:05.158717 [ 3 ] {5639cb57-465b-4296-952e-741817a786c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12137 | 2024.07.30 01:37:05.159087 [ 3 ] {5639cb57-465b-4296-952e-741817a786c3} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 12138 | 2024.07.30 01:37:05.159453 [ 3 ] {5639cb57-465b-4296-952e-741817a786c3} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12139 | 2024.07.30 01:37:05.159613 [ 3 ] {5639cb57-465b-4296-952e-741817a786c3} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001505 sec., 51162.79069767442 rows/sec., 3.15 MiB/sec. | ||
| 12140 | 2024.07.30 01:37:05.159782 [ 3 ] {5639cb57-465b-4296-952e-741817a786c3} <Debug> DynamicQueryHandler: Done processing query | ||
| 12141 | 2024.07.30 01:37:05.159817 [ 3 ] {5639cb57-465b-4296-952e-741817a786c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12142 | 2024.07.30 01:37:05.159839 [ 3 ] {} <Debug> HTTP-Session: 5d197101-46d0-4014-acf5-a24389da072f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12143 | 2024.07.30 01:37:05.159997 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12144 | 2024.07.30 01:37:05.160050 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12145 | 2024.07.30 01:37:05.160070 [ 3 ] {} <Debug> HTTP-Session: 93115bf4-ca6f-4f1f-9344-5776caa45422 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12146 | 2024.07.30 01:37:05.160086 [ 3 ] {} <Debug> HTTP-Session: 93115bf4-ca6f-4f1f-9344-5776caa45422 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12147 | 2024.07.30 01:37:05.160106 [ 3 ] {} <Debug> HTTP-Session: 93115bf4-ca6f-4f1f-9344-5776caa45422 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12148 | 2024.07.30 01:37:05.160136 [ 3 ] {} <Trace> HTTP-Session: 93115bf4-ca6f-4f1f-9344-5776caa45422 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12149 | 2024.07.30 01:37:05.160311 [ 3 ] {02c9ed8a-b2b9-40d1-804d-9922f1285265} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12150 | 2024.07.30 01:37:05.160355 [ 3 ] {02c9ed8a-b2b9-40d1-804d-9922f1285265} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12151 | 2024.07.30 01:37:05.160497 [ 3 ] {02c9ed8a-b2b9-40d1-804d-9922f1285265} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12152 | 2024.07.30 01:37:05.160895 [ 3 ] {02c9ed8a-b2b9-40d1-804d-9922f1285265} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12153 | 2024.07.30 01:37:05.160930 [ 3 ] {02c9ed8a-b2b9-40d1-804d-9922f1285265} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12154 | 2024.07.30 01:37:05.161298 [ 3 ] {02c9ed8a-b2b9-40d1-804d-9922f1285265} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 12155 | 2024.07.30 01:37:05.161631 [ 3 ] {02c9ed8a-b2b9-40d1-804d-9922f1285265} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12156 | 2024.07.30 01:37:05.161785 [ 3 ] {02c9ed8a-b2b9-40d1-804d-9922f1285265} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001562 sec., 102432.77848911652 rows/sec., 7.13 MiB/sec. | ||
| 12157 | 2024.07.30 01:37:05.161958 [ 3 ] {02c9ed8a-b2b9-40d1-804d-9922f1285265} <Debug> DynamicQueryHandler: Done processing query | ||
| 12158 | 2024.07.30 01:37:05.161982 [ 3 ] {02c9ed8a-b2b9-40d1-804d-9922f1285265} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 12159 | 2024.07.30 01:37:05.161998 [ 3 ] {} <Debug> HTTP-Session: 93115bf4-ca6f-4f1f-9344-5776caa45422 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12160 | 2024.07.30 01:37:05.162243 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 50263, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12161 | 2024.07.30 01:37:05.162293 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12162 | 2024.07.30 01:37:05.162311 [ 3 ] {} <Debug> HTTP-Session: 51a793f2-0337-42f0-8a27-0b5ce1969422 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12163 | 2024.07.30 01:37:05.162327 [ 3 ] {} <Debug> HTTP-Session: 51a793f2-0337-42f0-8a27-0b5ce1969422 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12164 | 2024.07.30 01:37:05.162342 [ 3 ] {} <Debug> HTTP-Session: 51a793f2-0337-42f0-8a27-0b5ce1969422 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12165 | 2024.07.30 01:37:05.162371 [ 3 ] {} <Trace> HTTP-Session: 51a793f2-0337-42f0-8a27-0b5ce1969422 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12166 | 2024.07.30 01:37:05.162694 [ 3 ] {113a4540-3b74-4fc6-8dab-7f300d67b9fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 12167 | 2024.07.30 01:37:05.162758 [ 3 ] {113a4540-3b74-4fc6-8dab-7f300d67b9fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 12168 | 2024.07.30 01:37:05.163159 [ 3 ] {113a4540-3b74-4fc6-8dab-7f300d67b9fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12169 | 2024.07.30 01:37:05.163848 [ 3 ] {113a4540-3b74-4fc6-8dab-7f300d67b9fb} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12170 | 2024.07.30 01:37:05.163883 [ 3 ] {113a4540-3b74-4fc6-8dab-7f300d67b9fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12171 | 2024.07.30 01:37:05.164517 [ 3 ] {113a4540-3b74-4fc6-8dab-7f300d67b9fb} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 12172 | 2024.07.30 01:37:05.164936 [ 3 ] {113a4540-3b74-4fc6-8dab-7f300d67b9fb} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12173 | 2024.07.30 01:37:05.165134 [ 3 ] {113a4540-3b74-4fc6-8dab-7f300d67b9fb} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002667 sec., 11623.547056617923 rows/sec., 20.83 MiB/sec. | ||
| 12174 | 2024.07.30 01:37:05.165358 [ 3 ] {113a4540-3b74-4fc6-8dab-7f300d67b9fb} <Debug> DynamicQueryHandler: Done processing query | ||
| 12175 | 2024.07.30 01:37:05.165381 [ 3 ] {113a4540-3b74-4fc6-8dab-7f300d67b9fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 12176 | 2024.07.30 01:37:05.165397 [ 3 ] {} <Debug> HTTP-Session: 51a793f2-0337-42f0-8a27-0b5ce1969422 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12177 | 2024.07.30 01:37:05.165527 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12178 | 2024.07.30 01:37:05.165577 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12179 | 2024.07.30 01:37:05.165596 [ 3 ] {} <Debug> HTTP-Session: 1155c93c-13ef-43d2-9a5b-e0a13b5598a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12180 | 2024.07.30 01:37:05.165611 [ 3 ] {} <Debug> HTTP-Session: 1155c93c-13ef-43d2-9a5b-e0a13b5598a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12181 | 2024.07.30 01:37:05.165625 [ 3 ] {} <Debug> HTTP-Session: 1155c93c-13ef-43d2-9a5b-e0a13b5598a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12182 | 2024.07.30 01:37:05.165655 [ 3 ] {} <Trace> HTTP-Session: 1155c93c-13ef-43d2-9a5b-e0a13b5598a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12183 | 2024.07.30 01:37:05.165754 [ 3 ] {abd6646b-39a0-4f4c-85d0-573be3030d6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 12184 | 2024.07.30 01:37:05.165798 [ 3 ] {abd6646b-39a0-4f4c-85d0-573be3030d6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 12185 | 2024.07.30 01:37:05.165921 [ 3 ] {abd6646b-39a0-4f4c-85d0-573be3030d6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12186 | 2024.07.30 01:37:05.166196 [ 3 ] {abd6646b-39a0-4f4c-85d0-573be3030d6c} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12187 | 2024.07.30 01:37:05.166232 [ 3 ] {abd6646b-39a0-4f4c-85d0-573be3030d6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12188 | 2024.07.30 01:37:05.166582 [ 3 ] {abd6646b-39a0-4f4c-85d0-573be3030d6c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 12189 | 2024.07.30 01:37:05.166926 [ 3 ] {abd6646b-39a0-4f4c-85d0-573be3030d6c} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12190 | 2024.07.30 01:37:05.167076 [ 3 ] {abd6646b-39a0-4f4c-85d0-573be3030d6c} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.00135 sec., 17037.037037037036 rows/sec., 921.59 KiB/sec. | ||
| 12191 | 2024.07.30 01:37:05.167236 [ 3 ] {abd6646b-39a0-4f4c-85d0-573be3030d6c} <Debug> DynamicQueryHandler: Done processing query | ||
| 12192 | 2024.07.30 01:37:05.167259 [ 3 ] {abd6646b-39a0-4f4c-85d0-573be3030d6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 12193 | 2024.07.30 01:37:05.167275 [ 3 ] {} <Debug> HTTP-Session: 1155c93c-13ef-43d2-9a5b-e0a13b5598a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12194 | 2024.07.30 01:37:05.167393 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12195 | 2024.07.30 01:37:05.167441 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12196 | 2024.07.30 01:37:05.167460 [ 3 ] {} <Debug> HTTP-Session: fe38bdc5-4141-42ee-94cc-8ca555142237 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12197 | 2024.07.30 01:37:05.167477 [ 3 ] {} <Debug> HTTP-Session: fe38bdc5-4141-42ee-94cc-8ca555142237 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12198 | 2024.07.30 01:37:05.167490 [ 3 ] {} <Debug> HTTP-Session: fe38bdc5-4141-42ee-94cc-8ca555142237 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12199 | 2024.07.30 01:37:05.167520 [ 3 ] {} <Trace> HTTP-Session: fe38bdc5-4141-42ee-94cc-8ca555142237 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12200 | 2024.07.30 01:37:05.167637 [ 3 ] {027aa43c-aa48-4dfa-ab8c-12ccf85f7074} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12201 | 2024.07.30 01:37:05.167680 [ 3 ] {027aa43c-aa48-4dfa-ab8c-12ccf85f7074} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12202 | 2024.07.30 01:37:05.167806 [ 3 ] {027aa43c-aa48-4dfa-ab8c-12ccf85f7074} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12203 | 2024.07.30 01:37:05.168174 [ 3 ] {027aa43c-aa48-4dfa-ab8c-12ccf85f7074} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12204 | 2024.07.30 01:37:05.168209 [ 3 ] {027aa43c-aa48-4dfa-ab8c-12ccf85f7074} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12205 | 2024.07.30 01:37:05.168563 [ 3 ] {027aa43c-aa48-4dfa-ab8c-12ccf85f7074} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 12206 | 2024.07.30 01:37:05.168889 [ 3 ] {027aa43c-aa48-4dfa-ab8c-12ccf85f7074} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12207 | 2024.07.30 01:37:05.169044 [ 3 ] {027aa43c-aa48-4dfa-ab8c-12ccf85f7074} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001441 sec., 41637.75156141568 rows/sec., 2.81 MiB/sec. | ||
| 12208 | 2024.07.30 01:37:05.169212 [ 3 ] {027aa43c-aa48-4dfa-ab8c-12ccf85f7074} <Debug> DynamicQueryHandler: Done processing query | ||
| 12209 | 2024.07.30 01:37:05.169235 [ 3 ] {027aa43c-aa48-4dfa-ab8c-12ccf85f7074} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12210 | 2024.07.30 01:37:05.169251 [ 3 ] {} <Debug> HTTP-Session: fe38bdc5-4141-42ee-94cc-8ca555142237 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12211 | 2024.07.30 01:37:10.142202 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12212 | 2024.07.30 01:37:10.142328 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12213 | 2024.07.30 01:37:10.142354 [ 3 ] {} <Debug> HTTP-Session: 51c5646a-87dd-4159-8f11-1dbf1d29ce12 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12214 | 2024.07.30 01:37:10.142379 [ 3 ] {} <Debug> HTTP-Session: 51c5646a-87dd-4159-8f11-1dbf1d29ce12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12215 | 2024.07.30 01:37:10.142393 [ 3 ] {} <Debug> HTTP-Session: 51c5646a-87dd-4159-8f11-1dbf1d29ce12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12216 | 2024.07.30 01:37:10.142442 [ 3 ] {} <Trace> HTTP-Session: 51c5646a-87dd-4159-8f11-1dbf1d29ce12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12217 | 2024.07.30 01:37:10.142777 [ 3 ] {69b6c70d-57c3-4463-81ab-4231608b4e31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 12218 | 2024.07.30 01:37:10.142848 [ 3 ] {69b6c70d-57c3-4463-81ab-4231608b4e31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12219 | 2024.07.30 01:37:10.143051 [ 3 ] {69b6c70d-57c3-4463-81ab-4231608b4e31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12220 | 2024.07.30 01:37:10.143477 [ 3 ] {69b6c70d-57c3-4463-81ab-4231608b4e31} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12221 | 2024.07.30 01:37:10.143523 [ 3 ] {69b6c70d-57c3-4463-81ab-4231608b4e31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12222 | 2024.07.30 01:37:10.143895 [ 3 ] {69b6c70d-57c3-4463-81ab-4231608b4e31} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 12223 | 2024.07.30 01:37:10.144246 [ 3 ] {69b6c70d-57c3-4463-81ab-4231608b4e31} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12224 | 2024.07.30 01:37:10.144419 [ 3 ] {69b6c70d-57c3-4463-81ab-4231608b4e31} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001689 sec., 1184.1326228537596 rows/sec., 96.56 KiB/sec. | ||
| 12225 | 2024.07.30 01:37:10.144641 [ 3 ] {69b6c70d-57c3-4463-81ab-4231608b4e31} <Debug> DynamicQueryHandler: Done processing query | ||
| 12226 | 2024.07.30 01:37:10.144668 [ 3 ] {69b6c70d-57c3-4463-81ab-4231608b4e31} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 12227 | 2024.07.30 01:37:10.144685 [ 3 ] {} <Debug> HTTP-Session: 51c5646a-87dd-4159-8f11-1dbf1d29ce12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12228 | 2024.07.30 01:37:10.144842 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 7979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12229 | 2024.07.30 01:37:10.144900 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12230 | 2024.07.30 01:37:10.144921 [ 3 ] {} <Debug> HTTP-Session: a0b6e0ec-cd9b-4213-8b10-6b0219f46de6 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12231 | 2024.07.30 01:37:10.144939 [ 3 ] {} <Debug> HTTP-Session: a0b6e0ec-cd9b-4213-8b10-6b0219f46de6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12232 | 2024.07.30 01:37:10.144952 [ 3 ] {} <Debug> HTTP-Session: a0b6e0ec-cd9b-4213-8b10-6b0219f46de6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12233 | 2024.07.30 01:37:10.144987 [ 3 ] {} <Trace> HTTP-Session: a0b6e0ec-cd9b-4213-8b10-6b0219f46de6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12234 | 2024.07.30 01:37:10.145110 [ 3 ] {95132a43-d7f9-4632-81d3-8de4ce8adafa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12235 | 2024.07.30 01:37:10.145157 [ 3 ] {95132a43-d7f9-4632-81d3-8de4ce8adafa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12236 | 2024.07.30 01:37:10.145291 [ 3 ] {95132a43-d7f9-4632-81d3-8de4ce8adafa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12237 | 2024.07.30 01:37:10.145664 [ 3 ] {95132a43-d7f9-4632-81d3-8de4ce8adafa} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12238 | 2024.07.30 01:37:10.145703 [ 3 ] {95132a43-d7f9-4632-81d3-8de4ce8adafa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12239 | 2024.07.30 01:37:10.146042 [ 3 ] {95132a43-d7f9-4632-81d3-8de4ce8adafa} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 12240 | 2024.07.30 01:37:10.146364 [ 3 ] {95132a43-d7f9-4632-81d3-8de4ce8adafa} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12241 | 2024.07.30 01:37:10.146527 [ 3 ] {95132a43-d7f9-4632-81d3-8de4ce8adafa} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001455 sec., 39175.257731958765 rows/sec., 3.01 MiB/sec. | ||
| 12242 | 2024.07.30 01:37:10.146538 [ 69 ] {} <Debug> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 12243 | 2024.07.30 01:37:10.146637 [ 69 ] {} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12244 | 2024.07.30 01:37:10.146688 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12245 | 2024.07.30 01:37:10.146770 [ 3 ] {95132a43-d7f9-4632-81d3-8de4ce8adafa} <Debug> DynamicQueryHandler: Done processing query | ||
| 12246 | 2024.07.30 01:37:10.146829 [ 3 ] {95132a43-d7f9-4632-81d3-8de4ce8adafa} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12247 | 2024.07.30 01:37:10.146884 [ 3 ] {} <Debug> HTTP-Session: a0b6e0ec-cd9b-4213-8b10-6b0219f46de6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12248 | 2024.07.30 01:37:10.146969 [ 192 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::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 | ||
| 12249 | 2024.07.30 01:37:10.147072 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12250 | 2024.07.30 01:37:10.147175 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12251 | 2024.07.30 01:37:10.147241 [ 3 ] {} <Debug> HTTP-Session: 27bfc484-4358-4941-927e-58899ba32138 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12252 | 2024.07.30 01:37:10.147291 [ 3 ] {} <Debug> HTTP-Session: 27bfc484-4358-4941-927e-58899ba32138 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12253 | 2024.07.30 01:37:10.147304 [ 192 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12254 | 2024.07.30 01:37:10.147319 [ 3 ] {} <Debug> HTTP-Session: 27bfc484-4358-4941-927e-58899ba32138 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12255 | 2024.07.30 01:37:10.147377 [ 192 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 298 rows starting from the beginning of the part | ||
| 12256 | 2024.07.30 01:37:10.147393 [ 3 ] {} <Trace> HTTP-Session: 27bfc484-4358-4941-927e-58899ba32138 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12257 | 2024.07.30 01:37:10.147601 [ 192 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 56 rows starting from the beginning of the part | ||
| 12258 | 2024.07.30 01:37:10.147660 [ 3 ] {a3aff7c7-e594-4f43-a209-27446629039d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 12259 | 2024.07.30 01:37:10.147812 [ 3 ] {a3aff7c7-e594-4f43-a209-27446629039d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12260 | 2024.07.30 01:37:10.147931 [ 192 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 256 rows starting from the beginning of the part | ||
| 12261 | 2024.07.30 01:37:10.148289 [ 192 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 94 rows starting from the beginning of the part | ||
| 12262 | 2024.07.30 01:37:10.148664 [ 192 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 254 rows starting from the beginning of the part | ||
| 12263 | 2024.07.30 01:37:10.148738 [ 3 ] {a3aff7c7-e594-4f43-a209-27446629039d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12264 | 2024.07.30 01:37:10.148927 [ 192 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 57 rows starting from the beginning of the part | ||
| 12265 | 2024.07.30 01:37:10.149738 [ 3 ] {a3aff7c7-e594-4f43-a209-27446629039d} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12266 | 2024.07.30 01:37:10.149805 [ 3 ] {a3aff7c7-e594-4f43-a209-27446629039d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12267 | 2024.07.30 01:37:10.150569 [ 3 ] {a3aff7c7-e594-4f43-a209-27446629039d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 12268 | 2024.07.30 01:37:10.151454 [ 3 ] {a3aff7c7-e594-4f43-a209-27446629039d} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12269 | 2024.07.30 01:37:10.151759 [ 3 ] {a3aff7c7-e594-4f43-a209-27446629039d} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004191 sec., 477.21307563827247 rows/sec., 33.32 KiB/sec. | ||
| 12270 | 2024.07.30 01:37:10.152189 [ 192 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1015 rows, containing 4 columns (4 merged, 0 gathered) in 0.005398444 sec., 188017.13975360309 rows/sec., 16.04 MiB/sec. | ||
| 12271 | 2024.07.30 01:37:10.152276 [ 3 ] {a3aff7c7-e594-4f43-a209-27446629039d} <Debug> DynamicQueryHandler: Done processing query | ||
| 12272 | 2024.07.30 01:37:10.152310 [ 3 ] {a3aff7c7-e594-4f43-a209-27446629039d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 12273 | 2024.07.30 01:37:10.152331 [ 3 ] {} <Debug> HTTP-Session: 27bfc484-4358-4941-927e-58899ba32138 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12274 | 2024.07.30 01:37:10.152398 [ 192 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 12275 | 2024.07.30 01:37:10.152481 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 11237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12276 | 2024.07.30 01:37:10.152593 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12277 | 2024.07.30 01:37:10.152673 [ 3 ] {} <Debug> HTTP-Session: 1766448a-181d-456f-bf2e-54f3857a8533 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12278 | 2024.07.30 01:37:10.152731 [ 3 ] {} <Debug> HTTP-Session: 1766448a-181d-456f-bf2e-54f3857a8533 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12279 | 2024.07.30 01:37:10.152784 [ 3 ] {} <Debug> HTTP-Session: 1766448a-181d-456f-bf2e-54f3857a8533 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12280 | 2024.07.30 01:37:10.152869 [ 3 ] {} <Trace> HTTP-Session: 1766448a-181d-456f-bf2e-54f3857a8533 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12281 | 2024.07.30 01:37:10.153075 [ 3 ] {ee0c1b31-303e-44e4-bbc6-eb30a28e7c79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12282 | 2024.07.30 01:37:10.153148 [ 192 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_76_15} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12283 | 2024.07.30 01:37:10.153159 [ 3 ] {ee0c1b31-303e-44e4-bbc6-eb30a28e7c79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12284 | 2024.07.30 01:37:10.153372 [ 192 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_76_15} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 12285 | 2024.07.30 01:37:10.153597 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 12286 | 2024.07.30 01:37:10.153598 [ 3 ] {ee0c1b31-303e-44e4-bbc6-eb30a28e7c79} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12287 | 2024.07.30 01:37:10.153965 [ 3 ] {ee0c1b31-303e-44e4-bbc6-eb30a28e7c79} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12288 | 2024.07.30 01:37:10.154006 [ 3 ] {ee0c1b31-303e-44e4-bbc6-eb30a28e7c79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12289 | 2024.07.30 01:37:10.154380 [ 3 ] {ee0c1b31-303e-44e4-bbc6-eb30a28e7c79} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 12290 | 2024.07.30 01:37:10.154711 [ 3 ] {ee0c1b31-303e-44e4-bbc6-eb30a28e7c79} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12291 | 2024.07.30 01:37:10.154863 [ 3 ] {ee0c1b31-303e-44e4-bbc6-eb30a28e7c79} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001883 sec., 35050.451407328736 rows/sec., 2.74 MiB/sec. | ||
| 12292 | 2024.07.30 01:37:10.154877 [ 69 ] {} <Debug> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 12293 | 2024.07.30 01:37:10.154960 [ 69 ] {} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12294 | 2024.07.30 01:37:10.155006 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12295 | 2024.07.30 01:37:10.155157 [ 3 ] {ee0c1b31-303e-44e4-bbc6-eb30a28e7c79} <Debug> DynamicQueryHandler: Done processing query | ||
| 12296 | 2024.07.30 01:37:10.155169 [ 188 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::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 | ||
| 12297 | 2024.07.30 01:37:10.155193 [ 3 ] {ee0c1b31-303e-44e4-bbc6-eb30a28e7c79} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 12298 | 2024.07.30 01:37:10.155252 [ 3 ] {} <Debug> HTTP-Session: 1766448a-181d-456f-bf2e-54f3857a8533 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12299 | 2024.07.30 01:37:10.155366 [ 188 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12300 | 2024.07.30 01:37:10.155401 [ 188 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 471 rows starting from the beginning of the part | ||
| 12301 | 2024.07.30 01:37:10.155513 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30859, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12302 | 2024.07.30 01:37:10.155570 [ 188 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 64 rows starting from the beginning of the part | ||
| 12303 | 2024.07.30 01:37:10.155664 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12304 | 2024.07.30 01:37:10.155745 [ 3 ] {} <Debug> HTTP-Session: 02e882b2-883a-4e35-89b9-b96122812e04 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12305 | 2024.07.30 01:37:10.155818 [ 3 ] {} <Debug> HTTP-Session: 02e882b2-883a-4e35-89b9-b96122812e04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12306 | 2024.07.30 01:37:10.155861 [ 188 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 417 rows starting from the beginning of the part | ||
| 12307 | 2024.07.30 01:37:10.155874 [ 3 ] {} <Debug> HTTP-Session: 02e882b2-883a-4e35-89b9-b96122812e04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12308 | 2024.07.30 01:37:10.155992 [ 3 ] {} <Trace> HTTP-Session: 02e882b2-883a-4e35-89b9-b96122812e04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12309 | 2024.07.30 01:37:10.156108 [ 188 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 92 rows starting from the beginning of the part | ||
| 12310 | 2024.07.30 01:37:10.156321 [ 188 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 413 rows starting from the beginning of the part | ||
| 12311 | 2024.07.30 01:37:10.156406 [ 3 ] {1fd5e733-c65f-44af-b356-353511bbfe1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12312 | 2024.07.30 01:37:10.156581 [ 3 ] {1fd5e733-c65f-44af-b356-353511bbfe1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12313 | 2024.07.30 01:37:10.156651 [ 188 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 66 rows starting from the beginning of the part | ||
| 12314 | 2024.07.30 01:37:10.157409 [ 3 ] {1fd5e733-c65f-44af-b356-353511bbfe1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12315 | 2024.07.30 01:37:10.158400 [ 3 ] {1fd5e733-c65f-44af-b356-353511bbfe1f} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12316 | 2024.07.30 01:37:10.158473 [ 3 ] {1fd5e733-c65f-44af-b356-353511bbfe1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12317 | 2024.07.30 01:37:10.159412 [ 3 ] {1fd5e733-c65f-44af-b356-353511bbfe1f} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 12318 | 2024.07.30 01:37:10.159568 [ 195 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1523 rows, containing 4 columns (4 merged, 0 gathered) in 0.004478355 sec., 340080.2303524397 rows/sec., 24.55 MiB/sec. | ||
| 12319 | 2024.07.30 01:37:10.159772 [ 195 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 12320 | 2024.07.30 01:37:10.159936 [ 3 ] {1fd5e733-c65f-44af-b356-353511bbfe1f} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12321 | 2024.07.30 01:37:10.160228 [ 69 ] {} <Debug> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 12322 | 2024.07.30 01:37:10.160264 [ 3 ] {1fd5e733-c65f-44af-b356-353511bbfe1f} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004053 sec., 39723.66148531951 rows/sec., 2.77 MiB/sec. | ||
| 12323 | 2024.07.30 01:37:10.160316 [ 69 ] {} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12324 | 2024.07.30 01:37:10.160454 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12325 | 2024.07.30 01:37:10.160722 [ 195 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_76_15} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12326 | 2024.07.30 01:37:10.160786 [ 3 ] {1fd5e733-c65f-44af-b356-353511bbfe1f} <Debug> DynamicQueryHandler: Done processing query | ||
| 12327 | 2024.07.30 01:37:10.160825 [ 191 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 12328 | 2024.07.30 01:37:10.160849 [ 3 ] {1fd5e733-c65f-44af-b356-353511bbfe1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 12329 | 2024.07.30 01:37:10.160924 [ 3 ] {} <Debug> HTTP-Session: 02e882b2-883a-4e35-89b9-b96122812e04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12330 | 2024.07.30 01:37:10.160972 [ 195 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_76_15} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 12331 | 2024.07.30 01:37:10.161186 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 12332 | 2024.07.30 01:37:10.161201 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12333 | 2024.07.30 01:37:10.161335 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12334 | 2024.07.30 01:37:10.161399 [ 3 ] {} <Debug> HTTP-Session: 0b3660c7-9f92-4cf0-a5dd-978f3da0304d Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12335 | 2024.07.30 01:37:10.161453 [ 3 ] {} <Debug> HTTP-Session: 0b3660c7-9f92-4cf0-a5dd-978f3da0304d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12336 | 2024.07.30 01:37:10.161468 [ 191 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12337 | 2024.07.30 01:37:10.161490 [ 3 ] {} <Debug> HTTP-Session: 0b3660c7-9f92-4cf0-a5dd-978f3da0304d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12338 | 2024.07.30 01:37:10.161559 [ 191 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_71_14, total 11498 rows starting from the beginning of the part | ||
| 12339 | 2024.07.30 01:37:10.161575 [ 3 ] {} <Trace> HTTP-Session: 0b3660c7-9f92-4cf0-a5dd-978f3da0304d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12340 | 2024.07.30 01:37:10.161792 [ 191 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 12341 | 2024.07.30 01:37:10.161884 [ 191 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 162 rows starting from the beginning of the part | ||
| 12342 | 2024.07.30 01:37:10.161962 [ 3 ] {85a50f8b-06de-4e5c-8c97-8ccb7d75d828} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12343 | 2024.07.30 01:37:10.162132 [ 3 ] {85a50f8b-06de-4e5c-8c97-8ccb7d75d828} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12344 | 2024.07.30 01:37:10.162153 [ 191 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 198 rows starting from the beginning of the part | ||
| 12345 | 2024.07.30 01:37:10.162596 [ 191 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 12346 | 2024.07.30 01:37:10.162817 [ 191 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 161 rows starting from the beginning of the part | ||
| 12347 | 2024.07.30 01:37:10.162934 [ 3 ] {85a50f8b-06de-4e5c-8c97-8ccb7d75d828} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12348 | 2024.07.30 01:37:10.163534 [ 3 ] {85a50f8b-06de-4e5c-8c97-8ccb7d75d828} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12349 | 2024.07.30 01:37:10.163667 [ 3 ] {85a50f8b-06de-4e5c-8c97-8ccb7d75d828} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12350 | 2024.07.30 01:37:10.164073 [ 3 ] {85a50f8b-06de-4e5c-8c97-8ccb7d75d828} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 12351 | 2024.07.30 01:37:10.164560 [ 3 ] {85a50f8b-06de-4e5c-8c97-8ccb7d75d828} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12352 | 2024.07.30 01:37:10.164827 [ 69 ] {} <Debug> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 12353 | 2024.07.30 01:37:10.164840 [ 3 ] {85a50f8b-06de-4e5c-8c97-8ccb7d75d828} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002973 sec., 20181.634712411706 rows/sec., 1.36 MiB/sec. | ||
| 12354 | 2024.07.30 01:37:10.164954 [ 69 ] {} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12355 | 2024.07.30 01:37:10.165065 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12356 | 2024.07.30 01:37:10.165445 [ 3 ] {85a50f8b-06de-4e5c-8c97-8ccb7d75d828} <Debug> DynamicQueryHandler: Done processing query | ||
| 12357 | 2024.07.30 01:37:10.165494 [ 195 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 12358 | 2024.07.30 01:37:10.165512 [ 3 ] {85a50f8b-06de-4e5c-8c97-8ccb7d75d828} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12359 | 2024.07.30 01:37:10.165597 [ 3 ] {} <Debug> HTTP-Session: 0b3660c7-9f92-4cf0-a5dd-978f3da0304d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12360 | 2024.07.30 01:37:10.166155 [ 195 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12361 | 2024.07.30 01:37:10.166255 [ 195 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4114 rows starting from the beginning of the part | ||
| 12362 | 2024.07.30 01:37:10.166850 [ 195 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 12363 | 2024.07.30 01:37:10.166997 [ 195 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 12364 | 2024.07.30 01:37:10.167088 [ 195 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 12365 | 2024.07.30 01:37:10.167147 [ 195 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 12366 | 2024.07.30 01:37:10.167348 [ 195 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 12367 | 2024.07.30 01:37:10.168401 [ 191 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12339 rows, containing 5 columns (5 merged, 0 gathered) in 0.007773849 sec., 1587244.619750139 rows/sec., 110.61 MiB/sec. | ||
| 12368 | 2024.07.30 01:37:10.168696 [ 191 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 12369 | 2024.07.30 01:37:10.169210 [ 191 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12370 | 2024.07.30 01:37:10.169344 [ 198 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4414 rows, containing 4 columns (4 merged, 0 gathered) in 0.004071361 sec., 1084158.3441016406 rows/sec., 73.06 MiB/sec. | ||
| 12371 | 2024.07.30 01:37:10.169352 [ 191 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 12372 | 2024.07.30 01:37:10.169500 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.56 MiB. | ||
| 12373 | 2024.07.30 01:37:10.169785 [ 198 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 12374 | 2024.07.30 01:37:10.170274 [ 198 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_76_15} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12375 | 2024.07.30 01:37:10.170375 [ 198 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_76_15} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 12376 | 2024.07.30 01:37:10.170487 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. | ||
| 12377 | 2024.07.30 01:37:12.808926 [ 66 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12378 | 2024.07.30 01:37:12.808999 [ 66 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12379 | 2024.07.30 01:37:15.156894 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 6341, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12380 | 2024.07.30 01:37:15.157055 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12381 | 2024.07.30 01:37:15.157090 [ 3 ] {} <Debug> HTTP-Session: 1778336d-e36d-4abf-97d0-f111b9e6c9ab Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12382 | 2024.07.30 01:37:15.157125 [ 3 ] {} <Debug> HTTP-Session: 1778336d-e36d-4abf-97d0-f111b9e6c9ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12383 | 2024.07.30 01:37:15.157147 [ 3 ] {} <Debug> HTTP-Session: 1778336d-e36d-4abf-97d0-f111b9e6c9ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12384 | 2024.07.30 01:37:15.157220 [ 3 ] {} <Trace> HTTP-Session: 1778336d-e36d-4abf-97d0-f111b9e6c9ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12385 | 2024.07.30 01:37:15.157501 [ 3 ] {3976c039-7fee-47df-b041-a127f43743a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 12386 | 2024.07.30 01:37:15.157599 [ 3 ] {3976c039-7fee-47df-b041-a127f43743a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 12387 | 2024.07.30 01:37:15.157885 [ 3 ] {3976c039-7fee-47df-b041-a127f43743a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12388 | 2024.07.30 01:37:15.158530 [ 3 ] {3976c039-7fee-47df-b041-a127f43743a7} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12389 | 2024.07.30 01:37:15.158591 [ 3 ] {3976c039-7fee-47df-b041-a127f43743a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12390 | 2024.07.30 01:37:15.159120 [ 3 ] {3976c039-7fee-47df-b041-a127f43743a7} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 12391 | 2024.07.30 01:37:15.159615 [ 3 ] {3976c039-7fee-47df-b041-a127f43743a7} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12392 | 2024.07.30 01:37:15.159847 [ 3 ] {3976c039-7fee-47df-b041-a127f43743a7} <Debug> executeQuery: Read 45 rows, 3.50 KiB in 0.00244 sec., 18442.622950819674 rows/sec., 1.40 MiB/sec. | ||
| 12393 | 2024.07.30 01:37:15.160165 [ 3 ] {3976c039-7fee-47df-b041-a127f43743a7} <Debug> DynamicQueryHandler: Done processing query | ||
| 12394 | 2024.07.30 01:37:15.160212 [ 3 ] {3976c039-7fee-47df-b041-a127f43743a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12395 | 2024.07.30 01:37:15.160237 [ 3 ] {} <Debug> HTTP-Session: 1778336d-e36d-4abf-97d0-f111b9e6c9ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12396 | 2024.07.30 01:37:15.160574 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 42003, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12397 | 2024.07.30 01:37:15.160653 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12398 | 2024.07.30 01:37:15.160683 [ 3 ] {} <Debug> HTTP-Session: 63bb84cb-c620-45f4-ab27-0050c0af4e62 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12399 | 2024.07.30 01:37:15.160708 [ 3 ] {} <Debug> HTTP-Session: 63bb84cb-c620-45f4-ab27-0050c0af4e62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12400 | 2024.07.30 01:37:15.160726 [ 3 ] {} <Debug> HTTP-Session: 63bb84cb-c620-45f4-ab27-0050c0af4e62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12401 | 2024.07.30 01:37:15.160773 [ 3 ] {} <Trace> HTTP-Session: 63bb84cb-c620-45f4-ab27-0050c0af4e62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12402 | 2024.07.30 01:37:15.161051 [ 3 ] {cf60201a-0bf4-4a3a-a49c-469bbf1d6786} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12403 | 2024.07.30 01:37:15.161116 [ 3 ] {cf60201a-0bf4-4a3a-a49c-469bbf1d6786} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12404 | 2024.07.30 01:37:15.161308 [ 3 ] {cf60201a-0bf4-4a3a-a49c-469bbf1d6786} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12405 | 2024.07.30 01:37:15.162002 [ 3 ] {cf60201a-0bf4-4a3a-a49c-469bbf1d6786} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12406 | 2024.07.30 01:37:15.162058 [ 3 ] {cf60201a-0bf4-4a3a-a49c-469bbf1d6786} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12407 | 2024.07.30 01:37:15.162556 [ 3 ] {cf60201a-0bf4-4a3a-a49c-469bbf1d6786} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 12408 | 2024.07.30 01:37:15.163014 [ 3 ] {cf60201a-0bf4-4a3a-a49c-469bbf1d6786} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12409 | 2024.07.30 01:37:15.163218 [ 3 ] {cf60201a-0bf4-4a3a-a49c-469bbf1d6786} <Debug> executeQuery: Read 278 rows, 25.11 KiB in 0.002304 sec., 120659.72222222222 rows/sec., 10.64 MiB/sec. | ||
| 12410 | 2024.07.30 01:37:15.163472 [ 3 ] {cf60201a-0bf4-4a3a-a49c-469bbf1d6786} <Debug> DynamicQueryHandler: Done processing query | ||
| 12411 | 2024.07.30 01:37:15.163506 [ 3 ] {cf60201a-0bf4-4a3a-a49c-469bbf1d6786} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 12412 | 2024.07.30 01:37:15.163528 [ 3 ] {} <Debug> HTTP-Session: 63bb84cb-c620-45f4-ab27-0050c0af4e62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12413 | 2024.07.30 01:37:15.163884 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 69234, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12414 | 2024.07.30 01:37:15.163955 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12415 | 2024.07.30 01:37:15.163981 [ 3 ] {} <Debug> HTTP-Session: 13f3c454-badc-4ad3-8e15-bf90c15dc122 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12416 | 2024.07.30 01:37:15.164006 [ 3 ] {} <Debug> HTTP-Session: 13f3c454-badc-4ad3-8e15-bf90c15dc122 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12417 | 2024.07.30 01:37:15.164026 [ 3 ] {} <Debug> HTTP-Session: 13f3c454-badc-4ad3-8e15-bf90c15dc122 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12418 | 2024.07.30 01:37:15.164071 [ 3 ] {} <Trace> HTTP-Session: 13f3c454-badc-4ad3-8e15-bf90c15dc122 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12419 | 2024.07.30 01:37:15.164374 [ 3 ] {0d194492-ec55-46fb-97af-f9be2ee61a41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12420 | 2024.07.30 01:37:15.164437 [ 3 ] {0d194492-ec55-46fb-97af-f9be2ee61a41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12421 | 2024.07.30 01:37:15.164632 [ 3 ] {0d194492-ec55-46fb-97af-f9be2ee61a41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12422 | 2024.07.30 01:37:15.165565 [ 3 ] {0d194492-ec55-46fb-97af-f9be2ee61a41} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12423 | 2024.07.30 01:37:15.165619 [ 3 ] {0d194492-ec55-46fb-97af-f9be2ee61a41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12424 | 2024.07.30 01:37:15.166102 [ 3 ] {0d194492-ec55-46fb-97af-f9be2ee61a41} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 12425 | 2024.07.30 01:37:15.166564 [ 3 ] {0d194492-ec55-46fb-97af-f9be2ee61a41} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12426 | 2024.07.30 01:37:15.166779 [ 3 ] {0d194492-ec55-46fb-97af-f9be2ee61a41} <Debug> executeQuery: Read 427 rows, 31.11 KiB in 0.002553 sec., 167254.2107324716 rows/sec., 11.90 MiB/sec. | ||
| 12427 | 2024.07.30 01:37:15.167019 [ 3 ] {0d194492-ec55-46fb-97af-f9be2ee61a41} <Debug> DynamicQueryHandler: Done processing query | ||
| 12428 | 2024.07.30 01:37:15.167059 [ 3 ] {0d194492-ec55-46fb-97af-f9be2ee61a41} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 12429 | 2024.07.30 01:37:15.167102 [ 3 ] {} <Debug> HTTP-Session: 13f3c454-badc-4ad3-8e15-bf90c15dc122 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12430 | 2024.07.30 01:37:15.167325 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12431 | 2024.07.30 01:37:15.167398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12432 | 2024.07.30 01:37:15.167428 [ 3 ] {} <Debug> HTTP-Session: ddbf497c-dd5e-498d-bc89-1e5b70f89878 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12433 | 2024.07.30 01:37:15.167453 [ 3 ] {} <Debug> HTTP-Session: ddbf497c-dd5e-498d-bc89-1e5b70f89878 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12434 | 2024.07.30 01:37:15.167480 [ 3 ] {} <Debug> HTTP-Session: ddbf497c-dd5e-498d-bc89-1e5b70f89878 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12435 | 2024.07.30 01:37:15.167525 [ 3 ] {} <Trace> HTTP-Session: ddbf497c-dd5e-498d-bc89-1e5b70f89878 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12436 | 2024.07.30 01:37:15.167659 [ 3 ] {0c7fce5e-f7fa-4dfe-9532-e54f961b185c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 12437 | 2024.07.30 01:37:15.167720 [ 3 ] {0c7fce5e-f7fa-4dfe-9532-e54f961b185c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12438 | 2024.07.30 01:37:15.167912 [ 3 ] {0c7fce5e-f7fa-4dfe-9532-e54f961b185c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12439 | 2024.07.30 01:37:15.168415 [ 3 ] {0c7fce5e-f7fa-4dfe-9532-e54f961b185c} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12440 | 2024.07.30 01:37:15.168471 [ 3 ] {0c7fce5e-f7fa-4dfe-9532-e54f961b185c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12441 | 2024.07.30 01:37:15.169018 [ 3 ] {0c7fce5e-f7fa-4dfe-9532-e54f961b185c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 12442 | 2024.07.30 01:37:15.169500 [ 3 ] {0c7fce5e-f7fa-4dfe-9532-e54f961b185c} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12443 | 2024.07.30 01:37:15.169707 [ 3 ] {0c7fce5e-f7fa-4dfe-9532-e54f961b185c} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.002073 sec., 2894.3560057887116 rows/sec., 124.37 KiB/sec. | ||
| 12444 | 2024.07.30 01:37:15.170051 [ 3 ] {0c7fce5e-f7fa-4dfe-9532-e54f961b185c} <Debug> DynamicQueryHandler: Done processing query | ||
| 12445 | 2024.07.30 01:37:15.170120 [ 3 ] {0c7fce5e-f7fa-4dfe-9532-e54f961b185c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 12446 | 2024.07.30 01:37:15.170143 [ 3 ] {} <Debug> HTTP-Session: ddbf497c-dd5e-498d-bc89-1e5b70f89878 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12447 | 2024.07.30 01:37:15.170331 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12448 | 2024.07.30 01:37:15.170416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12449 | 2024.07.30 01:37:15.170443 [ 3 ] {} <Debug> HTTP-Session: 5edbb730-b105-4ee4-ae80-f37b704b0d4c Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12450 | 2024.07.30 01:37:15.170465 [ 3 ] {} <Debug> HTTP-Session: 5edbb730-b105-4ee4-ae80-f37b704b0d4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12451 | 2024.07.30 01:37:15.170482 [ 3 ] {} <Debug> HTTP-Session: 5edbb730-b105-4ee4-ae80-f37b704b0d4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12452 | 2024.07.30 01:37:15.170524 [ 3 ] {} <Trace> HTTP-Session: 5edbb730-b105-4ee4-ae80-f37b704b0d4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12453 | 2024.07.30 01:37:15.170708 [ 3 ] {9980407e-1e86-45e1-b11e-810066d832ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 12454 | 2024.07.30 01:37:15.170783 [ 3 ] {9980407e-1e86-45e1-b11e-810066d832ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 12455 | 2024.07.30 01:37:15.171027 [ 3 ] {9980407e-1e86-45e1-b11e-810066d832ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12456 | 2024.07.30 01:37:15.171496 [ 3 ] {9980407e-1e86-45e1-b11e-810066d832ad} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12457 | 2024.07.30 01:37:15.171545 [ 3 ] {9980407e-1e86-45e1-b11e-810066d832ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12458 | 2024.07.30 01:37:15.172056 [ 3 ] {9980407e-1e86-45e1-b11e-810066d832ad} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 12459 | 2024.07.30 01:37:15.172564 [ 3 ] {9980407e-1e86-45e1-b11e-810066d832ad} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12460 | 2024.07.30 01:37:15.172790 [ 3 ] {9980407e-1e86-45e1-b11e-810066d832ad} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.002138 sec., 36014.96725912067 rows/sec., 2.22 MiB/sec. | ||
| 12461 | 2024.07.30 01:37:15.173053 [ 3 ] {9980407e-1e86-45e1-b11e-810066d832ad} <Debug> DynamicQueryHandler: Done processing query | ||
| 12462 | 2024.07.30 01:37:15.173094 [ 3 ] {9980407e-1e86-45e1-b11e-810066d832ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12463 | 2024.07.30 01:37:15.173116 [ 3 ] {} <Debug> HTTP-Session: 5edbb730-b105-4ee4-ae80-f37b704b0d4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12464 | 2024.07.30 01:37:15.173365 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12465 | 2024.07.30 01:37:15.173433 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12466 | 2024.07.30 01:37:15.173459 [ 3 ] {} <Debug> HTTP-Session: 11b3a275-49ba-44aa-8faf-2b24ea8f2a31 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12467 | 2024.07.30 01:37:15.173481 [ 3 ] {} <Debug> HTTP-Session: 11b3a275-49ba-44aa-8faf-2b24ea8f2a31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12468 | 2024.07.30 01:37:15.173501 [ 3 ] {} <Debug> HTTP-Session: 11b3a275-49ba-44aa-8faf-2b24ea8f2a31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12469 | 2024.07.30 01:37:15.173545 [ 3 ] {} <Trace> HTTP-Session: 11b3a275-49ba-44aa-8faf-2b24ea8f2a31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12470 | 2024.07.30 01:37:15.173782 [ 3 ] {ad41cbdf-1cbe-4fd5-96d3-87043d8e0aa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12471 | 2024.07.30 01:37:15.173850 [ 3 ] {ad41cbdf-1cbe-4fd5-96d3-87043d8e0aa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12472 | 2024.07.30 01:37:15.174066 [ 3 ] {ad41cbdf-1cbe-4fd5-96d3-87043d8e0aa1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12473 | 2024.07.30 01:37:15.174631 [ 3 ] {ad41cbdf-1cbe-4fd5-96d3-87043d8e0aa1} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12474 | 2024.07.30 01:37:15.174677 [ 3 ] {ad41cbdf-1cbe-4fd5-96d3-87043d8e0aa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12475 | 2024.07.30 01:37:15.175214 [ 3 ] {ad41cbdf-1cbe-4fd5-96d3-87043d8e0aa1} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 12476 | 2024.07.30 01:37:15.175712 [ 3 ] {ad41cbdf-1cbe-4fd5-96d3-87043d8e0aa1} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12477 | 2024.07.30 01:37:15.175926 [ 3 ] {ad41cbdf-1cbe-4fd5-96d3-87043d8e0aa1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002263 sec., 70702.60715863897 rows/sec., 4.92 MiB/sec. | ||
| 12478 | 2024.07.30 01:37:15.176164 [ 3 ] {ad41cbdf-1cbe-4fd5-96d3-87043d8e0aa1} <Debug> DynamicQueryHandler: Done processing query | ||
| 12479 | 2024.07.30 01:37:15.176197 [ 3 ] {ad41cbdf-1cbe-4fd5-96d3-87043d8e0aa1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 12480 | 2024.07.30 01:37:15.176219 [ 3 ] {} <Debug> HTTP-Session: 11b3a275-49ba-44aa-8faf-2b24ea8f2a31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12481 | 2024.07.30 01:37:15.176418 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 62932, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12482 | 2024.07.30 01:37:15.176486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12483 | 2024.07.30 01:37:15.176512 [ 3 ] {} <Debug> HTTP-Session: 0ac3e0cc-28bd-4040-9eb8-3a6ccf17bf04 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12484 | 2024.07.30 01:37:15.176535 [ 3 ] {} <Debug> HTTP-Session: 0ac3e0cc-28bd-4040-9eb8-3a6ccf17bf04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12485 | 2024.07.30 01:37:15.176554 [ 3 ] {} <Debug> HTTP-Session: 0ac3e0cc-28bd-4040-9eb8-3a6ccf17bf04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12486 | 2024.07.30 01:37:15.176596 [ 3 ] {} <Trace> HTTP-Session: 0ac3e0cc-28bd-4040-9eb8-3a6ccf17bf04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12487 | 2024.07.30 01:37:15.177154 [ 3 ] {cbd71d0e-3923-4175-b7f2-feba6045d865} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 12488 | 2024.07.30 01:37:15.177245 [ 3 ] {cbd71d0e-3923-4175-b7f2-feba6045d865} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 12489 | 2024.07.30 01:37:15.177830 [ 3 ] {cbd71d0e-3923-4175-b7f2-feba6045d865} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12490 | 2024.07.30 01:37:15.178964 [ 3 ] {cbd71d0e-3923-4175-b7f2-feba6045d865} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12491 | 2024.07.30 01:37:15.179015 [ 3 ] {cbd71d0e-3923-4175-b7f2-feba6045d865} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12492 | 2024.07.30 01:37:15.179898 [ 3 ] {cbd71d0e-3923-4175-b7f2-feba6045d865} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 12493 | 2024.07.30 01:37:15.180500 [ 3 ] {cbd71d0e-3923-4175-b7f2-feba6045d865} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12494 | 2024.07.30 01:37:15.180769 [ 3 ] {cbd71d0e-3923-4175-b7f2-feba6045d865} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004046 sec., 9639.149777558081 rows/sec., 17.27 MiB/sec. | ||
| 12495 | 2024.07.30 01:37:15.181088 [ 3 ] {cbd71d0e-3923-4175-b7f2-feba6045d865} <Debug> DynamicQueryHandler: Done processing query | ||
| 12496 | 2024.07.30 01:37:15.181122 [ 3 ] {cbd71d0e-3923-4175-b7f2-feba6045d865} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB. | ||
| 12497 | 2024.07.30 01:37:15.181144 [ 3 ] {} <Debug> HTTP-Session: 0ac3e0cc-28bd-4040-9eb8-3a6ccf17bf04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12498 | 2024.07.30 01:37:15.181324 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 4698, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12499 | 2024.07.30 01:37:15.181395 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12500 | 2024.07.30 01:37:15.181422 [ 3 ] {} <Debug> HTTP-Session: 489dc570-6c52-4bff-bb70-9af6b308f7f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12501 | 2024.07.30 01:37:15.181445 [ 3 ] {} <Debug> HTTP-Session: 489dc570-6c52-4bff-bb70-9af6b308f7f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12502 | 2024.07.30 01:37:15.181464 [ 3 ] {} <Debug> HTTP-Session: 489dc570-6c52-4bff-bb70-9af6b308f7f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12503 | 2024.07.30 01:37:15.181510 [ 3 ] {} <Trace> HTTP-Session: 489dc570-6c52-4bff-bb70-9af6b308f7f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12504 | 2024.07.30 01:37:15.181660 [ 3 ] {4a3348bb-b233-47c8-ab93-8d85e394f0c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 12505 | 2024.07.30 01:37:15.181725 [ 3 ] {4a3348bb-b233-47c8-ab93-8d85e394f0c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 12506 | 2024.07.30 01:37:15.181903 [ 3 ] {4a3348bb-b233-47c8-ab93-8d85e394f0c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12507 | 2024.07.30 01:37:15.182290 [ 3 ] {4a3348bb-b233-47c8-ab93-8d85e394f0c4} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12508 | 2024.07.30 01:37:15.182339 [ 3 ] {4a3348bb-b233-47c8-ab93-8d85e394f0c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12509 | 2024.07.30 01:37:15.182851 [ 3 ] {4a3348bb-b233-47c8-ab93-8d85e394f0c4} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 12510 | 2024.07.30 01:37:15.183340 [ 3 ] {4a3348bb-b233-47c8-ab93-8d85e394f0c4} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12511 | 2024.07.30 01:37:15.183575 [ 3 ] {4a3348bb-b233-47c8-ab93-8d85e394f0c4} <Debug> executeQuery: Read 32 rows, 1.94 KiB in 0.001951 sec., 16401.84520758585 rows/sec., 992.58 KiB/sec. | ||
| 12512 | 2024.07.30 01:37:15.183934 [ 3 ] {4a3348bb-b233-47c8-ab93-8d85e394f0c4} <Debug> DynamicQueryHandler: Done processing query | ||
| 12513 | 2024.07.30 01:37:15.183998 [ 3 ] {4a3348bb-b233-47c8-ab93-8d85e394f0c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 12514 | 2024.07.30 01:37:15.184050 [ 3 ] {} <Debug> HTTP-Session: 489dc570-6c52-4bff-bb70-9af6b308f7f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12515 | 2024.07.30 01:37:15.184220 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12516 | 2024.07.30 01:37:15.184294 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12517 | 2024.07.30 01:37:15.184323 [ 3 ] {} <Debug> HTTP-Session: 1123e8bf-2b82-4440-8cb8-3cfc8b22a318 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12518 | 2024.07.30 01:37:15.184348 [ 3 ] {} <Debug> HTTP-Session: 1123e8bf-2b82-4440-8cb8-3cfc8b22a318 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12519 | 2024.07.30 01:37:15.184368 [ 3 ] {} <Debug> HTTP-Session: 1123e8bf-2b82-4440-8cb8-3cfc8b22a318 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12520 | 2024.07.30 01:37:15.184414 [ 3 ] {} <Trace> HTTP-Session: 1123e8bf-2b82-4440-8cb8-3cfc8b22a318 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12521 | 2024.07.30 01:37:15.184590 [ 3 ] {b5100c1f-1386-446b-bb13-9bb3a491b9eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12522 | 2024.07.30 01:37:15.184659 [ 3 ] {b5100c1f-1386-446b-bb13-9bb3a491b9eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12523 | 2024.07.30 01:37:15.184868 [ 3 ] {b5100c1f-1386-446b-bb13-9bb3a491b9eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12524 | 2024.07.30 01:37:15.185283 [ 3 ] {b5100c1f-1386-446b-bb13-9bb3a491b9eb} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12525 | 2024.07.30 01:37:15.185336 [ 3 ] {b5100c1f-1386-446b-bb13-9bb3a491b9eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12526 | 2024.07.30 01:37:15.185864 [ 3 ] {b5100c1f-1386-446b-bb13-9bb3a491b9eb} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 12527 | 2024.07.30 01:37:15.186354 [ 3 ] {b5100c1f-1386-446b-bb13-9bb3a491b9eb} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12528 | 2024.07.30 01:37:15.186566 [ 3 ] {b5100c1f-1386-446b-bb13-9bb3a491b9eb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002038 sec., 29440.628066732093 rows/sec., 1.98 MiB/sec. | ||
| 12529 | 2024.07.30 01:37:15.186790 [ 3 ] {b5100c1f-1386-446b-bb13-9bb3a491b9eb} <Debug> DynamicQueryHandler: Done processing query | ||
| 12530 | 2024.07.30 01:37:15.186822 [ 3 ] {b5100c1f-1386-446b-bb13-9bb3a491b9eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12531 | 2024.07.30 01:37:15.186842 [ 3 ] {} <Debug> HTTP-Session: 1123e8bf-2b82-4440-8cb8-3cfc8b22a318 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12532 | 2024.07.30 01:37:20.142574 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 7845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12533 | 2024.07.30 01:37:20.142722 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12534 | 2024.07.30 01:37:20.142753 [ 3 ] {} <Debug> HTTP-Session: b0cbb675-b1ae-4297-b5d8-18e8271bcb61 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12535 | 2024.07.30 01:37:20.142781 [ 3 ] {} <Debug> HTTP-Session: b0cbb675-b1ae-4297-b5d8-18e8271bcb61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12536 | 2024.07.30 01:37:20.142799 [ 3 ] {} <Debug> HTTP-Session: b0cbb675-b1ae-4297-b5d8-18e8271bcb61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12537 | 2024.07.30 01:37:20.142856 [ 3 ] {} <Trace> HTTP-Session: b0cbb675-b1ae-4297-b5d8-18e8271bcb61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12538 | 2024.07.30 01:37:20.143073 [ 3 ] {4c382ab0-533c-4639-b05c-2c808dae5333} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12539 | 2024.07.30 01:37:20.143141 [ 3 ] {4c382ab0-533c-4639-b05c-2c808dae5333} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12540 | 2024.07.30 01:37:20.143337 [ 3 ] {4c382ab0-533c-4639-b05c-2c808dae5333} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12541 | 2024.07.30 01:37:20.143794 [ 3 ] {4c382ab0-533c-4639-b05c-2c808dae5333} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12542 | 2024.07.30 01:37:20.143837 [ 3 ] {4c382ab0-533c-4639-b05c-2c808dae5333} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12543 | 2024.07.30 01:37:20.144214 [ 3 ] {4c382ab0-533c-4639-b05c-2c808dae5333} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 12544 | 2024.07.30 01:37:20.144578 [ 3 ] {4c382ab0-533c-4639-b05c-2c808dae5333} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12545 | 2024.07.30 01:37:20.144737 [ 3 ] {4c382ab0-533c-4639-b05c-2c808dae5333} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001729 sec., 32388.663967611334 rows/sec., 2.49 MiB/sec. | ||
| 12546 | 2024.07.30 01:37:20.145005 [ 3 ] {4c382ab0-533c-4639-b05c-2c808dae5333} <Debug> DynamicQueryHandler: Done processing query | ||
| 12547 | 2024.07.30 01:37:20.145073 [ 3 ] {4c382ab0-533c-4639-b05c-2c808dae5333} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12548 | 2024.07.30 01:37:20.145142 [ 3 ] {} <Debug> HTTP-Session: b0cbb675-b1ae-4297-b5d8-18e8271bcb61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12549 | 2024.07.30 01:37:20.145421 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 10894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12550 | 2024.07.30 01:37:20.145527 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12551 | 2024.07.30 01:37:20.145558 [ 3 ] {} <Debug> HTTP-Session: df9ac760-a939-4210-93f3-d42382c1f903 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12552 | 2024.07.30 01:37:20.145575 [ 3 ] {} <Debug> HTTP-Session: df9ac760-a939-4210-93f3-d42382c1f903 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12553 | 2024.07.30 01:37:20.145589 [ 3 ] {} <Debug> HTTP-Session: df9ac760-a939-4210-93f3-d42382c1f903 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12554 | 2024.07.30 01:37:20.145620 [ 3 ] {} <Trace> HTTP-Session: df9ac760-a939-4210-93f3-d42382c1f903 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12555 | 2024.07.30 01:37:20.145743 [ 3 ] {8bdb8023-98b4-40cf-af76-ad9ddddb9165} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12556 | 2024.07.30 01:37:20.145789 [ 3 ] {8bdb8023-98b4-40cf-af76-ad9ddddb9165} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12557 | 2024.07.30 01:37:20.145945 [ 3 ] {8bdb8023-98b4-40cf-af76-ad9ddddb9165} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12558 | 2024.07.30 01:37:20.146291 [ 3 ] {8bdb8023-98b4-40cf-af76-ad9ddddb9165} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12559 | 2024.07.30 01:37:20.146328 [ 3 ] {8bdb8023-98b4-40cf-af76-ad9ddddb9165} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12560 | 2024.07.30 01:37:20.146648 [ 3 ] {8bdb8023-98b4-40cf-af76-ad9ddddb9165} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 12561 | 2024.07.30 01:37:20.146963 [ 3 ] {8bdb8023-98b4-40cf-af76-ad9ddddb9165} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12562 | 2024.07.30 01:37:20.147119 [ 3 ] {8bdb8023-98b4-40cf-af76-ad9ddddb9165} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001413 sec., 45293.70134465676 rows/sec., 3.54 MiB/sec. | ||
| 12563 | 2024.07.30 01:37:20.147294 [ 3 ] {8bdb8023-98b4-40cf-af76-ad9ddddb9165} <Debug> DynamicQueryHandler: Done processing query | ||
| 12564 | 2024.07.30 01:37:20.147318 [ 3 ] {8bdb8023-98b4-40cf-af76-ad9ddddb9165} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 12565 | 2024.07.30 01:37:20.147333 [ 3 ] {} <Debug> HTTP-Session: df9ac760-a939-4210-93f3-d42382c1f903 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12566 | 2024.07.30 01:37:20.147617 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12567 | 2024.07.30 01:37:20.147666 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12568 | 2024.07.30 01:37:20.147685 [ 3 ] {} <Debug> HTTP-Session: 6ae18307-f5f1-4cdf-9273-0da2a8bd7764 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12569 | 2024.07.30 01:37:20.147701 [ 3 ] {} <Debug> HTTP-Session: 6ae18307-f5f1-4cdf-9273-0da2a8bd7764 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12570 | 2024.07.30 01:37:20.147715 [ 3 ] {} <Debug> HTTP-Session: 6ae18307-f5f1-4cdf-9273-0da2a8bd7764 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12571 | 2024.07.30 01:37:20.147745 [ 3 ] {} <Trace> HTTP-Session: 6ae18307-f5f1-4cdf-9273-0da2a8bd7764 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12572 | 2024.07.30 01:37:20.147896 [ 3 ] {910840cc-0ca4-47b7-8b86-936fec9d9a62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12573 | 2024.07.30 01:37:20.147944 [ 3 ] {910840cc-0ca4-47b7-8b86-936fec9d9a62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12574 | 2024.07.30 01:37:20.148090 [ 3 ] {910840cc-0ca4-47b7-8b86-936fec9d9a62} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12575 | 2024.07.30 01:37:20.148581 [ 3 ] {910840cc-0ca4-47b7-8b86-936fec9d9a62} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12576 | 2024.07.30 01:37:20.148618 [ 3 ] {910840cc-0ca4-47b7-8b86-936fec9d9a62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12577 | 2024.07.30 01:37:20.149024 [ 3 ] {910840cc-0ca4-47b7-8b86-936fec9d9a62} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 12578 | 2024.07.30 01:37:20.149363 [ 3 ] {910840cc-0ca4-47b7-8b86-936fec9d9a62} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12579 | 2024.07.30 01:37:20.149526 [ 3 ] {910840cc-0ca4-47b7-8b86-936fec9d9a62} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001686 sec., 94899.16963226572 rows/sec., 6.61 MiB/sec. | ||
| 12580 | 2024.07.30 01:37:20.149790 [ 3 ] {910840cc-0ca4-47b7-8b86-936fec9d9a62} <Debug> DynamicQueryHandler: Done processing query | ||
| 12581 | 2024.07.30 01:37:20.149852 [ 3 ] {910840cc-0ca4-47b7-8b86-936fec9d9a62} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 12582 | 2024.07.30 01:37:20.149911 [ 3 ] {} <Debug> HTTP-Session: 6ae18307-f5f1-4cdf-9273-0da2a8bd7764 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12583 | 2024.07.30 01:37:20.150109 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12584 | 2024.07.30 01:37:20.150162 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12585 | 2024.07.30 01:37:20.150181 [ 3 ] {} <Debug> HTTP-Session: 4239dd47-4d1a-47f7-9a41-fa445403f9e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12586 | 2024.07.30 01:37:20.150198 [ 3 ] {} <Debug> HTTP-Session: 4239dd47-4d1a-47f7-9a41-fa445403f9e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12587 | 2024.07.30 01:37:20.150211 [ 3 ] {} <Debug> HTTP-Session: 4239dd47-4d1a-47f7-9a41-fa445403f9e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12588 | 2024.07.30 01:37:20.150243 [ 3 ] {} <Trace> HTTP-Session: 4239dd47-4d1a-47f7-9a41-fa445403f9e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12589 | 2024.07.30 01:37:20.150379 [ 3 ] {2beb577b-9459-4e6c-a29b-8a00fac10595} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12590 | 2024.07.30 01:37:20.150427 [ 3 ] {2beb577b-9459-4e6c-a29b-8a00fac10595} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12591 | 2024.07.30 01:37:20.150569 [ 3 ] {2beb577b-9459-4e6c-a29b-8a00fac10595} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12592 | 2024.07.30 01:37:20.150904 [ 3 ] {2beb577b-9459-4e6c-a29b-8a00fac10595} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12593 | 2024.07.30 01:37:20.150941 [ 3 ] {2beb577b-9459-4e6c-a29b-8a00fac10595} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12594 | 2024.07.30 01:37:20.151309 [ 3 ] {2beb577b-9459-4e6c-a29b-8a00fac10595} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 12595 | 2024.07.30 01:37:20.151652 [ 3 ] {2beb577b-9459-4e6c-a29b-8a00fac10595} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12596 | 2024.07.30 01:37:20.151809 [ 3 ] {2beb577b-9459-4e6c-a29b-8a00fac10595} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001486 sec., 40376.85060565276 rows/sec., 2.72 MiB/sec. | ||
| 12597 | 2024.07.30 01:37:20.151978 [ 3 ] {2beb577b-9459-4e6c-a29b-8a00fac10595} <Debug> DynamicQueryHandler: Done processing query | ||
| 12598 | 2024.07.30 01:37:20.152002 [ 3 ] {2beb577b-9459-4e6c-a29b-8a00fac10595} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12599 | 2024.07.30 01:37:20.152018 [ 3 ] {} <Debug> HTTP-Session: 4239dd47-4d1a-47f7-9a41-fa445403f9e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12600 | 2024.07.30 01:37:21.295748 [ 57 ] {} <Debug> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80) (MergerMutator): Selected 5 parts from all_1_19_4 to all_23_23_0 | ||
| 12601 | 2024.07.30 01:37:21.295811 [ 57 ] {} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12602 | 2024.07.30 01:37:21.295834 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12603 | 2024.07.30 01:37:21.296005 [ 193 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_23_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_19_4 to all_23_23_0 into Compact with storage Full | ||
| 12604 | 2024.07.30 01:37:21.296285 [ 193 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_23_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12605 | 2024.07.30 01:37:21.296323 [ 193 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 16 rows starting from the beginning of the part | ||
| 12606 | 2024.07.30 01:37:21.296413 [ 193 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 12607 | 2024.07.30 01:37:21.296622 [ 193 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 4 rows starting from the beginning of the part | ||
| 12608 | 2024.07.30 01:37:21.296751 [ 193 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 4 rows starting from the beginning of the part | ||
| 12609 | 2024.07.30 01:37:21.296910 [ 193 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
| 12610 | 2024.07.30 01:37:21.297845 [ 198 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_23_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.0019476 sec., 16430.47853768741 rows/sec., 1.31 MiB/sec. | ||
| 12611 | 2024.07.30 01:37:21.298054 [ 190 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_23_5} <Trace> MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) | ||
| 12612 | 2024.07.30 01:37:21.298553 [ 190 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_23_5} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12613 | 2024.07.30 01:37:21.298663 [ 190 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_23_5} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80) (MergerMutator): Merged 5 parts: [all_1_19_4, all_23_23_0] -> all_1_23_5 | ||
| 12614 | 2024.07.30 01:37:21.298776 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 12615 | 2024.07.30 01:37:21.314731 [ 57 ] {} <Debug> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4) (MergerMutator): Selected 5 parts from all_1_19_4 to all_23_23_0 | ||
| 12616 | 2024.07.30 01:37:21.314769 [ 57 ] {} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12617 | 2024.07.30 01:37:21.314789 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12618 | 2024.07.30 01:37:21.314917 [ 194 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_23_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_19_4 to all_23_23_0 into Compact with storage Full | ||
| 12619 | 2024.07.30 01:37:21.315093 [ 194 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_23_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12620 | 2024.07.30 01:37:21.315132 [ 194 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 16 rows starting from the beginning of the part | ||
| 12621 | 2024.07.30 01:37:21.315244 [ 194 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 12622 | 2024.07.30 01:37:21.315449 [ 194 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 4 rows starting from the beginning of the part | ||
| 12623 | 2024.07.30 01:37:21.315601 [ 194 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 4 rows starting from the beginning of the part | ||
| 12624 | 2024.07.30 01:37:21.315820 [ 194 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
| 12625 | 2024.07.30 01:37:21.317515 [ 199 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_23_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.002661367 sec., 12023.89599029371 rows/sec., 839.56 KiB/sec. | ||
| 12626 | 2024.07.30 01:37:21.317657 [ 194 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_23_5} <Trace> MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) | ||
| 12627 | 2024.07.30 01:37:21.318011 [ 194 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_23_5} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12628 | 2024.07.30 01:37:21.318088 [ 194 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_23_5} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4) (MergerMutator): Merged 5 parts: [all_1_19_4, all_23_23_0] -> all_1_23_5 | ||
| 12629 | 2024.07.30 01:37:21.318158 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 12630 | 2024.07.30 01:37:25.149199 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 7058, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12631 | 2024.07.30 01:37:25.149334 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12632 | 2024.07.30 01:37:25.149360 [ 3 ] {} <Debug> HTTP-Session: 96e4ccf8-ecbb-4e5b-97b7-96ebfd34c806 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12633 | 2024.07.30 01:37:25.149385 [ 3 ] {} <Debug> HTTP-Session: 96e4ccf8-ecbb-4e5b-97b7-96ebfd34c806 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12634 | 2024.07.30 01:37:25.149399 [ 3 ] {} <Debug> HTTP-Session: 96e4ccf8-ecbb-4e5b-97b7-96ebfd34c806 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12635 | 2024.07.30 01:37:25.149448 [ 3 ] {} <Trace> HTTP-Session: 96e4ccf8-ecbb-4e5b-97b7-96ebfd34c806 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12636 | 2024.07.30 01:37:25.149658 [ 3 ] {2b585456-606b-4705-b5e4-211c0b32e12a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 12637 | 2024.07.30 01:37:25.149723 [ 3 ] {2b585456-606b-4705-b5e4-211c0b32e12a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 12638 | 2024.07.30 01:37:25.149912 [ 3 ] {2b585456-606b-4705-b5e4-211c0b32e12a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12639 | 2024.07.30 01:37:25.150389 [ 3 ] {2b585456-606b-4705-b5e4-211c0b32e12a} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12640 | 2024.07.30 01:37:25.150429 [ 3 ] {2b585456-606b-4705-b5e4-211c0b32e12a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12641 | 2024.07.30 01:37:25.150791 [ 3 ] {2b585456-606b-4705-b5e4-211c0b32e12a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 12642 | 2024.07.30 01:37:25.151131 [ 3 ] {2b585456-606b-4705-b5e4-211c0b32e12a} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12643 | 2024.07.30 01:37:25.151274 [ 3 ] {2b585456-606b-4705-b5e4-211c0b32e12a} <Debug> executeQuery: Read 50 rows, 3.91 KiB in 0.00168 sec., 29761.90476190476 rows/sec., 2.27 MiB/sec. | ||
| 12644 | 2024.07.30 01:37:25.151274 [ 31 ] {} <Debug> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1) (MergerMutator): Selected 6 parts from all_1_34_8 to all_39_39_0 | ||
| 12645 | 2024.07.30 01:37:25.151335 [ 31 ] {} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12646 | 2024.07.30 01:37:25.151367 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12647 | 2024.07.30 01:37:25.151515 [ 3 ] {2b585456-606b-4705-b5e4-211c0b32e12a} <Debug> DynamicQueryHandler: Done processing query | ||
| 12648 | 2024.07.30 01:37:25.151537 [ 194 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_39_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_34_8 to all_39_39_0 into Compact with storage Full | ||
| 12649 | 2024.07.30 01:37:25.151547 [ 3 ] {2b585456-606b-4705-b5e4-211c0b32e12a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12650 | 2024.07.30 01:37:25.151636 [ 3 ] {} <Debug> HTTP-Session: 96e4ccf8-ecbb-4e5b-97b7-96ebfd34c806 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12651 | 2024.07.30 01:37:25.151778 [ 194 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_39_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12652 | 2024.07.30 01:37:25.151819 [ 194 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_39_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_34_8, total 37 rows starting from the beginning of the part | ||
| 12653 | 2024.07.30 01:37:25.151875 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 44298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12654 | 2024.07.30 01:37:25.152032 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12655 | 2024.07.30 01:37:25.152036 [ 194 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_39_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 37 rows starting from the beginning of the part | ||
| 12656 | 2024.07.30 01:37:25.152090 [ 3 ] {} <Debug> HTTP-Session: 658d6221-3136-4cde-8d5f-e7146810b89a Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12657 | 2024.07.30 01:37:25.152131 [ 3 ] {} <Debug> HTTP-Session: 658d6221-3136-4cde-8d5f-e7146810b89a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12658 | 2024.07.30 01:37:25.152244 [ 3 ] {} <Debug> HTTP-Session: 658d6221-3136-4cde-8d5f-e7146810b89a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12659 | 2024.07.30 01:37:25.152340 [ 194 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_39_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 37 rows starting from the beginning of the part | ||
| 12660 | 2024.07.30 01:37:25.152369 [ 3 ] {} <Trace> HTTP-Session: 658d6221-3136-4cde-8d5f-e7146810b89a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12661 | 2024.07.30 01:37:25.152615 [ 194 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_39_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 37 rows starting from the beginning of the part | ||
| 12662 | 2024.07.30 01:37:25.152829 [ 3 ] {45cd5e6f-e0af-4c2a-b1fd-f02adee3d7ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12663 | 2024.07.30 01:37:25.152843 [ 194 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_39_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 45 rows starting from the beginning of the part | ||
| 12664 | 2024.07.30 01:37:25.152952 [ 3 ] {45cd5e6f-e0af-4c2a-b1fd-f02adee3d7ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12665 | 2024.07.30 01:37:25.153086 [ 194 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_39_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 50 rows starting from the beginning of the part | ||
| 12666 | 2024.07.30 01:37:25.153880 [ 3 ] {45cd5e6f-e0af-4c2a-b1fd-f02adee3d7ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12667 | 2024.07.30 01:37:25.155464 [ 3 ] {45cd5e6f-e0af-4c2a-b1fd-f02adee3d7ff} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12668 | 2024.07.30 01:37:25.155565 [ 3 ] {45cd5e6f-e0af-4c2a-b1fd-f02adee3d7ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12669 | 2024.07.30 01:37:25.156736 [ 3 ] {45cd5e6f-e0af-4c2a-b1fd-f02adee3d7ff} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 12670 | 2024.07.30 01:37:25.156754 [ 199 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_39_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 243 rows, containing 4 columns (4 merged, 0 gathered) in 0.005306774 sec., 45790.53112116702 rows/sec., 3.46 MiB/sec. | ||
| 12671 | 2024.07.30 01:37:25.156906 [ 199 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_39_9} <Trace> MergedBlockOutputStream: filled checksums all_1_39_9 (state Temporary) | ||
| 12672 | 2024.07.30 01:37:25.157190 [ 3 ] {45cd5e6f-e0af-4c2a-b1fd-f02adee3d7ff} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12673 | 2024.07.30 01:37:25.157374 [ 3 ] {45cd5e6f-e0af-4c2a-b1fd-f02adee3d7ff} <Debug> executeQuery: Read 293 rows, 26.49 KiB in 0.004767 sec., 61464.23327040067 rows/sec., 5.43 MiB/sec. | ||
| 12674 | 2024.07.30 01:37:25.157461 [ 199 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_39_9} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_merge_all_1_39_9 to all_1_39_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12675 | 2024.07.30 01:37:25.157720 [ 199 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_39_9} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1) (MergerMutator): Merged 6 parts: [all_1_34_8, all_39_39_0] -> all_1_39_9 | ||
| 12676 | 2024.07.30 01:37:25.157779 [ 3 ] {45cd5e6f-e0af-4c2a-b1fd-f02adee3d7ff} <Debug> DynamicQueryHandler: Done processing query | ||
| 12677 | 2024.07.30 01:37:25.157874 [ 3 ] {45cd5e6f-e0af-4c2a-b1fd-f02adee3d7ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 12678 | 2024.07.30 01:37:25.157982 [ 3 ] {} <Debug> HTTP-Session: 658d6221-3136-4cde-8d5f-e7146810b89a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12679 | 2024.07.30 01:37:25.158027 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 12680 | 2024.07.30 01:37:25.158321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 70024, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12681 | 2024.07.30 01:37:25.158375 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12682 | 2024.07.30 01:37:25.158395 [ 3 ] {} <Debug> HTTP-Session: 35367a32-8f88-4aed-afe7-9b7bc4e2da29 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12683 | 2024.07.30 01:37:25.158413 [ 3 ] {} <Debug> HTTP-Session: 35367a32-8f88-4aed-afe7-9b7bc4e2da29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12684 | 2024.07.30 01:37:25.158427 [ 3 ] {} <Debug> HTTP-Session: 35367a32-8f88-4aed-afe7-9b7bc4e2da29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12685 | 2024.07.30 01:37:25.158461 [ 3 ] {} <Trace> HTTP-Session: 35367a32-8f88-4aed-afe7-9b7bc4e2da29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12686 | 2024.07.30 01:37:25.158708 [ 3 ] {30b95838-8282-4741-a4eb-def31d93b203} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12687 | 2024.07.30 01:37:25.158754 [ 3 ] {30b95838-8282-4741-a4eb-def31d93b203} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12688 | 2024.07.30 01:37:25.158893 [ 3 ] {30b95838-8282-4741-a4eb-def31d93b203} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12689 | 2024.07.30 01:37:25.159482 [ 3 ] {30b95838-8282-4741-a4eb-def31d93b203} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12690 | 2024.07.30 01:37:25.159518 [ 3 ] {30b95838-8282-4741-a4eb-def31d93b203} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12691 | 2024.07.30 01:37:25.159848 [ 3 ] {30b95838-8282-4741-a4eb-def31d93b203} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 12692 | 2024.07.30 01:37:25.160165 [ 3 ] {30b95838-8282-4741-a4eb-def31d93b203} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12693 | 2024.07.30 01:37:25.160290 [ 3 ] {30b95838-8282-4741-a4eb-def31d93b203} <Debug> executeQuery: Read 432 rows, 31.45 KiB in 0.001716 sec., 251748.25174825173 rows/sec., 17.90 MiB/sec. | ||
| 12694 | 2024.07.30 01:37:25.160454 [ 3 ] {30b95838-8282-4741-a4eb-def31d93b203} <Debug> DynamicQueryHandler: Done processing query | ||
| 12695 | 2024.07.30 01:37:25.160480 [ 3 ] {30b95838-8282-4741-a4eb-def31d93b203} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 12696 | 2024.07.30 01:37:25.160496 [ 3 ] {} <Debug> HTTP-Session: 35367a32-8f88-4aed-afe7-9b7bc4e2da29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12697 | 2024.07.30 01:37:25.160652 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12698 | 2024.07.30 01:37:25.160702 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12699 | 2024.07.30 01:37:25.160721 [ 3 ] {} <Debug> HTTP-Session: 472e022f-8fa3-4188-a864-20b8cf5ab8c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12700 | 2024.07.30 01:37:25.160738 [ 3 ] {} <Debug> HTTP-Session: 472e022f-8fa3-4188-a864-20b8cf5ab8c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12701 | 2024.07.30 01:37:25.160752 [ 3 ] {} <Debug> HTTP-Session: 472e022f-8fa3-4188-a864-20b8cf5ab8c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12702 | 2024.07.30 01:37:25.160783 [ 3 ] {} <Trace> HTTP-Session: 472e022f-8fa3-4188-a864-20b8cf5ab8c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12703 | 2024.07.30 01:37:25.160879 [ 3 ] {b0c0c8fa-8e4c-44df-bda2-32b2864b27e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 12704 | 2024.07.30 01:37:25.160925 [ 3 ] {b0c0c8fa-8e4c-44df-bda2-32b2864b27e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12705 | 2024.07.30 01:37:25.161052 [ 3 ] {b0c0c8fa-8e4c-44df-bda2-32b2864b27e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12706 | 2024.07.30 01:37:25.161331 [ 3 ] {b0c0c8fa-8e4c-44df-bda2-32b2864b27e9} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12707 | 2024.07.30 01:37:25.161367 [ 3 ] {b0c0c8fa-8e4c-44df-bda2-32b2864b27e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12708 | 2024.07.30 01:37:25.161735 [ 3 ] {b0c0c8fa-8e4c-44df-bda2-32b2864b27e9} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 12709 | 2024.07.30 01:37:25.162065 [ 3 ] {b0c0c8fa-8e4c-44df-bda2-32b2864b27e9} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12710 | 2024.07.30 01:37:25.162190 [ 3 ] {b0c0c8fa-8e4c-44df-bda2-32b2864b27e9} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001334 sec., 4497.751124437781 rows/sec., 193.26 KiB/sec. | ||
| 12711 | 2024.07.30 01:37:25.162354 [ 3 ] {b0c0c8fa-8e4c-44df-bda2-32b2864b27e9} <Debug> DynamicQueryHandler: Done processing query | ||
| 12712 | 2024.07.30 01:37:25.162377 [ 3 ] {b0c0c8fa-8e4c-44df-bda2-32b2864b27e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 12713 | 2024.07.30 01:37:25.162394 [ 3 ] {} <Debug> HTTP-Session: 472e022f-8fa3-4188-a864-20b8cf5ab8c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12714 | 2024.07.30 01:37:25.162538 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12715 | 2024.07.30 01:37:25.162586 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12716 | 2024.07.30 01:37:25.162605 [ 3 ] {} <Debug> HTTP-Session: 08db8d9b-92e4-46ff-932b-c2a156af7930 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12717 | 2024.07.30 01:37:25.162621 [ 3 ] {} <Debug> HTTP-Session: 08db8d9b-92e4-46ff-932b-c2a156af7930 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12718 | 2024.07.30 01:37:25.162634 [ 3 ] {} <Debug> HTTP-Session: 08db8d9b-92e4-46ff-932b-c2a156af7930 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12719 | 2024.07.30 01:37:25.162664 [ 3 ] {} <Trace> HTTP-Session: 08db8d9b-92e4-46ff-932b-c2a156af7930 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12720 | 2024.07.30 01:37:25.162786 [ 3 ] {6f8d122c-766b-45a1-bbc8-e438ab002458} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 12721 | 2024.07.30 01:37:25.162832 [ 3 ] {6f8d122c-766b-45a1-bbc8-e438ab002458} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 12722 | 2024.07.30 01:37:25.162973 [ 3 ] {6f8d122c-766b-45a1-bbc8-e438ab002458} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12723 | 2024.07.30 01:37:25.163301 [ 3 ] {6f8d122c-766b-45a1-bbc8-e438ab002458} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12724 | 2024.07.30 01:37:25.163338 [ 3 ] {6f8d122c-766b-45a1-bbc8-e438ab002458} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12725 | 2024.07.30 01:37:25.163759 [ 3 ] {6f8d122c-766b-45a1-bbc8-e438ab002458} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 12726 | 2024.07.30 01:37:25.164104 [ 3 ] {6f8d122c-766b-45a1-bbc8-e438ab002458} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12727 | 2024.07.30 01:37:25.164229 [ 3 ] {6f8d122c-766b-45a1-bbc8-e438ab002458} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001488 sec., 51747.31182795699 rows/sec., 3.19 MiB/sec. | ||
| 12728 | 2024.07.30 01:37:25.164395 [ 3 ] {6f8d122c-766b-45a1-bbc8-e438ab002458} <Debug> DynamicQueryHandler: Done processing query | ||
| 12729 | 2024.07.30 01:37:25.164419 [ 3 ] {6f8d122c-766b-45a1-bbc8-e438ab002458} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12730 | 2024.07.30 01:37:25.164435 [ 3 ] {} <Debug> HTTP-Session: 08db8d9b-92e4-46ff-932b-c2a156af7930 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12731 | 2024.07.30 01:37:25.164605 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12732 | 2024.07.30 01:37:25.164666 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12733 | 2024.07.30 01:37:25.164687 [ 3 ] {} <Debug> HTTP-Session: 71780641-d113-4cd8-9d79-07aa5a4630cd Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12734 | 2024.07.30 01:37:25.164704 [ 3 ] {} <Debug> HTTP-Session: 71780641-d113-4cd8-9d79-07aa5a4630cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12735 | 2024.07.30 01:37:25.164717 [ 3 ] {} <Debug> HTTP-Session: 71780641-d113-4cd8-9d79-07aa5a4630cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12736 | 2024.07.30 01:37:25.164747 [ 3 ] {} <Trace> HTTP-Session: 71780641-d113-4cd8-9d79-07aa5a4630cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12737 | 2024.07.30 01:37:25.164921 [ 3 ] {dab8547d-2201-4b05-9bd3-9a8cf58ae111} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12738 | 2024.07.30 01:37:25.164967 [ 3 ] {dab8547d-2201-4b05-9bd3-9a8cf58ae111} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12739 | 2024.07.30 01:37:25.165108 [ 3 ] {dab8547d-2201-4b05-9bd3-9a8cf58ae111} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12740 | 2024.07.30 01:37:25.165504 [ 3 ] {dab8547d-2201-4b05-9bd3-9a8cf58ae111} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12741 | 2024.07.30 01:37:25.165540 [ 3 ] {dab8547d-2201-4b05-9bd3-9a8cf58ae111} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12742 | 2024.07.30 01:37:25.165929 [ 3 ] {dab8547d-2201-4b05-9bd3-9a8cf58ae111} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 12743 | 2024.07.30 01:37:25.166274 [ 3 ] {dab8547d-2201-4b05-9bd3-9a8cf58ae111} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12744 | 2024.07.30 01:37:25.166399 [ 3 ] {dab8547d-2201-4b05-9bd3-9a8cf58ae111} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001574 sec., 101651.84243964421 rows/sec., 7.08 MiB/sec. | ||
| 12745 | 2024.07.30 01:37:25.166567 [ 3 ] {dab8547d-2201-4b05-9bd3-9a8cf58ae111} <Debug> DynamicQueryHandler: Done processing query | ||
| 12746 | 2024.07.30 01:37:25.166591 [ 3 ] {dab8547d-2201-4b05-9bd3-9a8cf58ae111} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 12747 | 2024.07.30 01:37:25.166606 [ 3 ] {} <Debug> HTTP-Session: 71780641-d113-4cd8-9d79-07aa5a4630cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12748 | 2024.07.30 01:37:25.166796 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 70903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12749 | 2024.07.30 01:37:25.166848 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12750 | 2024.07.30 01:37:25.166869 [ 3 ] {} <Debug> HTTP-Session: 63d17530-0549-4dd6-b910-b5ce799bf15b Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12751 | 2024.07.30 01:37:25.166886 [ 3 ] {} <Debug> HTTP-Session: 63d17530-0549-4dd6-b910-b5ce799bf15b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12752 | 2024.07.30 01:37:25.166901 [ 3 ] {} <Debug> HTTP-Session: 63d17530-0549-4dd6-b910-b5ce799bf15b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12753 | 2024.07.30 01:37:25.166931 [ 3 ] {} <Trace> HTTP-Session: 63d17530-0549-4dd6-b910-b5ce799bf15b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12754 | 2024.07.30 01:37:25.167377 [ 3 ] {dc373059-d1b9-4b82-a083-f05cb9e06d97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 12755 | 2024.07.30 01:37:25.167441 [ 3 ] {dc373059-d1b9-4b82-a083-f05cb9e06d97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 12756 | 2024.07.30 01:37:25.167848 [ 3 ] {dc373059-d1b9-4b82-a083-f05cb9e06d97} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12757 | 2024.07.30 01:37:25.168672 [ 3 ] {dc373059-d1b9-4b82-a083-f05cb9e06d97} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12758 | 2024.07.30 01:37:25.168708 [ 3 ] {dc373059-d1b9-4b82-a083-f05cb9e06d97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12759 | 2024.07.30 01:37:25.169353 [ 3 ] {dc373059-d1b9-4b82-a083-f05cb9e06d97} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 12760 | 2024.07.30 01:37:25.169782 [ 3 ] {dc373059-d1b9-4b82-a083-f05cb9e06d97} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12761 | 2024.07.30 01:37:25.169936 [ 3 ] {dc373059-d1b9-4b82-a083-f05cb9e06d97} <Debug> executeQuery: Read 44 rows, 80.74 KiB in 0.002904 sec., 15151.515151515152 rows/sec., 27.15 MiB/sec. | ||
| 12762 | 2024.07.30 01:37:25.170164 [ 3 ] {dc373059-d1b9-4b82-a083-f05cb9e06d97} <Debug> DynamicQueryHandler: Done processing query | ||
| 12763 | 2024.07.30 01:37:25.170189 [ 3 ] {dc373059-d1b9-4b82-a083-f05cb9e06d97} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 12764 | 2024.07.30 01:37:25.170205 [ 3 ] {} <Debug> HTTP-Session: 63d17530-0549-4dd6-b910-b5ce799bf15b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12765 | 2024.07.30 01:37:25.170339 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 4126, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12766 | 2024.07.30 01:37:25.170388 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12767 | 2024.07.30 01:37:25.170407 [ 3 ] {} <Debug> HTTP-Session: 70c5d424-e3c5-4724-84b2-2b8d8cd11d31 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12768 | 2024.07.30 01:37:25.170424 [ 3 ] {} <Debug> HTTP-Session: 70c5d424-e3c5-4724-84b2-2b8d8cd11d31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12769 | 2024.07.30 01:37:25.170437 [ 3 ] {} <Debug> HTTP-Session: 70c5d424-e3c5-4724-84b2-2b8d8cd11d31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12770 | 2024.07.30 01:37:25.170468 [ 3 ] {} <Trace> HTTP-Session: 70c5d424-e3c5-4724-84b2-2b8d8cd11d31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12771 | 2024.07.30 01:37:25.170570 [ 3 ] {6273559e-79ce-4925-8c10-bd0b4671d3b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 12772 | 2024.07.30 01:37:25.170615 [ 3 ] {6273559e-79ce-4925-8c10-bd0b4671d3b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 12773 | 2024.07.30 01:37:25.170738 [ 3 ] {6273559e-79ce-4925-8c10-bd0b4671d3b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12774 | 2024.07.30 01:37:25.171036 [ 3 ] {6273559e-79ce-4925-8c10-bd0b4671d3b1} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12775 | 2024.07.30 01:37:25.171073 [ 3 ] {6273559e-79ce-4925-8c10-bd0b4671d3b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12776 | 2024.07.30 01:37:25.171430 [ 3 ] {6273559e-79ce-4925-8c10-bd0b4671d3b1} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 12777 | 2024.07.30 01:37:25.171766 [ 3 ] {6273559e-79ce-4925-8c10-bd0b4671d3b1} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12778 | 2024.07.30 01:37:25.171897 [ 3 ] {6273559e-79ce-4925-8c10-bd0b4671d3b1} <Debug> executeQuery: Read 29 rows, 1.64 KiB in 0.001357 sec., 21370.67059690494 rows/sec., 1.18 MiB/sec. | ||
| 12779 | 2024.07.30 01:37:25.172096 [ 3 ] {6273559e-79ce-4925-8c10-bd0b4671d3b1} <Debug> DynamicQueryHandler: Done processing query | ||
| 12780 | 2024.07.30 01:37:25.172129 [ 3 ] {6273559e-79ce-4925-8c10-bd0b4671d3b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 12781 | 2024.07.30 01:37:25.172154 [ 3 ] {} <Debug> HTTP-Session: 70c5d424-e3c5-4724-84b2-2b8d8cd11d31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12782 | 2024.07.30 01:37:25.172288 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12783 | 2024.07.30 01:37:25.172337 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12784 | 2024.07.30 01:37:25.172356 [ 3 ] {} <Debug> HTTP-Session: b985aec6-b6e4-4285-b214-4d6030b4a3cd Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12785 | 2024.07.30 01:37:25.172372 [ 3 ] {} <Debug> HTTP-Session: b985aec6-b6e4-4285-b214-4d6030b4a3cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12786 | 2024.07.30 01:37:25.172385 [ 3 ] {} <Debug> HTTP-Session: b985aec6-b6e4-4285-b214-4d6030b4a3cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12787 | 2024.07.30 01:37:25.172415 [ 3 ] {} <Trace> HTTP-Session: b985aec6-b6e4-4285-b214-4d6030b4a3cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12788 | 2024.07.30 01:37:25.172528 [ 3 ] {0b598756-74ce-4d27-b73a-c550ea3c0562} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12789 | 2024.07.30 01:37:25.172571 [ 3 ] {0b598756-74ce-4d27-b73a-c550ea3c0562} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12790 | 2024.07.30 01:37:25.172692 [ 3 ] {0b598756-74ce-4d27-b73a-c550ea3c0562} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12791 | 2024.07.30 01:37:25.172996 [ 3 ] {0b598756-74ce-4d27-b73a-c550ea3c0562} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12792 | 2024.07.30 01:37:25.173031 [ 3 ] {0b598756-74ce-4d27-b73a-c550ea3c0562} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12793 | 2024.07.30 01:37:25.173380 [ 3 ] {0b598756-74ce-4d27-b73a-c550ea3c0562} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 12794 | 2024.07.30 01:37:25.173706 [ 3 ] {0b598756-74ce-4d27-b73a-c550ea3c0562} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12795 | 2024.07.30 01:37:25.173828 [ 3 ] {0b598756-74ce-4d27-b73a-c550ea3c0562} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001338 sec., 44843.04932735426 rows/sec., 3.02 MiB/sec. | ||
| 12796 | 2024.07.30 01:37:25.173987 [ 3 ] {0b598756-74ce-4d27-b73a-c550ea3c0562} <Debug> DynamicQueryHandler: Done processing query | ||
| 12797 | 2024.07.30 01:37:25.174011 [ 3 ] {0b598756-74ce-4d27-b73a-c550ea3c0562} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12798 | 2024.07.30 01:37:25.174027 [ 3 ] {} <Debug> HTTP-Session: b985aec6-b6e4-4285-b214-4d6030b4a3cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12799 | 2024.07.30 01:37:27.809052 [ 35 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12800 | 2024.07.30 01:37:27.809162 [ 35 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12801 | 2024.07.30 01:37:30.144974 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 12825, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12802 | 2024.07.30 01:37:30.145100 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12803 | 2024.07.30 01:37:30.145129 [ 3 ] {} <Debug> HTTP-Session: d9943f8b-e58b-4610-b051-00beb1b3a7c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12804 | 2024.07.30 01:37:30.145158 [ 3 ] {} <Debug> HTTP-Session: d9943f8b-e58b-4610-b051-00beb1b3a7c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12805 | 2024.07.30 01:37:30.145175 [ 3 ] {} <Debug> HTTP-Session: d9943f8b-e58b-4610-b051-00beb1b3a7c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12806 | 2024.07.30 01:37:30.145229 [ 3 ] {} <Trace> HTTP-Session: d9943f8b-e58b-4610-b051-00beb1b3a7c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12807 | 2024.07.30 01:37:30.145451 [ 3 ] {8a1c4798-8d03-4521-a173-51bc1040b464} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12808 | 2024.07.30 01:37:30.145517 [ 3 ] {8a1c4798-8d03-4521-a173-51bc1040b464} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12809 | 2024.07.30 01:37:30.145712 [ 3 ] {8a1c4798-8d03-4521-a173-51bc1040b464} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12810 | 2024.07.30 01:37:30.146298 [ 3 ] {8a1c4798-8d03-4521-a173-51bc1040b464} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12811 | 2024.07.30 01:37:30.146340 [ 3 ] {8a1c4798-8d03-4521-a173-51bc1040b464} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12812 | 2024.07.30 01:37:30.146734 [ 3 ] {8a1c4798-8d03-4521-a173-51bc1040b464} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 12813 | 2024.07.30 01:37:30.147075 [ 3 ] {8a1c4798-8d03-4521-a173-51bc1040b464} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12814 | 2024.07.30 01:37:30.147221 [ 3 ] {8a1c4798-8d03-4521-a173-51bc1040b464} <Debug> executeQuery: Read 92 rows, 7.22 KiB in 0.001845 sec., 49864.498644986445 rows/sec., 3.82 MiB/sec. | ||
| 12815 | 2024.07.30 01:37:30.147442 [ 3 ] {8a1c4798-8d03-4521-a173-51bc1040b464} <Debug> DynamicQueryHandler: Done processing query | ||
| 12816 | 2024.07.30 01:37:30.147471 [ 3 ] {8a1c4798-8d03-4521-a173-51bc1040b464} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 12817 | 2024.07.30 01:37:30.147487 [ 3 ] {} <Debug> HTTP-Session: d9943f8b-e58b-4610-b051-00beb1b3a7c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12818 | 2024.07.30 01:37:30.147653 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14934, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12819 | 2024.07.30 01:37:30.147712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12820 | 2024.07.30 01:37:30.147731 [ 3 ] {} <Debug> HTTP-Session: 0bad3461-110b-4863-97c1-456f6e381344 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12821 | 2024.07.30 01:37:30.147749 [ 3 ] {} <Debug> HTTP-Session: 0bad3461-110b-4863-97c1-456f6e381344 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12822 | 2024.07.30 01:37:30.147763 [ 3 ] {} <Debug> HTTP-Session: 0bad3461-110b-4863-97c1-456f6e381344 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12823 | 2024.07.30 01:37:30.147798 [ 3 ] {} <Trace> HTTP-Session: 0bad3461-110b-4863-97c1-456f6e381344 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12824 | 2024.07.30 01:37:30.147934 [ 3 ] {6f169630-bc29-4bf5-b3a8-1755917186af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12825 | 2024.07.30 01:37:30.147981 [ 3 ] {6f169630-bc29-4bf5-b3a8-1755917186af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12826 | 2024.07.30 01:37:30.148114 [ 3 ] {6f169630-bc29-4bf5-b3a8-1755917186af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12827 | 2024.07.30 01:37:30.148489 [ 3 ] {6f169630-bc29-4bf5-b3a8-1755917186af} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12828 | 2024.07.30 01:37:30.148526 [ 3 ] {6f169630-bc29-4bf5-b3a8-1755917186af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12829 | 2024.07.30 01:37:30.148849 [ 3 ] {6f169630-bc29-4bf5-b3a8-1755917186af} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 12830 | 2024.07.30 01:37:30.149173 [ 3 ] {6f169630-bc29-4bf5-b3a8-1755917186af} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12831 | 2024.07.30 01:37:30.149301 [ 3 ] {6f169630-bc29-4bf5-b3a8-1755917186af} <Debug> executeQuery: Read 88 rows, 7.01 KiB in 0.001424 sec., 61797.75280898877 rows/sec., 4.81 MiB/sec. | ||
| 12832 | 2024.07.30 01:37:30.149471 [ 3 ] {6f169630-bc29-4bf5-b3a8-1755917186af} <Debug> DynamicQueryHandler: Done processing query | ||
| 12833 | 2024.07.30 01:37:30.149496 [ 3 ] {6f169630-bc29-4bf5-b3a8-1755917186af} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 12834 | 2024.07.30 01:37:30.149512 [ 3 ] {} <Debug> HTTP-Session: 0bad3461-110b-4863-97c1-456f6e381344 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12835 | 2024.07.30 01:37:30.149735 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 37633, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12836 | 2024.07.30 01:37:30.149790 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12837 | 2024.07.30 01:37:30.149808 [ 3 ] {} <Debug> HTTP-Session: a279a37c-399c-4072-a7db-b076478d1513 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12838 | 2024.07.30 01:37:30.149826 [ 3 ] {} <Debug> HTTP-Session: a279a37c-399c-4072-a7db-b076478d1513 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12839 | 2024.07.30 01:37:30.149840 [ 3 ] {} <Debug> HTTP-Session: a279a37c-399c-4072-a7db-b076478d1513 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12840 | 2024.07.30 01:37:30.149873 [ 3 ] {} <Trace> HTTP-Session: a279a37c-399c-4072-a7db-b076478d1513 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12841 | 2024.07.30 01:37:30.150046 [ 3 ] {ab9a1e9d-dc5e-42b6-9aff-0f60f0321f2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12842 | 2024.07.30 01:37:30.150096 [ 3 ] {ab9a1e9d-dc5e-42b6-9aff-0f60f0321f2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12843 | 2024.07.30 01:37:30.150242 [ 3 ] {ab9a1e9d-dc5e-42b6-9aff-0f60f0321f2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12844 | 2024.07.30 01:37:30.150673 [ 3 ] {ab9a1e9d-dc5e-42b6-9aff-0f60f0321f2e} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12845 | 2024.07.30 01:37:30.150709 [ 3 ] {ab9a1e9d-dc5e-42b6-9aff-0f60f0321f2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12846 | 2024.07.30 01:37:30.151111 [ 3 ] {ab9a1e9d-dc5e-42b6-9aff-0f60f0321f2e} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 12847 | 2024.07.30 01:37:30.151457 [ 3 ] {ab9a1e9d-dc5e-42b6-9aff-0f60f0321f2e} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12848 | 2024.07.30 01:37:30.151586 [ 3 ] {ab9a1e9d-dc5e-42b6-9aff-0f60f0321f2e} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001624 sec., 120689.6551724138 rows/sec., 8.43 MiB/sec. | ||
| 12849 | 2024.07.30 01:37:30.151752 [ 3 ] {ab9a1e9d-dc5e-42b6-9aff-0f60f0321f2e} <Debug> DynamicQueryHandler: Done processing query | ||
| 12850 | 2024.07.30 01:37:30.151776 [ 3 ] {ab9a1e9d-dc5e-42b6-9aff-0f60f0321f2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 12851 | 2024.07.30 01:37:30.151793 [ 3 ] {} <Debug> HTTP-Session: a279a37c-399c-4072-a7db-b076478d1513 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12852 | 2024.07.30 01:37:30.151951 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12853 | 2024.07.30 01:37:30.152002 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12854 | 2024.07.30 01:37:30.152021 [ 3 ] {} <Debug> HTTP-Session: 0b79de6e-fc2c-48c4-bae0-d74a0ea8b7f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12855 | 2024.07.30 01:37:30.152038 [ 3 ] {} <Debug> HTTP-Session: 0b79de6e-fc2c-48c4-bae0-d74a0ea8b7f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12856 | 2024.07.30 01:37:30.152052 [ 3 ] {} <Debug> HTTP-Session: 0b79de6e-fc2c-48c4-bae0-d74a0ea8b7f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12857 | 2024.07.30 01:37:30.152082 [ 3 ] {} <Trace> HTTP-Session: 0b79de6e-fc2c-48c4-bae0-d74a0ea8b7f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12858 | 2024.07.30 01:37:30.152212 [ 3 ] {c3c8a29a-b127-4f24-b70a-ab61d083a211} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12859 | 2024.07.30 01:37:30.152259 [ 3 ] {c3c8a29a-b127-4f24-b70a-ab61d083a211} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12860 | 2024.07.30 01:37:30.152386 [ 3 ] {c3c8a29a-b127-4f24-b70a-ab61d083a211} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12861 | 2024.07.30 01:37:30.152744 [ 3 ] {c3c8a29a-b127-4f24-b70a-ab61d083a211} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12862 | 2024.07.30 01:37:30.152781 [ 3 ] {c3c8a29a-b127-4f24-b70a-ab61d083a211} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12863 | 2024.07.30 01:37:30.153146 [ 3 ] {c3c8a29a-b127-4f24-b70a-ab61d083a211} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 12864 | 2024.07.30 01:37:30.153468 [ 3 ] {c3c8a29a-b127-4f24-b70a-ab61d083a211} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12865 | 2024.07.30 01:37:30.153592 [ 3 ] {c3c8a29a-b127-4f24-b70a-ab61d083a211} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001434 sec., 41841.00418410042 rows/sec., 2.82 MiB/sec. | ||
| 12866 | 2024.07.30 01:37:30.153823 [ 3 ] {c3c8a29a-b127-4f24-b70a-ab61d083a211} <Debug> DynamicQueryHandler: Done processing query | ||
| 12867 | 2024.07.30 01:37:30.153869 [ 3 ] {c3c8a29a-b127-4f24-b70a-ab61d083a211} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12868 | 2024.07.30 01:37:30.153927 [ 3 ] {} <Debug> HTTP-Session: 0b79de6e-fc2c-48c4-bae0-d74a0ea8b7f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12869 | 2024.07.30 01:37:35.150126 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 7490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12870 | 2024.07.30 01:37:35.150251 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12871 | 2024.07.30 01:37:35.150276 [ 3 ] {} <Debug> HTTP-Session: df9f0715-8172-49f7-b82e-67a861139168 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12872 | 2024.07.30 01:37:35.150302 [ 3 ] {} <Debug> HTTP-Session: df9f0715-8172-49f7-b82e-67a861139168 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12873 | 2024.07.30 01:37:35.150316 [ 3 ] {} <Debug> HTTP-Session: df9f0715-8172-49f7-b82e-67a861139168 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12874 | 2024.07.30 01:37:35.150365 [ 3 ] {} <Trace> HTTP-Session: df9f0715-8172-49f7-b82e-67a861139168 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12875 | 2024.07.30 01:37:35.150562 [ 3 ] {97999395-fd2a-47da-bba5-2c739b4832d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 12876 | 2024.07.30 01:37:35.150635 [ 3 ] {97999395-fd2a-47da-bba5-2c739b4832d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 12877 | 2024.07.30 01:37:35.150835 [ 3 ] {97999395-fd2a-47da-bba5-2c739b4832d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12878 | 2024.07.30 01:37:35.151311 [ 3 ] {97999395-fd2a-47da-bba5-2c739b4832d2} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12879 | 2024.07.30 01:37:35.151356 [ 3 ] {97999395-fd2a-47da-bba5-2c739b4832d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12880 | 2024.07.30 01:37:35.151739 [ 3 ] {97999395-fd2a-47da-bba5-2c739b4832d2} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 12881 | 2024.07.30 01:37:35.152091 [ 3 ] {97999395-fd2a-47da-bba5-2c739b4832d2} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12882 | 2024.07.30 01:37:35.152265 [ 3 ] {97999395-fd2a-47da-bba5-2c739b4832d2} <Debug> executeQuery: Read 53 rows, 4.15 KiB in 0.001765 sec., 30028.328611898014 rows/sec., 2.30 MiB/sec. | ||
| 12883 | 2024.07.30 01:37:35.152600 [ 3 ] {97999395-fd2a-47da-bba5-2c739b4832d2} <Debug> DynamicQueryHandler: Done processing query | ||
| 12884 | 2024.07.30 01:37:35.152635 [ 3 ] {97999395-fd2a-47da-bba5-2c739b4832d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12885 | 2024.07.30 01:37:35.152659 [ 3 ] {} <Debug> HTTP-Session: df9f0715-8172-49f7-b82e-67a861139168 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12886 | 2024.07.30 01:37:35.152920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 45708, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12887 | 2024.07.30 01:37:35.152986 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12888 | 2024.07.30 01:37:35.153040 [ 3 ] {} <Debug> HTTP-Session: 280d3e91-15ff-4f26-aa0a-d52f00745d4b Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12889 | 2024.07.30 01:37:35.153058 [ 3 ] {} <Debug> HTTP-Session: 280d3e91-15ff-4f26-aa0a-d52f00745d4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12890 | 2024.07.30 01:37:35.153072 [ 3 ] {} <Debug> HTTP-Session: 280d3e91-15ff-4f26-aa0a-d52f00745d4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12891 | 2024.07.30 01:37:35.153108 [ 3 ] {} <Trace> HTTP-Session: 280d3e91-15ff-4f26-aa0a-d52f00745d4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12892 | 2024.07.30 01:37:35.153312 [ 3 ] {f78f7f83-921d-47da-8024-224e27950e3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12893 | 2024.07.30 01:37:35.153362 [ 3 ] {f78f7f83-921d-47da-8024-224e27950e3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12894 | 2024.07.30 01:37:35.153514 [ 3 ] {f78f7f83-921d-47da-8024-224e27950e3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12895 | 2024.07.30 01:37:35.154053 [ 3 ] {f78f7f83-921d-47da-8024-224e27950e3f} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12896 | 2024.07.30 01:37:35.154094 [ 3 ] {f78f7f83-921d-47da-8024-224e27950e3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12897 | 2024.07.30 01:37:35.154437 [ 3 ] {f78f7f83-921d-47da-8024-224e27950e3f} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 12898 | 2024.07.30 01:37:35.154756 [ 3 ] {f78f7f83-921d-47da-8024-224e27950e3f} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12899 | 2024.07.30 01:37:35.154896 [ 3 ] {f78f7f83-921d-47da-8024-224e27950e3f} <Debug> executeQuery: Read 302 rows, 27.35 KiB in 0.001691 sec., 178592.54878769958 rows/sec., 15.80 MiB/sec. | ||
| 12900 | 2024.07.30 01:37:35.154960 [ 54 ] {} <Debug> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 12901 | 2024.07.30 01:37:35.155067 [ 54 ] {} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12902 | 2024.07.30 01:37:35.155105 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12903 | 2024.07.30 01:37:35.155187 [ 3 ] {f78f7f83-921d-47da-8024-224e27950e3f} <Debug> DynamicQueryHandler: Done processing query | ||
| 12904 | 2024.07.30 01:37:35.155267 [ 3 ] {f78f7f83-921d-47da-8024-224e27950e3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 12905 | 2024.07.30 01:37:35.155365 [ 3 ] {} <Debug> HTTP-Session: 280d3e91-15ff-4f26-aa0a-d52f00745d4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12906 | 2024.07.30 01:37:35.155434 [ 201 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::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 | ||
| 12907 | 2024.07.30 01:37:35.155864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 69544, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12908 | 2024.07.30 01:37:35.155984 [ 201 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12909 | 2024.07.30 01:37:35.156100 [ 201 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 298 rows starting from the beginning of the part | ||
| 12910 | 2024.07.30 01:37:35.156145 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12911 | 2024.07.30 01:37:35.156235 [ 3 ] {} <Debug> HTTP-Session: 9c93b512-53cc-46cf-9ab8-8321a918963c Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12912 | 2024.07.30 01:37:35.156343 [ 3 ] {} <Debug> HTTP-Session: 9c93b512-53cc-46cf-9ab8-8321a918963c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12913 | 2024.07.30 01:37:35.156399 [ 201 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 278 rows starting from the beginning of the part | ||
| 12914 | 2024.07.30 01:37:35.156422 [ 3 ] {} <Debug> HTTP-Session: 9c93b512-53cc-46cf-9ab8-8321a918963c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12915 | 2024.07.30 01:37:35.156608 [ 3 ] {} <Trace> HTTP-Session: 9c93b512-53cc-46cf-9ab8-8321a918963c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12916 | 2024.07.30 01:37:35.156663 [ 201 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 56 rows starting from the beginning of the part | ||
| 12917 | 2024.07.30 01:37:35.156910 [ 201 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 293 rows starting from the beginning of the part | ||
| 12918 | 2024.07.30 01:37:35.157080 [ 201 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 92 rows starting from the beginning of the part | ||
| 12919 | 2024.07.30 01:37:35.157114 [ 3 ] {8e7b37ea-7382-44a5-bd18-d1401ef8ff63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12920 | 2024.07.30 01:37:35.157291 [ 3 ] {8e7b37ea-7382-44a5-bd18-d1401ef8ff63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12921 | 2024.07.30 01:37:35.157309 [ 201 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 302 rows starting from the beginning of the part | ||
| 12922 | 2024.07.30 01:37:35.158090 [ 3 ] {8e7b37ea-7382-44a5-bd18-d1401ef8ff63} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12923 | 2024.07.30 01:37:35.159207 [ 3 ] {8e7b37ea-7382-44a5-bd18-d1401ef8ff63} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12924 | 2024.07.30 01:37:35.159277 [ 3 ] {8e7b37ea-7382-44a5-bd18-d1401ef8ff63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 12925 | 2024.07.30 01:37:35.159960 [ 3 ] {8e7b37ea-7382-44a5-bd18-d1401ef8ff63} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 12926 | 2024.07.30 01:37:35.160186 [ 199 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1319 rows, containing 4 columns (4 merged, 0 gathered) in 0.004975411 sec., 265103.7271091775 rows/sec., 22.95 MiB/sec. | ||
| 12927 | 2024.07.30 01:37:35.160467 [ 189 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 12928 | 2024.07.30 01:37:35.160636 [ 3 ] {8e7b37ea-7382-44a5-bd18-d1401ef8ff63} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12929 | 2024.07.30 01:37:35.160961 [ 54 ] {} <Debug> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 12930 | 2024.07.30 01:37:35.161025 [ 3 ] {8e7b37ea-7382-44a5-bd18-d1401ef8ff63} <Debug> executeQuery: Read 429 rows, 31.24 KiB in 0.004155 sec., 103249.09747292419 rows/sec., 7.34 MiB/sec. | ||
| 12931 | 2024.07.30 01:37:35.161082 [ 54 ] {} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12932 | 2024.07.30 01:37:35.161226 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12933 | 2024.07.30 01:37:35.161808 [ 197 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::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 | ||
| 12934 | 2024.07.30 01:37:35.161979 [ 3 ] {8e7b37ea-7382-44a5-bd18-d1401ef8ff63} <Debug> DynamicQueryHandler: Done processing query | ||
| 12935 | 2024.07.30 01:37:35.162118 [ 3 ] {8e7b37ea-7382-44a5-bd18-d1401ef8ff63} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 12936 | 2024.07.30 01:37:35.162190 [ 189 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_81_16} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12937 | 2024.07.30 01:37:35.162235 [ 3 ] {} <Debug> HTTP-Session: 9c93b512-53cc-46cf-9ab8-8321a918963c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12938 | 2024.07.30 01:37:35.162652 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12939 | 2024.07.30 01:37:35.162685 [ 197 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12940 | 2024.07.30 01:37:35.162711 [ 189 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_81_16} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 12941 | 2024.07.30 01:37:35.162849 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12942 | 2024.07.30 01:37:35.162895 [ 197 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 471 rows starting from the beginning of the part | ||
| 12943 | 2024.07.30 01:37:35.162996 [ 3 ] {} <Debug> HTTP-Session: ab8cffe6-8ecb-495c-bb21-bfed216c84fc Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12944 | 2024.07.30 01:37:35.163121 [ 3 ] {} <Debug> HTTP-Session: ab8cffe6-8ecb-495c-bb21-bfed216c84fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12945 | 2024.07.30 01:37:35.163137 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 12946 | 2024.07.30 01:37:35.163218 [ 3 ] {} <Debug> HTTP-Session: ab8cffe6-8ecb-495c-bb21-bfed216c84fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12947 | 2024.07.30 01:37:35.163481 [ 3 ] {} <Trace> HTTP-Session: ab8cffe6-8ecb-495c-bb21-bfed216c84fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12948 | 2024.07.30 01:37:35.163611 [ 197 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 427 rows starting from the beginning of the part | ||
| 12949 | 2024.07.30 01:37:35.163984 [ 3 ] {1f433c6d-d744-4d6c-a8b6-a5011c8cbcdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 12950 | 2024.07.30 01:37:35.164089 [ 197 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 64 rows starting from the beginning of the part | ||
| 12951 | 2024.07.30 01:37:35.164239 [ 3 ] {1f433c6d-d744-4d6c-a8b6-a5011c8cbcdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12952 | 2024.07.30 01:37:35.164489 [ 197 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 432 rows starting from the beginning of the part | ||
| 12953 | 2024.07.30 01:37:35.164864 [ 197 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 88 rows starting from the beginning of the part | ||
| 12954 | 2024.07.30 01:37:35.165211 [ 197 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 429 rows starting from the beginning of the part | ||
| 12955 | 2024.07.30 01:37:35.165335 [ 3 ] {1f433c6d-d744-4d6c-a8b6-a5011c8cbcdc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12956 | 2024.07.30 01:37:35.166170 [ 3 ] {1f433c6d-d744-4d6c-a8b6-a5011c8cbcdc} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12957 | 2024.07.30 01:37:35.166238 [ 3 ] {1f433c6d-d744-4d6c-a8b6-a5011c8cbcdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 12958 | 2024.07.30 01:37:35.167192 [ 3 ] {1f433c6d-d744-4d6c-a8b6-a5011c8cbcdc} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 12959 | 2024.07.30 01:37:35.167753 [ 3 ] {1f433c6d-d744-4d6c-a8b6-a5011c8cbcdc} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12960 | 2024.07.30 01:37:35.168199 [ 197 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1911 rows, containing 4 columns (4 merged, 0 gathered) in 0.006792579 sec., 281336.440842278 rows/sec., 20.20 MiB/sec. | ||
| 12961 | 2024.07.30 01:37:35.168250 [ 3 ] {1f433c6d-d744-4d6c-a8b6-a5011c8cbcdc} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.004504 sec., 1332.1492007104796 rows/sec., 57.24 KiB/sec. | ||
| 12962 | 2024.07.30 01:37:35.168519 [ 197 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 12963 | 2024.07.30 01:37:35.169027 [ 3 ] {1f433c6d-d744-4d6c-a8b6-a5011c8cbcdc} <Debug> DynamicQueryHandler: Done processing query | ||
| 12964 | 2024.07.30 01:37:35.169100 [ 3 ] {1f433c6d-d744-4d6c-a8b6-a5011c8cbcdc} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 12965 | 2024.07.30 01:37:35.169166 [ 3 ] {} <Debug> HTTP-Session: ab8cffe6-8ecb-495c-bb21-bfed216c84fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12966 | 2024.07.30 01:37:35.169405 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12967 | 2024.07.30 01:37:35.169489 [ 197 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_81_16} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12968 | 2024.07.30 01:37:35.169504 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12969 | 2024.07.30 01:37:35.169575 [ 3 ] {} <Debug> HTTP-Session: 2e1f706d-fed1-4c67-872c-d2b5b921a04d Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12970 | 2024.07.30 01:37:35.169616 [ 3 ] {} <Debug> HTTP-Session: 2e1f706d-fed1-4c67-872c-d2b5b921a04d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12971 | 2024.07.30 01:37:35.169644 [ 3 ] {} <Debug> HTTP-Session: 2e1f706d-fed1-4c67-872c-d2b5b921a04d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12972 | 2024.07.30 01:37:35.169658 [ 197 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_81_16} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 12973 | 2024.07.30 01:37:35.169704 [ 3 ] {} <Trace> HTTP-Session: 2e1f706d-fed1-4c67-872c-d2b5b921a04d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12974 | 2024.07.30 01:37:35.169800 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
| 12975 | 2024.07.30 01:37:35.169943 [ 3 ] {7cea6d1f-4ac1-4f12-937c-39d9357c2586} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 12976 | 2024.07.30 01:37:35.169997 [ 3 ] {7cea6d1f-4ac1-4f12-937c-39d9357c2586} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 12977 | 2024.07.30 01:37:35.170170 [ 3 ] {7cea6d1f-4ac1-4f12-937c-39d9357c2586} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12978 | 2024.07.30 01:37:35.170535 [ 3 ] {7cea6d1f-4ac1-4f12-937c-39d9357c2586} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12979 | 2024.07.30 01:37:35.170573 [ 3 ] {7cea6d1f-4ac1-4f12-937c-39d9357c2586} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12980 | 2024.07.30 01:37:35.170966 [ 3 ] {7cea6d1f-4ac1-4f12-937c-39d9357c2586} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 12981 | 2024.07.30 01:37:35.171331 [ 3 ] {7cea6d1f-4ac1-4f12-937c-39d9357c2586} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12982 | 2024.07.30 01:37:35.171496 [ 3 ] {7cea6d1f-4ac1-4f12-937c-39d9357c2586} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001633 sec., 47152.48009797918 rows/sec., 2.90 MiB/sec. | ||
| 12983 | 2024.07.30 01:37:35.171783 [ 3 ] {7cea6d1f-4ac1-4f12-937c-39d9357c2586} <Debug> DynamicQueryHandler: Done processing query | ||
| 12984 | 2024.07.30 01:37:35.171824 [ 3 ] {7cea6d1f-4ac1-4f12-937c-39d9357c2586} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12985 | 2024.07.30 01:37:35.171840 [ 3 ] {} <Debug> HTTP-Session: 2e1f706d-fed1-4c67-872c-d2b5b921a04d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12986 | 2024.07.30 01:37:35.172019 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12987 | 2024.07.30 01:37:35.172066 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12988 | 2024.07.30 01:37:35.172087 [ 3 ] {} <Debug> HTTP-Session: 4e3f3bdd-6c5b-47d4-a514-17df01310b8c Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 12989 | 2024.07.30 01:37:35.172103 [ 3 ] {} <Debug> HTTP-Session: 4e3f3bdd-6c5b-47d4-a514-17df01310b8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12990 | 2024.07.30 01:37:35.172116 [ 3 ] {} <Debug> HTTP-Session: 4e3f3bdd-6c5b-47d4-a514-17df01310b8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12991 | 2024.07.30 01:37:35.172147 [ 3 ] {} <Trace> HTTP-Session: 4e3f3bdd-6c5b-47d4-a514-17df01310b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12992 | 2024.07.30 01:37:35.172323 [ 3 ] {20124274-73b3-4ed3-9ca9-91892a8b5b07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12993 | 2024.07.30 01:37:35.172369 [ 3 ] {20124274-73b3-4ed3-9ca9-91892a8b5b07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12994 | 2024.07.30 01:37:35.172534 [ 3 ] {20124274-73b3-4ed3-9ca9-91892a8b5b07} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12995 | 2024.07.30 01:37:35.172953 [ 3 ] {20124274-73b3-4ed3-9ca9-91892a8b5b07} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12996 | 2024.07.30 01:37:35.172990 [ 3 ] {20124274-73b3-4ed3-9ca9-91892a8b5b07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 12997 | 2024.07.30 01:37:35.173365 [ 3 ] {20124274-73b3-4ed3-9ca9-91892a8b5b07} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 12998 | 2024.07.30 01:37:35.173725 [ 3 ] {20124274-73b3-4ed3-9ca9-91892a8b5b07} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12999 | 2024.07.30 01:37:35.173880 [ 3 ] {20124274-73b3-4ed3-9ca9-91892a8b5b07} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001649 sec., 97028.50212249848 rows/sec., 6.76 MiB/sec. | ||
| 13000 | 2024.07.30 01:37:35.173899 [ 54 ] {} <Debug> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 13001 | 2024.07.30 01:37:35.173970 [ 54 ] {} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13002 | 2024.07.30 01:37:35.174023 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 13003 | 2024.07.30 01:37:35.174167 [ 3 ] {20124274-73b3-4ed3-9ca9-91892a8b5b07} <Debug> DynamicQueryHandler: Done processing query | ||
| 13004 | 2024.07.30 01:37:35.174244 [ 3 ] {20124274-73b3-4ed3-9ca9-91892a8b5b07} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 13005 | 2024.07.30 01:37:35.174285 [ 3 ] {} <Debug> HTTP-Session: 4e3f3bdd-6c5b-47d4-a514-17df01310b8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13006 | 2024.07.30 01:37:35.174318 [ 200 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 13007 | 2024.07.30 01:37:35.174714 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 75910, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13008 | 2024.07.30 01:37:35.174832 [ 200 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13009 | 2024.07.30 01:37:35.174917 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13010 | 2024.07.30 01:37:35.174978 [ 200 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_76_15, total 12339 rows starting from the beginning of the part | ||
| 13011 | 2024.07.30 01:37:35.175005 [ 3 ] {} <Debug> HTTP-Session: a20fb8f5-23f6-4881-a3f2-427103c5f637 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13012 | 2024.07.30 01:37:35.175072 [ 3 ] {} <Debug> HTTP-Session: a20fb8f5-23f6-4881-a3f2-427103c5f637 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13013 | 2024.07.30 01:37:35.175120 [ 3 ] {} <Debug> HTTP-Session: a20fb8f5-23f6-4881-a3f2-427103c5f637 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13014 | 2024.07.30 01:37:35.175251 [ 3 ] {} <Trace> HTTP-Session: a20fb8f5-23f6-4881-a3f2-427103c5f637 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13015 | 2024.07.30 01:37:35.175320 [ 200 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 160 rows starting from the beginning of the part | ||
| 13016 | 2024.07.30 01:37:35.175606 [ 200 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 13017 | 2024.07.30 01:37:35.175796 [ 200 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 160 rows starting from the beginning of the part | ||
| 13018 | 2024.07.30 01:37:35.175938 [ 200 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 196 rows starting from the beginning of the part | ||
| 13019 | 2024.07.30 01:37:35.176162 [ 3 ] {9a33aace-2a2c-4a70-b109-f91bdcf32e70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 13020 | 2024.07.30 01:37:35.176216 [ 200 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 13021 | 2024.07.30 01:37:35.176428 [ 3 ] {9a33aace-2a2c-4a70-b109-f91bdcf32e70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 13022 | 2024.07.30 01:37:35.178060 [ 3 ] {9a33aace-2a2c-4a70-b109-f91bdcf32e70} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13023 | 2024.07.30 01:37:35.179930 [ 3 ] {9a33aace-2a2c-4a70-b109-f91bdcf32e70} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13024 | 2024.07.30 01:37:35.180009 [ 3 ] {9a33aace-2a2c-4a70-b109-f91bdcf32e70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13025 | 2024.07.30 01:37:35.181447 [ 3 ] {9a33aace-2a2c-4a70-b109-f91bdcf32e70} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 13026 | 2024.07.30 01:37:35.182414 [ 3 ] {9a33aace-2a2c-4a70-b109-f91bdcf32e70} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13027 | 2024.07.30 01:37:35.182657 [ 3 ] {9a33aace-2a2c-4a70-b109-f91bdcf32e70} <Debug> executeQuery: Read 47 rows, 86.24 KiB in 0.007124 sec., 6597.417181358787 rows/sec., 11.82 MiB/sec. | ||
| 13028 | 2024.07.30 01:37:35.182941 [ 3 ] {9a33aace-2a2c-4a70-b109-f91bdcf32e70} <Debug> DynamicQueryHandler: Done processing query | ||
| 13029 | 2024.07.30 01:37:35.182966 [ 3 ] {9a33aace-2a2c-4a70-b109-f91bdcf32e70} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 13030 | 2024.07.30 01:37:35.182982 [ 3 ] {} <Debug> HTTP-Session: a20fb8f5-23f6-4881-a3f2-427103c5f637 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13031 | 2024.07.30 01:37:35.183118 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13032 | 2024.07.30 01:37:35.183173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13033 | 2024.07.30 01:37:35.183202 [ 3 ] {} <Debug> HTTP-Session: 50a0c30c-48f7-4fb6-915c-c3f3d8c0f9c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13034 | 2024.07.30 01:37:35.183249 [ 3 ] {} <Debug> HTTP-Session: 50a0c30c-48f7-4fb6-915c-c3f3d8c0f9c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13035 | 2024.07.30 01:37:35.183266 [ 3 ] {} <Debug> HTTP-Session: 50a0c30c-48f7-4fb6-915c-c3f3d8c0f9c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13036 | 2024.07.30 01:37:35.183297 [ 3 ] {} <Trace> HTTP-Session: 50a0c30c-48f7-4fb6-915c-c3f3d8c0f9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13037 | 2024.07.30 01:37:35.183440 [ 3 ] {d506e05d-99fc-4c0c-9112-504e44dd0472} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 13038 | 2024.07.30 01:37:35.183488 [ 3 ] {d506e05d-99fc-4c0c-9112-504e44dd0472} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 13039 | 2024.07.30 01:37:35.183774 [ 3 ] {d506e05d-99fc-4c0c-9112-504e44dd0472} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13040 | 2024.07.30 01:37:35.184483 [ 3 ] {d506e05d-99fc-4c0c-9112-504e44dd0472} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13041 | 2024.07.30 01:37:35.184490 [ 200 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13175 rows, containing 5 columns (5 merged, 0 gathered) in 0.010369345 sec., 1270572.0563835034 rows/sec., 88.55 MiB/sec. | ||
| 13042 | 2024.07.30 01:37:35.184539 [ 3 ] {d506e05d-99fc-4c0c-9112-504e44dd0472} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 13043 | 2024.07.30 01:37:35.184938 [ 200 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 13044 | 2024.07.30 01:37:35.185036 [ 3 ] {d506e05d-99fc-4c0c-9112-504e44dd0472} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 13045 | 2024.07.30 01:37:35.186044 [ 3 ] {d506e05d-99fc-4c0c-9112-504e44dd0472} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13046 | 2024.07.30 01:37:35.186123 [ 200 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13047 | 2024.07.30 01:37:35.186350 [ 3 ] {d506e05d-99fc-4c0c-9112-504e44dd0472} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.002934 sec., 7839.127471029312 rows/sec., 424.04 KiB/sec. | ||
| 13048 | 2024.07.30 01:37:35.186353 [ 200 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 13049 | 2024.07.30 01:37:35.186654 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.79 MiB. | ||
| 13050 | 2024.07.30 01:37:35.186725 [ 3 ] {d506e05d-99fc-4c0c-9112-504e44dd0472} <Debug> DynamicQueryHandler: Done processing query | ||
| 13051 | 2024.07.30 01:37:35.186794 [ 3 ] {d506e05d-99fc-4c0c-9112-504e44dd0472} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 13052 | 2024.07.30 01:37:35.186811 [ 3 ] {} <Debug> HTTP-Session: 50a0c30c-48f7-4fb6-915c-c3f3d8c0f9c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13053 | 2024.07.30 01:37:35.186952 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13054 | 2024.07.30 01:37:35.187001 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13055 | 2024.07.30 01:37:35.187019 [ 3 ] {} <Debug> HTTP-Session: c8f841d7-21ca-4125-b52e-fa83026a7509 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13056 | 2024.07.30 01:37:35.187035 [ 3 ] {} <Debug> HTTP-Session: c8f841d7-21ca-4125-b52e-fa83026a7509 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13057 | 2024.07.30 01:37:35.187048 [ 3 ] {} <Debug> HTTP-Session: c8f841d7-21ca-4125-b52e-fa83026a7509 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13058 | 2024.07.30 01:37:35.187079 [ 3 ] {} <Trace> HTTP-Session: c8f841d7-21ca-4125-b52e-fa83026a7509 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13059 | 2024.07.30 01:37:35.187205 [ 3 ] {ce6b2117-e4b5-4c19-bccf-63a827d97eec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13060 | 2024.07.30 01:37:35.187250 [ 3 ] {ce6b2117-e4b5-4c19-bccf-63a827d97eec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13061 | 2024.07.30 01:37:35.187508 [ 3 ] {ce6b2117-e4b5-4c19-bccf-63a827d97eec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13062 | 2024.07.30 01:37:35.187815 [ 3 ] {ce6b2117-e4b5-4c19-bccf-63a827d97eec} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13063 | 2024.07.30 01:37:35.187852 [ 3 ] {ce6b2117-e4b5-4c19-bccf-63a827d97eec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 13064 | 2024.07.30 01:37:35.188237 [ 3 ] {ce6b2117-e4b5-4c19-bccf-63a827d97eec} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 13065 | 2024.07.30 01:37:35.188570 [ 3 ] {ce6b2117-e4b5-4c19-bccf-63a827d97eec} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13066 | 2024.07.30 01:37:35.188726 [ 54 ] {} <Debug> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 13067 | 2024.07.30 01:37:35.188728 [ 3 ] {ce6b2117-e4b5-4c19-bccf-63a827d97eec} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001564 sec., 38363.17135549872 rows/sec., 2.59 MiB/sec. | ||
| 13068 | 2024.07.30 01:37:35.188790 [ 54 ] {} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13069 | 2024.07.30 01:37:35.188860 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 13070 | 2024.07.30 01:37:35.189029 [ 3 ] {ce6b2117-e4b5-4c19-bccf-63a827d97eec} <Debug> DynamicQueryHandler: Done processing query | ||
| 13071 | 2024.07.30 01:37:35.189034 [ 187 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 13072 | 2024.07.30 01:37:35.189059 [ 3 ] {ce6b2117-e4b5-4c19-bccf-63a827d97eec} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13073 | 2024.07.30 01:37:35.189088 [ 3 ] {} <Debug> HTTP-Session: c8f841d7-21ca-4125-b52e-fa83026a7509 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13074 | 2024.07.30 01:37:35.189195 [ 187 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13075 | 2024.07.30 01:37:35.189232 [ 187 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4414 rows starting from the beginning of the part | ||
| 13076 | 2024.07.30 01:37:35.189304 [ 187 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 13077 | 2024.07.30 01:37:35.189447 [ 187 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 13078 | 2024.07.30 01:37:35.189633 [ 187 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 13079 | 2024.07.30 01:37:35.189754 [ 187 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 13080 | 2024.07.30 01:37:35.189895 [ 187 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 13081 | 2024.07.30 01:37:35.191844 [ 196 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4714 rows, containing 4 columns (4 merged, 0 gathered) in 0.002879969 sec., 1636823.1741383327 rows/sec., 110.30 MiB/sec. | ||
| 13082 | 2024.07.30 01:37:35.192238 [ 191 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 13083 | 2024.07.30 01:37:35.192674 [ 191 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_81_16} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13084 | 2024.07.30 01:37:35.192754 [ 191 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_81_16} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 13085 | 2024.07.30 01:37:35.192828 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. | ||
| 13086 | 2024.07.30 01:37:36.000157 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 201.05 MiB, peak 212.12 MiB, free memory in arenas 0.00 B, will set to 202.50 MiB (RSS), difference: 1.45 MiB | ||
| 13087 | 2024.07.30 01:37:40.143507 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 7845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13088 | 2024.07.30 01:37:40.143648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13089 | 2024.07.30 01:37:40.143679 [ 3 ] {} <Debug> HTTP-Session: 8d4767f7-f2fb-483d-96f7-eaa4e758c6b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13090 | 2024.07.30 01:37:40.143708 [ 3 ] {} <Debug> HTTP-Session: 8d4767f7-f2fb-483d-96f7-eaa4e758c6b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13091 | 2024.07.30 01:37:40.143728 [ 3 ] {} <Debug> HTTP-Session: 8d4767f7-f2fb-483d-96f7-eaa4e758c6b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13092 | 2024.07.30 01:37:40.143783 [ 3 ] {} <Trace> HTTP-Session: 8d4767f7-f2fb-483d-96f7-eaa4e758c6b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13093 | 2024.07.30 01:37:40.144000 [ 3 ] {2672375c-243b-4157-bb2c-06e8b9fc1803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13094 | 2024.07.30 01:37:40.144075 [ 3 ] {2672375c-243b-4157-bb2c-06e8b9fc1803} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13095 | 2024.07.30 01:37:40.144295 [ 3 ] {2672375c-243b-4157-bb2c-06e8b9fc1803} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13096 | 2024.07.30 01:37:40.144796 [ 3 ] {2672375c-243b-4157-bb2c-06e8b9fc1803} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13097 | 2024.07.30 01:37:40.144839 [ 3 ] {2672375c-243b-4157-bb2c-06e8b9fc1803} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13098 | 2024.07.30 01:37:40.145213 [ 3 ] {2672375c-243b-4157-bb2c-06e8b9fc1803} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 13099 | 2024.07.30 01:37:40.145555 [ 3 ] {2672375c-243b-4157-bb2c-06e8b9fc1803} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13100 | 2024.07.30 01:37:40.145723 [ 3 ] {2672375c-243b-4157-bb2c-06e8b9fc1803} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001798 sec., 31145.717463848723 rows/sec., 2.39 MiB/sec. | ||
| 13101 | 2024.07.30 01:37:40.146038 [ 3 ] {2672375c-243b-4157-bb2c-06e8b9fc1803} <Debug> DynamicQueryHandler: Done processing query | ||
| 13102 | 2024.07.30 01:37:40.146105 [ 3 ] {2672375c-243b-4157-bb2c-06e8b9fc1803} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13103 | 2024.07.30 01:37:40.146164 [ 3 ] {} <Debug> HTTP-Session: 8d4767f7-f2fb-483d-96f7-eaa4e758c6b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13104 | 2024.07.30 01:37:40.146366 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 10894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13105 | 2024.07.30 01:37:40.146425 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13106 | 2024.07.30 01:37:40.146446 [ 3 ] {} <Debug> HTTP-Session: 6e886e4c-3818-4419-9109-77daa33c97f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13107 | 2024.07.30 01:37:40.146464 [ 3 ] {} <Debug> HTTP-Session: 6e886e4c-3818-4419-9109-77daa33c97f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13108 | 2024.07.30 01:37:40.146478 [ 3 ] {} <Debug> HTTP-Session: 6e886e4c-3818-4419-9109-77daa33c97f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13109 | 2024.07.30 01:37:40.146515 [ 3 ] {} <Trace> HTTP-Session: 6e886e4c-3818-4419-9109-77daa33c97f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13110 | 2024.07.30 01:37:40.146648 [ 3 ] {335deeaa-159f-49c9-b02d-c22c5c7cd3bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13111 | 2024.07.30 01:37:40.146697 [ 3 ] {335deeaa-159f-49c9-b02d-c22c5c7cd3bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13112 | 2024.07.30 01:37:40.146854 [ 3 ] {335deeaa-159f-49c9-b02d-c22c5c7cd3bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13113 | 2024.07.30 01:37:40.147230 [ 3 ] {335deeaa-159f-49c9-b02d-c22c5c7cd3bb} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13114 | 2024.07.30 01:37:40.147269 [ 3 ] {335deeaa-159f-49c9-b02d-c22c5c7cd3bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13115 | 2024.07.30 01:37:40.147595 [ 3 ] {335deeaa-159f-49c9-b02d-c22c5c7cd3bb} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 13116 | 2024.07.30 01:37:40.147931 [ 3 ] {335deeaa-159f-49c9-b02d-c22c5c7cd3bb} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13117 | 2024.07.30 01:37:40.148085 [ 3 ] {335deeaa-159f-49c9-b02d-c22c5c7cd3bb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001479 sec., 43272.48140635564 rows/sec., 3.38 MiB/sec. | ||
| 13118 | 2024.07.30 01:37:40.148265 [ 3 ] {335deeaa-159f-49c9-b02d-c22c5c7cd3bb} <Debug> DynamicQueryHandler: Done processing query | ||
| 13119 | 2024.07.30 01:37:40.148290 [ 3 ] {335deeaa-159f-49c9-b02d-c22c5c7cd3bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 13120 | 2024.07.30 01:37:40.148306 [ 3 ] {} <Debug> HTTP-Session: 6e886e4c-3818-4419-9109-77daa33c97f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13121 | 2024.07.30 01:37:40.148498 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13122 | 2024.07.30 01:37:40.148549 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13123 | 2024.07.30 01:37:40.148569 [ 3 ] {} <Debug> HTTP-Session: be29c600-5c98-4b33-8862-e3afa5841a92 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13124 | 2024.07.30 01:37:40.148585 [ 3 ] {} <Debug> HTTP-Session: be29c600-5c98-4b33-8862-e3afa5841a92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13125 | 2024.07.30 01:37:40.148599 [ 3 ] {} <Debug> HTTP-Session: be29c600-5c98-4b33-8862-e3afa5841a92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13126 | 2024.07.30 01:37:40.148630 [ 3 ] {} <Trace> HTTP-Session: be29c600-5c98-4b33-8862-e3afa5841a92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13127 | 2024.07.30 01:37:40.148784 [ 3 ] {6f50c987-b975-4ca2-a302-8367b53a6a08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13128 | 2024.07.30 01:37:40.148831 [ 3 ] {6f50c987-b975-4ca2-a302-8367b53a6a08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13129 | 2024.07.30 01:37:40.148982 [ 3 ] {6f50c987-b975-4ca2-a302-8367b53a6a08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13130 | 2024.07.30 01:37:40.149374 [ 3 ] {6f50c987-b975-4ca2-a302-8367b53a6a08} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13131 | 2024.07.30 01:37:40.149410 [ 3 ] {6f50c987-b975-4ca2-a302-8367b53a6a08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13132 | 2024.07.30 01:37:40.149808 [ 3 ] {6f50c987-b975-4ca2-a302-8367b53a6a08} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 13133 | 2024.07.30 01:37:40.150154 [ 3 ] {6f50c987-b975-4ca2-a302-8367b53a6a08} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13134 | 2024.07.30 01:37:40.150305 [ 3 ] {6f50c987-b975-4ca2-a302-8367b53a6a08} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001587 sec., 100819.15563957152 rows/sec., 7.02 MiB/sec. | ||
| 13135 | 2024.07.30 01:37:40.150482 [ 3 ] {6f50c987-b975-4ca2-a302-8367b53a6a08} <Debug> DynamicQueryHandler: Done processing query | ||
| 13136 | 2024.07.30 01:37:40.150507 [ 3 ] {6f50c987-b975-4ca2-a302-8367b53a6a08} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 13137 | 2024.07.30 01:37:40.150523 [ 3 ] {} <Debug> HTTP-Session: be29c600-5c98-4b33-8862-e3afa5841a92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13138 | 2024.07.30 01:37:40.150651 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13139 | 2024.07.30 01:37:40.150701 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13140 | 2024.07.30 01:37:40.150721 [ 3 ] {} <Debug> HTTP-Session: 2a23a87b-d3c9-42b5-b044-79dbc59efcf2 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13141 | 2024.07.30 01:37:40.150740 [ 3 ] {} <Debug> HTTP-Session: 2a23a87b-d3c9-42b5-b044-79dbc59efcf2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13142 | 2024.07.30 01:37:40.150753 [ 3 ] {} <Debug> HTTP-Session: 2a23a87b-d3c9-42b5-b044-79dbc59efcf2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13143 | 2024.07.30 01:37:40.150785 [ 3 ] {} <Trace> HTTP-Session: 2a23a87b-d3c9-42b5-b044-79dbc59efcf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13144 | 2024.07.30 01:37:40.150903 [ 3 ] {c5a507f5-70f2-4ef0-ac41-d64a6923a162} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13145 | 2024.07.30 01:37:40.150949 [ 3 ] {c5a507f5-70f2-4ef0-ac41-d64a6923a162} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13146 | 2024.07.30 01:37:40.151076 [ 3 ] {c5a507f5-70f2-4ef0-ac41-d64a6923a162} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13147 | 2024.07.30 01:37:40.151390 [ 3 ] {c5a507f5-70f2-4ef0-ac41-d64a6923a162} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13148 | 2024.07.30 01:37:40.151427 [ 3 ] {c5a507f5-70f2-4ef0-ac41-d64a6923a162} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13149 | 2024.07.30 01:37:40.151791 [ 3 ] {c5a507f5-70f2-4ef0-ac41-d64a6923a162} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 13150 | 2024.07.30 01:37:40.152120 [ 3 ] {c5a507f5-70f2-4ef0-ac41-d64a6923a162} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13151 | 2024.07.30 01:37:40.152269 [ 3 ] {c5a507f5-70f2-4ef0-ac41-d64a6923a162} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001403 sec., 42765.50249465431 rows/sec., 2.88 MiB/sec. | ||
| 13152 | 2024.07.30 01:37:40.152437 [ 3 ] {c5a507f5-70f2-4ef0-ac41-d64a6923a162} <Debug> DynamicQueryHandler: Done processing query | ||
| 13153 | 2024.07.30 01:37:40.152462 [ 3 ] {c5a507f5-70f2-4ef0-ac41-d64a6923a162} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13154 | 2024.07.30 01:37:40.152478 [ 3 ] {} <Debug> HTTP-Session: 2a23a87b-d3c9-42b5-b044-79dbc59efcf2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13155 | 2024.07.30 01:37:42.809248 [ 48 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13156 | 2024.07.30 01:37:42.809345 [ 48 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13157 | 2024.07.30 01:37:45.151109 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 8063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13158 | 2024.07.30 01:37:45.151231 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13159 | 2024.07.30 01:37:45.151260 [ 3 ] {} <Debug> HTTP-Session: 4b736239-1749-40be-bd7d-4509898b0d81 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13160 | 2024.07.30 01:37:45.151288 [ 3 ] {} <Debug> HTTP-Session: 4b736239-1749-40be-bd7d-4509898b0d81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13161 | 2024.07.30 01:37:45.151305 [ 3 ] {} <Debug> HTTP-Session: 4b736239-1749-40be-bd7d-4509898b0d81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13162 | 2024.07.30 01:37:45.151359 [ 3 ] {} <Trace> HTTP-Session: 4b736239-1749-40be-bd7d-4509898b0d81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13163 | 2024.07.30 01:37:45.151581 [ 3 ] {87e59ed3-de98-47e6-a080-5d4bc2a132f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 13164 | 2024.07.30 01:37:45.151656 [ 3 ] {87e59ed3-de98-47e6-a080-5d4bc2a132f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 13165 | 2024.07.30 01:37:45.151886 [ 3 ] {87e59ed3-de98-47e6-a080-5d4bc2a132f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13166 | 2024.07.30 01:37:45.152381 [ 3 ] {87e59ed3-de98-47e6-a080-5d4bc2a132f9} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13167 | 2024.07.30 01:37:45.152424 [ 3 ] {87e59ed3-de98-47e6-a080-5d4bc2a132f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13168 | 2024.07.30 01:37:45.152804 [ 3 ] {87e59ed3-de98-47e6-a080-5d4bc2a132f9} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 13169 | 2024.07.30 01:37:45.153156 [ 3 ] {87e59ed3-de98-47e6-a080-5d4bc2a132f9} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13170 | 2024.07.30 01:37:45.153329 [ 3 ] {87e59ed3-de98-47e6-a080-5d4bc2a132f9} <Debug> executeQuery: Read 57 rows, 4.47 KiB in 0.001819 sec., 31335.898845519514 rows/sec., 2.40 MiB/sec. | ||
| 13171 | 2024.07.30 01:37:45.153571 [ 3 ] {87e59ed3-de98-47e6-a080-5d4bc2a132f9} <Debug> DynamicQueryHandler: Done processing query | ||
| 13172 | 2024.07.30 01:37:45.153606 [ 3 ] {87e59ed3-de98-47e6-a080-5d4bc2a132f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13173 | 2024.07.30 01:37:45.153626 [ 3 ] {} <Debug> HTTP-Session: 4b736239-1749-40be-bd7d-4509898b0d81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13174 | 2024.07.30 01:37:45.153774 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13175 | 2024.07.30 01:37:45.153826 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13176 | 2024.07.30 01:37:45.153845 [ 3 ] {} <Debug> HTTP-Session: 9c8b561f-181d-4950-9bdd-fed24301725c Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13177 | 2024.07.30 01:37:45.153861 [ 3 ] {} <Debug> HTTP-Session: 9c8b561f-181d-4950-9bdd-fed24301725c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13178 | 2024.07.30 01:37:45.153875 [ 3 ] {} <Debug> HTTP-Session: 9c8b561f-181d-4950-9bdd-fed24301725c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13179 | 2024.07.30 01:37:45.153906 [ 3 ] {} <Trace> HTTP-Session: 9c8b561f-181d-4950-9bdd-fed24301725c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13180 | 2024.07.30 01:37:45.154003 [ 3 ] {1ce6dbb8-6fe9-4d39-95e0-5605dda93844} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 13181 | 2024.07.30 01:37:45.154045 [ 3 ] {1ce6dbb8-6fe9-4d39-95e0-5605dda93844} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13182 | 2024.07.30 01:37:45.154174 [ 3 ] {1ce6dbb8-6fe9-4d39-95e0-5605dda93844} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13183 | 2024.07.30 01:37:45.154493 [ 3 ] {1ce6dbb8-6fe9-4d39-95e0-5605dda93844} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13184 | 2024.07.30 01:37:45.154531 [ 3 ] {1ce6dbb8-6fe9-4d39-95e0-5605dda93844} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13185 | 2024.07.30 01:37:45.154834 [ 3 ] {1ce6dbb8-6fe9-4d39-95e0-5605dda93844} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 13186 | 2024.07.30 01:37:45.155144 [ 3 ] {1ce6dbb8-6fe9-4d39-95e0-5605dda93844} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13187 | 2024.07.30 01:37:45.155301 [ 3 ] {1ce6dbb8-6fe9-4d39-95e0-5605dda93844} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001319 sec., 4548.900682335102 rows/sec., 370.93 KiB/sec. | ||
| 13188 | 2024.07.30 01:37:45.155470 [ 3 ] {1ce6dbb8-6fe9-4d39-95e0-5605dda93844} <Debug> DynamicQueryHandler: Done processing query | ||
| 13189 | 2024.07.30 01:37:45.155494 [ 3 ] {1ce6dbb8-6fe9-4d39-95e0-5605dda93844} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 13190 | 2024.07.30 01:37:45.155510 [ 3 ] {} <Debug> HTTP-Session: 9c8b561f-181d-4950-9bdd-fed24301725c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13191 | 2024.07.30 01:37:45.155764 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 47930, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13192 | 2024.07.30 01:37:45.155813 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13193 | 2024.07.30 01:37:45.155834 [ 3 ] {} <Debug> HTTP-Session: d13f2c88-e2e2-4f4e-b6ca-2fc0cf65a5c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13194 | 2024.07.30 01:37:45.155850 [ 3 ] {} <Debug> HTTP-Session: d13f2c88-e2e2-4f4e-b6ca-2fc0cf65a5c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13195 | 2024.07.30 01:37:45.155863 [ 3 ] {} <Debug> HTTP-Session: d13f2c88-e2e2-4f4e-b6ca-2fc0cf65a5c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13196 | 2024.07.30 01:37:45.155894 [ 3 ] {} <Trace> HTTP-Session: d13f2c88-e2e2-4f4e-b6ca-2fc0cf65a5c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13197 | 2024.07.30 01:37:45.156072 [ 3 ] {38976b84-4019-4e9b-a6da-8a9102f27c26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13198 | 2024.07.30 01:37:45.156115 [ 3 ] {38976b84-4019-4e9b-a6da-8a9102f27c26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13199 | 2024.07.30 01:37:45.156240 [ 3 ] {38976b84-4019-4e9b-a6da-8a9102f27c26} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13200 | 2024.07.30 01:37:45.156742 [ 3 ] {38976b84-4019-4e9b-a6da-8a9102f27c26} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13201 | 2024.07.30 01:37:45.156779 [ 3 ] {38976b84-4019-4e9b-a6da-8a9102f27c26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13202 | 2024.07.30 01:37:45.157114 [ 3 ] {38976b84-4019-4e9b-a6da-8a9102f27c26} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 13203 | 2024.07.30 01:37:45.157423 [ 3 ] {38976b84-4019-4e9b-a6da-8a9102f27c26} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13204 | 2024.07.30 01:37:45.157574 [ 3 ] {38976b84-4019-4e9b-a6da-8a9102f27c26} <Debug> executeQuery: Read 317 rows, 28.67 KiB in 0.00159 sec., 199371.06918238994 rows/sec., 17.61 MiB/sec. | ||
| 13205 | 2024.07.30 01:37:45.157750 [ 3 ] {38976b84-4019-4e9b-a6da-8a9102f27c26} <Debug> DynamicQueryHandler: Done processing query | ||
| 13206 | 2024.07.30 01:37:45.157775 [ 3 ] {38976b84-4019-4e9b-a6da-8a9102f27c26} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 13207 | 2024.07.30 01:37:45.157790 [ 3 ] {} <Debug> HTTP-Session: d13f2c88-e2e2-4f4e-b6ca-2fc0cf65a5c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13208 | 2024.07.30 01:37:45.157984 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13209 | 2024.07.30 01:37:45.158032 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13210 | 2024.07.30 01:37:45.158050 [ 3 ] {} <Debug> HTTP-Session: 6f942f3c-3855-4d29-8574-2b5127e32453 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13211 | 2024.07.30 01:37:45.158066 [ 3 ] {} <Debug> HTTP-Session: 6f942f3c-3855-4d29-8574-2b5127e32453 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13212 | 2024.07.30 01:37:45.158080 [ 3 ] {} <Debug> HTTP-Session: 6f942f3c-3855-4d29-8574-2b5127e32453 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13213 | 2024.07.30 01:37:45.158110 [ 3 ] {} <Trace> HTTP-Session: 6f942f3c-3855-4d29-8574-2b5127e32453 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13214 | 2024.07.30 01:37:45.158201 [ 3 ] {3bc60508-9487-431f-bebe-4901bea076bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 13215 | 2024.07.30 01:37:45.158243 [ 3 ] {3bc60508-9487-431f-bebe-4901bea076bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13216 | 2024.07.30 01:37:45.158369 [ 3 ] {3bc60508-9487-431f-bebe-4901bea076bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13217 | 2024.07.30 01:37:45.158693 [ 3 ] {3bc60508-9487-431f-bebe-4901bea076bd} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13218 | 2024.07.30 01:37:45.158730 [ 3 ] {3bc60508-9487-431f-bebe-4901bea076bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13219 | 2024.07.30 01:37:45.159029 [ 3 ] {3bc60508-9487-431f-bebe-4901bea076bd} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 13220 | 2024.07.30 01:37:45.159342 [ 3 ] {3bc60508-9487-431f-bebe-4901bea076bd} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13221 | 2024.07.30 01:37:45.159495 [ 3 ] {3bc60508-9487-431f-bebe-4901bea076bd} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001311 sec., 4576.659038901602 rows/sec., 319.56 KiB/sec. | ||
| 13222 | 2024.07.30 01:37:45.159661 [ 3 ] {3bc60508-9487-431f-bebe-4901bea076bd} <Debug> DynamicQueryHandler: Done processing query | ||
| 13223 | 2024.07.30 01:37:45.159685 [ 3 ] {3bc60508-9487-431f-bebe-4901bea076bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 13224 | 2024.07.30 01:37:45.159701 [ 3 ] {} <Debug> HTTP-Session: 6f942f3c-3855-4d29-8574-2b5127e32453 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13225 | 2024.07.30 01:37:45.159880 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 72773, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13226 | 2024.07.30 01:37:45.159927 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13227 | 2024.07.30 01:37:45.159945 [ 3 ] {} <Debug> HTTP-Session: dd16cbf1-eb50-4a0e-a045-c4cc9e82e46b Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13228 | 2024.07.30 01:37:45.159961 [ 3 ] {} <Debug> HTTP-Session: dd16cbf1-eb50-4a0e-a045-c4cc9e82e46b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13229 | 2024.07.30 01:37:45.159976 [ 3 ] {} <Debug> HTTP-Session: dd16cbf1-eb50-4a0e-a045-c4cc9e82e46b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13230 | 2024.07.30 01:37:45.160005 [ 3 ] {} <Trace> HTTP-Session: dd16cbf1-eb50-4a0e-a045-c4cc9e82e46b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13231 | 2024.07.30 01:37:45.160208 [ 3 ] {6e2f8bc0-cf1a-4b02-a4f8-9e7b8ce7b2e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13232 | 2024.07.30 01:37:45.160249 [ 3 ] {6e2f8bc0-cf1a-4b02-a4f8-9e7b8ce7b2e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13233 | 2024.07.30 01:37:45.160373 [ 3 ] {6e2f8bc0-cf1a-4b02-a4f8-9e7b8ce7b2e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13234 | 2024.07.30 01:37:45.160987 [ 3 ] {6e2f8bc0-cf1a-4b02-a4f8-9e7b8ce7b2e3} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13235 | 2024.07.30 01:37:45.161025 [ 3 ] {6e2f8bc0-cf1a-4b02-a4f8-9e7b8ce7b2e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13236 | 2024.07.30 01:37:45.161348 [ 3 ] {6e2f8bc0-cf1a-4b02-a4f8-9e7b8ce7b2e3} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 13237 | 2024.07.30 01:37:45.161657 [ 3 ] {6e2f8bc0-cf1a-4b02-a4f8-9e7b8ce7b2e3} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13238 | 2024.07.30 01:37:45.161808 [ 3 ] {6e2f8bc0-cf1a-4b02-a4f8-9e7b8ce7b2e3} <Debug> executeQuery: Read 448 rows, 32.77 KiB in 0.001703 sec., 263065.1790957134 rows/sec., 18.79 MiB/sec. | ||
| 13239 | 2024.07.30 01:37:45.161983 [ 3 ] {6e2f8bc0-cf1a-4b02-a4f8-9e7b8ce7b2e3} <Debug> DynamicQueryHandler: Done processing query | ||
| 13240 | 2024.07.30 01:37:45.162007 [ 3 ] {6e2f8bc0-cf1a-4b02-a4f8-9e7b8ce7b2e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 13241 | 2024.07.30 01:37:45.162023 [ 3 ] {} <Debug> HTTP-Session: dd16cbf1-eb50-4a0e-a045-c4cc9e82e46b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13242 | 2024.07.30 01:37:45.162257 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13243 | 2024.07.30 01:37:45.162305 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13244 | 2024.07.30 01:37:45.162323 [ 3 ] {} <Debug> HTTP-Session: 546e24f4-e310-45d0-b673-ac7d3f8cba8d Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13245 | 2024.07.30 01:37:45.162339 [ 3 ] {} <Debug> HTTP-Session: 546e24f4-e310-45d0-b673-ac7d3f8cba8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13246 | 2024.07.30 01:37:45.162352 [ 3 ] {} <Debug> HTTP-Session: 546e24f4-e310-45d0-b673-ac7d3f8cba8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13247 | 2024.07.30 01:37:45.162382 [ 3 ] {} <Trace> HTTP-Session: 546e24f4-e310-45d0-b673-ac7d3f8cba8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13248 | 2024.07.30 01:37:45.162474 [ 3 ] {fb0ab0d0-7942-433c-85df-73edb967b850} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 13249 | 2024.07.30 01:37:45.162517 [ 3 ] {fb0ab0d0-7942-433c-85df-73edb967b850} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13250 | 2024.07.30 01:37:45.162645 [ 3 ] {fb0ab0d0-7942-433c-85df-73edb967b850} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13251 | 2024.07.30 01:37:45.162901 [ 3 ] {fb0ab0d0-7942-433c-85df-73edb967b850} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13252 | 2024.07.30 01:37:45.162939 [ 3 ] {fb0ab0d0-7942-433c-85df-73edb967b850} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13253 | 2024.07.30 01:37:45.163296 [ 3 ] {fb0ab0d0-7942-433c-85df-73edb967b850} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 13254 | 2024.07.30 01:37:45.163622 [ 3 ] {fb0ab0d0-7942-433c-85df-73edb967b850} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13255 | 2024.07.30 01:37:45.163779 [ 3 ] {fb0ab0d0-7942-433c-85df-73edb967b850} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001319 sec., 4548.900682335102 rows/sec., 195.46 KiB/sec. | ||
| 13256 | 2024.07.30 01:37:45.163789 [ 44 ] {} <Debug> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 13257 | 2024.07.30 01:37:45.163883 [ 44 ] {} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13258 | 2024.07.30 01:37:45.163930 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13259 | 2024.07.30 01:37:45.164023 [ 3 ] {fb0ab0d0-7942-433c-85df-73edb967b850} <Debug> DynamicQueryHandler: Done processing query | ||
| 13260 | 2024.07.30 01:37:45.164062 [ 3 ] {fb0ab0d0-7942-433c-85df-73edb967b850} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 13261 | 2024.07.30 01:37:45.164074 [ 187 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 13262 | 2024.07.30 01:37:45.164081 [ 3 ] {} <Debug> HTTP-Session: 546e24f4-e310-45d0-b673-ac7d3f8cba8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13263 | 2024.07.30 01:37:45.164219 [ 187 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13264 | 2024.07.30 01:37:45.164256 [ 187 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 13265 | 2024.07.30 01:37:45.164303 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13266 | 2024.07.30 01:37:45.164347 [ 187 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 13267 | 2024.07.30 01:37:45.164430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13268 | 2024.07.30 01:37:45.164571 [ 3 ] {} <Debug> HTTP-Session: a10ca1e9-9fe8-474d-9cb4-d2f09d68b9fb Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13269 | 2024.07.30 01:37:45.164689 [ 3 ] {} <Debug> HTTP-Session: a10ca1e9-9fe8-474d-9cb4-d2f09d68b9fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13270 | 2024.07.30 01:37:45.164803 [ 3 ] {} <Debug> HTTP-Session: a10ca1e9-9fe8-474d-9cb4-d2f09d68b9fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13271 | 2024.07.30 01:37:45.164888 [ 187 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 13272 | 2024.07.30 01:37:45.164918 [ 3 ] {} <Trace> HTTP-Session: a10ca1e9-9fe8-474d-9cb4-d2f09d68b9fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13273 | 2024.07.30 01:37:45.165073 [ 187 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 13274 | 2024.07.30 01:37:45.165291 [ 3 ] {d1e774a8-94e6-4949-a583-27f664fa7fb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 13275 | 2024.07.30 01:37:45.165320 [ 187 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 13276 | 2024.07.30 01:37:45.165446 [ 3 ] {d1e774a8-94e6-4949-a583-27f664fa7fb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 13277 | 2024.07.30 01:37:45.165626 [ 187 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 13278 | 2024.07.30 01:37:45.166187 [ 3 ] {d1e774a8-94e6-4949-a583-27f664fa7fb1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13279 | 2024.07.30 01:37:45.166676 [ 3 ] {d1e774a8-94e6-4949-a583-27f664fa7fb1} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13280 | 2024.07.30 01:37:45.166719 [ 3 ] {d1e774a8-94e6-4949-a583-27f664fa7fb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13281 | 2024.07.30 01:37:45.167395 [ 196 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 4 columns (4 merged, 0 gathered) in 0.003384304 sec., 72688.50552432642 rows/sec., 3.05 MiB/sec. | ||
| 13282 | 2024.07.30 01:37:45.167401 [ 3 ] {d1e774a8-94e6-4949-a583-27f664fa7fb1} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 13283 | 2024.07.30 01:37:45.167661 [ 196 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 13284 | 2024.07.30 01:37:45.168198 [ 3 ] {d1e774a8-94e6-4949-a583-27f664fa7fb1} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13285 | 2024.07.30 01:37:45.168548 [ 44 ] {} <Debug> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 13286 | 2024.07.30 01:37:45.168630 [ 44 ] {} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13287 | 2024.07.30 01:37:45.168620 [ 3 ] {d1e774a8-94e6-4949-a583-27f664fa7fb1} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00348 sec., 22126.436781609194 rows/sec., 1.36 MiB/sec. | ||
| 13288 | 2024.07.30 01:37:45.168685 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13289 | 2024.07.30 01:37:45.169039 [ 196 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_41_8} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13290 | 2024.07.30 01:37:45.169370 [ 3 ] {d1e774a8-94e6-4949-a583-27f664fa7fb1} <Debug> DynamicQueryHandler: Done processing query | ||
| 13291 | 2024.07.30 01:37:45.169395 [ 195 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 13292 | 2024.07.30 01:37:45.169459 [ 3 ] {d1e774a8-94e6-4949-a583-27f664fa7fb1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13293 | 2024.07.30 01:37:45.169515 [ 3 ] {} <Debug> HTTP-Session: a10ca1e9-9fe8-474d-9cb4-d2f09d68b9fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13294 | 2024.07.30 01:37:45.169538 [ 196 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_41_8} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 13295 | 2024.07.30 01:37:45.169939 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 13296 | 2024.07.30 01:37:45.169990 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 31237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13297 | 2024.07.30 01:37:45.170193 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13298 | 2024.07.30 01:37:45.170281 [ 3 ] {} <Debug> HTTP-Session: 6f9b15b1-4cc1-4dfe-adb1-af8058811855 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13299 | 2024.07.30 01:37:45.170356 [ 3 ] {} <Debug> HTTP-Session: 6f9b15b1-4cc1-4dfe-adb1-af8058811855 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13300 | 2024.07.30 01:37:45.170408 [ 195 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13301 | 2024.07.30 01:37:45.170423 [ 3 ] {} <Debug> HTTP-Session: 6f9b15b1-4cc1-4dfe-adb1-af8058811855 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13302 | 2024.07.30 01:37:45.170547 [ 195 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 13303 | 2024.07.30 01:37:45.170564 [ 3 ] {} <Trace> HTTP-Session: 6f9b15b1-4cc1-4dfe-adb1-af8058811855 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13304 | 2024.07.30 01:37:45.170970 [ 195 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 13305 | 2024.07.30 01:37:45.171025 [ 3 ] {c91f7a15-4d7b-47ee-8f2e-9cbd8594ee71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13306 | 2024.07.30 01:37:45.171150 [ 3 ] {c91f7a15-4d7b-47ee-8f2e-9cbd8594ee71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13307 | 2024.07.30 01:37:45.171162 [ 195 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 13308 | 2024.07.30 01:37:45.171527 [ 195 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 13309 | 2024.07.30 01:37:45.171787 [ 195 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 13310 | 2024.07.30 01:37:45.172120 [ 195 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 13311 | 2024.07.30 01:37:45.172306 [ 3 ] {c91f7a15-4d7b-47ee-8f2e-9cbd8594ee71} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13312 | 2024.07.30 01:37:45.173093 [ 3 ] {c91f7a15-4d7b-47ee-8f2e-9cbd8594ee71} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13313 | 2024.07.30 01:37:45.173131 [ 3 ] {c91f7a15-4d7b-47ee-8f2e-9cbd8594ee71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13314 | 2024.07.30 01:37:45.173682 [ 3 ] {c91f7a15-4d7b-47ee-8f2e-9cbd8594ee71} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 13315 | 2024.07.30 01:37:45.174149 [ 3 ] {c91f7a15-4d7b-47ee-8f2e-9cbd8594ee71} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13316 | 2024.07.30 01:37:45.174277 [ 186 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3157 rows, containing 5 columns (5 merged, 0 gathered) in 0.005384875 sec., 586271.7333271431 rows/sec., 36.10 MiB/sec. | ||
| 13317 | 2024.07.30 01:37:45.174430 [ 3 ] {c91f7a15-4d7b-47ee-8f2e-9cbd8594ee71} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.003626 sec., 44953.11638168781 rows/sec., 3.13 MiB/sec. | ||
| 13318 | 2024.07.30 01:37:45.174703 [ 3 ] {c91f7a15-4d7b-47ee-8f2e-9cbd8594ee71} <Debug> DynamicQueryHandler: Done processing query | ||
| 13319 | 2024.07.30 01:37:45.174712 [ 188 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 13320 | 2024.07.30 01:37:45.174741 [ 3 ] {c91f7a15-4d7b-47ee-8f2e-9cbd8594ee71} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 13321 | 2024.07.30 01:37:45.174795 [ 3 ] {} <Debug> HTTP-Session: 6f9b15b1-4cc1-4dfe-adb1-af8058811855 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13322 | 2024.07.30 01:37:45.175099 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 82611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13323 | 2024.07.30 01:37:45.175174 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13324 | 2024.07.30 01:37:45.175207 [ 3 ] {} <Debug> HTTP-Session: acad4238-b48b-4472-82e2-5afb515ca2b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13325 | 2024.07.30 01:37:45.175236 [ 3 ] {} <Debug> HTTP-Session: acad4238-b48b-4472-82e2-5afb515ca2b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13326 | 2024.07.30 01:37:45.175273 [ 3 ] {} <Debug> HTTP-Session: acad4238-b48b-4472-82e2-5afb515ca2b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13327 | 2024.07.30 01:37:45.175335 [ 3 ] {} <Trace> HTTP-Session: acad4238-b48b-4472-82e2-5afb515ca2b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13328 | 2024.07.30 01:37:45.175484 [ 188 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_41_8} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13329 | 2024.07.30 01:37:45.175595 [ 188 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_41_8} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 13330 | 2024.07.30 01:37:45.175706 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 13331 | 2024.07.30 01:37:45.175971 [ 3 ] {4897cb95-804b-4f73-ad12-028e6cd3f4ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 13332 | 2024.07.30 01:37:45.176050 [ 3 ] {4897cb95-804b-4f73-ad12-028e6cd3f4ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 13333 | 2024.07.30 01:37:45.176480 [ 3 ] {4897cb95-804b-4f73-ad12-028e6cd3f4ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13334 | 2024.07.30 01:37:45.177372 [ 3 ] {4897cb95-804b-4f73-ad12-028e6cd3f4ef} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13335 | 2024.07.30 01:37:45.177411 [ 3 ] {4897cb95-804b-4f73-ad12-028e6cd3f4ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13336 | 2024.07.30 01:37:45.178060 [ 3 ] {4897cb95-804b-4f73-ad12-028e6cd3f4ef} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 13337 | 2024.07.30 01:37:45.178476 [ 3 ] {4897cb95-804b-4f73-ad12-028e6cd3f4ef} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13338 | 2024.07.30 01:37:45.178658 [ 44 ] {} <Debug> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 13339 | 2024.07.30 01:37:45.178679 [ 3 ] {4897cb95-804b-4f73-ad12-028e6cd3f4ef} <Debug> executeQuery: Read 51 rows, 93.58 KiB in 0.003178 sec., 16047.82882315922 rows/sec., 28.76 MiB/sec. | ||
| 13340 | 2024.07.30 01:37:45.178727 [ 44 ] {} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13341 | 2024.07.30 01:37:45.178811 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13342 | 2024.07.30 01:37:45.179717 [ 186 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::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 | ||
| 13343 | 2024.07.30 01:37:45.179815 [ 3 ] {4897cb95-804b-4f73-ad12-028e6cd3f4ef} <Debug> DynamicQueryHandler: Done processing query | ||
| 13344 | 2024.07.30 01:37:45.179882 [ 3 ] {4897cb95-804b-4f73-ad12-028e6cd3f4ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 13345 | 2024.07.30 01:37:45.179925 [ 3 ] {} <Debug> HTTP-Session: acad4238-b48b-4472-82e2-5afb515ca2b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13346 | 2024.07.30 01:37:45.180169 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 4605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13347 | 2024.07.30 01:37:45.180289 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13348 | 2024.07.30 01:37:45.180355 [ 3 ] {} <Debug> HTTP-Session: 480664d0-bdea-4fdb-8a5a-b57d6223ac7a Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13349 | 2024.07.30 01:37:45.180401 [ 3 ] {} <Debug> HTTP-Session: 480664d0-bdea-4fdb-8a5a-b57d6223ac7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13350 | 2024.07.30 01:37:45.180445 [ 3 ] {} <Debug> HTTP-Session: 480664d0-bdea-4fdb-8a5a-b57d6223ac7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13351 | 2024.07.30 01:37:45.180553 [ 3 ] {} <Trace> HTTP-Session: 480664d0-bdea-4fdb-8a5a-b57d6223ac7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13352 | 2024.07.30 01:37:45.180640 [ 186 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13353 | 2024.07.30 01:37:45.180834 [ 186 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 961 rows starting from the beginning of the part | ||
| 13354 | 2024.07.30 01:37:45.180842 [ 3 ] {6bb17689-99a1-4824-9601-7dda25efeac9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 13355 | 2024.07.30 01:37:45.180959 [ 3 ] {6bb17689-99a1-4824-9601-7dda25efeac9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 13356 | 2024.07.30 01:37:45.181634 [ 186 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 31 rows starting from the beginning of the part | ||
| 13357 | 2024.07.30 01:37:45.181828 [ 3 ] {6bb17689-99a1-4824-9601-7dda25efeac9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13358 | 2024.07.30 01:37:45.182302 [ 186 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 39 rows starting from the beginning of the part | ||
| 13359 | 2024.07.30 01:37:45.183081 [ 186 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 44 rows starting from the beginning of the part | ||
| 13360 | 2024.07.30 01:37:45.183086 [ 3 ] {6bb17689-99a1-4824-9601-7dda25efeac9} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13361 | 2024.07.30 01:37:45.183163 [ 3 ] {6bb17689-99a1-4824-9601-7dda25efeac9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13362 | 2024.07.30 01:37:45.183651 [ 186 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 47 rows starting from the beginning of the part | ||
| 13363 | 2024.07.30 01:37:45.184307 [ 186 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 51 rows starting from the beginning of the part | ||
| 13364 | 2024.07.30 01:37:45.184461 [ 3 ] {6bb17689-99a1-4824-9601-7dda25efeac9} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 13365 | 2024.07.30 01:37:45.185372 [ 3 ] {6bb17689-99a1-4824-9601-7dda25efeac9} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13366 | 2024.07.30 01:37:45.185630 [ 44 ] {} <Debug> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 13367 | 2024.07.30 01:37:45.185724 [ 44 ] {} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13368 | 2024.07.30 01:37:45.185741 [ 3 ] {6bb17689-99a1-4824-9601-7dda25efeac9} <Debug> executeQuery: Read 32 rows, 1.88 KiB in 0.004987 sec., 6416.683376779627 rows/sec., 376.96 KiB/sec. | ||
| 13369 | 2024.07.30 01:37:45.185800 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13370 | 2024.07.30 01:37:45.186308 [ 188 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::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 | ||
| 13371 | 2024.07.30 01:37:45.186453 [ 3 ] {6bb17689-99a1-4824-9601-7dda25efeac9} <Debug> DynamicQueryHandler: Done processing query | ||
| 13372 | 2024.07.30 01:37:45.186537 [ 3 ] {6bb17689-99a1-4824-9601-7dda25efeac9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 13373 | 2024.07.30 01:37:45.186618 [ 3 ] {} <Debug> HTTP-Session: 480664d0-bdea-4fdb-8a5a-b57d6223ac7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13374 | 2024.07.30 01:37:45.186926 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13375 | 2024.07.30 01:37:45.186985 [ 188 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13376 | 2024.07.30 01:37:45.187085 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13377 | 2024.07.30 01:37:45.187101 [ 188 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 855 rows starting from the beginning of the part | ||
| 13378 | 2024.07.30 01:37:45.187163 [ 3 ] {} <Debug> HTTP-Session: 3b0fe5d8-5ed8-4ade-a3e8-12bd5f75d499 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13379 | 2024.07.30 01:37:45.187245 [ 3 ] {} <Debug> HTTP-Session: 3b0fe5d8-5ed8-4ade-a3e8-12bd5f75d499 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13380 | 2024.07.30 01:37:45.187312 [ 3 ] {} <Debug> HTTP-Session: 3b0fe5d8-5ed8-4ade-a3e8-12bd5f75d499 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13381 | 2024.07.30 01:37:45.187473 [ 3 ] {} <Trace> HTTP-Session: 3b0fe5d8-5ed8-4ade-a3e8-12bd5f75d499 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13382 | 2024.07.30 01:37:45.187519 [ 188 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::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 | ||
| 13383 | 2024.07.30 01:37:45.187894 [ 3 ] {d1c5265c-4be9-4ab8-84ea-57b291c43461} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13384 | 2024.07.30 01:37:45.187894 [ 188 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::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 | ||
| 13385 | 2024.07.30 01:37:45.188030 [ 3 ] {d1c5265c-4be9-4ab8-84ea-57b291c43461} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13386 | 2024.07.30 01:37:45.188241 [ 188 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 29 rows starting from the beginning of the part | ||
| 13387 | 2024.07.30 01:37:45.188593 [ 188 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::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 | ||
| 13388 | 2024.07.30 01:37:45.188971 [ 188 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 32 rows starting from the beginning of the part | ||
| 13389 | 2024.07.30 01:37:45.189246 [ 3 ] {d1c5265c-4be9-4ab8-84ea-57b291c43461} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13390 | 2024.07.30 01:37:45.190870 [ 3 ] {d1c5265c-4be9-4ab8-84ea-57b291c43461} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13391 | 2024.07.30 01:37:45.190960 [ 3 ] {d1c5265c-4be9-4ab8-84ea-57b291c43461} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13392 | 2024.07.30 01:37:45.193000 [ 3 ] {d1c5265c-4be9-4ab8-84ea-57b291c43461} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 13393 | 2024.07.30 01:37:45.194031 [ 192 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 994 rows, containing 4 columns (4 merged, 0 gathered) in 0.008055081 sec., 123400.37300680154 rows/sec., 6.63 MiB/sec. | ||
| 13394 | 2024.07.30 01:37:45.194403 [ 192 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 13395 | 2024.07.30 01:37:45.194582 [ 3 ] {d1c5265c-4be9-4ab8-84ea-57b291c43461} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13396 | 2024.07.30 01:37:45.195222 [ 3 ] {d1c5265c-4be9-4ab8-84ea-57b291c43461} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007462 sec., 8040.739748056822 rows/sec., 554.89 KiB/sec. | ||
| 13397 | 2024.07.30 01:37:45.195959 [ 192 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_41_8} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13398 | 2024.07.30 01:37:45.195989 [ 3 ] {d1c5265c-4be9-4ab8-84ea-57b291c43461} <Debug> DynamicQueryHandler: Done processing query | ||
| 13399 | 2024.07.30 01:37:45.196096 [ 3 ] {d1c5265c-4be9-4ab8-84ea-57b291c43461} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13400 | 2024.07.30 01:37:45.196196 [ 3 ] {} <Debug> HTTP-Session: 3b0fe5d8-5ed8-4ade-a3e8-12bd5f75d499 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13401 | 2024.07.30 01:37:45.196271 [ 192 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_41_8} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 13402 | 2024.07.30 01:37:45.196469 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 13403 | 2024.07.30 01:37:45.200276 [ 190 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1173 rows, containing 19 columns (19 merged, 0 gathered) in 0.021293266 sec., 55087.83856830605 rows/sec., 98.71 MiB/sec. | ||
| 13404 | 2024.07.30 01:37:45.201457 [ 193 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 13405 | 2024.07.30 01:37:45.202126 [ 193 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13406 | 2024.07.30 01:37:45.202218 [ 193 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 13407 | 2024.07.30 01:37:45.202402 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.40 MiB. | ||
| 13408 | 2024.07.30 01:37:50.142232 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 7845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13409 | 2024.07.30 01:37:50.142430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13410 | 2024.07.30 01:37:50.142475 [ 3 ] {} <Debug> HTTP-Session: f2676d5b-a445-4451-a988-00d60f0cff5d Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13411 | 2024.07.30 01:37:50.142517 [ 3 ] {} <Debug> HTTP-Session: f2676d5b-a445-4451-a988-00d60f0cff5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13412 | 2024.07.30 01:37:50.142544 [ 3 ] {} <Debug> HTTP-Session: f2676d5b-a445-4451-a988-00d60f0cff5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13413 | 2024.07.30 01:37:50.142626 [ 3 ] {} <Trace> HTTP-Session: f2676d5b-a445-4451-a988-00d60f0cff5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13414 | 2024.07.30 01:37:50.142933 [ 3 ] {4e508d1f-3209-42b5-b6a5-3dc511c98fa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13415 | 2024.07.30 01:37:50.143040 [ 3 ] {4e508d1f-3209-42b5-b6a5-3dc511c98fa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13416 | 2024.07.30 01:37:50.143299 [ 3 ] {4e508d1f-3209-42b5-b6a5-3dc511c98fa4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13417 | 2024.07.30 01:37:50.143764 [ 3 ] {4e508d1f-3209-42b5-b6a5-3dc511c98fa4} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13418 | 2024.07.30 01:37:50.143806 [ 3 ] {4e508d1f-3209-42b5-b6a5-3dc511c98fa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13419 | 2024.07.30 01:37:50.144174 [ 3 ] {4e508d1f-3209-42b5-b6a5-3dc511c98fa4} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 13420 | 2024.07.30 01:37:50.144526 [ 3 ] {4e508d1f-3209-42b5-b6a5-3dc511c98fa4} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13421 | 2024.07.30 01:37:50.144689 [ 3 ] {4e508d1f-3209-42b5-b6a5-3dc511c98fa4} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001864 sec., 30042.91845493562 rows/sec., 2.31 MiB/sec. | ||
| 13422 | 2024.07.30 01:37:50.144893 [ 3 ] {4e508d1f-3209-42b5-b6a5-3dc511c98fa4} <Debug> DynamicQueryHandler: Done processing query | ||
| 13423 | 2024.07.30 01:37:50.144920 [ 3 ] {4e508d1f-3209-42b5-b6a5-3dc511c98fa4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13424 | 2024.07.30 01:37:50.144936 [ 3 ] {} <Debug> HTTP-Session: f2676d5b-a445-4451-a988-00d60f0cff5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13425 | 2024.07.30 01:37:50.145078 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 10894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13426 | 2024.07.30 01:37:50.145127 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13427 | 2024.07.30 01:37:50.145147 [ 3 ] {} <Debug> HTTP-Session: 55969846-edfb-4ed3-ab45-5e628898954d Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13428 | 2024.07.30 01:37:50.145164 [ 3 ] {} <Debug> HTTP-Session: 55969846-edfb-4ed3-ab45-5e628898954d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13429 | 2024.07.30 01:37:50.145177 [ 3 ] {} <Debug> HTTP-Session: 55969846-edfb-4ed3-ab45-5e628898954d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13430 | 2024.07.30 01:37:50.145208 [ 3 ] {} <Trace> HTTP-Session: 55969846-edfb-4ed3-ab45-5e628898954d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13431 | 2024.07.30 01:37:50.145323 [ 3 ] {c201408c-bd82-49a5-81c6-15f76b693e1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13432 | 2024.07.30 01:37:50.145366 [ 3 ] {c201408c-bd82-49a5-81c6-15f76b693e1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13433 | 2024.07.30 01:37:50.145494 [ 3 ] {c201408c-bd82-49a5-81c6-15f76b693e1e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13434 | 2024.07.30 01:37:50.145900 [ 3 ] {c201408c-bd82-49a5-81c6-15f76b693e1e} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13435 | 2024.07.30 01:37:50.145938 [ 3 ] {c201408c-bd82-49a5-81c6-15f76b693e1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13436 | 2024.07.30 01:37:50.146253 [ 3 ] {c201408c-bd82-49a5-81c6-15f76b693e1e} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 13437 | 2024.07.30 01:37:50.146563 [ 3 ] {c201408c-bd82-49a5-81c6-15f76b693e1e} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13438 | 2024.07.30 01:37:50.146719 [ 3 ] {c201408c-bd82-49a5-81c6-15f76b693e1e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001428 sec., 44817.927170868345 rows/sec., 3.50 MiB/sec. | ||
| 13439 | 2024.07.30 01:37:50.146895 [ 3 ] {c201408c-bd82-49a5-81c6-15f76b693e1e} <Debug> DynamicQueryHandler: Done processing query | ||
| 13440 | 2024.07.30 01:37:50.146919 [ 3 ] {c201408c-bd82-49a5-81c6-15f76b693e1e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 13441 | 2024.07.30 01:37:50.146935 [ 3 ] {} <Debug> HTTP-Session: 55969846-edfb-4ed3-ab45-5e628898954d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13442 | 2024.07.30 01:37:50.147097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13443 | 2024.07.30 01:37:50.147146 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13444 | 2024.07.30 01:37:50.147166 [ 3 ] {} <Debug> HTTP-Session: 5688442a-51f0-4108-a40e-5ca9302a9aa6 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13445 | 2024.07.30 01:37:50.147182 [ 3 ] {} <Debug> HTTP-Session: 5688442a-51f0-4108-a40e-5ca9302a9aa6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13446 | 2024.07.30 01:37:50.147196 [ 3 ] {} <Debug> HTTP-Session: 5688442a-51f0-4108-a40e-5ca9302a9aa6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13447 | 2024.07.30 01:37:50.147228 [ 3 ] {} <Trace> HTTP-Session: 5688442a-51f0-4108-a40e-5ca9302a9aa6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13448 | 2024.07.30 01:37:50.147378 [ 3 ] {3f727721-97b7-4b57-802f-6073a170367e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13449 | 2024.07.30 01:37:50.147424 [ 3 ] {3f727721-97b7-4b57-802f-6073a170367e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13450 | 2024.07.30 01:37:50.147571 [ 3 ] {3f727721-97b7-4b57-802f-6073a170367e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13451 | 2024.07.30 01:37:50.148006 [ 3 ] {3f727721-97b7-4b57-802f-6073a170367e} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13452 | 2024.07.30 01:37:50.148042 [ 3 ] {3f727721-97b7-4b57-802f-6073a170367e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13453 | 2024.07.30 01:37:50.148434 [ 3 ] {3f727721-97b7-4b57-802f-6073a170367e} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 13454 | 2024.07.30 01:37:50.148775 [ 3 ] {3f727721-97b7-4b57-802f-6073a170367e} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13455 | 2024.07.30 01:37:50.148924 [ 3 ] {3f727721-97b7-4b57-802f-6073a170367e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001614 sec., 99132.58983890954 rows/sec., 6.90 MiB/sec. | ||
| 13456 | 2024.07.30 01:37:50.149202 [ 3 ] {3f727721-97b7-4b57-802f-6073a170367e} <Debug> DynamicQueryHandler: Done processing query | ||
| 13457 | 2024.07.30 01:37:50.149261 [ 3 ] {3f727721-97b7-4b57-802f-6073a170367e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 13458 | 2024.07.30 01:37:50.149330 [ 3 ] {} <Debug> HTTP-Session: 5688442a-51f0-4108-a40e-5ca9302a9aa6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13459 | 2024.07.30 01:37:50.149617 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13460 | 2024.07.30 01:37:50.149723 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13461 | 2024.07.30 01:37:50.149757 [ 3 ] {} <Debug> HTTP-Session: 08794345-ad56-4d1c-a1a1-a1dad1ddf5e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13462 | 2024.07.30 01:37:50.149784 [ 3 ] {} <Debug> HTTP-Session: 08794345-ad56-4d1c-a1a1-a1dad1ddf5e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13463 | 2024.07.30 01:37:50.149797 [ 3 ] {} <Debug> HTTP-Session: 08794345-ad56-4d1c-a1a1-a1dad1ddf5e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13464 | 2024.07.30 01:37:50.149830 [ 3 ] {} <Trace> HTTP-Session: 08794345-ad56-4d1c-a1a1-a1dad1ddf5e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13465 | 2024.07.30 01:37:50.149958 [ 3 ] {312558cc-3bd0-4525-b8b0-d306809704db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13466 | 2024.07.30 01:37:50.150006 [ 3 ] {312558cc-3bd0-4525-b8b0-d306809704db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13467 | 2024.07.30 01:37:50.150162 [ 3 ] {312558cc-3bd0-4525-b8b0-d306809704db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13468 | 2024.07.30 01:37:50.150477 [ 3 ] {312558cc-3bd0-4525-b8b0-d306809704db} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13469 | 2024.07.30 01:37:50.150514 [ 3 ] {312558cc-3bd0-4525-b8b0-d306809704db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13470 | 2024.07.30 01:37:50.150873 [ 3 ] {312558cc-3bd0-4525-b8b0-d306809704db} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 13471 | 2024.07.30 01:37:50.151202 [ 3 ] {312558cc-3bd0-4525-b8b0-d306809704db} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13472 | 2024.07.30 01:37:50.151356 [ 3 ] {312558cc-3bd0-4525-b8b0-d306809704db} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00144 sec., 41666.666666666664 rows/sec., 2.81 MiB/sec. | ||
| 13473 | 2024.07.30 01:37:50.151534 [ 3 ] {312558cc-3bd0-4525-b8b0-d306809704db} <Debug> DynamicQueryHandler: Done processing query | ||
| 13474 | 2024.07.30 01:37:50.151560 [ 3 ] {312558cc-3bd0-4525-b8b0-d306809704db} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13475 | 2024.07.30 01:37:50.151576 [ 3 ] {} <Debug> HTTP-Session: 08794345-ad56-4d1c-a1a1-a1dad1ddf5e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13476 | 2024.07.30 01:37:55.149747 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 8063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13477 | 2024.07.30 01:37:55.149933 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13478 | 2024.07.30 01:37:55.149980 [ 3 ] {} <Debug> HTTP-Session: eac073dc-4bf7-4c15-9c65-9a8e5bcd8810 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13479 | 2024.07.30 01:37:55.150024 [ 3 ] {} <Debug> HTTP-Session: eac073dc-4bf7-4c15-9c65-9a8e5bcd8810 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13480 | 2024.07.30 01:37:55.150052 [ 3 ] {} <Debug> HTTP-Session: eac073dc-4bf7-4c15-9c65-9a8e5bcd8810 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13481 | 2024.07.30 01:37:55.150133 [ 3 ] {} <Trace> HTTP-Session: eac073dc-4bf7-4c15-9c65-9a8e5bcd8810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13482 | 2024.07.30 01:37:55.150412 [ 3 ] {41c0319c-5ca0-4f07-ad81-402e9baf58c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 13483 | 2024.07.30 01:37:55.150478 [ 3 ] {41c0319c-5ca0-4f07-ad81-402e9baf58c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 13484 | 2024.07.30 01:37:55.150675 [ 3 ] {41c0319c-5ca0-4f07-ad81-402e9baf58c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13485 | 2024.07.30 01:37:55.151243 [ 3 ] {41c0319c-5ca0-4f07-ad81-402e9baf58c4} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13486 | 2024.07.30 01:37:55.151285 [ 3 ] {41c0319c-5ca0-4f07-ad81-402e9baf58c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13487 | 2024.07.30 01:37:55.151646 [ 3 ] {41c0319c-5ca0-4f07-ad81-402e9baf58c4} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 13488 | 2024.07.30 01:37:55.151980 [ 3 ] {41c0319c-5ca0-4f07-ad81-402e9baf58c4} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13489 | 2024.07.30 01:37:55.152145 [ 3 ] {41c0319c-5ca0-4f07-ad81-402e9baf58c4} <Debug> executeQuery: Read 57 rows, 4.47 KiB in 0.001813 sec., 31439.602868174297 rows/sec., 2.41 MiB/sec. | ||
| 13490 | 2024.07.30 01:37:55.152535 [ 3 ] {41c0319c-5ca0-4f07-ad81-402e9baf58c4} <Debug> DynamicQueryHandler: Done processing query | ||
| 13491 | 2024.07.30 01:37:55.152623 [ 3 ] {41c0319c-5ca0-4f07-ad81-402e9baf58c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13492 | 2024.07.30 01:37:55.152714 [ 3 ] {} <Debug> HTTP-Session: eac073dc-4bf7-4c15-9c65-9a8e5bcd8810 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13493 | 2024.07.30 01:37:55.153073 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13494 | 2024.07.30 01:37:55.153253 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13495 | 2024.07.30 01:37:55.153365 [ 3 ] {} <Debug> HTTP-Session: 7e5ad430-8583-4413-82a0-84e5956475e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13496 | 2024.07.30 01:37:55.153461 [ 3 ] {} <Debug> HTTP-Session: 7e5ad430-8583-4413-82a0-84e5956475e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13497 | 2024.07.30 01:37:55.153540 [ 3 ] {} <Debug> HTTP-Session: 7e5ad430-8583-4413-82a0-84e5956475e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13498 | 2024.07.30 01:37:55.153686 [ 3 ] {} <Trace> HTTP-Session: 7e5ad430-8583-4413-82a0-84e5956475e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13499 | 2024.07.30 01:37:55.153846 [ 3 ] {32132b8a-6384-484f-8a49-c7548fa2a3b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 13500 | 2024.07.30 01:37:55.153891 [ 3 ] {32132b8a-6384-484f-8a49-c7548fa2a3b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13501 | 2024.07.30 01:37:55.154033 [ 3 ] {32132b8a-6384-484f-8a49-c7548fa2a3b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13502 | 2024.07.30 01:37:55.154382 [ 3 ] {32132b8a-6384-484f-8a49-c7548fa2a3b5} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13503 | 2024.07.30 01:37:55.154420 [ 3 ] {32132b8a-6384-484f-8a49-c7548fa2a3b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13504 | 2024.07.30 01:37:55.154716 [ 3 ] {32132b8a-6384-484f-8a49-c7548fa2a3b5} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 13505 | 2024.07.30 01:37:55.155022 [ 3 ] {32132b8a-6384-484f-8a49-c7548fa2a3b5} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13506 | 2024.07.30 01:37:55.155176 [ 3 ] {32132b8a-6384-484f-8a49-c7548fa2a3b5} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001349 sec., 2965.159377316531 rows/sec., 241.79 KiB/sec. | ||
| 13507 | 2024.07.30 01:37:55.155344 [ 3 ] {32132b8a-6384-484f-8a49-c7548fa2a3b5} <Debug> DynamicQueryHandler: Done processing query | ||
| 13508 | 2024.07.30 01:37:55.155368 [ 3 ] {32132b8a-6384-484f-8a49-c7548fa2a3b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 13509 | 2024.07.30 01:37:55.155385 [ 3 ] {} <Debug> HTTP-Session: 7e5ad430-8583-4413-82a0-84e5956475e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13510 | 2024.07.30 01:37:55.155565 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 47799, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13511 | 2024.07.30 01:37:55.155614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13512 | 2024.07.30 01:37:55.155634 [ 3 ] {} <Debug> HTTP-Session: 1eebc702-a44b-47f4-a598-4d24355a48cf Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13513 | 2024.07.30 01:37:55.155650 [ 3 ] {} <Debug> HTTP-Session: 1eebc702-a44b-47f4-a598-4d24355a48cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13514 | 2024.07.30 01:37:55.155664 [ 3 ] {} <Debug> HTTP-Session: 1eebc702-a44b-47f4-a598-4d24355a48cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13515 | 2024.07.30 01:37:55.155695 [ 3 ] {} <Trace> HTTP-Session: 1eebc702-a44b-47f4-a598-4d24355a48cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13516 | 2024.07.30 01:37:55.155890 [ 3 ] {5e2730ba-8f32-4a01-a48d-a3d7d52c0057} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13517 | 2024.07.30 01:37:55.155933 [ 3 ] {5e2730ba-8f32-4a01-a48d-a3d7d52c0057} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13518 | 2024.07.30 01:37:55.156055 [ 3 ] {5e2730ba-8f32-4a01-a48d-a3d7d52c0057} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13519 | 2024.07.30 01:37:55.156590 [ 3 ] {5e2730ba-8f32-4a01-a48d-a3d7d52c0057} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13520 | 2024.07.30 01:37:55.156627 [ 3 ] {5e2730ba-8f32-4a01-a48d-a3d7d52c0057} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13521 | 2024.07.30 01:37:55.156970 [ 3 ] {5e2730ba-8f32-4a01-a48d-a3d7d52c0057} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 13522 | 2024.07.30 01:37:55.157274 [ 3 ] {5e2730ba-8f32-4a01-a48d-a3d7d52c0057} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13523 | 2024.07.30 01:37:55.157438 [ 3 ] {5e2730ba-8f32-4a01-a48d-a3d7d52c0057} <Debug> executeQuery: Read 316 rows, 28.60 KiB in 0.00164 sec., 192682.92682926828 rows/sec., 17.03 MiB/sec. | ||
| 13524 | 2024.07.30 01:37:55.157625 [ 3 ] {5e2730ba-8f32-4a01-a48d-a3d7d52c0057} <Debug> DynamicQueryHandler: Done processing query | ||
| 13525 | 2024.07.30 01:37:55.157662 [ 3 ] {5e2730ba-8f32-4a01-a48d-a3d7d52c0057} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 13526 | 2024.07.30 01:37:55.157694 [ 3 ] {} <Debug> HTTP-Session: 1eebc702-a44b-47f4-a598-4d24355a48cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13527 | 2024.07.30 01:37:55.157852 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13528 | 2024.07.30 01:37:55.157902 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13529 | 2024.07.30 01:37:55.157922 [ 3 ] {} <Debug> HTTP-Session: 5546c799-da88-4ec0-ae85-eff374276b29 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13530 | 2024.07.30 01:37:55.157939 [ 3 ] {} <Debug> HTTP-Session: 5546c799-da88-4ec0-ae85-eff374276b29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13531 | 2024.07.30 01:37:55.157952 [ 3 ] {} <Debug> HTTP-Session: 5546c799-da88-4ec0-ae85-eff374276b29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13532 | 2024.07.30 01:37:55.157984 [ 3 ] {} <Trace> HTTP-Session: 5546c799-da88-4ec0-ae85-eff374276b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13533 | 2024.07.30 01:37:55.158078 [ 3 ] {cef7fc4b-08f1-48a7-957d-592bdd88b934} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 13534 | 2024.07.30 01:37:55.158120 [ 3 ] {cef7fc4b-08f1-48a7-957d-592bdd88b934} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13535 | 2024.07.30 01:37:55.158244 [ 3 ] {cef7fc4b-08f1-48a7-957d-592bdd88b934} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13536 | 2024.07.30 01:37:55.158523 [ 3 ] {cef7fc4b-08f1-48a7-957d-592bdd88b934} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13537 | 2024.07.30 01:37:55.158560 [ 3 ] {cef7fc4b-08f1-48a7-957d-592bdd88b934} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13538 | 2024.07.30 01:37:55.158852 [ 3 ] {cef7fc4b-08f1-48a7-957d-592bdd88b934} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 13539 | 2024.07.30 01:37:55.159161 [ 3 ] {cef7fc4b-08f1-48a7-957d-592bdd88b934} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13540 | 2024.07.30 01:37:55.159319 [ 3 ] {cef7fc4b-08f1-48a7-957d-592bdd88b934} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001257 sec., 3182.1797931583133 rows/sec., 222.19 KiB/sec. | ||
| 13541 | 2024.07.30 01:37:55.159623 [ 3 ] {cef7fc4b-08f1-48a7-957d-592bdd88b934} <Debug> DynamicQueryHandler: Done processing query | ||
| 13542 | 2024.07.30 01:37:55.159649 [ 3 ] {cef7fc4b-08f1-48a7-957d-592bdd88b934} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 13543 | 2024.07.30 01:37:55.159665 [ 3 ] {} <Debug> HTTP-Session: 5546c799-da88-4ec0-ae85-eff374276b29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13544 | 2024.07.30 01:37:55.159852 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 70907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13545 | 2024.07.30 01:37:55.159902 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13546 | 2024.07.30 01:37:55.159922 [ 3 ] {} <Debug> HTTP-Session: 6e7bce84-72c1-4b29-836b-3da8c6855e13 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13547 | 2024.07.30 01:37:55.159939 [ 3 ] {} <Debug> HTTP-Session: 6e7bce84-72c1-4b29-836b-3da8c6855e13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13548 | 2024.07.30 01:37:55.159952 [ 3 ] {} <Debug> HTTP-Session: 6e7bce84-72c1-4b29-836b-3da8c6855e13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13549 | 2024.07.30 01:37:55.159982 [ 3 ] {} <Trace> HTTP-Session: 6e7bce84-72c1-4b29-836b-3da8c6855e13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13550 | 2024.07.30 01:37:55.160227 [ 3 ] {095c6da1-688f-49f4-98cc-699376b40966} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13551 | 2024.07.30 01:37:55.160271 [ 3 ] {095c6da1-688f-49f4-98cc-699376b40966} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13552 | 2024.07.30 01:37:55.160414 [ 3 ] {095c6da1-688f-49f4-98cc-699376b40966} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13553 | 2024.07.30 01:37:55.160996 [ 3 ] {095c6da1-688f-49f4-98cc-699376b40966} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13554 | 2024.07.30 01:37:55.161034 [ 3 ] {095c6da1-688f-49f4-98cc-699376b40966} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13555 | 2024.07.30 01:37:55.161362 [ 3 ] {095c6da1-688f-49f4-98cc-699376b40966} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 13556 | 2024.07.30 01:37:55.161668 [ 3 ] {095c6da1-688f-49f4-98cc-699376b40966} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13557 | 2024.07.30 01:37:55.161805 [ 3 ] {095c6da1-688f-49f4-98cc-699376b40966} <Debug> executeQuery: Read 437 rows, 31.88 KiB in 0.001716 sec., 254662.00466200465 rows/sec., 18.15 MiB/sec. | ||
| 13558 | 2024.07.30 01:37:55.162020 [ 3 ] {095c6da1-688f-49f4-98cc-699376b40966} <Debug> DynamicQueryHandler: Done processing query | ||
| 13559 | 2024.07.30 01:37:55.162056 [ 3 ] {095c6da1-688f-49f4-98cc-699376b40966} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 13560 | 2024.07.30 01:37:55.162084 [ 3 ] {} <Debug> HTTP-Session: 6e7bce84-72c1-4b29-836b-3da8c6855e13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13561 | 2024.07.30 01:37:55.162237 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13562 | 2024.07.30 01:37:55.162287 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13563 | 2024.07.30 01:37:55.162306 [ 3 ] {} <Debug> HTTP-Session: 4b5cdbea-81d6-41f8-80d4-cd7771e305f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13564 | 2024.07.30 01:37:55.162323 [ 3 ] {} <Debug> HTTP-Session: 4b5cdbea-81d6-41f8-80d4-cd7771e305f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13565 | 2024.07.30 01:37:55.162336 [ 3 ] {} <Debug> HTTP-Session: 4b5cdbea-81d6-41f8-80d4-cd7771e305f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13566 | 2024.07.30 01:37:55.162367 [ 3 ] {} <Trace> HTTP-Session: 4b5cdbea-81d6-41f8-80d4-cd7771e305f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13567 | 2024.07.30 01:37:55.162463 [ 3 ] {96f6c579-305c-46bb-9dfd-b92de9ab145f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 13568 | 2024.07.30 01:37:55.162508 [ 3 ] {96f6c579-305c-46bb-9dfd-b92de9ab145f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13569 | 2024.07.30 01:37:55.162643 [ 3 ] {96f6c579-305c-46bb-9dfd-b92de9ab145f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13570 | 2024.07.30 01:37:55.162942 [ 3 ] {96f6c579-305c-46bb-9dfd-b92de9ab145f} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13571 | 2024.07.30 01:37:55.162979 [ 3 ] {96f6c579-305c-46bb-9dfd-b92de9ab145f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13572 | 2024.07.30 01:37:55.163335 [ 3 ] {96f6c579-305c-46bb-9dfd-b92de9ab145f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 13573 | 2024.07.30 01:37:55.163654 [ 3 ] {96f6c579-305c-46bb-9dfd-b92de9ab145f} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13574 | 2024.07.30 01:37:55.163809 [ 3 ] {96f6c579-305c-46bb-9dfd-b92de9ab145f} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001364 sec., 4398.826979472141 rows/sec., 189.01 KiB/sec. | ||
| 13575 | 2024.07.30 01:37:55.163976 [ 3 ] {96f6c579-305c-46bb-9dfd-b92de9ab145f} <Debug> DynamicQueryHandler: Done processing query | ||
| 13576 | 2024.07.30 01:37:55.164002 [ 3 ] {96f6c579-305c-46bb-9dfd-b92de9ab145f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 13577 | 2024.07.30 01:37:55.164018 [ 3 ] {} <Debug> HTTP-Session: 4b5cdbea-81d6-41f8-80d4-cd7771e305f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13578 | 2024.07.30 01:37:55.164136 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13579 | 2024.07.30 01:37:55.164185 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13580 | 2024.07.30 01:37:55.164205 [ 3 ] {} <Debug> HTTP-Session: 785d83d5-b117-4d63-85b1-ff7b3f905810 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13581 | 2024.07.30 01:37:55.164222 [ 3 ] {} <Debug> HTTP-Session: 785d83d5-b117-4d63-85b1-ff7b3f905810 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13582 | 2024.07.30 01:37:55.164236 [ 3 ] {} <Debug> HTTP-Session: 785d83d5-b117-4d63-85b1-ff7b3f905810 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13583 | 2024.07.30 01:37:55.164266 [ 3 ] {} <Trace> HTTP-Session: 785d83d5-b117-4d63-85b1-ff7b3f905810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13584 | 2024.07.30 01:37:55.164392 [ 3 ] {9f88c8e8-dd5f-4b40-a2e2-23e580b7bd90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 13585 | 2024.07.30 01:37:55.164439 [ 3 ] {9f88c8e8-dd5f-4b40-a2e2-23e580b7bd90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 13586 | 2024.07.30 01:37:55.164579 [ 3 ] {9f88c8e8-dd5f-4b40-a2e2-23e580b7bd90} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13587 | 2024.07.30 01:37:55.164922 [ 3 ] {9f88c8e8-dd5f-4b40-a2e2-23e580b7bd90} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13588 | 2024.07.30 01:37:55.164959 [ 3 ] {9f88c8e8-dd5f-4b40-a2e2-23e580b7bd90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13589 | 2024.07.30 01:37:55.165324 [ 3 ] {9f88c8e8-dd5f-4b40-a2e2-23e580b7bd90} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 13590 | 2024.07.30 01:37:55.165658 [ 3 ] {9f88c8e8-dd5f-4b40-a2e2-23e580b7bd90} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13591 | 2024.07.30 01:37:55.165816 [ 3 ] {9f88c8e8-dd5f-4b40-a2e2-23e580b7bd90} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001459 sec., 52775.87388622344 rows/sec., 3.25 MiB/sec. | ||
| 13592 | 2024.07.30 01:37:55.166270 [ 3 ] {9f88c8e8-dd5f-4b40-a2e2-23e580b7bd90} <Debug> DynamicQueryHandler: Done processing query | ||
| 13593 | 2024.07.30 01:37:55.166363 [ 3 ] {9f88c8e8-dd5f-4b40-a2e2-23e580b7bd90} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13594 | 2024.07.30 01:37:55.166452 [ 3 ] {} <Debug> HTTP-Session: 785d83d5-b117-4d63-85b1-ff7b3f905810 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13595 | 2024.07.30 01:37:55.166751 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 31050, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13596 | 2024.07.30 01:37:55.166930 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13597 | 2024.07.30 01:37:55.167014 [ 3 ] {} <Debug> HTTP-Session: baa548a9-b8d5-48c0-8f84-6b8060015718 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13598 | 2024.07.30 01:37:55.167045 [ 3 ] {} <Debug> HTTP-Session: baa548a9-b8d5-48c0-8f84-6b8060015718 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13599 | 2024.07.30 01:37:55.167062 [ 3 ] {} <Debug> HTTP-Session: baa548a9-b8d5-48c0-8f84-6b8060015718 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13600 | 2024.07.30 01:37:55.167094 [ 3 ] {} <Trace> HTTP-Session: baa548a9-b8d5-48c0-8f84-6b8060015718 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13601 | 2024.07.30 01:37:55.167307 [ 3 ] {0a43efbb-9053-4f46-9aa1-92c008453f8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13602 | 2024.07.30 01:37:55.167353 [ 3 ] {0a43efbb-9053-4f46-9aa1-92c008453f8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13603 | 2024.07.30 01:37:55.167504 [ 3 ] {0a43efbb-9053-4f46-9aa1-92c008453f8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13604 | 2024.07.30 01:37:55.167909 [ 3 ] {0a43efbb-9053-4f46-9aa1-92c008453f8f} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13605 | 2024.07.30 01:37:55.167944 [ 3 ] {0a43efbb-9053-4f46-9aa1-92c008453f8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13606 | 2024.07.30 01:37:55.168314 [ 3 ] {0a43efbb-9053-4f46-9aa1-92c008453f8f} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 13607 | 2024.07.30 01:37:55.168656 [ 3 ] {0a43efbb-9053-4f46-9aa1-92c008453f8f} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13608 | 2024.07.30 01:37:55.168812 [ 3 ] {0a43efbb-9053-4f46-9aa1-92c008453f8f} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001637 sec., 98961.51496640196 rows/sec., 6.89 MiB/sec. | ||
| 13609 | 2024.07.30 01:37:55.169053 [ 3 ] {0a43efbb-9053-4f46-9aa1-92c008453f8f} <Debug> DynamicQueryHandler: Done processing query | ||
| 13610 | 2024.07.30 01:37:55.169105 [ 3 ] {0a43efbb-9053-4f46-9aa1-92c008453f8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 13611 | 2024.07.30 01:37:55.169159 [ 3 ] {} <Debug> HTTP-Session: baa548a9-b8d5-48c0-8f84-6b8060015718 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13612 | 2024.07.30 01:37:55.169419 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 82620, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13613 | 2024.07.30 01:37:55.169470 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13614 | 2024.07.30 01:37:55.169490 [ 3 ] {} <Debug> HTTP-Session: e4b7f17e-dad3-4eb6-837f-8586c9e2a69e Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13615 | 2024.07.30 01:37:55.169506 [ 3 ] {} <Debug> HTTP-Session: e4b7f17e-dad3-4eb6-837f-8586c9e2a69e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13616 | 2024.07.30 01:37:55.169520 [ 3 ] {} <Debug> HTTP-Session: e4b7f17e-dad3-4eb6-837f-8586c9e2a69e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13617 | 2024.07.30 01:37:55.169552 [ 3 ] {} <Trace> HTTP-Session: e4b7f17e-dad3-4eb6-837f-8586c9e2a69e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13618 | 2024.07.30 01:37:55.170036 [ 3 ] {3afd6a77-67cd-4b68-b156-2f29a66738d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 13619 | 2024.07.30 01:37:55.170108 [ 3 ] {3afd6a77-67cd-4b68-b156-2f29a66738d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 13620 | 2024.07.30 01:37:55.170533 [ 3 ] {3afd6a77-67cd-4b68-b156-2f29a66738d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13621 | 2024.07.30 01:37:55.171467 [ 3 ] {3afd6a77-67cd-4b68-b156-2f29a66738d5} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13622 | 2024.07.30 01:37:55.171503 [ 3 ] {3afd6a77-67cd-4b68-b156-2f29a66738d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13623 | 2024.07.30 01:37:55.172161 [ 3 ] {3afd6a77-67cd-4b68-b156-2f29a66738d5} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 13624 | 2024.07.30 01:37:55.172568 [ 3 ] {3afd6a77-67cd-4b68-b156-2f29a66738d5} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13625 | 2024.07.30 01:37:55.172745 [ 3 ] {3afd6a77-67cd-4b68-b156-2f29a66738d5} <Debug> executeQuery: Read 51 rows, 93.58 KiB in 0.003078 sec., 16569.200779727096 rows/sec., 29.69 MiB/sec. | ||
| 13626 | 2024.07.30 01:37:55.172980 [ 3 ] {3afd6a77-67cd-4b68-b156-2f29a66738d5} <Debug> DynamicQueryHandler: Done processing query | ||
| 13627 | 2024.07.30 01:37:55.173006 [ 3 ] {3afd6a77-67cd-4b68-b156-2f29a66738d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 13628 | 2024.07.30 01:37:55.173021 [ 3 ] {} <Debug> HTTP-Session: e4b7f17e-dad3-4eb6-837f-8586c9e2a69e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13629 | 2024.07.30 01:37:55.173143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13630 | 2024.07.30 01:37:55.173191 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13631 | 2024.07.30 01:37:55.173209 [ 3 ] {} <Debug> HTTP-Session: 58f55e1d-70e7-4643-b939-2fafd86a9157 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13632 | 2024.07.30 01:37:55.173225 [ 3 ] {} <Debug> HTTP-Session: 58f55e1d-70e7-4643-b939-2fafd86a9157 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13633 | 2024.07.30 01:37:55.173239 [ 3 ] {} <Debug> HTTP-Session: 58f55e1d-70e7-4643-b939-2fafd86a9157 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13634 | 2024.07.30 01:37:55.173270 [ 3 ] {} <Trace> HTTP-Session: 58f55e1d-70e7-4643-b939-2fafd86a9157 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13635 | 2024.07.30 01:37:55.173369 [ 3 ] {85929c0e-0fa2-4e1b-9f0e-7c899ab944bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 13636 | 2024.07.30 01:37:55.173413 [ 3 ] {85929c0e-0fa2-4e1b-9f0e-7c899ab944bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 13637 | 2024.07.30 01:37:55.173536 [ 3 ] {85929c0e-0fa2-4e1b-9f0e-7c899ab944bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13638 | 2024.07.30 01:37:55.173814 [ 3 ] {85929c0e-0fa2-4e1b-9f0e-7c899ab944bf} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13639 | 2024.07.30 01:37:55.173849 [ 3 ] {85929c0e-0fa2-4e1b-9f0e-7c899ab944bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13640 | 2024.07.30 01:37:55.174198 [ 3 ] {85929c0e-0fa2-4e1b-9f0e-7c899ab944bf} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 13641 | 2024.07.30 01:37:55.174513 [ 3 ] {85929c0e-0fa2-4e1b-9f0e-7c899ab944bf} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13642 | 2024.07.30 01:37:55.174663 [ 3 ] {85929c0e-0fa2-4e1b-9f0e-7c899ab944bf} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001315 sec., 17490.49429657795 rows/sec., 946.11 KiB/sec. | ||
| 13643 | 2024.07.30 01:37:55.174825 [ 3 ] {85929c0e-0fa2-4e1b-9f0e-7c899ab944bf} <Debug> DynamicQueryHandler: Done processing query | ||
| 13644 | 2024.07.30 01:37:55.174848 [ 3 ] {85929c0e-0fa2-4e1b-9f0e-7c899ab944bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 13645 | 2024.07.30 01:37:55.174863 [ 3 ] {} <Debug> HTTP-Session: 58f55e1d-70e7-4643-b939-2fafd86a9157 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13646 | 2024.07.30 01:37:55.174975 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13647 | 2024.07.30 01:37:55.175024 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13648 | 2024.07.30 01:37:55.175042 [ 3 ] {} <Debug> HTTP-Session: dfe8e272-5a21-4249-89e1-39f1f67ae9d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13649 | 2024.07.30 01:37:55.175059 [ 3 ] {} <Debug> HTTP-Session: dfe8e272-5a21-4249-89e1-39f1f67ae9d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13650 | 2024.07.30 01:37:55.175072 [ 3 ] {} <Debug> HTTP-Session: dfe8e272-5a21-4249-89e1-39f1f67ae9d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13651 | 2024.07.30 01:37:55.175102 [ 3 ] {} <Trace> HTTP-Session: dfe8e272-5a21-4249-89e1-39f1f67ae9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13652 | 2024.07.30 01:37:55.175216 [ 3 ] {6c91cf04-8ac0-447d-9c0d-4f8f565d4bc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13653 | 2024.07.30 01:37:55.175259 [ 3 ] {6c91cf04-8ac0-447d-9c0d-4f8f565d4bc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13654 | 2024.07.30 01:37:55.175382 [ 3 ] {6c91cf04-8ac0-447d-9c0d-4f8f565d4bc9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13655 | 2024.07.30 01:37:55.175694 [ 3 ] {6c91cf04-8ac0-447d-9c0d-4f8f565d4bc9} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13656 | 2024.07.30 01:37:55.175730 [ 3 ] {6c91cf04-8ac0-447d-9c0d-4f8f565d4bc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13657 | 2024.07.30 01:37:55.176070 [ 3 ] {6c91cf04-8ac0-447d-9c0d-4f8f565d4bc9} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 13658 | 2024.07.30 01:37:55.176375 [ 3 ] {6c91cf04-8ac0-447d-9c0d-4f8f565d4bc9} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13659 | 2024.07.30 01:37:55.176522 [ 3 ] {6c91cf04-8ac0-447d-9c0d-4f8f565d4bc9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001376 sec., 43604.651162790695 rows/sec., 2.94 MiB/sec. | ||
| 13660 | 2024.07.30 01:37:55.176682 [ 3 ] {6c91cf04-8ac0-447d-9c0d-4f8f565d4bc9} <Debug> DynamicQueryHandler: Done processing query | ||
| 13661 | 2024.07.30 01:37:55.176704 [ 3 ] {6c91cf04-8ac0-447d-9c0d-4f8f565d4bc9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13662 | 2024.07.30 01:37:55.176719 [ 3 ] {} <Debug> HTTP-Session: dfe8e272-5a21-4249-89e1-39f1f67ae9d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13663 | 2024.07.30 01:37:57.809422 [ 32 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13664 | 2024.07.30 01:37:57.809530 [ 32 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13665 | 2024.07.30 01:38:00.145286 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13666 | 2024.07.30 01:38:00.145415 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13667 | 2024.07.30 01:38:00.145444 [ 3 ] {} <Debug> HTTP-Session: 7478af1a-db2c-4115-848c-4a17c6bc9db9 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13668 | 2024.07.30 01:38:00.145473 [ 3 ] {} <Debug> HTTP-Session: 7478af1a-db2c-4115-848c-4a17c6bc9db9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13669 | 2024.07.30 01:38:00.145490 [ 3 ] {} <Debug> HTTP-Session: 7478af1a-db2c-4115-848c-4a17c6bc9db9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13670 | 2024.07.30 01:38:00.145547 [ 3 ] {} <Trace> HTTP-Session: 7478af1a-db2c-4115-848c-4a17c6bc9db9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13671 | 2024.07.30 01:38:00.145750 [ 3 ] {d6dd593e-05aa-47e0-b3e6-583d97ac4252} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 13672 | 2024.07.30 01:38:00.145824 [ 3 ] {d6dd593e-05aa-47e0-b3e6-583d97ac4252} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13673 | 2024.07.30 01:38:00.146045 [ 3 ] {d6dd593e-05aa-47e0-b3e6-583d97ac4252} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13674 | 2024.07.30 01:38:00.146524 [ 3 ] {d6dd593e-05aa-47e0-b3e6-583d97ac4252} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13675 | 2024.07.30 01:38:00.146570 [ 3 ] {d6dd593e-05aa-47e0-b3e6-583d97ac4252} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13676 | 2024.07.30 01:38:00.146943 [ 3 ] {d6dd593e-05aa-47e0-b3e6-583d97ac4252} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 13677 | 2024.07.30 01:38:00.147286 [ 3 ] {d6dd593e-05aa-47e0-b3e6-583d97ac4252} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13678 | 2024.07.30 01:38:00.147458 [ 3 ] {d6dd593e-05aa-47e0-b3e6-583d97ac4252} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001757 sec., 2276.607854297097 rows/sec., 185.64 KiB/sec. | ||
| 13679 | 2024.07.30 01:38:00.147681 [ 3 ] {d6dd593e-05aa-47e0-b3e6-583d97ac4252} <Debug> DynamicQueryHandler: Done processing query | ||
| 13680 | 2024.07.30 01:38:00.147708 [ 3 ] {d6dd593e-05aa-47e0-b3e6-583d97ac4252} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 13681 | 2024.07.30 01:38:00.147724 [ 3 ] {} <Debug> HTTP-Session: 7478af1a-db2c-4115-848c-4a17c6bc9db9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13682 | 2024.07.30 01:38:00.147866 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 13093, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13683 | 2024.07.30 01:38:00.147917 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13684 | 2024.07.30 01:38:00.147937 [ 3 ] {} <Debug> HTTP-Session: aa83e4b3-f62b-4303-9727-9808c943f826 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13685 | 2024.07.30 01:38:00.147954 [ 3 ] {} <Debug> HTTP-Session: aa83e4b3-f62b-4303-9727-9808c943f826 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13686 | 2024.07.30 01:38:00.147967 [ 3 ] {} <Debug> HTTP-Session: aa83e4b3-f62b-4303-9727-9808c943f826 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13687 | 2024.07.30 01:38:00.148002 [ 3 ] {} <Trace> HTTP-Session: aa83e4b3-f62b-4303-9727-9808c943f826 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13688 | 2024.07.30 01:38:00.148129 [ 3 ] {25d9cc10-c7ff-4dfd-8c76-fb789e8f6913} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13689 | 2024.07.30 01:38:00.148176 [ 3 ] {25d9cc10-c7ff-4dfd-8c76-fb789e8f6913} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13690 | 2024.07.30 01:38:00.148309 [ 3 ] {25d9cc10-c7ff-4dfd-8c76-fb789e8f6913} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13691 | 2024.07.30 01:38:00.148690 [ 3 ] {25d9cc10-c7ff-4dfd-8c76-fb789e8f6913} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13692 | 2024.07.30 01:38:00.148729 [ 3 ] {25d9cc10-c7ff-4dfd-8c76-fb789e8f6913} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13693 | 2024.07.30 01:38:00.149049 [ 3 ] {25d9cc10-c7ff-4dfd-8c76-fb789e8f6913} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 13694 | 2024.07.30 01:38:00.149356 [ 3 ] {25d9cc10-c7ff-4dfd-8c76-fb789e8f6913} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13695 | 2024.07.30 01:38:00.149506 [ 3 ] {25d9cc10-c7ff-4dfd-8c76-fb789e8f6913} <Debug> executeQuery: Read 94 rows, 7.36 KiB in 0.001423 sec., 66057.62473647224 rows/sec., 5.05 MiB/sec. | ||
| 13696 | 2024.07.30 01:38:00.149529 [ 28 ] {} <Debug> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 13697 | 2024.07.30 01:38:00.149632 [ 28 ] {} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13698 | 2024.07.30 01:38:00.149668 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13699 | 2024.07.30 01:38:00.149746 [ 3 ] {25d9cc10-c7ff-4dfd-8c76-fb789e8f6913} <Debug> DynamicQueryHandler: Done processing query | ||
| 13700 | 2024.07.30 01:38:00.149818 [ 3 ] {25d9cc10-c7ff-4dfd-8c76-fb789e8f6913} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 13701 | 2024.07.30 01:38:00.149909 [ 3 ] {} <Debug> HTTP-Session: aa83e4b3-f62b-4303-9727-9808c943f826 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13702 | 2024.07.30 01:38:00.149975 [ 194 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::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 | ||
| 13703 | 2024.07.30 01:38:00.150216 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13704 | 2024.07.30 01:38:00.150442 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13705 | 2024.07.30 01:38:00.150522 [ 194 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13706 | 2024.07.30 01:38:00.150565 [ 3 ] {} <Debug> HTTP-Session: 3456637d-8561-4687-8b33-3acff1425c03 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13707 | 2024.07.30 01:38:00.150631 [ 194 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 346 rows starting from the beginning of the part | ||
| 13708 | 2024.07.30 01:38:00.150653 [ 3 ] {} <Debug> HTTP-Session: 3456637d-8561-4687-8b33-3acff1425c03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13709 | 2024.07.30 01:38:00.150731 [ 3 ] {} <Debug> HTTP-Session: 3456637d-8561-4687-8b33-3acff1425c03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13710 | 2024.07.30 01:38:00.150889 [ 3 ] {} <Trace> HTTP-Session: 3456637d-8561-4687-8b33-3acff1425c03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13711 | 2024.07.30 01:38:00.150949 [ 194 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 56 rows starting from the beginning of the part | ||
| 13712 | 2024.07.30 01:38:00.151253 [ 3 ] {3a7e9afa-6cf6-425e-a0fb-e39c46e5f93b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 13713 | 2024.07.30 01:38:00.151279 [ 194 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 317 rows starting from the beginning of the part | ||
| 13714 | 2024.07.30 01:38:00.151403 [ 3 ] {3a7e9afa-6cf6-425e-a0fb-e39c46e5f93b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13715 | 2024.07.30 01:38:00.151576 [ 194 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 56 rows starting from the beginning of the part | ||
| 13716 | 2024.07.30 01:38:00.151938 [ 194 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 316 rows starting from the beginning of the part | ||
| 13717 | 2024.07.30 01:38:00.152274 [ 194 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 94 rows starting from the beginning of the part | ||
| 13718 | 2024.07.30 01:38:00.152520 [ 3 ] {3a7e9afa-6cf6-425e-a0fb-e39c46e5f93b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13719 | 2024.07.30 01:38:00.153476 [ 3 ] {3a7e9afa-6cf6-425e-a0fb-e39c46e5f93b} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13720 | 2024.07.30 01:38:00.153536 [ 3 ] {3a7e9afa-6cf6-425e-a0fb-e39c46e5f93b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13721 | 2024.07.30 01:38:00.154374 [ 3 ] {3a7e9afa-6cf6-425e-a0fb-e39c46e5f93b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 13722 | 2024.07.30 01:38:00.155073 [ 3 ] {3a7e9afa-6cf6-425e-a0fb-e39c46e5f93b} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13723 | 2024.07.30 01:38:00.155344 [ 190 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1185 rows, containing 4 columns (4 merged, 0 gathered) in 0.005567087 sec., 212858.17879260733 rows/sec., 18.28 MiB/sec. | ||
| 13724 | 2024.07.30 01:38:00.155479 [ 3 ] {3a7e9afa-6cf6-425e-a0fb-e39c46e5f93b} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.004384 sec., 912.4087591240876 rows/sec., 63.71 KiB/sec. | ||
| 13725 | 2024.07.30 01:38:00.155896 [ 190 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 13726 | 2024.07.30 01:38:00.156014 [ 3 ] {3a7e9afa-6cf6-425e-a0fb-e39c46e5f93b} <Debug> DynamicQueryHandler: Done processing query | ||
| 13727 | 2024.07.30 01:38:00.156105 [ 3 ] {3a7e9afa-6cf6-425e-a0fb-e39c46e5f93b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 13728 | 2024.07.30 01:38:00.156169 [ 3 ] {} <Debug> HTTP-Session: 3456637d-8561-4687-8b33-3acff1425c03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13729 | 2024.07.30 01:38:00.156401 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 15620, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13730 | 2024.07.30 01:38:00.156526 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13731 | 2024.07.30 01:38:00.156569 [ 3 ] {} <Debug> HTTP-Session: 62d80564-1c20-4e18-b09f-b192d803c46c Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13732 | 2024.07.30 01:38:00.156601 [ 3 ] {} <Debug> HTTP-Session: 62d80564-1c20-4e18-b09f-b192d803c46c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13733 | 2024.07.30 01:38:00.156639 [ 3 ] {} <Debug> HTTP-Session: 62d80564-1c20-4e18-b09f-b192d803c46c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13734 | 2024.07.30 01:38:00.156699 [ 3 ] {} <Trace> HTTP-Session: 62d80564-1c20-4e18-b09f-b192d803c46c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13735 | 2024.07.30 01:38:00.156848 [ 190 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_86_17} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13736 | 2024.07.30 01:38:00.156956 [ 3 ] {204d537b-0b41-43c4-a36a-51c77ffef002} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13737 | 2024.07.30 01:38:00.157013 [ 190 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_86_17} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 13738 | 2024.07.30 01:38:00.157030 [ 3 ] {204d537b-0b41-43c4-a36a-51c77ffef002} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13739 | 2024.07.30 01:38:00.157210 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 13740 | 2024.07.30 01:38:00.157340 [ 3 ] {204d537b-0b41-43c4-a36a-51c77ffef002} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13741 | 2024.07.30 01:38:00.157717 [ 3 ] {204d537b-0b41-43c4-a36a-51c77ffef002} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13742 | 2024.07.30 01:38:00.157754 [ 3 ] {204d537b-0b41-43c4-a36a-51c77ffef002} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13743 | 2024.07.30 01:38:00.158071 [ 3 ] {204d537b-0b41-43c4-a36a-51c77ffef002} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 13744 | 2024.07.30 01:38:00.158379 [ 3 ] {204d537b-0b41-43c4-a36a-51c77ffef002} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13745 | 2024.07.30 01:38:00.158534 [ 3 ] {204d537b-0b41-43c4-a36a-51c77ffef002} <Debug> executeQuery: Read 92 rows, 7.34 KiB in 0.001693 sec., 54341.40578854105 rows/sec., 4.23 MiB/sec. | ||
| 13746 | 2024.07.30 01:38:00.158547 [ 28 ] {} <Debug> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 13747 | 2024.07.30 01:38:00.158630 [ 28 ] {} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13748 | 2024.07.30 01:38:00.158684 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13749 | 2024.07.30 01:38:00.158825 [ 3 ] {204d537b-0b41-43c4-a36a-51c77ffef002} <Debug> DynamicQueryHandler: Done processing query | ||
| 13750 | 2024.07.30 01:38:00.158838 [ 199 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::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 | ||
| 13751 | 2024.07.30 01:38:00.158855 [ 3 ] {204d537b-0b41-43c4-a36a-51c77ffef002} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 13752 | 2024.07.30 01:38:00.158882 [ 3 ] {} <Debug> HTTP-Session: 62d80564-1c20-4e18-b09f-b192d803c46c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13753 | 2024.07.30 01:38:00.158969 [ 199 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13754 | 2024.07.30 01:38:00.159000 [ 199 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 490 rows starting from the beginning of the part | ||
| 13755 | 2024.07.30 01:38:00.159085 [ 199 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 64 rows starting from the beginning of the part | ||
| 13756 | 2024.07.30 01:38:00.159096 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 38016, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13757 | 2024.07.30 01:38:00.159241 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13758 | 2024.07.30 01:38:00.159383 [ 3 ] {} <Debug> HTTP-Session: 6bae6fd3-0cec-438d-b420-f495b939774a Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13759 | 2024.07.30 01:38:00.159395 [ 199 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 448 rows starting from the beginning of the part | ||
| 13760 | 2024.07.30 01:38:00.159442 [ 3 ] {} <Debug> HTTP-Session: 6bae6fd3-0cec-438d-b420-f495b939774a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13761 | 2024.07.30 01:38:00.159499 [ 3 ] {} <Debug> HTTP-Session: 6bae6fd3-0cec-438d-b420-f495b939774a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13762 | 2024.07.30 01:38:00.159655 [ 3 ] {} <Trace> HTTP-Session: 6bae6fd3-0cec-438d-b420-f495b939774a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13763 | 2024.07.30 01:38:00.159678 [ 199 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 64 rows starting from the beginning of the part | ||
| 13764 | 2024.07.30 01:38:00.159811 [ 199 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 437 rows starting from the beginning of the part | ||
| 13765 | 2024.07.30 01:38:00.160078 [ 3 ] {3a34ea72-2add-4b10-928c-f592fc7f389e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13766 | 2024.07.30 01:38:00.160095 [ 199 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 92 rows starting from the beginning of the part | ||
| 13767 | 2024.07.30 01:38:00.160181 [ 3 ] {3a34ea72-2add-4b10-928c-f592fc7f389e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13768 | 2024.07.30 01:38:00.160588 [ 3 ] {3a34ea72-2add-4b10-928c-f592fc7f389e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13769 | 2024.07.30 01:38:00.161341 [ 3 ] {3a34ea72-2add-4b10-928c-f592fc7f389e} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13770 | 2024.07.30 01:38:00.161389 [ 3 ] {3a34ea72-2add-4b10-928c-f592fc7f389e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13771 | 2024.07.30 01:38:00.161843 [ 199 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1595 rows, containing 4 columns (4 merged, 0 gathered) in 0.003066021 sec., 520218.2242065531 rows/sec., 37.70 MiB/sec. | ||
| 13772 | 2024.07.30 01:38:00.161917 [ 3 ] {3a34ea72-2add-4b10-928c-f592fc7f389e} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 13773 | 2024.07.30 01:38:00.162101 [ 189 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 13774 | 2024.07.30 01:38:00.162491 [ 3 ] {3a34ea72-2add-4b10-928c-f592fc7f389e} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13775 | 2024.07.30 01:38:00.162883 [ 28 ] {} <Debug> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 13776 | 2024.07.30 01:38:00.162909 [ 3 ] {3a34ea72-2add-4b10-928c-f592fc7f389e} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.003081 sec., 64264.84907497566 rows/sec., 4.49 MiB/sec. | ||
| 13777 | 2024.07.30 01:38:00.162970 [ 28 ] {} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13778 | 2024.07.30 01:38:00.163079 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13779 | 2024.07.30 01:38:00.163168 [ 201 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_86_17} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13780 | 2024.07.30 01:38:00.163475 [ 189 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 13781 | 2024.07.30 01:38:00.163523 [ 201 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_86_17} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 13782 | 2024.07.30 01:38:00.163565 [ 3 ] {3a34ea72-2add-4b10-928c-f592fc7f389e} <Debug> DynamicQueryHandler: Done processing query | ||
| 13783 | 2024.07.30 01:38:00.163651 [ 3 ] {3a34ea72-2add-4b10-928c-f592fc7f389e} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 13784 | 2024.07.30 01:38:00.163762 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 13785 | 2024.07.30 01:38:00.163766 [ 3 ] {} <Debug> HTTP-Session: 6bae6fd3-0cec-438d-b420-f495b939774a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13786 | 2024.07.30 01:38:00.163887 [ 189 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13787 | 2024.07.30 01:38:00.163928 [ 189 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_81_16, total 13175 rows starting from the beginning of the part | ||
| 13788 | 2024.07.30 01:38:00.164068 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13789 | 2024.07.30 01:38:00.164141 [ 189 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 13790 | 2024.07.30 01:38:00.164217 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13791 | 2024.07.30 01:38:00.164264 [ 3 ] {} <Debug> HTTP-Session: a51f4d03-54b5-4df7-8de5-ea716a5f2e36 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13792 | 2024.07.30 01:38:00.164334 [ 3 ] {} <Debug> HTTP-Session: a51f4d03-54b5-4df7-8de5-ea716a5f2e36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13793 | 2024.07.30 01:38:00.164401 [ 3 ] {} <Debug> HTTP-Session: a51f4d03-54b5-4df7-8de5-ea716a5f2e36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13794 | 2024.07.30 01:38:00.164502 [ 189 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 163 rows starting from the beginning of the part | ||
| 13795 | 2024.07.30 01:38:00.164517 [ 3 ] {} <Trace> HTTP-Session: a51f4d03-54b5-4df7-8de5-ea716a5f2e36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13796 | 2024.07.30 01:38:00.164806 [ 189 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::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 | ||
| 13797 | 2024.07.30 01:38:00.164840 [ 3 ] {7876df5d-aa64-48c8-bbc6-46c6d62aed3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13798 | 2024.07.30 01:38:00.164976 [ 3 ] {7876df5d-aa64-48c8-bbc6-46c6d62aed3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13799 | 2024.07.30 01:38:00.165107 [ 189 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 162 rows starting from the beginning of the part | ||
| 13800 | 2024.07.30 01:38:00.165512 [ 189 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 198 rows starting from the beginning of the part | ||
| 13801 | 2024.07.30 01:38:00.165954 [ 3 ] {7876df5d-aa64-48c8-bbc6-46c6d62aed3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13802 | 2024.07.30 01:38:00.166775 [ 3 ] {7876df5d-aa64-48c8-bbc6-46c6d62aed3c} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13803 | 2024.07.30 01:38:00.166813 [ 3 ] {7876df5d-aa64-48c8-bbc6-46c6d62aed3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13804 | 2024.07.30 01:38:00.167279 [ 3 ] {7876df5d-aa64-48c8-bbc6-46c6d62aed3c} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 13805 | 2024.07.30 01:38:00.167847 [ 3 ] {7876df5d-aa64-48c8-bbc6-46c6d62aed3c} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13806 | 2024.07.30 01:38:00.168161 [ 28 ] {} <Debug> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 13807 | 2024.07.30 01:38:00.168258 [ 28 ] {} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13808 | 2024.07.30 01:38:00.168277 [ 3 ] {7876df5d-aa64-48c8-bbc6-46c6d62aed3c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003518 sec., 17055.144968732235 rows/sec., 1.15 MiB/sec. | ||
| 13809 | 2024.07.30 01:38:00.168352 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13810 | 2024.07.30 01:38:00.168862 [ 201 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 13811 | 2024.07.30 01:38:00.169059 [ 3 ] {7876df5d-aa64-48c8-bbc6-46c6d62aed3c} <Debug> DynamicQueryHandler: Done processing query | ||
| 13812 | 2024.07.30 01:38:00.169139 [ 3 ] {7876df5d-aa64-48c8-bbc6-46c6d62aed3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13813 | 2024.07.30 01:38:00.169197 [ 3 ] {} <Debug> HTTP-Session: a51f4d03-54b5-4df7-8de5-ea716a5f2e36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13814 | 2024.07.30 01:38:00.169267 [ 201 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13815 | 2024.07.30 01:38:00.169313 [ 201 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4714 rows starting from the beginning of the part | ||
| 13816 | 2024.07.30 01:38:00.169464 [ 201 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 13817 | 2024.07.30 01:38:00.169579 [ 201 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 13818 | 2024.07.30 01:38:00.169770 [ 201 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 13819 | 2024.07.30 01:38:00.170263 [ 201 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 13820 | 2024.07.30 01:38:00.170386 [ 201 ] {69b3132d-aef6-4e60-be34-e1b43d046924::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 | ||
| 13821 | 2024.07.30 01:38:00.171815 [ 189 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14018 rows, containing 5 columns (5 merged, 0 gathered) in 0.008585947 sec., 1632667.8932446241 rows/sec., 113.78 MiB/sec. | ||
| 13822 | 2024.07.30 01:38:00.172310 [ 200 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 13823 | 2024.07.30 01:38:00.172785 [ 201 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5014 rows, containing 4 columns (4 merged, 0 gathered) in 0.004248633 sec., 1180144.295824092 rows/sec., 79.53 MiB/sec. | ||
| 13824 | 2024.07.30 01:38:00.173077 [ 200 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13825 | 2024.07.30 01:38:00.173171 [ 201 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 13826 | 2024.07.30 01:38:00.173222 [ 200 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 13827 | 2024.07.30 01:38:00.173413 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.98 MiB. | ||
| 13828 | 2024.07.30 01:38:00.173707 [ 201 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_86_17} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13829 | 2024.07.30 01:38:00.173792 [ 201 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_86_17} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 13830 | 2024.07.30 01:38:00.173877 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
| 13831 | 2024.07.30 01:38:05.151035 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 8063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13832 | 2024.07.30 01:38:05.151225 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13833 | 2024.07.30 01:38:05.151272 [ 3 ] {} <Debug> HTTP-Session: b01aa5d6-6ff7-4ca6-bdf3-193d99af5ebb Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13834 | 2024.07.30 01:38:05.151313 [ 3 ] {} <Debug> HTTP-Session: b01aa5d6-6ff7-4ca6-bdf3-193d99af5ebb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13835 | 2024.07.30 01:38:05.151340 [ 3 ] {} <Debug> HTTP-Session: b01aa5d6-6ff7-4ca6-bdf3-193d99af5ebb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13836 | 2024.07.30 01:38:05.151419 [ 3 ] {} <Trace> HTTP-Session: b01aa5d6-6ff7-4ca6-bdf3-193d99af5ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13837 | 2024.07.30 01:38:05.151723 [ 3 ] {f25586ce-2bc4-403a-866c-5632b3115fbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 13838 | 2024.07.30 01:38:05.151795 [ 3 ] {f25586ce-2bc4-403a-866c-5632b3115fbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 13839 | 2024.07.30 01:38:05.151986 [ 3 ] {f25586ce-2bc4-403a-866c-5632b3115fbb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13840 | 2024.07.30 01:38:05.152527 [ 3 ] {f25586ce-2bc4-403a-866c-5632b3115fbb} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13841 | 2024.07.30 01:38:05.152568 [ 3 ] {f25586ce-2bc4-403a-866c-5632b3115fbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13842 | 2024.07.30 01:38:05.152946 [ 3 ] {f25586ce-2bc4-403a-866c-5632b3115fbb} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 13843 | 2024.07.30 01:38:05.153298 [ 3 ] {f25586ce-2bc4-403a-866c-5632b3115fbb} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13844 | 2024.07.30 01:38:05.153442 [ 3 ] {f25586ce-2bc4-403a-866c-5632b3115fbb} <Debug> executeQuery: Read 57 rows, 4.47 KiB in 0.001828 sec., 31181.619256017504 rows/sec., 2.39 MiB/sec. | ||
| 13845 | 2024.07.30 01:38:05.153656 [ 3 ] {f25586ce-2bc4-403a-866c-5632b3115fbb} <Debug> DynamicQueryHandler: Done processing query | ||
| 13846 | 2024.07.30 01:38:05.153683 [ 3 ] {f25586ce-2bc4-403a-866c-5632b3115fbb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13847 | 2024.07.30 01:38:05.153699 [ 3 ] {} <Debug> HTTP-Session: b01aa5d6-6ff7-4ca6-bdf3-193d99af5ebb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13848 | 2024.07.30 01:38:05.153941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 47531, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13849 | 2024.07.30 01:38:05.153997 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13850 | 2024.07.30 01:38:05.154018 [ 3 ] {} <Debug> HTTP-Session: 5992748e-3859-4fe8-a9ab-328c0df77eec Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13851 | 2024.07.30 01:38:05.154035 [ 3 ] {} <Debug> HTTP-Session: 5992748e-3859-4fe8-a9ab-328c0df77eec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13852 | 2024.07.30 01:38:05.154048 [ 3 ] {} <Debug> HTTP-Session: 5992748e-3859-4fe8-a9ab-328c0df77eec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13853 | 2024.07.30 01:38:05.154083 [ 3 ] {} <Trace> HTTP-Session: 5992748e-3859-4fe8-a9ab-328c0df77eec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13854 | 2024.07.30 01:38:05.154287 [ 3 ] {c8847d85-2209-402c-a9f2-32e085138e09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13855 | 2024.07.30 01:38:05.154335 [ 3 ] {c8847d85-2209-402c-a9f2-32e085138e09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13856 | 2024.07.30 01:38:05.154466 [ 3 ] {c8847d85-2209-402c-a9f2-32e085138e09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13857 | 2024.07.30 01:38:05.155021 [ 3 ] {c8847d85-2209-402c-a9f2-32e085138e09} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13858 | 2024.07.30 01:38:05.155057 [ 3 ] {c8847d85-2209-402c-a9f2-32e085138e09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13859 | 2024.07.30 01:38:05.155401 [ 3 ] {c8847d85-2209-402c-a9f2-32e085138e09} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 13860 | 2024.07.30 01:38:05.155711 [ 3 ] {c8847d85-2209-402c-a9f2-32e085138e09} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13861 | 2024.07.30 01:38:05.155833 [ 3 ] {c8847d85-2209-402c-a9f2-32e085138e09} <Debug> executeQuery: Read 314 rows, 28.45 KiB in 0.001652 sec., 190072.6392251816 rows/sec., 16.82 MiB/sec. | ||
| 13862 | 2024.07.30 01:38:05.156005 [ 3 ] {c8847d85-2209-402c-a9f2-32e085138e09} <Debug> DynamicQueryHandler: Done processing query | ||
| 13863 | 2024.07.30 01:38:05.156029 [ 3 ] {c8847d85-2209-402c-a9f2-32e085138e09} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 13864 | 2024.07.30 01:38:05.156045 [ 3 ] {} <Debug> HTTP-Session: 5992748e-3859-4fe8-a9ab-328c0df77eec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13865 | 2024.07.30 01:38:05.156314 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 70221, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13866 | 2024.07.30 01:38:05.156365 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13867 | 2024.07.30 01:38:05.156383 [ 3 ] {} <Debug> HTTP-Session: 466cfe0e-3570-431d-b37a-bce873fc96f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13868 | 2024.07.30 01:38:05.156400 [ 3 ] {} <Debug> HTTP-Session: 466cfe0e-3570-431d-b37a-bce873fc96f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13869 | 2024.07.30 01:38:05.156413 [ 3 ] {} <Debug> HTTP-Session: 466cfe0e-3570-431d-b37a-bce873fc96f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13870 | 2024.07.30 01:38:05.156444 [ 3 ] {} <Trace> HTTP-Session: 466cfe0e-3570-431d-b37a-bce873fc96f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13871 | 2024.07.30 01:38:05.156705 [ 3 ] {853d4a27-64c3-4497-a582-c177f2fc1253} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13872 | 2024.07.30 01:38:05.156749 [ 3 ] {853d4a27-64c3-4497-a582-c177f2fc1253} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13873 | 2024.07.30 01:38:05.156874 [ 3 ] {853d4a27-64c3-4497-a582-c177f2fc1253} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13874 | 2024.07.30 01:38:05.157421 [ 3 ] {853d4a27-64c3-4497-a582-c177f2fc1253} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13875 | 2024.07.30 01:38:05.157457 [ 3 ] {853d4a27-64c3-4497-a582-c177f2fc1253} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13876 | 2024.07.30 01:38:05.157781 [ 3 ] {853d4a27-64c3-4497-a582-c177f2fc1253} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 13877 | 2024.07.30 01:38:05.158086 [ 3 ] {853d4a27-64c3-4497-a582-c177f2fc1253} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13878 | 2024.07.30 01:38:05.158206 [ 3 ] {853d4a27-64c3-4497-a582-c177f2fc1253} <Debug> executeQuery: Read 433 rows, 31.56 KiB in 0.00164 sec., 264024.39024390245 rows/sec., 18.79 MiB/sec. | ||
| 13879 | 2024.07.30 01:38:05.158368 [ 3 ] {853d4a27-64c3-4497-a582-c177f2fc1253} <Debug> DynamicQueryHandler: Done processing query | ||
| 13880 | 2024.07.30 01:38:05.158391 [ 3 ] {853d4a27-64c3-4497-a582-c177f2fc1253} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 13881 | 2024.07.30 01:38:05.158407 [ 3 ] {} <Debug> HTTP-Session: 466cfe0e-3570-431d-b37a-bce873fc96f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13882 | 2024.07.30 01:38:05.158592 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13883 | 2024.07.30 01:38:05.158640 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13884 | 2024.07.30 01:38:05.158658 [ 3 ] {} <Debug> HTTP-Session: 37719349-e5dd-4755-8514-df98af152f77 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13885 | 2024.07.30 01:38:05.158674 [ 3 ] {} <Debug> HTTP-Session: 37719349-e5dd-4755-8514-df98af152f77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13886 | 2024.07.30 01:38:05.158687 [ 3 ] {} <Debug> HTTP-Session: 37719349-e5dd-4755-8514-df98af152f77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13887 | 2024.07.30 01:38:05.158720 [ 3 ] {} <Trace> HTTP-Session: 37719349-e5dd-4755-8514-df98af152f77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13888 | 2024.07.30 01:38:05.158814 [ 3 ] {15c2edd5-be3a-498b-a6a0-1f10acf4da79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 13889 | 2024.07.30 01:38:05.158859 [ 3 ] {15c2edd5-be3a-498b-a6a0-1f10acf4da79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13890 | 2024.07.30 01:38:05.158986 [ 3 ] {15c2edd5-be3a-498b-a6a0-1f10acf4da79} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13891 | 2024.07.30 01:38:05.159254 [ 3 ] {15c2edd5-be3a-498b-a6a0-1f10acf4da79} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13892 | 2024.07.30 01:38:05.159287 [ 3 ] {15c2edd5-be3a-498b-a6a0-1f10acf4da79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13893 | 2024.07.30 01:38:05.159619 [ 3 ] {15c2edd5-be3a-498b-a6a0-1f10acf4da79} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 13894 | 2024.07.30 01:38:05.159918 [ 3 ] {15c2edd5-be3a-498b-a6a0-1f10acf4da79} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13895 | 2024.07.30 01:38:05.160031 [ 3 ] {15c2edd5-be3a-498b-a6a0-1f10acf4da79} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.0013 sec., 4615.384615384615 rows/sec., 198.32 KiB/sec. | ||
| 13896 | 2024.07.30 01:38:05.160250 [ 3 ] {15c2edd5-be3a-498b-a6a0-1f10acf4da79} <Debug> DynamicQueryHandler: Done processing query | ||
| 13897 | 2024.07.30 01:38:05.160274 [ 3 ] {15c2edd5-be3a-498b-a6a0-1f10acf4da79} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 13898 | 2024.07.30 01:38:05.160289 [ 3 ] {} <Debug> HTTP-Session: 37719349-e5dd-4755-8514-df98af152f77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13899 | 2024.07.30 01:38:05.160408 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13900 | 2024.07.30 01:38:05.160456 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13901 | 2024.07.30 01:38:05.160474 [ 3 ] {} <Debug> HTTP-Session: c20fecbe-dc90-4992-b923-9d13827d0432 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13902 | 2024.07.30 01:38:05.160490 [ 3 ] {} <Debug> HTTP-Session: c20fecbe-dc90-4992-b923-9d13827d0432 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13903 | 2024.07.30 01:38:05.160503 [ 3 ] {} <Debug> HTTP-Session: c20fecbe-dc90-4992-b923-9d13827d0432 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13904 | 2024.07.30 01:38:05.160533 [ 3 ] {} <Trace> HTTP-Session: c20fecbe-dc90-4992-b923-9d13827d0432 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13905 | 2024.07.30 01:38:05.160650 [ 3 ] {5dea6246-8f66-4120-b205-724f03062a21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 13906 | 2024.07.30 01:38:05.160696 [ 3 ] {5dea6246-8f66-4120-b205-724f03062a21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 13907 | 2024.07.30 01:38:05.160834 [ 3 ] {5dea6246-8f66-4120-b205-724f03062a21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13908 | 2024.07.30 01:38:05.161194 [ 3 ] {5dea6246-8f66-4120-b205-724f03062a21} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13909 | 2024.07.30 01:38:05.161228 [ 3 ] {5dea6246-8f66-4120-b205-724f03062a21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13910 | 2024.07.30 01:38:05.161577 [ 3 ] {5dea6246-8f66-4120-b205-724f03062a21} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 13911 | 2024.07.30 01:38:05.161922 [ 3 ] {5dea6246-8f66-4120-b205-724f03062a21} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13912 | 2024.07.30 01:38:05.162049 [ 3 ] {5dea6246-8f66-4120-b205-724f03062a21} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001443 sec., 53361.05336105336 rows/sec., 3.29 MiB/sec. | ||
| 13913 | 2024.07.30 01:38:05.162214 [ 3 ] {5dea6246-8f66-4120-b205-724f03062a21} <Debug> DynamicQueryHandler: Done processing query | ||
| 13914 | 2024.07.30 01:38:05.162237 [ 3 ] {5dea6246-8f66-4120-b205-724f03062a21} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13915 | 2024.07.30 01:38:05.162253 [ 3 ] {} <Debug> HTTP-Session: c20fecbe-dc90-4992-b923-9d13827d0432 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13916 | 2024.07.30 01:38:05.162430 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13917 | 2024.07.30 01:38:05.162478 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13918 | 2024.07.30 01:38:05.162496 [ 3 ] {} <Debug> HTTP-Session: c80497de-34d5-4bb1-94ea-808e067dde88 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13919 | 2024.07.30 01:38:05.162512 [ 3 ] {} <Debug> HTTP-Session: c80497de-34d5-4bb1-94ea-808e067dde88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13920 | 2024.07.30 01:38:05.162525 [ 3 ] {} <Debug> HTTP-Session: c80497de-34d5-4bb1-94ea-808e067dde88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13921 | 2024.07.30 01:38:05.162555 [ 3 ] {} <Trace> HTTP-Session: c80497de-34d5-4bb1-94ea-808e067dde88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13922 | 2024.07.30 01:38:05.162729 [ 3 ] {d75d39a9-e05a-47ce-a9ba-37b7ce802678} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13923 | 2024.07.30 01:38:05.162773 [ 3 ] {d75d39a9-e05a-47ce-a9ba-37b7ce802678} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13924 | 2024.07.30 01:38:05.162910 [ 3 ] {d75d39a9-e05a-47ce-a9ba-37b7ce802678} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13925 | 2024.07.30 01:38:05.163295 [ 3 ] {d75d39a9-e05a-47ce-a9ba-37b7ce802678} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13926 | 2024.07.30 01:38:05.163330 [ 3 ] {d75d39a9-e05a-47ce-a9ba-37b7ce802678} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13927 | 2024.07.30 01:38:05.163692 [ 3 ] {d75d39a9-e05a-47ce-a9ba-37b7ce802678} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 13928 | 2024.07.30 01:38:05.164021 [ 3 ] {d75d39a9-e05a-47ce-a9ba-37b7ce802678} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13929 | 2024.07.30 01:38:05.164140 [ 3 ] {d75d39a9-e05a-47ce-a9ba-37b7ce802678} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001503 sec., 106453.75914836992 rows/sec., 7.41 MiB/sec. | ||
| 13930 | 2024.07.30 01:38:05.164299 [ 3 ] {d75d39a9-e05a-47ce-a9ba-37b7ce802678} <Debug> DynamicQueryHandler: Done processing query | ||
| 13931 | 2024.07.30 01:38:05.164322 [ 3 ] {d75d39a9-e05a-47ce-a9ba-37b7ce802678} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 13932 | 2024.07.30 01:38:05.164337 [ 3 ] {} <Debug> HTTP-Session: c80497de-34d5-4bb1-94ea-808e067dde88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13933 | 2024.07.30 01:38:05.164578 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 82607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13934 | 2024.07.30 01:38:05.164625 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13935 | 2024.07.30 01:38:05.164644 [ 3 ] {} <Debug> HTTP-Session: ccd92d96-5346-4587-be14-27a0981af0b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13936 | 2024.07.30 01:38:05.164660 [ 3 ] {} <Debug> HTTP-Session: ccd92d96-5346-4587-be14-27a0981af0b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13937 | 2024.07.30 01:38:05.164673 [ 3 ] {} <Debug> HTTP-Session: ccd92d96-5346-4587-be14-27a0981af0b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13938 | 2024.07.30 01:38:05.164703 [ 3 ] {} <Trace> HTTP-Session: ccd92d96-5346-4587-be14-27a0981af0b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13939 | 2024.07.30 01:38:05.165205 [ 3 ] {3e6751c9-31f6-4690-986c-d63838543636} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 13940 | 2024.07.30 01:38:05.165268 [ 3 ] {3e6751c9-31f6-4690-986c-d63838543636} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 13941 | 2024.07.30 01:38:05.165668 [ 3 ] {3e6751c9-31f6-4690-986c-d63838543636} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13942 | 2024.07.30 01:38:05.166652 [ 3 ] {3e6751c9-31f6-4690-986c-d63838543636} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13943 | 2024.07.30 01:38:05.166687 [ 3 ] {3e6751c9-31f6-4690-986c-d63838543636} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13944 | 2024.07.30 01:38:05.167333 [ 3 ] {3e6751c9-31f6-4690-986c-d63838543636} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 13945 | 2024.07.30 01:38:05.167736 [ 3 ] {3e6751c9-31f6-4690-986c-d63838543636} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13946 | 2024.07.30 01:38:05.167887 [ 3 ] {3e6751c9-31f6-4690-986c-d63838543636} <Debug> executeQuery: Read 51 rows, 93.58 KiB in 0.003083 sec., 16542.328900421668 rows/sec., 29.64 MiB/sec. | ||
| 13947 | 2024.07.30 01:38:05.168106 [ 3 ] {3e6751c9-31f6-4690-986c-d63838543636} <Debug> DynamicQueryHandler: Done processing query | ||
| 13948 | 2024.07.30 01:38:05.168130 [ 3 ] {3e6751c9-31f6-4690-986c-d63838543636} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 13949 | 2024.07.30 01:38:05.168146 [ 3 ] {} <Debug> HTTP-Session: ccd92d96-5346-4587-be14-27a0981af0b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13950 | 2024.07.30 01:38:05.168282 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13951 | 2024.07.30 01:38:05.168330 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13952 | 2024.07.30 01:38:05.168348 [ 3 ] {} <Debug> HTTP-Session: 60281a78-4dcb-4ba8-b4a8-0d43ba42cbf8 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13953 | 2024.07.30 01:38:05.168365 [ 3 ] {} <Debug> HTTP-Session: 60281a78-4dcb-4ba8-b4a8-0d43ba42cbf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13954 | 2024.07.30 01:38:05.168378 [ 3 ] {} <Debug> HTTP-Session: 60281a78-4dcb-4ba8-b4a8-0d43ba42cbf8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13955 | 2024.07.30 01:38:05.168408 [ 3 ] {} <Trace> HTTP-Session: 60281a78-4dcb-4ba8-b4a8-0d43ba42cbf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13956 | 2024.07.30 01:38:05.168506 [ 3 ] {75ffa16b-e532-4ca4-a819-76151cd1d39a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 13957 | 2024.07.30 01:38:05.168549 [ 3 ] {75ffa16b-e532-4ca4-a819-76151cd1d39a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 13958 | 2024.07.30 01:38:05.168673 [ 3 ] {75ffa16b-e532-4ca4-a819-76151cd1d39a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13959 | 2024.07.30 01:38:05.168956 [ 3 ] {75ffa16b-e532-4ca4-a819-76151cd1d39a} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13960 | 2024.07.30 01:38:05.168991 [ 3 ] {75ffa16b-e532-4ca4-a819-76151cd1d39a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13961 | 2024.07.30 01:38:05.169340 [ 3 ] {75ffa16b-e532-4ca4-a819-76151cd1d39a} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 13962 | 2024.07.30 01:38:05.169661 [ 3 ] {75ffa16b-e532-4ca4-a819-76151cd1d39a} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13963 | 2024.07.30 01:38:05.169780 [ 3 ] {75ffa16b-e532-4ca4-a819-76151cd1d39a} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001302 sec., 17665.130568356373 rows/sec., 955.56 KiB/sec. | ||
| 13964 | 2024.07.30 01:38:05.170021 [ 3 ] {75ffa16b-e532-4ca4-a819-76151cd1d39a} <Debug> DynamicQueryHandler: Done processing query | ||
| 13965 | 2024.07.30 01:38:05.170081 [ 3 ] {75ffa16b-e532-4ca4-a819-76151cd1d39a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 13966 | 2024.07.30 01:38:05.170139 [ 3 ] {} <Debug> HTTP-Session: 60281a78-4dcb-4ba8-b4a8-0d43ba42cbf8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13967 | 2024.07.30 01:38:05.170336 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13968 | 2024.07.30 01:38:05.170387 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13969 | 2024.07.30 01:38:05.170406 [ 3 ] {} <Debug> HTTP-Session: 827a4aed-dc05-4f8d-a434-85cc7f2ff897 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13970 | 2024.07.30 01:38:05.170422 [ 3 ] {} <Debug> HTTP-Session: 827a4aed-dc05-4f8d-a434-85cc7f2ff897 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13971 | 2024.07.30 01:38:05.170435 [ 3 ] {} <Debug> HTTP-Session: 827a4aed-dc05-4f8d-a434-85cc7f2ff897 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13972 | 2024.07.30 01:38:05.170466 [ 3 ] {} <Trace> HTTP-Session: 827a4aed-dc05-4f8d-a434-85cc7f2ff897 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13973 | 2024.07.30 01:38:05.170585 [ 3 ] {6deffc02-7ae7-499d-98e9-efd5cdfeda17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13974 | 2024.07.30 01:38:05.170631 [ 3 ] {6deffc02-7ae7-499d-98e9-efd5cdfeda17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13975 | 2024.07.30 01:38:05.170772 [ 3 ] {6deffc02-7ae7-499d-98e9-efd5cdfeda17} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13976 | 2024.07.30 01:38:05.171071 [ 3 ] {6deffc02-7ae7-499d-98e9-efd5cdfeda17} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13977 | 2024.07.30 01:38:05.171106 [ 3 ] {6deffc02-7ae7-499d-98e9-efd5cdfeda17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 13978 | 2024.07.30 01:38:05.171453 [ 3 ] {6deffc02-7ae7-499d-98e9-efd5cdfeda17} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 13979 | 2024.07.30 01:38:05.171773 [ 3 ] {6deffc02-7ae7-499d-98e9-efd5cdfeda17} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13980 | 2024.07.30 01:38:05.171892 [ 3 ] {6deffc02-7ae7-499d-98e9-efd5cdfeda17} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001349 sec., 44477.390659747965 rows/sec., 3.00 MiB/sec. | ||
| 13981 | 2024.07.30 01:38:05.172052 [ 3 ] {6deffc02-7ae7-499d-98e9-efd5cdfeda17} <Debug> DynamicQueryHandler: Done processing query | ||
| 13982 | 2024.07.30 01:38:05.172075 [ 3 ] {6deffc02-7ae7-499d-98e9-efd5cdfeda17} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13983 | 2024.07.30 01:38:05.172091 [ 3 ] {} <Debug> HTTP-Session: 827a4aed-dc05-4f8d-a434-85cc7f2ff897 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13984 | 2024.07.30 01:38:10.143729 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13985 | 2024.07.30 01:38:10.143863 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13986 | 2024.07.30 01:38:10.143895 [ 3 ] {} <Debug> HTTP-Session: 01061e3b-8ca1-4fed-9621-0ab3e46e99cd Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 13987 | 2024.07.30 01:38:10.143923 [ 3 ] {} <Debug> HTTP-Session: 01061e3b-8ca1-4fed-9621-0ab3e46e99cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13988 | 2024.07.30 01:38:10.143942 [ 3 ] {} <Debug> HTTP-Session: 01061e3b-8ca1-4fed-9621-0ab3e46e99cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13989 | 2024.07.30 01:38:10.143998 [ 3 ] {} <Trace> HTTP-Session: 01061e3b-8ca1-4fed-9621-0ab3e46e99cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13990 | 2024.07.30 01:38:10.144199 [ 3 ] {29e00a0c-9d4a-4322-880a-23461e10cada} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 13991 | 2024.07.30 01:38:10.144274 [ 3 ] {29e00a0c-9d4a-4322-880a-23461e10cada} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13992 | 2024.07.30 01:38:10.144499 [ 3 ] {29e00a0c-9d4a-4322-880a-23461e10cada} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13993 | 2024.07.30 01:38:10.144952 [ 3 ] {29e00a0c-9d4a-4322-880a-23461e10cada} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13994 | 2024.07.30 01:38:10.144998 [ 3 ] {29e00a0c-9d4a-4322-880a-23461e10cada} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 13995 | 2024.07.30 01:38:10.145370 [ 3 ] {29e00a0c-9d4a-4322-880a-23461e10cada} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 13996 | 2024.07.30 01:38:10.145718 [ 3 ] {29e00a0c-9d4a-4322-880a-23461e10cada} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13997 | 2024.07.30 01:38:10.145900 [ 3 ] {29e00a0c-9d4a-4322-880a-23461e10cada} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001749 sec., 1143.5105774728418 rows/sec., 93.25 KiB/sec. | ||
| 13998 | 2024.07.30 01:38:10.146263 [ 3 ] {29e00a0c-9d4a-4322-880a-23461e10cada} <Debug> DynamicQueryHandler: Done processing query | ||
| 13999 | 2024.07.30 01:38:10.146291 [ 3 ] {29e00a0c-9d4a-4322-880a-23461e10cada} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 14000 | 2024.07.30 01:38:10.146309 [ 3 ] {} <Debug> HTTP-Session: 01061e3b-8ca1-4fed-9621-0ab3e46e99cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14001 | 2024.07.30 01:38:10.146491 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 7979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14002 | 2024.07.30 01:38:10.146550 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14003 | 2024.07.30 01:38:10.146571 [ 3 ] {} <Debug> HTTP-Session: 67072590-f8ae-4d48-bf8f-439b44039623 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14004 | 2024.07.30 01:38:10.146589 [ 3 ] {} <Debug> HTTP-Session: 67072590-f8ae-4d48-bf8f-439b44039623 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14005 | 2024.07.30 01:38:10.146602 [ 3 ] {} <Debug> HTTP-Session: 67072590-f8ae-4d48-bf8f-439b44039623 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14006 | 2024.07.30 01:38:10.146639 [ 3 ] {} <Trace> HTTP-Session: 67072590-f8ae-4d48-bf8f-439b44039623 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14007 | 2024.07.30 01:38:10.146760 [ 3 ] {62903016-bc94-4a97-b890-cc0484249ec3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14008 | 2024.07.30 01:38:10.146809 [ 3 ] {62903016-bc94-4a97-b890-cc0484249ec3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14009 | 2024.07.30 01:38:10.146962 [ 3 ] {62903016-bc94-4a97-b890-cc0484249ec3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14010 | 2024.07.30 01:38:10.147317 [ 3 ] {62903016-bc94-4a97-b890-cc0484249ec3} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14011 | 2024.07.30 01:38:10.147355 [ 3 ] {62903016-bc94-4a97-b890-cc0484249ec3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14012 | 2024.07.30 01:38:10.147687 [ 3 ] {62903016-bc94-4a97-b890-cc0484249ec3} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 14013 | 2024.07.30 01:38:10.147996 [ 3 ] {62903016-bc94-4a97-b890-cc0484249ec3} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14014 | 2024.07.30 01:38:10.148160 [ 3 ] {62903016-bc94-4a97-b890-cc0484249ec3} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001431 sec., 39832.28511530398 rows/sec., 3.06 MiB/sec. | ||
| 14015 | 2024.07.30 01:38:10.148331 [ 3 ] {62903016-bc94-4a97-b890-cc0484249ec3} <Debug> DynamicQueryHandler: Done processing query | ||
| 14016 | 2024.07.30 01:38:10.148355 [ 3 ] {62903016-bc94-4a97-b890-cc0484249ec3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14017 | 2024.07.30 01:38:10.148371 [ 3 ] {} <Debug> HTTP-Session: 67072590-f8ae-4d48-bf8f-439b44039623 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14018 | 2024.07.30 01:38:10.148567 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14019 | 2024.07.30 01:38:10.148618 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14020 | 2024.07.30 01:38:10.148637 [ 3 ] {} <Debug> HTTP-Session: 6798c93b-64d4-472f-9587-1270af5e26be Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14021 | 2024.07.30 01:38:10.148655 [ 3 ] {} <Debug> HTTP-Session: 6798c93b-64d4-472f-9587-1270af5e26be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14022 | 2024.07.30 01:38:10.148669 [ 3 ] {} <Debug> HTTP-Session: 6798c93b-64d4-472f-9587-1270af5e26be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14023 | 2024.07.30 01:38:10.148701 [ 3 ] {} <Trace> HTTP-Session: 6798c93b-64d4-472f-9587-1270af5e26be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14024 | 2024.07.30 01:38:10.148796 [ 3 ] {fb42fc56-0e32-485d-902a-d8f72ad8ea86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 14025 | 2024.07.30 01:38:10.148840 [ 3 ] {fb42fc56-0e32-485d-902a-d8f72ad8ea86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14026 | 2024.07.30 01:38:10.148969 [ 3 ] {fb42fc56-0e32-485d-902a-d8f72ad8ea86} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14027 | 2024.07.30 01:38:10.149251 [ 3 ] {fb42fc56-0e32-485d-902a-d8f72ad8ea86} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14028 | 2024.07.30 01:38:10.149289 [ 3 ] {fb42fc56-0e32-485d-902a-d8f72ad8ea86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14029 | 2024.07.30 01:38:10.149587 [ 3 ] {fb42fc56-0e32-485d-902a-d8f72ad8ea86} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 14030 | 2024.07.30 01:38:10.149892 [ 3 ] {fb42fc56-0e32-485d-902a-d8f72ad8ea86} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14031 | 2024.07.30 01:38:10.150047 [ 3 ] {fb42fc56-0e32-485d-902a-d8f72ad8ea86} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001274 sec., 1569.8587127158555 rows/sec., 109.61 KiB/sec. | ||
| 14032 | 2024.07.30 01:38:10.150213 [ 3 ] {fb42fc56-0e32-485d-902a-d8f72ad8ea86} <Debug> DynamicQueryHandler: Done processing query | ||
| 14033 | 2024.07.30 01:38:10.150237 [ 3 ] {fb42fc56-0e32-485d-902a-d8f72ad8ea86} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 14034 | 2024.07.30 01:38:10.150255 [ 3 ] {} <Debug> HTTP-Session: 6798c93b-64d4-472f-9587-1270af5e26be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14035 | 2024.07.30 01:38:10.150383 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 11237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14036 | 2024.07.30 01:38:10.150432 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14037 | 2024.07.30 01:38:10.150452 [ 3 ] {} <Debug> HTTP-Session: cba68783-71aa-4050-8d41-a14900a44eb7 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14038 | 2024.07.30 01:38:10.150468 [ 3 ] {} <Debug> HTTP-Session: cba68783-71aa-4050-8d41-a14900a44eb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14039 | 2024.07.30 01:38:10.150482 [ 3 ] {} <Debug> HTTP-Session: cba68783-71aa-4050-8d41-a14900a44eb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14040 | 2024.07.30 01:38:10.150514 [ 3 ] {} <Trace> HTTP-Session: cba68783-71aa-4050-8d41-a14900a44eb7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14041 | 2024.07.30 01:38:10.150628 [ 3 ] {13cf9eac-6d14-4f92-af94-6078870f166e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14042 | 2024.07.30 01:38:10.150670 [ 3 ] {13cf9eac-6d14-4f92-af94-6078870f166e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14043 | 2024.07.30 01:38:10.150801 [ 3 ] {13cf9eac-6d14-4f92-af94-6078870f166e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14044 | 2024.07.30 01:38:10.151198 [ 3 ] {13cf9eac-6d14-4f92-af94-6078870f166e} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14045 | 2024.07.30 01:38:10.151235 [ 3 ] {13cf9eac-6d14-4f92-af94-6078870f166e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14046 | 2024.07.30 01:38:10.151549 [ 3 ] {13cf9eac-6d14-4f92-af94-6078870f166e} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 14047 | 2024.07.30 01:38:10.151858 [ 3 ] {13cf9eac-6d14-4f92-af94-6078870f166e} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14048 | 2024.07.30 01:38:10.152015 [ 3 ] {13cf9eac-6d14-4f92-af94-6078870f166e} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001426 sec., 46283.30995792426 rows/sec., 3.61 MiB/sec. | ||
| 14049 | 2024.07.30 01:38:10.152183 [ 3 ] {13cf9eac-6d14-4f92-af94-6078870f166e} <Debug> DynamicQueryHandler: Done processing query | ||
| 14050 | 2024.07.30 01:38:10.152207 [ 3 ] {13cf9eac-6d14-4f92-af94-6078870f166e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 14051 | 2024.07.30 01:38:10.152222 [ 3 ] {} <Debug> HTTP-Session: cba68783-71aa-4050-8d41-a14900a44eb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14052 | 2024.07.30 01:38:10.152406 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30859, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14053 | 2024.07.30 01:38:10.152458 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14054 | 2024.07.30 01:38:10.152477 [ 3 ] {} <Debug> HTTP-Session: ab723f4d-1eb0-411c-8d9d-683cde2db853 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14055 | 2024.07.30 01:38:10.152494 [ 3 ] {} <Debug> HTTP-Session: ab723f4d-1eb0-411c-8d9d-683cde2db853 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14056 | 2024.07.30 01:38:10.152507 [ 3 ] {} <Debug> HTTP-Session: ab723f4d-1eb0-411c-8d9d-683cde2db853 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14057 | 2024.07.30 01:38:10.152538 [ 3 ] {} <Trace> HTTP-Session: ab723f4d-1eb0-411c-8d9d-683cde2db853 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14058 | 2024.07.30 01:38:10.152683 [ 3 ] {adde6c75-ca52-4aaa-8a1d-33a1fa53c21a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14059 | 2024.07.30 01:38:10.152730 [ 3 ] {adde6c75-ca52-4aaa-8a1d-33a1fa53c21a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14060 | 2024.07.30 01:38:10.152878 [ 3 ] {adde6c75-ca52-4aaa-8a1d-33a1fa53c21a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14061 | 2024.07.30 01:38:10.153291 [ 3 ] {adde6c75-ca52-4aaa-8a1d-33a1fa53c21a} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14062 | 2024.07.30 01:38:10.153329 [ 3 ] {adde6c75-ca52-4aaa-8a1d-33a1fa53c21a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14063 | 2024.07.30 01:38:10.153725 [ 3 ] {adde6c75-ca52-4aaa-8a1d-33a1fa53c21a} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 14064 | 2024.07.30 01:38:10.154063 [ 3 ] {adde6c75-ca52-4aaa-8a1d-33a1fa53c21a} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14065 | 2024.07.30 01:38:10.154213 [ 3 ] {adde6c75-ca52-4aaa-8a1d-33a1fa53c21a} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001589 sec., 101321.5859030837 rows/sec., 7.06 MiB/sec. | ||
| 14066 | 2024.07.30 01:38:10.154460 [ 3 ] {adde6c75-ca52-4aaa-8a1d-33a1fa53c21a} <Debug> DynamicQueryHandler: Done processing query | ||
| 14067 | 2024.07.30 01:38:10.154516 [ 3 ] {adde6c75-ca52-4aaa-8a1d-33a1fa53c21a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 14068 | 2024.07.30 01:38:10.154571 [ 3 ] {} <Debug> HTTP-Session: ab723f4d-1eb0-411c-8d9d-683cde2db853 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14069 | 2024.07.30 01:38:10.154762 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14070 | 2024.07.30 01:38:10.154825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14071 | 2024.07.30 01:38:10.154845 [ 3 ] {} <Debug> HTTP-Session: abeac198-2f5b-4c40-beee-86264b35224d Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14072 | 2024.07.30 01:38:10.154862 [ 3 ] {} <Debug> HTTP-Session: abeac198-2f5b-4c40-beee-86264b35224d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14073 | 2024.07.30 01:38:10.154876 [ 3 ] {} <Debug> HTTP-Session: abeac198-2f5b-4c40-beee-86264b35224d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14074 | 2024.07.30 01:38:10.154909 [ 3 ] {} <Trace> HTTP-Session: abeac198-2f5b-4c40-beee-86264b35224d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14075 | 2024.07.30 01:38:10.155043 [ 3 ] {e306e31d-f993-44d3-a6aa-59838a39c250} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14076 | 2024.07.30 01:38:10.155091 [ 3 ] {e306e31d-f993-44d3-a6aa-59838a39c250} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14077 | 2024.07.30 01:38:10.155230 [ 3 ] {e306e31d-f993-44d3-a6aa-59838a39c250} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14078 | 2024.07.30 01:38:10.155545 [ 3 ] {e306e31d-f993-44d3-a6aa-59838a39c250} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14079 | 2024.07.30 01:38:10.155581 [ 3 ] {e306e31d-f993-44d3-a6aa-59838a39c250} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14080 | 2024.07.30 01:38:10.155939 [ 3 ] {e306e31d-f993-44d3-a6aa-59838a39c250} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 14081 | 2024.07.30 01:38:10.156267 [ 3 ] {e306e31d-f993-44d3-a6aa-59838a39c250} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14082 | 2024.07.30 01:38:10.156411 [ 3 ] {e306e31d-f993-44d3-a6aa-59838a39c250} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001418 sec., 42313.11706629055 rows/sec., 2.85 MiB/sec. | ||
| 14083 | 2024.07.30 01:38:10.156581 [ 3 ] {e306e31d-f993-44d3-a6aa-59838a39c250} <Debug> DynamicQueryHandler: Done processing query | ||
| 14084 | 2024.07.30 01:38:10.156605 [ 3 ] {e306e31d-f993-44d3-a6aa-59838a39c250} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 14085 | 2024.07.30 01:38:10.156621 [ 3 ] {} <Debug> HTTP-Session: abeac198-2f5b-4c40-beee-86264b35224d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14086 | 2024.07.30 01:38:12.809797 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14087 | 2024.07.30 01:38:12.809897 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14088 | 2024.07.30 01:38:15.150818 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 8063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14089 | 2024.07.30 01:38:15.150949 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14090 | 2024.07.30 01:38:15.150981 [ 3 ] {} <Debug> HTTP-Session: 5070738c-8140-4e62-96af-0e81736b75d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14091 | 2024.07.30 01:38:15.151008 [ 3 ] {} <Debug> HTTP-Session: 5070738c-8140-4e62-96af-0e81736b75d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14092 | 2024.07.30 01:38:15.151026 [ 3 ] {} <Debug> HTTP-Session: 5070738c-8140-4e62-96af-0e81736b75d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14093 | 2024.07.30 01:38:15.151084 [ 3 ] {} <Trace> HTTP-Session: 5070738c-8140-4e62-96af-0e81736b75d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14094 | 2024.07.30 01:38:15.151312 [ 3 ] {7fcaa8a6-d140-4c1e-9b74-50968f276e9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 14095 | 2024.07.30 01:38:15.151390 [ 3 ] {7fcaa8a6-d140-4c1e-9b74-50968f276e9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 14096 | 2024.07.30 01:38:15.151616 [ 3 ] {7fcaa8a6-d140-4c1e-9b74-50968f276e9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14097 | 2024.07.30 01:38:15.152169 [ 3 ] {7fcaa8a6-d140-4c1e-9b74-50968f276e9c} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14098 | 2024.07.30 01:38:15.152218 [ 3 ] {7fcaa8a6-d140-4c1e-9b74-50968f276e9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14099 | 2024.07.30 01:38:15.152610 [ 3 ] {7fcaa8a6-d140-4c1e-9b74-50968f276e9c} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 14100 | 2024.07.30 01:38:15.152964 [ 3 ] {7fcaa8a6-d140-4c1e-9b74-50968f276e9c} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14101 | 2024.07.30 01:38:15.153125 [ 3 ] {7fcaa8a6-d140-4c1e-9b74-50968f276e9c} <Debug> executeQuery: Read 57 rows, 4.47 KiB in 0.001889 sec., 30174.695606140813 rows/sec., 2.31 MiB/sec. | ||
| 14102 | 2024.07.30 01:38:15.153177 [ 142 ] {} <Debug> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1) (MergerMutator): Selected 6 parts from all_1_39_9 to all_44_44_0 | ||
| 14103 | 2024.07.30 01:38:15.153283 [ 142 ] {} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14104 | 2024.07.30 01:38:15.153314 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14105 | 2024.07.30 01:38:15.153434 [ 3 ] {7fcaa8a6-d140-4c1e-9b74-50968f276e9c} <Debug> DynamicQueryHandler: Done processing query | ||
| 14106 | 2024.07.30 01:38:15.153553 [ 3 ] {7fcaa8a6-d140-4c1e-9b74-50968f276e9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14107 | 2024.07.30 01:38:15.153614 [ 3 ] {} <Debug> HTTP-Session: 5070738c-8140-4e62-96af-0e81736b75d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14108 | 2024.07.30 01:38:15.153612 [ 200 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_44_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_39_9 to all_44_44_0 into Compact with storage Full | ||
| 14109 | 2024.07.30 01:38:15.153932 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 47531, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14110 | 2024.07.30 01:38:15.154193 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14111 | 2024.07.30 01:38:15.154226 [ 200 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_44_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14112 | 2024.07.30 01:38:15.154281 [ 3 ] {} <Debug> HTTP-Session: dca784a7-1ea4-4e31-a24e-01b322032831 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14113 | 2024.07.30 01:38:15.154343 [ 200 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_44_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_39_9, total 50 rows starting from the beginning of the part | ||
| 14114 | 2024.07.30 01:38:15.154358 [ 3 ] {} <Debug> HTTP-Session: dca784a7-1ea4-4e31-a24e-01b322032831 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14115 | 2024.07.30 01:38:15.154424 [ 3 ] {} <Debug> HTTP-Session: dca784a7-1ea4-4e31-a24e-01b322032831 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14116 | 2024.07.30 01:38:15.154567 [ 3 ] {} <Trace> HTTP-Session: dca784a7-1ea4-4e31-a24e-01b322032831 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14117 | 2024.07.30 01:38:15.154628 [ 200 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_44_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 53 rows starting from the beginning of the part | ||
| 14118 | 2024.07.30 01:38:15.154911 [ 200 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_44_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 57 rows starting from the beginning of the part | ||
| 14119 | 2024.07.30 01:38:15.154999 [ 3 ] {58580709-d117-43f5-a6cc-763b28ab04f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14120 | 2024.07.30 01:38:15.155157 [ 3 ] {58580709-d117-43f5-a6cc-763b28ab04f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14121 | 2024.07.30 01:38:15.155254 [ 200 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_44_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 57 rows starting from the beginning of the part | ||
| 14122 | 2024.07.30 01:38:15.155667 [ 200 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_44_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 57 rows starting from the beginning of the part | ||
| 14123 | 2024.07.30 01:38:15.156046 [ 200 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_44_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 57 rows starting from the beginning of the part | ||
| 14124 | 2024.07.30 01:38:15.156233 [ 3 ] {58580709-d117-43f5-a6cc-763b28ab04f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14125 | 2024.07.30 01:38:15.157617 [ 3 ] {58580709-d117-43f5-a6cc-763b28ab04f1} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14126 | 2024.07.30 01:38:15.157695 [ 3 ] {58580709-d117-43f5-a6cc-763b28ab04f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14127 | 2024.07.30 01:38:15.158541 [ 196 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_44_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 331 rows, containing 4 columns (4 merged, 0 gathered) in 0.005144742 sec., 64337.53140585087 rows/sec., 4.93 MiB/sec. | ||
| 14128 | 2024.07.30 01:38:15.158596 [ 3 ] {58580709-d117-43f5-a6cc-763b28ab04f1} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 14129 | 2024.07.30 01:38:15.158769 [ 196 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_44_10} <Trace> MergedBlockOutputStream: filled checksums all_1_44_10 (state Temporary) | ||
| 14130 | 2024.07.30 01:38:15.159428 [ 3 ] {58580709-d117-43f5-a6cc-763b28ab04f1} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14131 | 2024.07.30 01:38:15.159720 [ 3 ] {58580709-d117-43f5-a6cc-763b28ab04f1} <Debug> executeQuery: Read 314 rows, 28.45 KiB in 0.004919 sec., 63834.11262451718 rows/sec., 5.65 MiB/sec. | ||
| 14132 | 2024.07.30 01:38:15.159893 [ 196 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_44_10} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_merge_all_1_44_10 to all_1_44_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14133 | 2024.07.30 01:38:15.160153 [ 196 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_44_10} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1) (MergerMutator): Merged 6 parts: [all_1_39_9, all_44_44_0] -> all_1_44_10 | ||
| 14134 | 2024.07.30 01:38:15.160215 [ 3 ] {58580709-d117-43f5-a6cc-763b28ab04f1} <Debug> DynamicQueryHandler: Done processing query | ||
| 14135 | 2024.07.30 01:38:15.160347 [ 3 ] {58580709-d117-43f5-a6cc-763b28ab04f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 14136 | 2024.07.30 01:38:15.160426 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 14137 | 2024.07.30 01:38:15.160473 [ 3 ] {} <Debug> HTTP-Session: dca784a7-1ea4-4e31-a24e-01b322032831 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14138 | 2024.07.30 01:38:15.160822 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 70221, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14139 | 2024.07.30 01:38:15.160878 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14140 | 2024.07.30 01:38:15.160898 [ 3 ] {} <Debug> HTTP-Session: 4ef45bca-8590-4773-80e7-5c86184a51b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14141 | 2024.07.30 01:38:15.160916 [ 3 ] {} <Debug> HTTP-Session: 4ef45bca-8590-4773-80e7-5c86184a51b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14142 | 2024.07.30 01:38:15.160930 [ 3 ] {} <Debug> HTTP-Session: 4ef45bca-8590-4773-80e7-5c86184a51b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14143 | 2024.07.30 01:38:15.160964 [ 3 ] {} <Trace> HTTP-Session: 4ef45bca-8590-4773-80e7-5c86184a51b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14144 | 2024.07.30 01:38:15.161219 [ 3 ] {42541063-10b1-4317-9d5b-525e7b835e64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14145 | 2024.07.30 01:38:15.161266 [ 3 ] {42541063-10b1-4317-9d5b-525e7b835e64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14146 | 2024.07.30 01:38:15.161418 [ 3 ] {42541063-10b1-4317-9d5b-525e7b835e64} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14147 | 2024.07.30 01:38:15.162024 [ 3 ] {42541063-10b1-4317-9d5b-525e7b835e64} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14148 | 2024.07.30 01:38:15.162061 [ 3 ] {42541063-10b1-4317-9d5b-525e7b835e64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14149 | 2024.07.30 01:38:15.162401 [ 3 ] {42541063-10b1-4317-9d5b-525e7b835e64} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 14150 | 2024.07.30 01:38:15.162722 [ 3 ] {42541063-10b1-4317-9d5b-525e7b835e64} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14151 | 2024.07.30 01:38:15.162884 [ 3 ] {42541063-10b1-4317-9d5b-525e7b835e64} <Debug> executeQuery: Read 433 rows, 31.56 KiB in 0.001809 sec., 239358.76174682143 rows/sec., 17.04 MiB/sec. | ||
| 14152 | 2024.07.30 01:38:15.163137 [ 3 ] {42541063-10b1-4317-9d5b-525e7b835e64} <Debug> DynamicQueryHandler: Done processing query | ||
| 14153 | 2024.07.30 01:38:15.163190 [ 3 ] {42541063-10b1-4317-9d5b-525e7b835e64} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 14154 | 2024.07.30 01:38:15.163241 [ 3 ] {} <Debug> HTTP-Session: 4ef45bca-8590-4773-80e7-5c86184a51b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14155 | 2024.07.30 01:38:15.163427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14156 | 2024.07.30 01:38:15.163481 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14157 | 2024.07.30 01:38:15.163501 [ 3 ] {} <Debug> HTTP-Session: d832b6f7-665f-4597-8780-652e962c30d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14158 | 2024.07.30 01:38:15.163519 [ 3 ] {} <Debug> HTTP-Session: d832b6f7-665f-4597-8780-652e962c30d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14159 | 2024.07.30 01:38:15.163533 [ 3 ] {} <Debug> HTTP-Session: d832b6f7-665f-4597-8780-652e962c30d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14160 | 2024.07.30 01:38:15.163567 [ 3 ] {} <Trace> HTTP-Session: d832b6f7-665f-4597-8780-652e962c30d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14161 | 2024.07.30 01:38:15.163671 [ 3 ] {94182545-403a-485b-ad69-bc01227b25ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 14162 | 2024.07.30 01:38:15.163719 [ 3 ] {94182545-403a-485b-ad69-bc01227b25ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14163 | 2024.07.30 01:38:15.163864 [ 3 ] {94182545-403a-485b-ad69-bc01227b25ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14164 | 2024.07.30 01:38:15.164132 [ 3 ] {94182545-403a-485b-ad69-bc01227b25ff} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14165 | 2024.07.30 01:38:15.164170 [ 3 ] {94182545-403a-485b-ad69-bc01227b25ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14166 | 2024.07.30 01:38:15.164534 [ 3 ] {94182545-403a-485b-ad69-bc01227b25ff} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 14167 | 2024.07.30 01:38:15.164871 [ 3 ] {94182545-403a-485b-ad69-bc01227b25ff} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14168 | 2024.07.30 01:38:15.165023 [ 3 ] {94182545-403a-485b-ad69-bc01227b25ff} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001374 sec., 4366.812227074236 rows/sec., 187.64 KiB/sec. | ||
| 14169 | 2024.07.30 01:38:15.165193 [ 3 ] {94182545-403a-485b-ad69-bc01227b25ff} <Debug> DynamicQueryHandler: Done processing query | ||
| 14170 | 2024.07.30 01:38:15.165216 [ 3 ] {94182545-403a-485b-ad69-bc01227b25ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 14171 | 2024.07.30 01:38:15.165233 [ 3 ] {} <Debug> HTTP-Session: d832b6f7-665f-4597-8780-652e962c30d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14172 | 2024.07.30 01:38:15.165360 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14173 | 2024.07.30 01:38:15.165409 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14174 | 2024.07.30 01:38:15.165429 [ 3 ] {} <Debug> HTTP-Session: 57566bdf-0dbd-4ae2-95ff-ce5597fa562f Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14175 | 2024.07.30 01:38:15.165445 [ 3 ] {} <Debug> HTTP-Session: 57566bdf-0dbd-4ae2-95ff-ce5597fa562f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14176 | 2024.07.30 01:38:15.165458 [ 3 ] {} <Debug> HTTP-Session: 57566bdf-0dbd-4ae2-95ff-ce5597fa562f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14177 | 2024.07.30 01:38:15.165490 [ 3 ] {} <Trace> HTTP-Session: 57566bdf-0dbd-4ae2-95ff-ce5597fa562f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14178 | 2024.07.30 01:38:15.165610 [ 3 ] {61121829-73e9-49c1-80f4-75cd7505017b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 14179 | 2024.07.30 01:38:15.165657 [ 3 ] {61121829-73e9-49c1-80f4-75cd7505017b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 14180 | 2024.07.30 01:38:15.165800 [ 3 ] {61121829-73e9-49c1-80f4-75cd7505017b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14181 | 2024.07.30 01:38:15.166124 [ 3 ] {61121829-73e9-49c1-80f4-75cd7505017b} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14182 | 2024.07.30 01:38:15.166160 [ 3 ] {61121829-73e9-49c1-80f4-75cd7505017b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14183 | 2024.07.30 01:38:15.166524 [ 3 ] {61121829-73e9-49c1-80f4-75cd7505017b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 14184 | 2024.07.30 01:38:15.166861 [ 3 ] {61121829-73e9-49c1-80f4-75cd7505017b} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14185 | 2024.07.30 01:38:15.167018 [ 3 ] {61121829-73e9-49c1-80f4-75cd7505017b} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001444 sec., 53324.09972299169 rows/sec., 3.28 MiB/sec. | ||
| 14186 | 2024.07.30 01:38:15.167307 [ 3 ] {61121829-73e9-49c1-80f4-75cd7505017b} <Debug> DynamicQueryHandler: Done processing query | ||
| 14187 | 2024.07.30 01:38:15.167352 [ 3 ] {61121829-73e9-49c1-80f4-75cd7505017b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14188 | 2024.07.30 01:38:15.167375 [ 3 ] {} <Debug> HTTP-Session: 57566bdf-0dbd-4ae2-95ff-ce5597fa562f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14189 | 2024.07.30 01:38:15.167526 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14190 | 2024.07.30 01:38:15.167575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14191 | 2024.07.30 01:38:15.167595 [ 3 ] {} <Debug> HTTP-Session: bc99cbab-1778-4258-825f-a9f15abf6e3c Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14192 | 2024.07.30 01:38:15.167611 [ 3 ] {} <Debug> HTTP-Session: bc99cbab-1778-4258-825f-a9f15abf6e3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14193 | 2024.07.30 01:38:15.167627 [ 3 ] {} <Debug> HTTP-Session: bc99cbab-1778-4258-825f-a9f15abf6e3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14194 | 2024.07.30 01:38:15.167658 [ 3 ] {} <Trace> HTTP-Session: bc99cbab-1778-4258-825f-a9f15abf6e3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14195 | 2024.07.30 01:38:15.167853 [ 3 ] {05599db1-b8d6-46f4-91cc-e072c484ffde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14196 | 2024.07.30 01:38:15.167900 [ 3 ] {05599db1-b8d6-46f4-91cc-e072c484ffde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14197 | 2024.07.30 01:38:15.168055 [ 3 ] {05599db1-b8d6-46f4-91cc-e072c484ffde} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14198 | 2024.07.30 01:38:15.168461 [ 3 ] {05599db1-b8d6-46f4-91cc-e072c484ffde} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14199 | 2024.07.30 01:38:15.168498 [ 3 ] {05599db1-b8d6-46f4-91cc-e072c484ffde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14200 | 2024.07.30 01:38:15.168872 [ 3 ] {05599db1-b8d6-46f4-91cc-e072c484ffde} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 14201 | 2024.07.30 01:38:15.169211 [ 3 ] {05599db1-b8d6-46f4-91cc-e072c484ffde} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14202 | 2024.07.30 01:38:15.169361 [ 3 ] {05599db1-b8d6-46f4-91cc-e072c484ffde} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001621 sec., 98704.50339296731 rows/sec., 6.87 MiB/sec. | ||
| 14203 | 2024.07.30 01:38:15.169542 [ 3 ] {05599db1-b8d6-46f4-91cc-e072c484ffde} <Debug> DynamicQueryHandler: Done processing query | ||
| 14204 | 2024.07.30 01:38:15.169566 [ 3 ] {05599db1-b8d6-46f4-91cc-e072c484ffde} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 14205 | 2024.07.30 01:38:15.169582 [ 3 ] {} <Debug> HTTP-Session: bc99cbab-1778-4258-825f-a9f15abf6e3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14206 | 2024.07.30 01:38:15.169735 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 82633, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14207 | 2024.07.30 01:38:15.169783 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14208 | 2024.07.30 01:38:15.169801 [ 3 ] {} <Debug> HTTP-Session: 7822e38f-d239-4ce7-8fef-5803e73aeced Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14209 | 2024.07.30 01:38:15.169817 [ 3 ] {} <Debug> HTTP-Session: 7822e38f-d239-4ce7-8fef-5803e73aeced Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14210 | 2024.07.30 01:38:15.169830 [ 3 ] {} <Debug> HTTP-Session: 7822e38f-d239-4ce7-8fef-5803e73aeced Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14211 | 2024.07.30 01:38:15.169860 [ 3 ] {} <Trace> HTTP-Session: 7822e38f-d239-4ce7-8fef-5803e73aeced Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14212 | 2024.07.30 01:38:15.170363 [ 3 ] {efd660a0-0279-4eb2-a680-5f18651c31cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 14213 | 2024.07.30 01:38:15.170428 [ 3 ] {efd660a0-0279-4eb2-a680-5f18651c31cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 14214 | 2024.07.30 01:38:15.170838 [ 3 ] {efd660a0-0279-4eb2-a680-5f18651c31cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14215 | 2024.07.30 01:38:15.171737 [ 3 ] {efd660a0-0279-4eb2-a680-5f18651c31cb} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14216 | 2024.07.30 01:38:15.171773 [ 3 ] {efd660a0-0279-4eb2-a680-5f18651c31cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14217 | 2024.07.30 01:38:15.172427 [ 3 ] {efd660a0-0279-4eb2-a680-5f18651c31cb} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 14218 | 2024.07.30 01:38:15.172836 [ 3 ] {efd660a0-0279-4eb2-a680-5f18651c31cb} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14219 | 2024.07.30 01:38:15.173024 [ 3 ] {efd660a0-0279-4eb2-a680-5f18651c31cb} <Debug> executeQuery: Read 51 rows, 93.58 KiB in 0.003066 sec., 16634.050880626222 rows/sec., 29.81 MiB/sec. | ||
| 14220 | 2024.07.30 01:38:15.173249 [ 3 ] {efd660a0-0279-4eb2-a680-5f18651c31cb} <Debug> DynamicQueryHandler: Done processing query | ||
| 14221 | 2024.07.30 01:38:15.173273 [ 3 ] {efd660a0-0279-4eb2-a680-5f18651c31cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 14222 | 2024.07.30 01:38:15.173288 [ 3 ] {} <Debug> HTTP-Session: 7822e38f-d239-4ce7-8fef-5803e73aeced Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14223 | 2024.07.30 01:38:15.173417 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14224 | 2024.07.30 01:38:15.173464 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14225 | 2024.07.30 01:38:15.173484 [ 3 ] {} <Debug> HTTP-Session: a70740a7-89a7-4746-af7e-2029f476446a Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14226 | 2024.07.30 01:38:15.173500 [ 3 ] {} <Debug> HTTP-Session: a70740a7-89a7-4746-af7e-2029f476446a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14227 | 2024.07.30 01:38:15.173514 [ 3 ] {} <Debug> HTTP-Session: a70740a7-89a7-4746-af7e-2029f476446a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14228 | 2024.07.30 01:38:15.173544 [ 3 ] {} <Trace> HTTP-Session: a70740a7-89a7-4746-af7e-2029f476446a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14229 | 2024.07.30 01:38:15.173643 [ 3 ] {2f2e3a40-16b1-4a3d-9d4c-37a4c9edef64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 14230 | 2024.07.30 01:38:15.173686 [ 3 ] {2f2e3a40-16b1-4a3d-9d4c-37a4c9edef64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 14231 | 2024.07.30 01:38:15.173810 [ 3 ] {2f2e3a40-16b1-4a3d-9d4c-37a4c9edef64} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14232 | 2024.07.30 01:38:15.174079 [ 3 ] {2f2e3a40-16b1-4a3d-9d4c-37a4c9edef64} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14233 | 2024.07.30 01:38:15.174114 [ 3 ] {2f2e3a40-16b1-4a3d-9d4c-37a4c9edef64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14234 | 2024.07.30 01:38:15.174474 [ 3 ] {2f2e3a40-16b1-4a3d-9d4c-37a4c9edef64} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 14235 | 2024.07.30 01:38:15.174801 [ 3 ] {2f2e3a40-16b1-4a3d-9d4c-37a4c9edef64} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14236 | 2024.07.30 01:38:15.174955 [ 3 ] {2f2e3a40-16b1-4a3d-9d4c-37a4c9edef64} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001333 sec., 17254.313578394598 rows/sec., 933.34 KiB/sec. | ||
| 14237 | 2024.07.30 01:38:15.175126 [ 3 ] {2f2e3a40-16b1-4a3d-9d4c-37a4c9edef64} <Debug> DynamicQueryHandler: Done processing query | ||
| 14238 | 2024.07.30 01:38:15.175150 [ 3 ] {2f2e3a40-16b1-4a3d-9d4c-37a4c9edef64} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 14239 | 2024.07.30 01:38:15.175165 [ 3 ] {} <Debug> HTTP-Session: a70740a7-89a7-4746-af7e-2029f476446a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14240 | 2024.07.30 01:38:15.175283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14241 | 2024.07.30 01:38:15.175331 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14242 | 2024.07.30 01:38:15.175350 [ 3 ] {} <Debug> HTTP-Session: 5e889908-d1c9-47ee-b9af-3508fb70a7fe Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14243 | 2024.07.30 01:38:15.175366 [ 3 ] {} <Debug> HTTP-Session: 5e889908-d1c9-47ee-b9af-3508fb70a7fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14244 | 2024.07.30 01:38:15.175379 [ 3 ] {} <Debug> HTTP-Session: 5e889908-d1c9-47ee-b9af-3508fb70a7fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14245 | 2024.07.30 01:38:15.175410 [ 3 ] {} <Trace> HTTP-Session: 5e889908-d1c9-47ee-b9af-3508fb70a7fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14246 | 2024.07.30 01:38:15.175520 [ 3 ] {fbcaf7f0-38c7-4326-bf1d-1af7cd8114ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14247 | 2024.07.30 01:38:15.175564 [ 3 ] {fbcaf7f0-38c7-4326-bf1d-1af7cd8114ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14248 | 2024.07.30 01:38:15.175689 [ 3 ] {fbcaf7f0-38c7-4326-bf1d-1af7cd8114ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14249 | 2024.07.30 01:38:15.175964 [ 3 ] {fbcaf7f0-38c7-4326-bf1d-1af7cd8114ce} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14250 | 2024.07.30 01:38:15.176000 [ 3 ] {fbcaf7f0-38c7-4326-bf1d-1af7cd8114ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14251 | 2024.07.30 01:38:15.176346 [ 3 ] {fbcaf7f0-38c7-4326-bf1d-1af7cd8114ce} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 14252 | 2024.07.30 01:38:15.176667 [ 3 ] {fbcaf7f0-38c7-4326-bf1d-1af7cd8114ce} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14253 | 2024.07.30 01:38:15.176814 [ 3 ] {fbcaf7f0-38c7-4326-bf1d-1af7cd8114ce} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001324 sec., 45317.220543806645 rows/sec., 3.05 MiB/sec. | ||
| 14254 | 2024.07.30 01:38:15.176979 [ 3 ] {fbcaf7f0-38c7-4326-bf1d-1af7cd8114ce} <Debug> DynamicQueryHandler: Done processing query | ||
| 14255 | 2024.07.30 01:38:15.177003 [ 3 ] {fbcaf7f0-38c7-4326-bf1d-1af7cd8114ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 14256 | 2024.07.30 01:38:15.177018 [ 3 ] {} <Debug> HTTP-Session: 5e889908-d1c9-47ee-b9af-3508fb70a7fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14257 | 2024.07.30 01:38:20.142929 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 7845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14258 | 2024.07.30 01:38:20.143120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14259 | 2024.07.30 01:38:20.143168 [ 3 ] {} <Debug> HTTP-Session: ac7acfe9-07ac-4688-b123-9d9e86ac1952 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14260 | 2024.07.30 01:38:20.143211 [ 3 ] {} <Debug> HTTP-Session: ac7acfe9-07ac-4688-b123-9d9e86ac1952 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14261 | 2024.07.30 01:38:20.143244 [ 3 ] {} <Debug> HTTP-Session: ac7acfe9-07ac-4688-b123-9d9e86ac1952 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14262 | 2024.07.30 01:38:20.143338 [ 3 ] {} <Trace> HTTP-Session: ac7acfe9-07ac-4688-b123-9d9e86ac1952 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14263 | 2024.07.30 01:38:20.143565 [ 3 ] {9e73e795-4aad-4e4e-a9a4-80d2461dbf1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14264 | 2024.07.30 01:38:20.143630 [ 3 ] {9e73e795-4aad-4e4e-a9a4-80d2461dbf1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14265 | 2024.07.30 01:38:20.143823 [ 3 ] {9e73e795-4aad-4e4e-a9a4-80d2461dbf1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14266 | 2024.07.30 01:38:20.144275 [ 3 ] {9e73e795-4aad-4e4e-a9a4-80d2461dbf1d} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14267 | 2024.07.30 01:38:20.144316 [ 3 ] {9e73e795-4aad-4e4e-a9a4-80d2461dbf1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14268 | 2024.07.30 01:38:20.144693 [ 3 ] {9e73e795-4aad-4e4e-a9a4-80d2461dbf1d} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 14269 | 2024.07.30 01:38:20.145032 [ 3 ] {9e73e795-4aad-4e4e-a9a4-80d2461dbf1d} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14270 | 2024.07.30 01:38:20.145174 [ 3 ] {9e73e795-4aad-4e4e-a9a4-80d2461dbf1d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001673 sec., 33472.803347280336 rows/sec., 2.57 MiB/sec. | ||
| 14271 | 2024.07.30 01:38:20.145393 [ 3 ] {9e73e795-4aad-4e4e-a9a4-80d2461dbf1d} <Debug> DynamicQueryHandler: Done processing query | ||
| 14272 | 2024.07.30 01:38:20.145420 [ 3 ] {9e73e795-4aad-4e4e-a9a4-80d2461dbf1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14273 | 2024.07.30 01:38:20.145437 [ 3 ] {} <Debug> HTTP-Session: ac7acfe9-07ac-4688-b123-9d9e86ac1952 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14274 | 2024.07.30 01:38:20.145584 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 10894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14275 | 2024.07.30 01:38:20.145640 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14276 | 2024.07.30 01:38:20.145661 [ 3 ] {} <Debug> HTTP-Session: 16f416ac-d967-40f7-b7cb-bc0260b7a774 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14277 | 2024.07.30 01:38:20.145678 [ 3 ] {} <Debug> HTTP-Session: 16f416ac-d967-40f7-b7cb-bc0260b7a774 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14278 | 2024.07.30 01:38:20.145692 [ 3 ] {} <Debug> HTTP-Session: 16f416ac-d967-40f7-b7cb-bc0260b7a774 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14279 | 2024.07.30 01:38:20.145727 [ 3 ] {} <Trace> HTTP-Session: 16f416ac-d967-40f7-b7cb-bc0260b7a774 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14280 | 2024.07.30 01:38:20.145851 [ 3 ] {74de1ec4-a4da-4db1-aa0b-c71098a925c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14281 | 2024.07.30 01:38:20.145897 [ 3 ] {74de1ec4-a4da-4db1-aa0b-c71098a925c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14282 | 2024.07.30 01:38:20.146026 [ 3 ] {74de1ec4-a4da-4db1-aa0b-c71098a925c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14283 | 2024.07.30 01:38:20.146357 [ 3 ] {74de1ec4-a4da-4db1-aa0b-c71098a925c3} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14284 | 2024.07.30 01:38:20.146395 [ 3 ] {74de1ec4-a4da-4db1-aa0b-c71098a925c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14285 | 2024.07.30 01:38:20.146708 [ 3 ] {74de1ec4-a4da-4db1-aa0b-c71098a925c3} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 14286 | 2024.07.30 01:38:20.147014 [ 3 ] {74de1ec4-a4da-4db1-aa0b-c71098a925c3} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14287 | 2024.07.30 01:38:20.147142 [ 3 ] {74de1ec4-a4da-4db1-aa0b-c71098a925c3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001333 sec., 48012.003000750185 rows/sec., 3.75 MiB/sec. | ||
| 14288 | 2024.07.30 01:38:20.147310 [ 3 ] {74de1ec4-a4da-4db1-aa0b-c71098a925c3} <Debug> DynamicQueryHandler: Done processing query | ||
| 14289 | 2024.07.30 01:38:20.147335 [ 3 ] {74de1ec4-a4da-4db1-aa0b-c71098a925c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 14290 | 2024.07.30 01:38:20.147351 [ 3 ] {} <Debug> HTTP-Session: 16f416ac-d967-40f7-b7cb-bc0260b7a774 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14291 | 2024.07.30 01:38:20.147523 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14292 | 2024.07.30 01:38:20.147573 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14293 | 2024.07.30 01:38:20.147593 [ 3 ] {} <Debug> HTTP-Session: d944d464-0ca8-4401-87ce-583ad3a14709 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14294 | 2024.07.30 01:38:20.147609 [ 3 ] {} <Debug> HTTP-Session: d944d464-0ca8-4401-87ce-583ad3a14709 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14295 | 2024.07.30 01:38:20.147623 [ 3 ] {} <Debug> HTTP-Session: d944d464-0ca8-4401-87ce-583ad3a14709 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14296 | 2024.07.30 01:38:20.147654 [ 3 ] {} <Trace> HTTP-Session: d944d464-0ca8-4401-87ce-583ad3a14709 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14297 | 2024.07.30 01:38:20.147801 [ 3 ] {754045aa-d73c-453e-8091-d88c6a3ae55a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14298 | 2024.07.30 01:38:20.147849 [ 3 ] {754045aa-d73c-453e-8091-d88c6a3ae55a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14299 | 2024.07.30 01:38:20.147992 [ 3 ] {754045aa-d73c-453e-8091-d88c6a3ae55a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14300 | 2024.07.30 01:38:20.148389 [ 3 ] {754045aa-d73c-453e-8091-d88c6a3ae55a} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14301 | 2024.07.30 01:38:20.148427 [ 3 ] {754045aa-d73c-453e-8091-d88c6a3ae55a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14302 | 2024.07.30 01:38:20.148819 [ 3 ] {754045aa-d73c-453e-8091-d88c6a3ae55a} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 14303 | 2024.07.30 01:38:20.149163 [ 3 ] {754045aa-d73c-453e-8091-d88c6a3ae55a} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14304 | 2024.07.30 01:38:20.149288 [ 3 ] {754045aa-d73c-453e-8091-d88c6a3ae55a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001555 sec., 102893.89067524116 rows/sec., 7.17 MiB/sec. | ||
| 14305 | 2024.07.30 01:38:20.149530 [ 3 ] {754045aa-d73c-453e-8091-d88c6a3ae55a} <Debug> DynamicQueryHandler: Done processing query | ||
| 14306 | 2024.07.30 01:38:20.149579 [ 3 ] {754045aa-d73c-453e-8091-d88c6a3ae55a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 14307 | 2024.07.30 01:38:20.149633 [ 3 ] {} <Debug> HTTP-Session: d944d464-0ca8-4401-87ce-583ad3a14709 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14308 | 2024.07.30 01:38:20.149832 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14309 | 2024.07.30 01:38:20.149889 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14310 | 2024.07.30 01:38:20.149909 [ 3 ] {} <Debug> HTTP-Session: ab545063-48f3-4230-87a4-1750a8682a9b Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14311 | 2024.07.30 01:38:20.149926 [ 3 ] {} <Debug> HTTP-Session: ab545063-48f3-4230-87a4-1750a8682a9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14312 | 2024.07.30 01:38:20.149939 [ 3 ] {} <Debug> HTTP-Session: ab545063-48f3-4230-87a4-1750a8682a9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14313 | 2024.07.30 01:38:20.149972 [ 3 ] {} <Trace> HTTP-Session: ab545063-48f3-4230-87a4-1750a8682a9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14314 | 2024.07.30 01:38:20.150101 [ 3 ] {26cc54f7-f21d-4b18-a5ae-1463c821a6a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14315 | 2024.07.30 01:38:20.150147 [ 3 ] {26cc54f7-f21d-4b18-a5ae-1463c821a6a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14316 | 2024.07.30 01:38:20.150290 [ 3 ] {26cc54f7-f21d-4b18-a5ae-1463c821a6a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14317 | 2024.07.30 01:38:20.150585 [ 3 ] {26cc54f7-f21d-4b18-a5ae-1463c821a6a6} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14318 | 2024.07.30 01:38:20.150621 [ 3 ] {26cc54f7-f21d-4b18-a5ae-1463c821a6a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14319 | 2024.07.30 01:38:20.150975 [ 3 ] {26cc54f7-f21d-4b18-a5ae-1463c821a6a6} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 14320 | 2024.07.30 01:38:20.151296 [ 3 ] {26cc54f7-f21d-4b18-a5ae-1463c821a6a6} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14321 | 2024.07.30 01:38:20.151419 [ 3 ] {26cc54f7-f21d-4b18-a5ae-1463c821a6a6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00137 sec., 43795.620437956204 rows/sec., 2.95 MiB/sec. | ||
| 14322 | 2024.07.30 01:38:20.151680 [ 3 ] {26cc54f7-f21d-4b18-a5ae-1463c821a6a6} <Debug> DynamicQueryHandler: Done processing query | ||
| 14323 | 2024.07.30 01:38:20.151741 [ 3 ] {26cc54f7-f21d-4b18-a5ae-1463c821a6a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 14324 | 2024.07.30 01:38:20.151800 [ 3 ] {} <Debug> HTTP-Session: ab545063-48f3-4230-87a4-1750a8682a9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14325 | 2024.07.30 01:38:21.890549 [ 63 ] {} <Debug> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80) (MergerMutator): Selected 5 parts from all_1_23_5 to all_27_27_0 | ||
| 14326 | 2024.07.30 01:38:21.890625 [ 63 ] {} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14327 | 2024.07.30 01:38:21.890651 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14328 | 2024.07.30 01:38:21.890922 [ 198 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_27_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_23_5 to all_27_27_0 into Compact with storage Full | ||
| 14329 | 2024.07.30 01:38:21.891194 [ 198 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_27_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14330 | 2024.07.30 01:38:21.891250 [ 198 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 16 rows starting from the beginning of the part | ||
| 14331 | 2024.07.30 01:38:21.891342 [ 198 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
| 14332 | 2024.07.30 01:38:21.891628 [ 198 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 4 rows starting from the beginning of the part | ||
| 14333 | 2024.07.30 01:38:21.891827 [ 198 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 4 rows starting from the beginning of the part | ||
| 14334 | 2024.07.30 01:38:21.892015 [ 198 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part | ||
| 14335 | 2024.07.30 01:38:21.893124 [ 196 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_27_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.002362214 sec., 13546.613473631092 rows/sec., 1.08 MiB/sec. | ||
| 14336 | 2024.07.30 01:38:21.893298 [ 196 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_27_6} <Trace> MergedBlockOutputStream: filled checksums all_1_27_6 (state Temporary) | ||
| 14337 | 2024.07.30 01:38:21.893766 [ 196 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_27_6} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Renaming temporary part tmp_merge_all_1_27_6 to all_1_27_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14338 | 2024.07.30 01:38:21.893862 [ 196 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_27_6} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80) (MergerMutator): Merged 5 parts: [all_1_23_5, all_27_27_0] -> all_1_27_6 | ||
| 14339 | 2024.07.30 01:38:21.893962 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14340 | 2024.07.30 01:38:22.370833 [ 63 ] {} <Debug> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4) (MergerMutator): Selected 5 parts from all_1_23_5 to all_27_27_0 | ||
| 14341 | 2024.07.30 01:38:22.370894 [ 63 ] {} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14342 | 2024.07.30 01:38:22.370918 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14343 | 2024.07.30 01:38:22.371129 [ 198 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_27_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_23_5 to all_27_27_0 into Compact with storage Full | ||
| 14344 | 2024.07.30 01:38:22.371373 [ 198 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_27_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14345 | 2024.07.30 01:38:22.371406 [ 198 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 16 rows starting from the beginning of the part | ||
| 14346 | 2024.07.30 01:38:22.371476 [ 198 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
| 14347 | 2024.07.30 01:38:22.371697 [ 198 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 4 rows starting from the beginning of the part | ||
| 14348 | 2024.07.30 01:38:22.371811 [ 198 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 4 rows starting from the beginning of the part | ||
| 14349 | 2024.07.30 01:38:22.372068 [ 198 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part | ||
| 14350 | 2024.07.30 01:38:22.373061 [ 192 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_27_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.002068131 sec., 15472.90766397293 rows/sec., 1.06 MiB/sec. | ||
| 14351 | 2024.07.30 01:38:22.373207 [ 192 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_27_6} <Trace> MergedBlockOutputStream: filled checksums all_1_27_6 (state Temporary) | ||
| 14352 | 2024.07.30 01:38:22.373615 [ 192 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_27_6} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Renaming temporary part tmp_merge_all_1_27_6 to all_1_27_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14353 | 2024.07.30 01:38:22.373704 [ 192 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_27_6} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4) (MergerMutator): Merged 5 parts: [all_1_23_5, all_27_27_0] -> all_1_27_6 | ||
| 14354 | 2024.07.30 01:38:22.373795 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 14355 | 2024.07.30 01:38:25.151145 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 8063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14356 | 2024.07.30 01:38:25.151270 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14357 | 2024.07.30 01:38:25.151301 [ 3 ] {} <Debug> HTTP-Session: 80ff1007-d2db-4064-9b21-db5ae122e6df Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14358 | 2024.07.30 01:38:25.151331 [ 3 ] {} <Debug> HTTP-Session: 80ff1007-d2db-4064-9b21-db5ae122e6df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14359 | 2024.07.30 01:38:25.151349 [ 3 ] {} <Debug> HTTP-Session: 80ff1007-d2db-4064-9b21-db5ae122e6df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14360 | 2024.07.30 01:38:25.151405 [ 3 ] {} <Trace> HTTP-Session: 80ff1007-d2db-4064-9b21-db5ae122e6df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14361 | 2024.07.30 01:38:25.151607 [ 3 ] {3c729ec4-5aa4-45ee-8bad-1f6517180b36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 14362 | 2024.07.30 01:38:25.151672 [ 3 ] {3c729ec4-5aa4-45ee-8bad-1f6517180b36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 14363 | 2024.07.30 01:38:25.151861 [ 3 ] {3c729ec4-5aa4-45ee-8bad-1f6517180b36} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14364 | 2024.07.30 01:38:25.152332 [ 3 ] {3c729ec4-5aa4-45ee-8bad-1f6517180b36} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14365 | 2024.07.30 01:38:25.152376 [ 3 ] {3c729ec4-5aa4-45ee-8bad-1f6517180b36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14366 | 2024.07.30 01:38:25.152749 [ 3 ] {3c729ec4-5aa4-45ee-8bad-1f6517180b36} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 14367 | 2024.07.30 01:38:25.153091 [ 3 ] {3c729ec4-5aa4-45ee-8bad-1f6517180b36} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14368 | 2024.07.30 01:38:25.153238 [ 3 ] {3c729ec4-5aa4-45ee-8bad-1f6517180b36} <Debug> executeQuery: Read 57 rows, 4.47 KiB in 0.001697 sec., 33588.685916322924 rows/sec., 2.57 MiB/sec. | ||
| 14369 | 2024.07.30 01:38:25.153450 [ 3 ] {3c729ec4-5aa4-45ee-8bad-1f6517180b36} <Debug> DynamicQueryHandler: Done processing query | ||
| 14370 | 2024.07.30 01:38:25.153477 [ 3 ] {3c729ec4-5aa4-45ee-8bad-1f6517180b36} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14371 | 2024.07.30 01:38:25.153493 [ 3 ] {} <Debug> HTTP-Session: 80ff1007-d2db-4064-9b21-db5ae122e6df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14372 | 2024.07.30 01:38:25.153737 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 47531, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14373 | 2024.07.30 01:38:25.153795 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14374 | 2024.07.30 01:38:25.153815 [ 3 ] {} <Debug> HTTP-Session: 107de417-006c-43f3-b383-4f9318ddcd04 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14375 | 2024.07.30 01:38:25.153834 [ 3 ] {} <Debug> HTTP-Session: 107de417-006c-43f3-b383-4f9318ddcd04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14376 | 2024.07.30 01:38:25.153848 [ 3 ] {} <Debug> HTTP-Session: 107de417-006c-43f3-b383-4f9318ddcd04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14377 | 2024.07.30 01:38:25.153884 [ 3 ] {} <Trace> HTTP-Session: 107de417-006c-43f3-b383-4f9318ddcd04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14378 | 2024.07.30 01:38:25.154079 [ 3 ] {a188e726-54ab-4efb-b21c-9224e8b1df68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14379 | 2024.07.30 01:38:25.154126 [ 3 ] {a188e726-54ab-4efb-b21c-9224e8b1df68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14380 | 2024.07.30 01:38:25.154256 [ 3 ] {a188e726-54ab-4efb-b21c-9224e8b1df68} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14381 | 2024.07.30 01:38:25.154804 [ 3 ] {a188e726-54ab-4efb-b21c-9224e8b1df68} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14382 | 2024.07.30 01:38:25.154841 [ 3 ] {a188e726-54ab-4efb-b21c-9224e8b1df68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14383 | 2024.07.30 01:38:25.155193 [ 3 ] {a188e726-54ab-4efb-b21c-9224e8b1df68} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 14384 | 2024.07.30 01:38:25.155526 [ 3 ] {a188e726-54ab-4efb-b21c-9224e8b1df68} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14385 | 2024.07.30 01:38:25.155652 [ 3 ] {a188e726-54ab-4efb-b21c-9224e8b1df68} <Debug> executeQuery: Read 314 rows, 28.45 KiB in 0.001675 sec., 187462.68656716417 rows/sec., 16.59 MiB/sec. | ||
| 14386 | 2024.07.30 01:38:25.155658 [ 111 ] {} <Debug> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 14387 | 2024.07.30 01:38:25.155723 [ 111 ] {} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14388 | 2024.07.30 01:38:25.155760 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14389 | 2024.07.30 01:38:25.155876 [ 3 ] {a188e726-54ab-4efb-b21c-9224e8b1df68} <Debug> DynamicQueryHandler: Done processing query | ||
| 14390 | 2024.07.30 01:38:25.155936 [ 3 ] {a188e726-54ab-4efb-b21c-9224e8b1df68} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 14391 | 2024.07.30 01:38:25.155968 [ 3 ] {} <Debug> HTTP-Session: 107de417-006c-43f3-b383-4f9318ddcd04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14392 | 2024.07.30 01:38:25.155982 [ 198 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 14393 | 2024.07.30 01:38:25.156173 [ 198 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14394 | 2024.07.30 01:38:25.156220 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 70221, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14395 | 2024.07.30 01:38:25.156226 [ 198 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 358 rows starting from the beginning of the part | ||
| 14396 | 2024.07.30 01:38:25.156305 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14397 | 2024.07.30 01:38:25.156395 [ 3 ] {} <Debug> HTTP-Session: 04d6aebd-5fae-4278-b273-a41022116385 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14398 | 2024.07.30 01:38:25.156461 [ 3 ] {} <Debug> HTTP-Session: 04d6aebd-5fae-4278-b273-a41022116385 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14399 | 2024.07.30 01:38:25.156469 [ 198 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 314 rows starting from the beginning of the part | ||
| 14400 | 2024.07.30 01:38:25.156515 [ 3 ] {} <Debug> HTTP-Session: 04d6aebd-5fae-4278-b273-a41022116385 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14401 | 2024.07.30 01:38:25.156650 [ 3 ] {} <Trace> HTTP-Session: 04d6aebd-5fae-4278-b273-a41022116385 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14402 | 2024.07.30 01:38:25.156770 [ 198 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 57 rows starting from the beginning of the part | ||
| 14403 | 2024.07.30 01:38:25.157033 [ 198 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 314 rows starting from the beginning of the part | ||
| 14404 | 2024.07.30 01:38:25.157153 [ 3 ] {ea14a9dd-e312-4456-9908-e12aaefa9636} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14405 | 2024.07.30 01:38:25.157326 [ 198 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 56 rows starting from the beginning of the part | ||
| 14406 | 2024.07.30 01:38:25.157328 [ 3 ] {ea14a9dd-e312-4456-9908-e12aaefa9636} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14407 | 2024.07.30 01:38:25.157694 [ 198 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 314 rows starting from the beginning of the part | ||
| 14408 | 2024.07.30 01:38:25.158246 [ 3 ] {ea14a9dd-e312-4456-9908-e12aaefa9636} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14409 | 2024.07.30 01:38:25.159349 [ 3 ] {ea14a9dd-e312-4456-9908-e12aaefa9636} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14410 | 2024.07.30 01:38:25.159418 [ 3 ] {ea14a9dd-e312-4456-9908-e12aaefa9636} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14411 | 2024.07.30 01:38:25.160046 [ 3 ] {ea14a9dd-e312-4456-9908-e12aaefa9636} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 14412 | 2024.07.30 01:38:25.160412 [ 198 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1413 rows, containing 4 columns (4 merged, 0 gathered) in 0.004554716 sec., 310227.90444014507 rows/sec., 27.03 MiB/sec. | ||
| 14413 | 2024.07.30 01:38:25.160690 [ 198 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 14414 | 2024.07.30 01:38:25.160856 [ 3 ] {ea14a9dd-e312-4456-9908-e12aaefa9636} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14415 | 2024.07.30 01:38:25.161147 [ 111 ] {} <Debug> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 14416 | 2024.07.30 01:38:25.161265 [ 111 ] {} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14417 | 2024.07.30 01:38:25.161298 [ 3 ] {ea14a9dd-e312-4456-9908-e12aaefa9636} <Debug> executeQuery: Read 433 rows, 31.56 KiB in 0.004391 sec., 98610.79480756092 rows/sec., 7.02 MiB/sec. | ||
| 14418 | 2024.07.30 01:38:25.161341 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14419 | 2024.07.30 01:38:25.161817 [ 192 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 14420 | 2024.07.30 01:38:25.161926 [ 3 ] {ea14a9dd-e312-4456-9908-e12aaefa9636} <Debug> DynamicQueryHandler: Done processing query | ||
| 14421 | 2024.07.30 01:38:25.162007 [ 3 ] {ea14a9dd-e312-4456-9908-e12aaefa9636} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 14422 | 2024.07.30 01:38:25.162061 [ 3 ] {} <Debug> HTTP-Session: 04d6aebd-5fae-4278-b273-a41022116385 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14423 | 2024.07.30 01:38:25.162192 [ 198 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_91_18} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14424 | 2024.07.30 01:38:25.162243 [ 192 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14425 | 2024.07.30 01:38:25.162351 [ 192 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 494 rows starting from the beginning of the part | ||
| 14426 | 2024.07.30 01:38:25.162366 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14427 | 2024.07.30 01:38:25.162546 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14428 | 2024.07.30 01:38:25.162596 [ 192 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 433 rows starting from the beginning of the part | ||
| 14429 | 2024.07.30 01:38:25.162656 [ 3 ] {} <Debug> HTTP-Session: e98bcf6d-03b1-4a7d-9c8b-c4de99ddfe75 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14430 | 2024.07.30 01:38:25.162764 [ 3 ] {} <Debug> HTTP-Session: e98bcf6d-03b1-4a7d-9c8b-c4de99ddfe75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14431 | 2024.07.30 01:38:25.162831 [ 3 ] {} <Debug> HTTP-Session: e98bcf6d-03b1-4a7d-9c8b-c4de99ddfe75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14432 | 2024.07.30 01:38:25.162873 [ 192 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 66 rows starting from the beginning of the part | ||
| 14433 | 2024.07.30 01:38:25.162924 [ 198 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_91_18} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 14434 | 2024.07.30 01:38:25.162957 [ 3 ] {} <Trace> HTTP-Session: e98bcf6d-03b1-4a7d-9c8b-c4de99ddfe75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14435 | 2024.07.30 01:38:25.163186 [ 192 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 433 rows starting from the beginning of the part | ||
| 14436 | 2024.07.30 01:38:25.163491 [ 192 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 64 rows starting from the beginning of the part | ||
| 14437 | 2024.07.30 01:38:25.163587 [ 3 ] {f1500fbf-a620-430e-92fa-ed7f7284e795} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 14438 | 2024.07.30 01:38:25.163823 [ 192 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 433 rows starting from the beginning of the part | ||
| 14439 | 2024.07.30 01:38:25.163841 [ 3 ] {f1500fbf-a620-430e-92fa-ed7f7284e795} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14440 | 2024.07.30 01:38:25.163932 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
| 14441 | 2024.07.30 01:38:25.164626 [ 3 ] {f1500fbf-a620-430e-92fa-ed7f7284e795} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14442 | 2024.07.30 01:38:25.165368 [ 3 ] {f1500fbf-a620-430e-92fa-ed7f7284e795} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14443 | 2024.07.30 01:38:25.165439 [ 3 ] {f1500fbf-a620-430e-92fa-ed7f7284e795} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14444 | 2024.07.30 01:38:25.166455 [ 3 ] {f1500fbf-a620-430e-92fa-ed7f7284e795} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 14445 | 2024.07.30 01:38:25.167031 [ 192 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1923 rows, containing 4 columns (4 merged, 0 gathered) in 0.005509326 sec., 349044.5110708642 rows/sec., 25.09 MiB/sec. | ||
| 14446 | 2024.07.30 01:38:25.167044 [ 3 ] {f1500fbf-a620-430e-92fa-ed7f7284e795} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14447 | 2024.07.30 01:38:25.167306 [ 192 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 14448 | 2024.07.30 01:38:25.167319 [ 3 ] {f1500fbf-a620-430e-92fa-ed7f7284e795} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.004002 sec., 1499.2503748125935 rows/sec., 64.42 KiB/sec. | ||
| 14449 | 2024.07.30 01:38:25.167746 [ 3 ] {f1500fbf-a620-430e-92fa-ed7f7284e795} <Debug> DynamicQueryHandler: Done processing query | ||
| 14450 | 2024.07.30 01:38:25.167801 [ 3 ] {f1500fbf-a620-430e-92fa-ed7f7284e795} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 14451 | 2024.07.30 01:38:25.167863 [ 3 ] {} <Debug> HTTP-Session: e98bcf6d-03b1-4a7d-9c8b-c4de99ddfe75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14452 | 2024.07.30 01:38:25.168013 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14453 | 2024.07.30 01:38:25.168100 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14454 | 2024.07.30 01:38:25.168119 [ 192 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_91_18} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14455 | 2024.07.30 01:38:25.168133 [ 3 ] {} <Debug> HTTP-Session: 6fa97958-52ec-4a64-bd29-6661ef439b3b Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14456 | 2024.07.30 01:38:25.168185 [ 3 ] {} <Debug> HTTP-Session: 6fa97958-52ec-4a64-bd29-6661ef439b3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14457 | 2024.07.30 01:38:25.168215 [ 3 ] {} <Debug> HTTP-Session: 6fa97958-52ec-4a64-bd29-6661ef439b3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14458 | 2024.07.30 01:38:25.168273 [ 3 ] {} <Trace> HTTP-Session: 6fa97958-52ec-4a64-bd29-6661ef439b3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14459 | 2024.07.30 01:38:25.168299 [ 192 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_91_18} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 14460 | 2024.07.30 01:38:25.168459 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 14461 | 2024.07.30 01:38:25.168517 [ 3 ] {c4840836-1726-4cfd-940d-ea4b717a52e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 14462 | 2024.07.30 01:38:25.168570 [ 3 ] {c4840836-1726-4cfd-940d-ea4b717a52e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 14463 | 2024.07.30 01:38:25.168736 [ 3 ] {c4840836-1726-4cfd-940d-ea4b717a52e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14464 | 2024.07.30 01:38:25.169100 [ 3 ] {c4840836-1726-4cfd-940d-ea4b717a52e7} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14465 | 2024.07.30 01:38:25.169135 [ 3 ] {c4840836-1726-4cfd-940d-ea4b717a52e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14466 | 2024.07.30 01:38:25.169500 [ 3 ] {c4840836-1726-4cfd-940d-ea4b717a52e7} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 14467 | 2024.07.30 01:38:25.169871 [ 3 ] {c4840836-1726-4cfd-940d-ea4b717a52e7} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14468 | 2024.07.30 01:38:25.170007 [ 3 ] {c4840836-1726-4cfd-940d-ea4b717a52e7} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001614 sec., 47707.558859975215 rows/sec., 2.94 MiB/sec. | ||
| 14469 | 2024.07.30 01:38:25.170217 [ 3 ] {c4840836-1726-4cfd-940d-ea4b717a52e7} <Debug> DynamicQueryHandler: Done processing query | ||
| 14470 | 2024.07.30 01:38:25.170248 [ 3 ] {c4840836-1726-4cfd-940d-ea4b717a52e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14471 | 2024.07.30 01:38:25.170269 [ 3 ] {} <Debug> HTTP-Session: 6fa97958-52ec-4a64-bd29-6661ef439b3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14472 | 2024.07.30 01:38:25.170462 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14473 | 2024.07.30 01:38:25.170514 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14474 | 2024.07.30 01:38:25.170534 [ 3 ] {} <Debug> HTTP-Session: e356e003-10c8-412d-987b-cdbc5ed0689c Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14475 | 2024.07.30 01:38:25.170550 [ 3 ] {} <Debug> HTTP-Session: e356e003-10c8-412d-987b-cdbc5ed0689c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14476 | 2024.07.30 01:38:25.170564 [ 3 ] {} <Debug> HTTP-Session: e356e003-10c8-412d-987b-cdbc5ed0689c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14477 | 2024.07.30 01:38:25.170595 [ 3 ] {} <Trace> HTTP-Session: e356e003-10c8-412d-987b-cdbc5ed0689c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14478 | 2024.07.30 01:38:25.170760 [ 3 ] {22f8d168-5386-44b7-aea8-e59ea25cb57e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14479 | 2024.07.30 01:38:25.170891 [ 3 ] {22f8d168-5386-44b7-aea8-e59ea25cb57e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14480 | 2024.07.30 01:38:25.171030 [ 3 ] {22f8d168-5386-44b7-aea8-e59ea25cb57e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14481 | 2024.07.30 01:38:25.171439 [ 3 ] {22f8d168-5386-44b7-aea8-e59ea25cb57e} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14482 | 2024.07.30 01:38:25.171474 [ 3 ] {22f8d168-5386-44b7-aea8-e59ea25cb57e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14483 | 2024.07.30 01:38:25.171858 [ 3 ] {22f8d168-5386-44b7-aea8-e59ea25cb57e} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 14484 | 2024.07.30 01:38:25.172193 [ 3 ] {22f8d168-5386-44b7-aea8-e59ea25cb57e} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14485 | 2024.07.30 01:38:25.172320 [ 3 ] {22f8d168-5386-44b7-aea8-e59ea25cb57e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001648 sec., 97087.3786407767 rows/sec., 6.76 MiB/sec. | ||
| 14486 | 2024.07.30 01:38:25.172321 [ 111 ] {} <Debug> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 14487 | 2024.07.30 01:38:25.172378 [ 111 ] {} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14488 | 2024.07.30 01:38:25.172506 [ 3 ] {22f8d168-5386-44b7-aea8-e59ea25cb57e} <Debug> DynamicQueryHandler: Done processing query | ||
| 14489 | 2024.07.30 01:38:25.172512 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14490 | 2024.07.30 01:38:25.172533 [ 3 ] {22f8d168-5386-44b7-aea8-e59ea25cb57e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 14491 | 2024.07.30 01:38:25.172555 [ 3 ] {} <Debug> HTTP-Session: e356e003-10c8-412d-987b-cdbc5ed0689c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14492 | 2024.07.30 01:38:25.172656 [ 187 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 14493 | 2024.07.30 01:38:25.172790 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 82631, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14494 | 2024.07.30 01:38:25.172855 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14495 | 2024.07.30 01:38:25.172877 [ 187 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14496 | 2024.07.30 01:38:25.172885 [ 3 ] {} <Debug> HTTP-Session: d5259eea-c946-4bb9-87c1-48379b7d99ad Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14497 | 2024.07.30 01:38:25.172923 [ 3 ] {} <Debug> HTTP-Session: d5259eea-c946-4bb9-87c1-48379b7d99ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14498 | 2024.07.30 01:38:25.172933 [ 187 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_86_17, total 14018 rows starting from the beginning of the part | ||
| 14499 | 2024.07.30 01:38:25.172941 [ 3 ] {} <Debug> HTTP-Session: d5259eea-c946-4bb9-87c1-48379b7d99ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14500 | 2024.07.30 01:38:25.172985 [ 3 ] {} <Trace> HTTP-Session: d5259eea-c946-4bb9-87c1-48379b7d99ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14501 | 2024.07.30 01:38:25.173134 [ 187 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 160 rows starting from the beginning of the part | ||
| 14502 | 2024.07.30 01:38:25.173386 [ 187 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 161 rows starting from the beginning of the part | ||
| 14503 | 2024.07.30 01:38:25.173531 [ 187 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 160 rows starting from the beginning of the part | ||
| 14504 | 2024.07.30 01:38:25.173702 [ 3 ] {544f2eb3-e605-4471-8698-a8baed127244} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 14505 | 2024.07.30 01:38:25.173730 [ 187 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part | ||
| 14506 | 2024.07.30 01:38:25.173903 [ 3 ] {544f2eb3-e605-4471-8698-a8baed127244} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 14507 | 2024.07.30 01:38:25.173919 [ 187 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 160 rows starting from the beginning of the part | ||
| 14508 | 2024.07.30 01:38:25.174941 [ 3 ] {544f2eb3-e605-4471-8698-a8baed127244} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14509 | 2024.07.30 01:38:25.176429 [ 3 ] {544f2eb3-e605-4471-8698-a8baed127244} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14510 | 2024.07.30 01:38:25.176471 [ 3 ] {544f2eb3-e605-4471-8698-a8baed127244} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14511 | 2024.07.30 01:38:25.177785 [ 3 ] {544f2eb3-e605-4471-8698-a8baed127244} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 14512 | 2024.07.30 01:38:25.178218 [ 3 ] {544f2eb3-e605-4471-8698-a8baed127244} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14513 | 2024.07.30 01:38:25.178383 [ 3 ] {544f2eb3-e605-4471-8698-a8baed127244} <Debug> executeQuery: Read 51 rows, 93.58 KiB in 0.005208 sec., 9792.6267281106 rows/sec., 17.55 MiB/sec. | ||
| 14514 | 2024.07.30 01:38:25.178620 [ 3 ] {544f2eb3-e605-4471-8698-a8baed127244} <Debug> DynamicQueryHandler: Done processing query | ||
| 14515 | 2024.07.30 01:38:25.178651 [ 3 ] {544f2eb3-e605-4471-8698-a8baed127244} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 14516 | 2024.07.30 01:38:25.178667 [ 3 ] {} <Debug> HTTP-Session: d5259eea-c946-4bb9-87c1-48379b7d99ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14517 | 2024.07.30 01:38:25.178799 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14518 | 2024.07.30 01:38:25.178848 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14519 | 2024.07.30 01:38:25.178867 [ 3 ] {} <Debug> HTTP-Session: 9737aff2-c378-43b5-943d-eca0b8c5fc04 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14520 | 2024.07.30 01:38:25.178883 [ 3 ] {} <Debug> HTTP-Session: 9737aff2-c378-43b5-943d-eca0b8c5fc04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14521 | 2024.07.30 01:38:25.178897 [ 3 ] {} <Debug> HTTP-Session: 9737aff2-c378-43b5-943d-eca0b8c5fc04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14522 | 2024.07.30 01:38:25.178928 [ 3 ] {} <Trace> HTTP-Session: 9737aff2-c378-43b5-943d-eca0b8c5fc04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14523 | 2024.07.30 01:38:25.179053 [ 3 ] {5463aeca-c482-4c9e-a210-b8ae74388374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 14524 | 2024.07.30 01:38:25.179096 [ 3 ] {5463aeca-c482-4c9e-a210-b8ae74388374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 14525 | 2024.07.30 01:38:25.179271 [ 3 ] {5463aeca-c482-4c9e-a210-b8ae74388374} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14526 | 2024.07.30 01:38:25.179779 [ 193 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14819 rows, containing 5 columns (5 merged, 0 gathered) in 0.007188622 sec., 2061452.1114060525 rows/sec., 143.66 MiB/sec. | ||
| 14527 | 2024.07.30 01:38:25.179835 [ 3 ] {5463aeca-c482-4c9e-a210-b8ae74388374} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14528 | 2024.07.30 01:38:25.179890 [ 3 ] {5463aeca-c482-4c9e-a210-b8ae74388374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14529 | 2024.07.30 01:38:25.180301 [ 3 ] {5463aeca-c482-4c9e-a210-b8ae74388374} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 14530 | 2024.07.30 01:38:25.180512 [ 193 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 14531 | 2024.07.30 01:38:25.180928 [ 3 ] {5463aeca-c482-4c9e-a210-b8ae74388374} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14532 | 2024.07.30 01:38:25.181354 [ 3 ] {5463aeca-c482-4c9e-a210-b8ae74388374} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.002325 sec., 9892.473118279571 rows/sec., 535.11 KiB/sec. | ||
| 14533 | 2024.07.30 01:38:25.181651 [ 193 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14534 | 2024.07.30 01:38:25.181695 [ 3 ] {5463aeca-c482-4c9e-a210-b8ae74388374} <Debug> DynamicQueryHandler: Done processing query | ||
| 14535 | 2024.07.30 01:38:25.181749 [ 3 ] {5463aeca-c482-4c9e-a210-b8ae74388374} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 14536 | 2024.07.30 01:38:25.181778 [ 3 ] {} <Debug> HTTP-Session: 9737aff2-c378-43b5-943d-eca0b8c5fc04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14537 | 2024.07.30 01:38:25.181829 [ 193 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 14538 | 2024.07.30 01:38:25.181936 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14539 | 2024.07.30 01:38:25.181995 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.03 MiB. | ||
| 14540 | 2024.07.30 01:38:25.182025 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14541 | 2024.07.30 01:38:25.182062 [ 3 ] {} <Debug> HTTP-Session: 946a16ef-bdfa-487f-b6a8-2f607a715ae5 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14542 | 2024.07.30 01:38:25.182078 [ 3 ] {} <Debug> HTTP-Session: 946a16ef-bdfa-487f-b6a8-2f607a715ae5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14543 | 2024.07.30 01:38:25.182091 [ 3 ] {} <Debug> HTTP-Session: 946a16ef-bdfa-487f-b6a8-2f607a715ae5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14544 | 2024.07.30 01:38:25.182124 [ 3 ] {} <Trace> HTTP-Session: 946a16ef-bdfa-487f-b6a8-2f607a715ae5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14545 | 2024.07.30 01:38:25.182250 [ 3 ] {a3332cd2-d147-4a90-a1f3-93fa74f2757c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14546 | 2024.07.30 01:38:25.182296 [ 3 ] {a3332cd2-d147-4a90-a1f3-93fa74f2757c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14547 | 2024.07.30 01:38:25.182444 [ 3 ] {a3332cd2-d147-4a90-a1f3-93fa74f2757c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14548 | 2024.07.30 01:38:25.182762 [ 3 ] {a3332cd2-d147-4a90-a1f3-93fa74f2757c} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14549 | 2024.07.30 01:38:25.182798 [ 3 ] {a3332cd2-d147-4a90-a1f3-93fa74f2757c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14550 | 2024.07.30 01:38:25.183153 [ 3 ] {a3332cd2-d147-4a90-a1f3-93fa74f2757c} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 14551 | 2024.07.30 01:38:25.183487 [ 3 ] {a3332cd2-d147-4a90-a1f3-93fa74f2757c} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14552 | 2024.07.30 01:38:25.183613 [ 3 ] {a3332cd2-d147-4a90-a1f3-93fa74f2757c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001412 sec., 42492.91784702549 rows/sec., 2.86 MiB/sec. | ||
| 14553 | 2024.07.30 01:38:25.183619 [ 151 ] {} <Debug> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 14554 | 2024.07.30 01:38:25.183677 [ 151 ] {} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14555 | 2024.07.30 01:38:25.183715 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14556 | 2024.07.30 01:38:25.183823 [ 3 ] {a3332cd2-d147-4a90-a1f3-93fa74f2757c} <Debug> DynamicQueryHandler: Done processing query | ||
| 14557 | 2024.07.30 01:38:25.183878 [ 3 ] {a3332cd2-d147-4a90-a1f3-93fa74f2757c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 14558 | 2024.07.30 01:38:25.183917 [ 3 ] {} <Debug> HTTP-Session: 946a16ef-bdfa-487f-b6a8-2f607a715ae5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14559 | 2024.07.30 01:38:25.183937 [ 197 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 14560 | 2024.07.30 01:38:25.184115 [ 197 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14561 | 2024.07.30 01:38:25.184156 [ 197 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5014 rows starting from the beginning of the part | ||
| 14562 | 2024.07.30 01:38:25.184276 [ 197 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part | ||
| 14563 | 2024.07.30 01:38:25.184473 [ 197 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part | ||
| 14564 | 2024.07.30 01:38:25.184655 [ 197 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 60 rows starting from the beginning of the part | ||
| 14565 | 2024.07.30 01:38:25.184815 [ 197 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part | ||
| 14566 | 2024.07.30 01:38:25.184958 [ 197 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 60 rows starting from the beginning of the part | ||
| 14567 | 2024.07.30 01:38:25.187172 [ 201 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5314 rows, containing 4 columns (4 merged, 0 gathered) in 0.003379505 sec., 1572419.6295019537 rows/sec., 105.96 MiB/sec. | ||
| 14568 | 2024.07.30 01:38:25.187559 [ 199 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 14569 | 2024.07.30 01:38:25.187988 [ 199 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_91_18} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14570 | 2024.07.30 01:38:25.188075 [ 199 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_91_18} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 14571 | 2024.07.30 01:38:25.188160 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. | ||
| 14572 | 2024.07.30 01:38:27.809949 [ 131 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14573 | 2024.07.30 01:38:27.810052 [ 131 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14574 | 2024.07.30 01:38:30.144970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 12825, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14575 | 2024.07.30 01:38:30.145083 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14576 | 2024.07.30 01:38:30.145108 [ 3 ] {} <Debug> HTTP-Session: 3e7a3900-52e0-4b72-99b6-3acbec881dbc Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14577 | 2024.07.30 01:38:30.145133 [ 3 ] {} <Debug> HTTP-Session: 3e7a3900-52e0-4b72-99b6-3acbec881dbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14578 | 2024.07.30 01:38:30.145148 [ 3 ] {} <Debug> HTTP-Session: 3e7a3900-52e0-4b72-99b6-3acbec881dbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14579 | 2024.07.30 01:38:30.145198 [ 3 ] {} <Trace> HTTP-Session: 3e7a3900-52e0-4b72-99b6-3acbec881dbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14580 | 2024.07.30 01:38:30.145411 [ 3 ] {b01f11e0-f890-4511-96cf-329ae6c795c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14581 | 2024.07.30 01:38:30.145478 [ 3 ] {b01f11e0-f890-4511-96cf-329ae6c795c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14582 | 2024.07.30 01:38:30.145679 [ 3 ] {b01f11e0-f890-4511-96cf-329ae6c795c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14583 | 2024.07.30 01:38:30.146187 [ 3 ] {b01f11e0-f890-4511-96cf-329ae6c795c0} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14584 | 2024.07.30 01:38:30.146230 [ 3 ] {b01f11e0-f890-4511-96cf-329ae6c795c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14585 | 2024.07.30 01:38:30.146609 [ 3 ] {b01f11e0-f890-4511-96cf-329ae6c795c0} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 14586 | 2024.07.30 01:38:30.146965 [ 3 ] {b01f11e0-f890-4511-96cf-329ae6c795c0} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14587 | 2024.07.30 01:38:30.147138 [ 3 ] {b01f11e0-f890-4511-96cf-329ae6c795c0} <Debug> executeQuery: Read 92 rows, 7.22 KiB in 0.001805 sec., 50969.52908587258 rows/sec., 3.91 MiB/sec. | ||
| 14588 | 2024.07.30 01:38:30.147355 [ 3 ] {b01f11e0-f890-4511-96cf-329ae6c795c0} <Debug> DynamicQueryHandler: Done processing query | ||
| 14589 | 2024.07.30 01:38:30.147382 [ 3 ] {b01f11e0-f890-4511-96cf-329ae6c795c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 14590 | 2024.07.30 01:38:30.147397 [ 3 ] {} <Debug> HTTP-Session: 3e7a3900-52e0-4b72-99b6-3acbec881dbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14591 | 2024.07.30 01:38:30.147572 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14934, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14592 | 2024.07.30 01:38:30.147628 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14593 | 2024.07.30 01:38:30.147648 [ 3 ] {} <Debug> HTTP-Session: ab98241d-29f9-46c2-9253-4a20a17e4b9f Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14594 | 2024.07.30 01:38:30.147665 [ 3 ] {} <Debug> HTTP-Session: ab98241d-29f9-46c2-9253-4a20a17e4b9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14595 | 2024.07.30 01:38:30.147678 [ 3 ] {} <Debug> HTTP-Session: ab98241d-29f9-46c2-9253-4a20a17e4b9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14596 | 2024.07.30 01:38:30.147712 [ 3 ] {} <Trace> HTTP-Session: ab98241d-29f9-46c2-9253-4a20a17e4b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14597 | 2024.07.30 01:38:30.147841 [ 3 ] {a07e8900-8c7c-49b0-af83-6d32ddd5d1b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14598 | 2024.07.30 01:38:30.147889 [ 3 ] {a07e8900-8c7c-49b0-af83-6d32ddd5d1b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14599 | 2024.07.30 01:38:30.148024 [ 3 ] {a07e8900-8c7c-49b0-af83-6d32ddd5d1b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14600 | 2024.07.30 01:38:30.148407 [ 3 ] {a07e8900-8c7c-49b0-af83-6d32ddd5d1b1} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14601 | 2024.07.30 01:38:30.148444 [ 3 ] {a07e8900-8c7c-49b0-af83-6d32ddd5d1b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14602 | 2024.07.30 01:38:30.148758 [ 3 ] {a07e8900-8c7c-49b0-af83-6d32ddd5d1b1} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 14603 | 2024.07.30 01:38:30.149075 [ 3 ] {a07e8900-8c7c-49b0-af83-6d32ddd5d1b1} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14604 | 2024.07.30 01:38:30.149231 [ 3 ] {a07e8900-8c7c-49b0-af83-6d32ddd5d1b1} <Debug> executeQuery: Read 88 rows, 7.01 KiB in 0.001438 sec., 61196.105702364395 rows/sec., 4.76 MiB/sec. | ||
| 14605 | 2024.07.30 01:38:30.149408 [ 3 ] {a07e8900-8c7c-49b0-af83-6d32ddd5d1b1} <Debug> DynamicQueryHandler: Done processing query | ||
| 14606 | 2024.07.30 01:38:30.149432 [ 3 ] {a07e8900-8c7c-49b0-af83-6d32ddd5d1b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 14607 | 2024.07.30 01:38:30.149448 [ 3 ] {} <Debug> HTTP-Session: ab98241d-29f9-46c2-9253-4a20a17e4b9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14608 | 2024.07.30 01:38:30.149618 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 37633, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14609 | 2024.07.30 01:38:30.149668 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14610 | 2024.07.30 01:38:30.149687 [ 3 ] {} <Debug> HTTP-Session: c4a363fe-c8d7-4e07-8e44-b02a7271e0ce Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14611 | 2024.07.30 01:38:30.149703 [ 3 ] {} <Debug> HTTP-Session: c4a363fe-c8d7-4e07-8e44-b02a7271e0ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14612 | 2024.07.30 01:38:30.149716 [ 3 ] {} <Debug> HTTP-Session: c4a363fe-c8d7-4e07-8e44-b02a7271e0ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14613 | 2024.07.30 01:38:30.149748 [ 3 ] {} <Trace> HTTP-Session: c4a363fe-c8d7-4e07-8e44-b02a7271e0ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14614 | 2024.07.30 01:38:30.149917 [ 3 ] {80e6ec37-ef9f-4918-808a-bc726b1630a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14615 | 2024.07.30 01:38:30.149964 [ 3 ] {80e6ec37-ef9f-4918-808a-bc726b1630a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14616 | 2024.07.30 01:38:30.150110 [ 3 ] {80e6ec37-ef9f-4918-808a-bc726b1630a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14617 | 2024.07.30 01:38:30.150538 [ 3 ] {80e6ec37-ef9f-4918-808a-bc726b1630a4} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14618 | 2024.07.30 01:38:30.150574 [ 3 ] {80e6ec37-ef9f-4918-808a-bc726b1630a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14619 | 2024.07.30 01:38:30.150967 [ 3 ] {80e6ec37-ef9f-4918-808a-bc726b1630a4} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 14620 | 2024.07.30 01:38:30.151304 [ 3 ] {80e6ec37-ef9f-4918-808a-bc726b1630a4} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14621 | 2024.07.30 01:38:30.151453 [ 3 ] {80e6ec37-ef9f-4918-808a-bc726b1630a4} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001617 sec., 121212.12121212122 rows/sec., 8.46 MiB/sec. | ||
| 14622 | 2024.07.30 01:38:30.151648 [ 3 ] {80e6ec37-ef9f-4918-808a-bc726b1630a4} <Debug> DynamicQueryHandler: Done processing query | ||
| 14623 | 2024.07.30 01:38:30.151686 [ 3 ] {80e6ec37-ef9f-4918-808a-bc726b1630a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 14624 | 2024.07.30 01:38:30.151716 [ 3 ] {} <Debug> HTTP-Session: c4a363fe-c8d7-4e07-8e44-b02a7271e0ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14625 | 2024.07.30 01:38:30.151871 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14626 | 2024.07.30 01:38:30.151920 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14627 | 2024.07.30 01:38:30.151939 [ 3 ] {} <Debug> HTTP-Session: 3811e709-4458-496a-929c-afa47d2d56ed Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14628 | 2024.07.30 01:38:30.151956 [ 3 ] {} <Debug> HTTP-Session: 3811e709-4458-496a-929c-afa47d2d56ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14629 | 2024.07.30 01:38:30.151970 [ 3 ] {} <Debug> HTTP-Session: 3811e709-4458-496a-929c-afa47d2d56ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14630 | 2024.07.30 01:38:30.152001 [ 3 ] {} <Trace> HTTP-Session: 3811e709-4458-496a-929c-afa47d2d56ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14631 | 2024.07.30 01:38:30.152129 [ 3 ] {705fccaf-e70d-45ef-9200-889025d4c00d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14632 | 2024.07.30 01:38:30.152173 [ 3 ] {705fccaf-e70d-45ef-9200-889025d4c00d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14633 | 2024.07.30 01:38:30.152297 [ 3 ] {705fccaf-e70d-45ef-9200-889025d4c00d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14634 | 2024.07.30 01:38:30.152596 [ 3 ] {705fccaf-e70d-45ef-9200-889025d4c00d} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14635 | 2024.07.30 01:38:30.152631 [ 3 ] {705fccaf-e70d-45ef-9200-889025d4c00d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14636 | 2024.07.30 01:38:30.152987 [ 3 ] {705fccaf-e70d-45ef-9200-889025d4c00d} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 14637 | 2024.07.30 01:38:30.153318 [ 3 ] {705fccaf-e70d-45ef-9200-889025d4c00d} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14638 | 2024.07.30 01:38:30.153462 [ 3 ] {705fccaf-e70d-45ef-9200-889025d4c00d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001386 sec., 43290.043290043286 rows/sec., 2.92 MiB/sec. | ||
| 14639 | 2024.07.30 01:38:30.153623 [ 3 ] {705fccaf-e70d-45ef-9200-889025d4c00d} <Debug> DynamicQueryHandler: Done processing query | ||
| 14640 | 2024.07.30 01:38:30.153647 [ 3 ] {705fccaf-e70d-45ef-9200-889025d4c00d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 14641 | 2024.07.30 01:38:30.153663 [ 3 ] {} <Debug> HTTP-Session: 3811e709-4458-496a-929c-afa47d2d56ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14642 | 2024.07.30 01:38:35.151729 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 8063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14643 | 2024.07.30 01:38:35.151875 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14644 | 2024.07.30 01:38:35.151906 [ 3 ] {} <Debug> HTTP-Session: fcad1696-64d0-4276-b61c-5c5e29b1bb6b Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14645 | 2024.07.30 01:38:35.151935 [ 3 ] {} <Debug> HTTP-Session: fcad1696-64d0-4276-b61c-5c5e29b1bb6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14646 | 2024.07.30 01:38:35.151952 [ 3 ] {} <Debug> HTTP-Session: fcad1696-64d0-4276-b61c-5c5e29b1bb6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14647 | 2024.07.30 01:38:35.152009 [ 3 ] {} <Trace> HTTP-Session: fcad1696-64d0-4276-b61c-5c5e29b1bb6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14648 | 2024.07.30 01:38:35.152227 [ 3 ] {48340082-66a5-4525-a14f-f2c7fd66f46c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 14649 | 2024.07.30 01:38:35.152304 [ 3 ] {48340082-66a5-4525-a14f-f2c7fd66f46c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 14650 | 2024.07.30 01:38:35.152530 [ 3 ] {48340082-66a5-4525-a14f-f2c7fd66f46c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14651 | 2024.07.30 01:38:35.153112 [ 3 ] {48340082-66a5-4525-a14f-f2c7fd66f46c} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14652 | 2024.07.30 01:38:35.153159 [ 3 ] {48340082-66a5-4525-a14f-f2c7fd66f46c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14653 | 2024.07.30 01:38:35.153542 [ 3 ] {48340082-66a5-4525-a14f-f2c7fd66f46c} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 14654 | 2024.07.30 01:38:35.153887 [ 3 ] {48340082-66a5-4525-a14f-f2c7fd66f46c} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14655 | 2024.07.30 01:38:35.154070 [ 3 ] {48340082-66a5-4525-a14f-f2c7fd66f46c} <Debug> executeQuery: Read 57 rows, 4.47 KiB in 0.001909 sec., 29858.564693556833 rows/sec., 2.29 MiB/sec. | ||
| 14656 | 2024.07.30 01:38:35.154277 [ 3 ] {48340082-66a5-4525-a14f-f2c7fd66f46c} <Debug> DynamicQueryHandler: Done processing query | ||
| 14657 | 2024.07.30 01:38:35.154306 [ 3 ] {48340082-66a5-4525-a14f-f2c7fd66f46c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14658 | 2024.07.30 01:38:35.154322 [ 3 ] {} <Debug> HTTP-Session: fcad1696-64d0-4276-b61c-5c5e29b1bb6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14659 | 2024.07.30 01:38:35.154558 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 47531, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14660 | 2024.07.30 01:38:35.154613 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14661 | 2024.07.30 01:38:35.154633 [ 3 ] {} <Debug> HTTP-Session: c554bf9e-cbe8-4bb0-962b-7ceb1771a3e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14662 | 2024.07.30 01:38:35.154651 [ 3 ] {} <Debug> HTTP-Session: c554bf9e-cbe8-4bb0-962b-7ceb1771a3e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14663 | 2024.07.30 01:38:35.154665 [ 3 ] {} <Debug> HTTP-Session: c554bf9e-cbe8-4bb0-962b-7ceb1771a3e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14664 | 2024.07.30 01:38:35.154702 [ 3 ] {} <Trace> HTTP-Session: c554bf9e-cbe8-4bb0-962b-7ceb1771a3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14665 | 2024.07.30 01:38:35.154900 [ 3 ] {aefd7d23-1443-4424-9885-bf0e09bbfccf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14666 | 2024.07.30 01:38:35.154948 [ 3 ] {aefd7d23-1443-4424-9885-bf0e09bbfccf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14667 | 2024.07.30 01:38:35.155081 [ 3 ] {aefd7d23-1443-4424-9885-bf0e09bbfccf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14668 | 2024.07.30 01:38:35.155679 [ 3 ] {aefd7d23-1443-4424-9885-bf0e09bbfccf} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14669 | 2024.07.30 01:38:35.155719 [ 3 ] {aefd7d23-1443-4424-9885-bf0e09bbfccf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14670 | 2024.07.30 01:38:35.156062 [ 3 ] {aefd7d23-1443-4424-9885-bf0e09bbfccf} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 14671 | 2024.07.30 01:38:35.156391 [ 3 ] {aefd7d23-1443-4424-9885-bf0e09bbfccf} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14672 | 2024.07.30 01:38:35.156541 [ 3 ] {aefd7d23-1443-4424-9885-bf0e09bbfccf} <Debug> executeQuery: Read 314 rows, 28.45 KiB in 0.001739 sec., 180563.5422656699 rows/sec., 15.98 MiB/sec. | ||
| 14673 | 2024.07.30 01:38:35.156732 [ 3 ] {aefd7d23-1443-4424-9885-bf0e09bbfccf} <Debug> DynamicQueryHandler: Done processing query | ||
| 14674 | 2024.07.30 01:38:35.156765 [ 3 ] {aefd7d23-1443-4424-9885-bf0e09bbfccf} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 14675 | 2024.07.30 01:38:35.156797 [ 3 ] {} <Debug> HTTP-Session: c554bf9e-cbe8-4bb0-962b-7ceb1771a3e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14676 | 2024.07.30 01:38:35.156989 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 70221, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14677 | 2024.07.30 01:38:35.157061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14678 | 2024.07.30 01:38:35.157081 [ 3 ] {} <Debug> HTTP-Session: 9540087a-e1f1-485e-86c0-06f90d2334de Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14679 | 2024.07.30 01:38:35.157098 [ 3 ] {} <Debug> HTTP-Session: 9540087a-e1f1-485e-86c0-06f90d2334de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14680 | 2024.07.30 01:38:35.157112 [ 3 ] {} <Debug> HTTP-Session: 9540087a-e1f1-485e-86c0-06f90d2334de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14681 | 2024.07.30 01:38:35.157144 [ 3 ] {} <Trace> HTTP-Session: 9540087a-e1f1-485e-86c0-06f90d2334de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14682 | 2024.07.30 01:38:35.157408 [ 3 ] {d30cef20-f689-407c-b4f1-951c60184b68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14683 | 2024.07.30 01:38:35.157453 [ 3 ] {d30cef20-f689-407c-b4f1-951c60184b68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14684 | 2024.07.30 01:38:35.157584 [ 3 ] {d30cef20-f689-407c-b4f1-951c60184b68} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14685 | 2024.07.30 01:38:35.158167 [ 3 ] {d30cef20-f689-407c-b4f1-951c60184b68} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14686 | 2024.07.30 01:38:35.158205 [ 3 ] {d30cef20-f689-407c-b4f1-951c60184b68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14687 | 2024.07.30 01:38:35.158535 [ 3 ] {d30cef20-f689-407c-b4f1-951c60184b68} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 14688 | 2024.07.30 01:38:35.158845 [ 3 ] {d30cef20-f689-407c-b4f1-951c60184b68} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14689 | 2024.07.30 01:38:35.158999 [ 3 ] {d30cef20-f689-407c-b4f1-951c60184b68} <Debug> executeQuery: Read 433 rows, 31.56 KiB in 0.001723 sec., 251305.86186883345 rows/sec., 17.89 MiB/sec. | ||
| 14690 | 2024.07.30 01:38:35.159173 [ 3 ] {d30cef20-f689-407c-b4f1-951c60184b68} <Debug> DynamicQueryHandler: Done processing query | ||
| 14691 | 2024.07.30 01:38:35.159197 [ 3 ] {d30cef20-f689-407c-b4f1-951c60184b68} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 14692 | 2024.07.30 01:38:35.159213 [ 3 ] {} <Debug> HTTP-Session: 9540087a-e1f1-485e-86c0-06f90d2334de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14693 | 2024.07.30 01:38:35.159364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14694 | 2024.07.30 01:38:35.159415 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14695 | 2024.07.30 01:38:35.159435 [ 3 ] {} <Debug> HTTP-Session: f3d09efc-32b6-4596-89e2-f26272cb3fcd Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14696 | 2024.07.30 01:38:35.159451 [ 3 ] {} <Debug> HTTP-Session: f3d09efc-32b6-4596-89e2-f26272cb3fcd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14697 | 2024.07.30 01:38:35.159465 [ 3 ] {} <Debug> HTTP-Session: f3d09efc-32b6-4596-89e2-f26272cb3fcd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14698 | 2024.07.30 01:38:35.159496 [ 3 ] {} <Trace> HTTP-Session: f3d09efc-32b6-4596-89e2-f26272cb3fcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14699 | 2024.07.30 01:38:35.159592 [ 3 ] {8d6ce37a-8be5-40e7-80b3-069943d8bc41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 14700 | 2024.07.30 01:38:35.159638 [ 3 ] {8d6ce37a-8be5-40e7-80b3-069943d8bc41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14701 | 2024.07.30 01:38:35.159770 [ 3 ] {8d6ce37a-8be5-40e7-80b3-069943d8bc41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14702 | 2024.07.30 01:38:35.160076 [ 3 ] {8d6ce37a-8be5-40e7-80b3-069943d8bc41} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14703 | 2024.07.30 01:38:35.160112 [ 3 ] {8d6ce37a-8be5-40e7-80b3-069943d8bc41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14704 | 2024.07.30 01:38:35.160475 [ 3 ] {8d6ce37a-8be5-40e7-80b3-069943d8bc41} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 14705 | 2024.07.30 01:38:35.160802 [ 3 ] {8d6ce37a-8be5-40e7-80b3-069943d8bc41} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14706 | 2024.07.30 01:38:35.160961 [ 3 ] {8d6ce37a-8be5-40e7-80b3-069943d8bc41} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001385 sec., 4332.129963898917 rows/sec., 186.15 KiB/sec. | ||
| 14707 | 2024.07.30 01:38:35.160968 [ 145 ] {} <Debug> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 14708 | 2024.07.30 01:38:35.161077 [ 145 ] {} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14709 | 2024.07.30 01:38:35.161121 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14710 | 2024.07.30 01:38:35.161239 [ 3 ] {8d6ce37a-8be5-40e7-80b3-069943d8bc41} <Debug> DynamicQueryHandler: Done processing query | ||
| 14711 | 2024.07.30 01:38:35.161322 [ 3 ] {8d6ce37a-8be5-40e7-80b3-069943d8bc41} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 14712 | 2024.07.30 01:38:35.161395 [ 3 ] {} <Debug> HTTP-Session: f3d09efc-32b6-4596-89e2-f26272cb3fcd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14713 | 2024.07.30 01:38:35.161457 [ 201 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 14714 | 2024.07.30 01:38:35.161639 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14715 | 2024.07.30 01:38:35.161799 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14716 | 2024.07.30 01:38:35.161882 [ 3 ] {} <Debug> HTTP-Session: 1a7565b4-777f-41c4-ae73-89f8a669842c Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14717 | 2024.07.30 01:38:35.161967 [ 3 ] {} <Debug> HTTP-Session: 1a7565b4-777f-41c4-ae73-89f8a669842c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14718 | 2024.07.30 01:38:35.162038 [ 3 ] {} <Debug> HTTP-Session: 1a7565b4-777f-41c4-ae73-89f8a669842c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14719 | 2024.07.30 01:38:35.162150 [ 3 ] {} <Trace> HTTP-Session: 1a7565b4-777f-41c4-ae73-89f8a669842c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14720 | 2024.07.30 01:38:35.162198 [ 201 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14721 | 2024.07.30 01:38:35.162262 [ 201 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 246 rows starting from the beginning of the part | ||
| 14722 | 2024.07.30 01:38:35.162411 [ 3 ] {75314f99-a895-49b5-b257-425991df6835} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 14723 | 2024.07.30 01:38:35.162512 [ 201 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part | ||
| 14724 | 2024.07.30 01:38:35.162552 [ 3 ] {75314f99-a895-49b5-b257-425991df6835} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 14725 | 2024.07.30 01:38:35.162869 [ 201 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part | ||
| 14726 | 2024.07.30 01:38:35.163224 [ 201 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part | ||
| 14727 | 2024.07.30 01:38:35.163513 [ 201 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part | ||
| 14728 | 2024.07.30 01:38:35.163664 [ 3 ] {75314f99-a895-49b5-b257-425991df6835} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14729 | 2024.07.30 01:38:35.163853 [ 201 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part | ||
| 14730 | 2024.07.30 01:38:35.164607 [ 3 ] {75314f99-a895-49b5-b257-425991df6835} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14731 | 2024.07.30 01:38:35.164674 [ 3 ] {75314f99-a895-49b5-b257-425991df6835} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14732 | 2024.07.30 01:38:35.165740 [ 3 ] {75314f99-a895-49b5-b257-425991df6835} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 14733 | 2024.07.30 01:38:35.166618 [ 199 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 276 rows, containing 4 columns (4 merged, 0 gathered) in 0.005424984 sec., 50875.72608509076 rows/sec., 2.13 MiB/sec. | ||
| 14734 | 2024.07.30 01:38:35.166749 [ 3 ] {75314f99-a895-49b5-b257-425991df6835} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14735 | 2024.07.30 01:38:35.166875 [ 194 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 14736 | 2024.07.30 01:38:35.166982 [ 145 ] {} <Debug> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 14737 | 2024.07.30 01:38:35.167054 [ 3 ] {75314f99-a895-49b5-b257-425991df6835} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004742 sec., 16237.874314635175 rows/sec., 1023.93 KiB/sec. | ||
| 14738 | 2024.07.30 01:38:35.167073 [ 145 ] {} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14739 | 2024.07.30 01:38:35.167162 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14740 | 2024.07.30 01:38:35.167604 [ 189 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 14741 | 2024.07.30 01:38:35.167698 [ 3 ] {75314f99-a895-49b5-b257-425991df6835} <Debug> DynamicQueryHandler: Done processing query | ||
| 14742 | 2024.07.30 01:38:35.167795 [ 3 ] {75314f99-a895-49b5-b257-425991df6835} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14743 | 2024.07.30 01:38:35.167889 [ 3 ] {} <Debug> HTTP-Session: 1a7565b4-777f-41c4-ae73-89f8a669842c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14744 | 2024.07.30 01:38:35.168255 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14745 | 2024.07.30 01:38:35.168272 [ 189 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14746 | 2024.07.30 01:38:35.168377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14747 | 2024.07.30 01:38:35.168398 [ 189 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 3157 rows starting from the beginning of the part | ||
| 14748 | 2024.07.30 01:38:35.168459 [ 3 ] {} <Debug> HTTP-Session: 4d788ad3-48a6-4d2e-b5ef-ff9c59d98c6c Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14749 | 2024.07.30 01:38:35.168542 [ 3 ] {} <Debug> HTTP-Session: 4d788ad3-48a6-4d2e-b5ef-ff9c59d98c6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14750 | 2024.07.30 01:38:35.168625 [ 3 ] {} <Debug> HTTP-Session: 4d788ad3-48a6-4d2e-b5ef-ff9c59d98c6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14751 | 2024.07.30 01:38:35.168774 [ 3 ] {} <Trace> HTTP-Session: 4d788ad3-48a6-4d2e-b5ef-ff9c59d98c6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14752 | 2024.07.30 01:38:35.168860 [ 189 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 77 rows starting from the beginning of the part | ||
| 14753 | 2024.07.30 01:38:35.168904 [ 194 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_46_9} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14754 | 2024.07.30 01:38:35.169235 [ 189 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 77 rows starting from the beginning of the part | ||
| 14755 | 2024.07.30 01:38:35.169269 [ 3 ] {ada8804d-1fa8-4573-8cbf-22ffd1b01450} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14756 | 2024.07.30 01:38:35.169507 [ 3 ] {ada8804d-1fa8-4573-8cbf-22ffd1b01450} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14757 | 2024.07.30 01:38:35.169781 [ 189 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 77 rows starting from the beginning of the part | ||
| 14758 | 2024.07.30 01:38:35.169918 [ 194 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_46_9} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 14759 | 2024.07.30 01:38:35.170219 [ 189 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 77 rows starting from the beginning of the part | ||
| 14760 | 2024.07.30 01:38:35.170610 [ 189 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 77 rows starting from the beginning of the part | ||
| 14761 | 2024.07.30 01:38:35.171028 [ 3 ] {ada8804d-1fa8-4573-8cbf-22ffd1b01450} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14762 | 2024.07.30 01:38:35.171168 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 14763 | 2024.07.30 01:38:35.172092 [ 3 ] {ada8804d-1fa8-4573-8cbf-22ffd1b01450} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14764 | 2024.07.30 01:38:35.172137 [ 3 ] {ada8804d-1fa8-4573-8cbf-22ffd1b01450} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14765 | 2024.07.30 01:38:35.173185 [ 3 ] {ada8804d-1fa8-4573-8cbf-22ffd1b01450} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 14766 | 2024.07.30 01:38:35.173731 [ 3 ] {ada8804d-1fa8-4573-8cbf-22ffd1b01450} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14767 | 2024.07.30 01:38:35.174128 [ 199 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3542 rows, containing 5 columns (5 merged, 0 gathered) in 0.006805809 sec., 520437.76133006375 rows/sec., 32.05 MiB/sec. | ||
| 14768 | 2024.07.30 01:38:35.174138 [ 3 ] {ada8804d-1fa8-4573-8cbf-22ffd1b01450} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00511 sec., 31311.154598825833 rows/sec., 2.18 MiB/sec. | ||
| 14769 | 2024.07.30 01:38:35.174354 [ 3 ] {ada8804d-1fa8-4573-8cbf-22ffd1b01450} <Debug> DynamicQueryHandler: Done processing query | ||
| 14770 | 2024.07.30 01:38:35.174386 [ 3 ] {ada8804d-1fa8-4573-8cbf-22ffd1b01450} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 14771 | 2024.07.30 01:38:35.174411 [ 3 ] {} <Debug> HTTP-Session: 4d788ad3-48a6-4d2e-b5ef-ff9c59d98c6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14772 | 2024.07.30 01:38:35.174421 [ 199 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 14773 | 2024.07.30 01:38:35.174620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 82641, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14774 | 2024.07.30 01:38:35.174696 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14775 | 2024.07.30 01:38:35.174728 [ 3 ] {} <Debug> HTTP-Session: 3df60a8b-e7af-462e-bf15-134cb2a82e32 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14776 | 2024.07.30 01:38:35.174754 [ 3 ] {} <Debug> HTTP-Session: 3df60a8b-e7af-462e-bf15-134cb2a82e32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14777 | 2024.07.30 01:38:35.174777 [ 3 ] {} <Debug> HTTP-Session: 3df60a8b-e7af-462e-bf15-134cb2a82e32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14778 | 2024.07.30 01:38:35.174823 [ 3 ] {} <Trace> HTTP-Session: 3df60a8b-e7af-462e-bf15-134cb2a82e32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14779 | 2024.07.30 01:38:35.175034 [ 199 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_46_9} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14780 | 2024.07.30 01:38:35.175145 [ 199 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_46_9} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 14781 | 2024.07.30 01:38:35.175250 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 14782 | 2024.07.30 01:38:35.175446 [ 3 ] {eb618d22-3055-46f2-82e9-a385e718d8f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 14783 | 2024.07.30 01:38:35.175515 [ 3 ] {eb618d22-3055-46f2-82e9-a385e718d8f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 14784 | 2024.07.30 01:38:35.175953 [ 3 ] {eb618d22-3055-46f2-82e9-a385e718d8f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14785 | 2024.07.30 01:38:35.177041 [ 3 ] {eb618d22-3055-46f2-82e9-a385e718d8f4} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14786 | 2024.07.30 01:38:35.177078 [ 3 ] {eb618d22-3055-46f2-82e9-a385e718d8f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14787 | 2024.07.30 01:38:35.177749 [ 3 ] {eb618d22-3055-46f2-82e9-a385e718d8f4} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 14788 | 2024.07.30 01:38:35.178166 [ 3 ] {eb618d22-3055-46f2-82e9-a385e718d8f4} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14789 | 2024.07.30 01:38:35.178346 [ 145 ] {} <Debug> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 14790 | 2024.07.30 01:38:35.178364 [ 3 ] {eb618d22-3055-46f2-82e9-a385e718d8f4} <Debug> executeQuery: Read 51 rows, 93.58 KiB in 0.003387 sec., 15057.573073516387 rows/sec., 26.98 MiB/sec. | ||
| 14791 | 2024.07.30 01:38:35.178402 [ 145 ] {} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14792 | 2024.07.30 01:38:35.178486 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14793 | 2024.07.30 01:38:35.178874 [ 191 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::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 | ||
| 14794 | 2024.07.30 01:38:35.179094 [ 3 ] {eb618d22-3055-46f2-82e9-a385e718d8f4} <Debug> DynamicQueryHandler: Done processing query | ||
| 14795 | 2024.07.30 01:38:35.179156 [ 3 ] {eb618d22-3055-46f2-82e9-a385e718d8f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 14796 | 2024.07.30 01:38:35.179232 [ 3 ] {} <Debug> HTTP-Session: 3df60a8b-e7af-462e-bf15-134cb2a82e32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14797 | 2024.07.30 01:38:35.179553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14798 | 2024.07.30 01:38:35.179719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14799 | 2024.07.30 01:38:35.179809 [ 3 ] {} <Debug> HTTP-Session: d5a47f97-ffee-456b-ba2e-78709e1e695d Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14800 | 2024.07.30 01:38:35.179882 [ 3 ] {} <Debug> HTTP-Session: d5a47f97-ffee-456b-ba2e-78709e1e695d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14801 | 2024.07.30 01:38:35.179941 [ 3 ] {} <Debug> HTTP-Session: d5a47f97-ffee-456b-ba2e-78709e1e695d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14802 | 2024.07.30 01:38:35.180053 [ 3 ] {} <Trace> HTTP-Session: d5a47f97-ffee-456b-ba2e-78709e1e695d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14803 | 2024.07.30 01:38:35.180233 [ 3 ] {3a7c673a-437b-4146-976e-5702c909536b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 14804 | 2024.07.30 01:38:35.180256 [ 191 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14805 | 2024.07.30 01:38:35.180296 [ 3 ] {3a7c673a-437b-4146-976e-5702c909536b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 14806 | 2024.07.30 01:38:35.180354 [ 191 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1173 rows starting from the beginning of the part | ||
| 14807 | 2024.07.30 01:38:35.180823 [ 3 ] {3a7c673a-437b-4146-976e-5702c909536b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14808 | 2024.07.30 01:38:35.181025 [ 191 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 51 rows starting from the beginning of the part | ||
| 14809 | 2024.07.30 01:38:35.181606 [ 191 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 51 rows starting from the beginning of the part | ||
| 14810 | 2024.07.30 01:38:35.181698 [ 3 ] {3a7c673a-437b-4146-976e-5702c909536b} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14811 | 2024.07.30 01:38:35.181769 [ 3 ] {3a7c673a-437b-4146-976e-5702c909536b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14812 | 2024.07.30 01:38:35.182107 [ 191 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 51 rows starting from the beginning of the part | ||
| 14813 | 2024.07.30 01:38:35.182656 [ 191 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 51 rows starting from the beginning of the part | ||
| 14814 | 2024.07.30 01:38:35.182823 [ 3 ] {3a7c673a-437b-4146-976e-5702c909536b} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 14815 | 2024.07.30 01:38:35.183082 [ 191 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 51 rows starting from the beginning of the part | ||
| 14816 | 2024.07.30 01:38:35.183745 [ 3 ] {3a7c673a-437b-4146-976e-5702c909536b} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14817 | 2024.07.30 01:38:35.183982 [ 145 ] {} <Debug> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 14818 | 2024.07.30 01:38:35.183984 [ 3 ] {3a7c673a-437b-4146-976e-5702c909536b} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.003796 sec., 6059.009483667018 rows/sec., 327.75 KiB/sec. | ||
| 14819 | 2024.07.30 01:38:35.184069 [ 145 ] {} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14820 | 2024.07.30 01:38:35.184183 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14821 | 2024.07.30 01:38:35.184551 [ 3 ] {3a7c673a-437b-4146-976e-5702c909536b} <Debug> DynamicQueryHandler: Done processing query | ||
| 14822 | 2024.07.30 01:38:35.184637 [ 3 ] {3a7c673a-437b-4146-976e-5702c909536b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 14823 | 2024.07.30 01:38:35.184752 [ 3 ] {} <Debug> HTTP-Session: d5a47f97-ffee-456b-ba2e-78709e1e695d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14824 | 2024.07.30 01:38:35.184850 [ 199 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::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 | ||
| 14825 | 2024.07.30 01:38:35.185125 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14826 | 2024.07.30 01:38:35.185420 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14827 | 2024.07.30 01:38:35.185578 [ 3 ] {} <Debug> HTTP-Session: fde33623-8ba3-41a1-bef0-71c760615f48 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14828 | 2024.07.30 01:38:35.185734 [ 3 ] {} <Debug> HTTP-Session: fde33623-8ba3-41a1-bef0-71c760615f48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14829 | 2024.07.30 01:38:35.185860 [ 3 ] {} <Debug> HTTP-Session: fde33623-8ba3-41a1-bef0-71c760615f48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14830 | 2024.07.30 01:38:35.186033 [ 199 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14831 | 2024.07.30 01:38:35.186100 [ 3 ] {} <Trace> HTTP-Session: fde33623-8ba3-41a1-bef0-71c760615f48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14832 | 2024.07.30 01:38:35.186217 [ 199 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 994 rows starting from the beginning of the part | ||
| 14833 | 2024.07.30 01:38:35.186748 [ 3 ] {395aa72e-2204-4478-a81e-84ad0036c4f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14834 | 2024.07.30 01:38:35.186771 [ 199 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 23 rows starting from the beginning of the part | ||
| 14835 | 2024.07.30 01:38:35.186926 [ 3 ] {395aa72e-2204-4478-a81e-84ad0036c4f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14836 | 2024.07.30 01:38:35.187223 [ 199 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 23 rows starting from the beginning of the part | ||
| 14837 | 2024.07.30 01:38:35.187528 [ 199 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 23 rows starting from the beginning of the part | ||
| 14838 | 2024.07.30 01:38:35.187819 [ 199 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 23 rows starting from the beginning of the part | ||
| 14839 | 2024.07.30 01:38:35.188084 [ 199 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 23 rows starting from the beginning of the part | ||
| 14840 | 2024.07.30 01:38:35.188133 [ 3 ] {395aa72e-2204-4478-a81e-84ad0036c4f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14841 | 2024.07.30 01:38:35.189332 [ 3 ] {395aa72e-2204-4478-a81e-84ad0036c4f5} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14842 | 2024.07.30 01:38:35.189392 [ 3 ] {395aa72e-2204-4478-a81e-84ad0036c4f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 14843 | 2024.07.30 01:38:35.190547 [ 3 ] {395aa72e-2204-4478-a81e-84ad0036c4f5} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 14844 | 2024.07.30 01:38:35.191521 [ 188 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1109 rows, containing 4 columns (4 merged, 0 gathered) in 0.007148503 sec., 155137.3763150131 rows/sec., 8.33 MiB/sec. | ||
| 14845 | 2024.07.30 01:38:35.191650 [ 3 ] {395aa72e-2204-4478-a81e-84ad0036c4f5} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14846 | 2024.07.30 01:38:35.192076 [ 188 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 14847 | 2024.07.30 01:38:35.192143 [ 3 ] {395aa72e-2204-4478-a81e-84ad0036c4f5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005713 sec., 10502.363031682127 rows/sec., 724.77 KiB/sec. | ||
| 14848 | 2024.07.30 01:38:35.192722 [ 3 ] {395aa72e-2204-4478-a81e-84ad0036c4f5} <Debug> DynamicQueryHandler: Done processing query | ||
| 14849 | 2024.07.30 01:38:35.192788 [ 3 ] {395aa72e-2204-4478-a81e-84ad0036c4f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 14850 | 2024.07.30 01:38:35.192879 [ 3 ] {} <Debug> HTTP-Session: fde33623-8ba3-41a1-bef0-71c760615f48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14851 | 2024.07.30 01:38:35.193629 [ 188 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_46_9} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14852 | 2024.07.30 01:38:35.193895 [ 188 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_46_9} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 14853 | 2024.07.30 01:38:35.194049 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 14854 | 2024.07.30 01:38:35.197395 [ 196 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1428 rows, containing 19 columns (19 merged, 0 gathered) in 0.018775571 sec., 76056.27546560367 rows/sec., 136.29 MiB/sec. | ||
| 14855 | 2024.07.30 01:38:35.198961 [ 196 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 14856 | 2024.07.30 01:38:35.199596 [ 196 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14857 | 2024.07.30 01:38:35.199690 [ 196 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 14858 | 2024.07.30 01:38:35.199864 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.04 MiB. | ||
| 14859 | 2024.07.30 01:38:36.000189 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 206.67 MiB, peak 218.68 MiB, free memory in arenas 0.00 B, will set to 207.68 MiB (RSS), difference: 1.01 MiB | ||
| 14860 | 2024.07.30 01:38:40.144448 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 7845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14861 | 2024.07.30 01:38:40.144615 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14862 | 2024.07.30 01:38:40.144658 [ 3 ] {} <Debug> HTTP-Session: a2502fcb-58ea-422f-a931-0e1cac782752 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14863 | 2024.07.30 01:38:40.144694 [ 3 ] {} <Debug> HTTP-Session: a2502fcb-58ea-422f-a931-0e1cac782752 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14864 | 2024.07.30 01:38:40.144720 [ 3 ] {} <Debug> HTTP-Session: a2502fcb-58ea-422f-a931-0e1cac782752 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14865 | 2024.07.30 01:38:40.144791 [ 3 ] {} <Trace> HTTP-Session: a2502fcb-58ea-422f-a931-0e1cac782752 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14866 | 2024.07.30 01:38:40.145032 [ 3 ] {46d23484-5945-4604-9659-98db985130b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14867 | 2024.07.30 01:38:40.145107 [ 3 ] {46d23484-5945-4604-9659-98db985130b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14868 | 2024.07.30 01:38:40.145303 [ 3 ] {46d23484-5945-4604-9659-98db985130b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14869 | 2024.07.30 01:38:40.145831 [ 3 ] {46d23484-5945-4604-9659-98db985130b0} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14870 | 2024.07.30 01:38:40.145879 [ 3 ] {46d23484-5945-4604-9659-98db985130b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 14871 | 2024.07.30 01:38:40.146275 [ 3 ] {46d23484-5945-4604-9659-98db985130b0} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 14872 | 2024.07.30 01:38:40.146635 [ 3 ] {46d23484-5945-4604-9659-98db985130b0} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14873 | 2024.07.30 01:38:40.146806 [ 3 ] {46d23484-5945-4604-9659-98db985130b0} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001846 sec., 30335.861321776814 rows/sec., 2.33 MiB/sec. | ||
| 14874 | 2024.07.30 01:38:40.147050 [ 3 ] {46d23484-5945-4604-9659-98db985130b0} <Debug> DynamicQueryHandler: Done processing query | ||
| 14875 | 2024.07.30 01:38:40.147077 [ 3 ] {46d23484-5945-4604-9659-98db985130b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14876 | 2024.07.30 01:38:40.147094 [ 3 ] {} <Debug> HTTP-Session: a2502fcb-58ea-422f-a931-0e1cac782752 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14877 | 2024.07.30 01:38:40.147282 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 10894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14878 | 2024.07.30 01:38:40.147341 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14879 | 2024.07.30 01:38:40.147362 [ 3 ] {} <Debug> HTTP-Session: f7afda13-69a4-4868-a690-2afaed56db6f Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14880 | 2024.07.30 01:38:40.147380 [ 3 ] {} <Debug> HTTP-Session: f7afda13-69a4-4868-a690-2afaed56db6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14881 | 2024.07.30 01:38:40.147394 [ 3 ] {} <Debug> HTTP-Session: f7afda13-69a4-4868-a690-2afaed56db6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14882 | 2024.07.30 01:38:40.147429 [ 3 ] {} <Trace> HTTP-Session: f7afda13-69a4-4868-a690-2afaed56db6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14883 | 2024.07.30 01:38:40.147557 [ 3 ] {228fe681-233f-4109-af83-6826a70cee50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14884 | 2024.07.30 01:38:40.147606 [ 3 ] {228fe681-233f-4109-af83-6826a70cee50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14885 | 2024.07.30 01:38:40.147754 [ 3 ] {228fe681-233f-4109-af83-6826a70cee50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14886 | 2024.07.30 01:38:40.148146 [ 3 ] {228fe681-233f-4109-af83-6826a70cee50} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14887 | 2024.07.30 01:38:40.148186 [ 3 ] {228fe681-233f-4109-af83-6826a70cee50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 14888 | 2024.07.30 01:38:40.148518 [ 3 ] {228fe681-233f-4109-af83-6826a70cee50} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 14889 | 2024.07.30 01:38:40.148974 [ 3 ] {228fe681-233f-4109-af83-6826a70cee50} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14890 | 2024.07.30 01:38:40.149144 [ 3 ] {228fe681-233f-4109-af83-6826a70cee50} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001631 sec., 39239.73022685469 rows/sec., 3.06 MiB/sec. | ||
| 14891 | 2024.07.30 01:38:40.149418 [ 3 ] {228fe681-233f-4109-af83-6826a70cee50} <Debug> DynamicQueryHandler: Done processing query | ||
| 14892 | 2024.07.30 01:38:40.149459 [ 3 ] {228fe681-233f-4109-af83-6826a70cee50} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 14893 | 2024.07.30 01:38:40.149493 [ 3 ] {} <Debug> HTTP-Session: f7afda13-69a4-4868-a690-2afaed56db6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14894 | 2024.07.30 01:38:40.149700 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14895 | 2024.07.30 01:38:40.149777 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14896 | 2024.07.30 01:38:40.149810 [ 3 ] {} <Debug> HTTP-Session: 6d83109a-64c5-4e26-9a67-4ce9e4c93345 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14897 | 2024.07.30 01:38:40.149835 [ 3 ] {} <Debug> HTTP-Session: 6d83109a-64c5-4e26-9a67-4ce9e4c93345 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14898 | 2024.07.30 01:38:40.149850 [ 3 ] {} <Debug> HTTP-Session: 6d83109a-64c5-4e26-9a67-4ce9e4c93345 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14899 | 2024.07.30 01:38:40.149885 [ 3 ] {} <Trace> HTTP-Session: 6d83109a-64c5-4e26-9a67-4ce9e4c93345 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14900 | 2024.07.30 01:38:40.150046 [ 3 ] {df14ecd6-1e37-4edd-b708-ca1ea736aaf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14901 | 2024.07.30 01:38:40.150094 [ 3 ] {df14ecd6-1e37-4edd-b708-ca1ea736aaf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14902 | 2024.07.30 01:38:40.150248 [ 3 ] {df14ecd6-1e37-4edd-b708-ca1ea736aaf7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14903 | 2024.07.30 01:38:40.150692 [ 3 ] {df14ecd6-1e37-4edd-b708-ca1ea736aaf7} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14904 | 2024.07.30 01:38:40.150731 [ 3 ] {df14ecd6-1e37-4edd-b708-ca1ea736aaf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 14905 | 2024.07.30 01:38:40.151139 [ 3 ] {df14ecd6-1e37-4edd-b708-ca1ea736aaf7} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 14906 | 2024.07.30 01:38:40.151535 [ 3 ] {df14ecd6-1e37-4edd-b708-ca1ea736aaf7} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14907 | 2024.07.30 01:38:40.151704 [ 3 ] {df14ecd6-1e37-4edd-b708-ca1ea736aaf7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001728 sec., 92592.5925925926 rows/sec., 6.45 MiB/sec. | ||
| 14908 | 2024.07.30 01:38:40.151895 [ 3 ] {df14ecd6-1e37-4edd-b708-ca1ea736aaf7} <Debug> DynamicQueryHandler: Done processing query | ||
| 14909 | 2024.07.30 01:38:40.151921 [ 3 ] {df14ecd6-1e37-4edd-b708-ca1ea736aaf7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 14910 | 2024.07.30 01:38:40.151937 [ 3 ] {} <Debug> HTTP-Session: 6d83109a-64c5-4e26-9a67-4ce9e4c93345 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14911 | 2024.07.30 01:38:40.152094 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14912 | 2024.07.30 01:38:40.152147 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14913 | 2024.07.30 01:38:40.152167 [ 3 ] {} <Debug> HTTP-Session: 1a3bb295-6e49-49ee-999a-d9f97f588681 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14914 | 2024.07.30 01:38:40.152184 [ 3 ] {} <Debug> HTTP-Session: 1a3bb295-6e49-49ee-999a-d9f97f588681 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14915 | 2024.07.30 01:38:40.152197 [ 3 ] {} <Debug> HTTP-Session: 1a3bb295-6e49-49ee-999a-d9f97f588681 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14916 | 2024.07.30 01:38:40.152229 [ 3 ] {} <Trace> HTTP-Session: 1a3bb295-6e49-49ee-999a-d9f97f588681 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14917 | 2024.07.30 01:38:40.152352 [ 3 ] {1d8c6078-4e19-4c75-b02a-ee7c0d6bcdae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14918 | 2024.07.30 01:38:40.152399 [ 3 ] {1d8c6078-4e19-4c75-b02a-ee7c0d6bcdae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14919 | 2024.07.30 01:38:40.152531 [ 3 ] {1d8c6078-4e19-4c75-b02a-ee7c0d6bcdae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14920 | 2024.07.30 01:38:40.152863 [ 3 ] {1d8c6078-4e19-4c75-b02a-ee7c0d6bcdae} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14921 | 2024.07.30 01:38:40.152901 [ 3 ] {1d8c6078-4e19-4c75-b02a-ee7c0d6bcdae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 14922 | 2024.07.30 01:38:40.153261 [ 3 ] {1d8c6078-4e19-4c75-b02a-ee7c0d6bcdae} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 14923 | 2024.07.30 01:38:40.153598 [ 3 ] {1d8c6078-4e19-4c75-b02a-ee7c0d6bcdae} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14924 | 2024.07.30 01:38:40.153755 [ 3 ] {1d8c6078-4e19-4c75-b02a-ee7c0d6bcdae} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001445 sec., 41522.491349480966 rows/sec., 2.80 MiB/sec. | ||
| 14925 | 2024.07.30 01:38:40.153948 [ 3 ] {1d8c6078-4e19-4c75-b02a-ee7c0d6bcdae} <Debug> DynamicQueryHandler: Done processing query | ||
| 14926 | 2024.07.30 01:38:40.153985 [ 3 ] {1d8c6078-4e19-4c75-b02a-ee7c0d6bcdae} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 14927 | 2024.07.30 01:38:40.154016 [ 3 ] {} <Debug> HTTP-Session: 1a3bb295-6e49-49ee-999a-d9f97f588681 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14928 | 2024.07.30 01:38:42.810111 [ 137 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14929 | 2024.07.30 01:38:42.810175 [ 137 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14930 | 2024.07.30 01:38:44.003051 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.002678598 sec. | ||
| 14931 | 2024.07.30 01:38:45.150567 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 8063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14932 | 2024.07.30 01:38:45.150734 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14933 | 2024.07.30 01:38:45.150778 [ 3 ] {} <Debug> HTTP-Session: 0b9fe3bf-46a3-439b-85f2-91a4ee479b2c Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14934 | 2024.07.30 01:38:45.150816 [ 3 ] {} <Debug> HTTP-Session: 0b9fe3bf-46a3-439b-85f2-91a4ee479b2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14935 | 2024.07.30 01:38:45.150842 [ 3 ] {} <Debug> HTTP-Session: 0b9fe3bf-46a3-439b-85f2-91a4ee479b2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14936 | 2024.07.30 01:38:45.150918 [ 3 ] {} <Trace> HTTP-Session: 0b9fe3bf-46a3-439b-85f2-91a4ee479b2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14937 | 2024.07.30 01:38:45.151216 [ 3 ] {b4a33c86-4d89-40e4-a05f-dc9ec876f8da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 14938 | 2024.07.30 01:38:45.151288 [ 3 ] {b4a33c86-4d89-40e4-a05f-dc9ec876f8da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 14939 | 2024.07.30 01:38:45.151489 [ 3 ] {b4a33c86-4d89-40e4-a05f-dc9ec876f8da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14940 | 2024.07.30 01:38:45.151992 [ 3 ] {b4a33c86-4d89-40e4-a05f-dc9ec876f8da} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14941 | 2024.07.30 01:38:45.152041 [ 3 ] {b4a33c86-4d89-40e4-a05f-dc9ec876f8da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 14942 | 2024.07.30 01:38:45.152427 [ 3 ] {b4a33c86-4d89-40e4-a05f-dc9ec876f8da} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 14943 | 2024.07.30 01:38:45.152778 [ 3 ] {b4a33c86-4d89-40e4-a05f-dc9ec876f8da} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14944 | 2024.07.30 01:38:45.152962 [ 3 ] {b4a33c86-4d89-40e4-a05f-dc9ec876f8da} <Debug> executeQuery: Read 57 rows, 4.47 KiB in 0.001844 sec., 30911.062906724514 rows/sec., 2.37 MiB/sec. | ||
| 14945 | 2024.07.30 01:38:45.153184 [ 3 ] {b4a33c86-4d89-40e4-a05f-dc9ec876f8da} <Debug> DynamicQueryHandler: Done processing query | ||
| 14946 | 2024.07.30 01:38:45.153211 [ 3 ] {b4a33c86-4d89-40e4-a05f-dc9ec876f8da} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14947 | 2024.07.30 01:38:45.153228 [ 3 ] {} <Debug> HTTP-Session: 0b9fe3bf-46a3-439b-85f2-91a4ee479b2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14948 | 2024.07.30 01:38:45.153388 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14949 | 2024.07.30 01:38:45.153445 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14950 | 2024.07.30 01:38:45.153465 [ 3 ] {} <Debug> HTTP-Session: ac79caa3-9651-43f6-91b0-8ff8def3882e Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14951 | 2024.07.30 01:38:45.153484 [ 3 ] {} <Debug> HTTP-Session: ac79caa3-9651-43f6-91b0-8ff8def3882e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14952 | 2024.07.30 01:38:45.153498 [ 3 ] {} <Debug> HTTP-Session: ac79caa3-9651-43f6-91b0-8ff8def3882e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14953 | 2024.07.30 01:38:45.153533 [ 3 ] {} <Trace> HTTP-Session: ac79caa3-9651-43f6-91b0-8ff8def3882e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14954 | 2024.07.30 01:38:45.153636 [ 3 ] {0d8e2461-af4a-4f3e-b9be-3c3630c30d0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 14955 | 2024.07.30 01:38:45.153683 [ 3 ] {0d8e2461-af4a-4f3e-b9be-3c3630c30d0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14956 | 2024.07.30 01:38:45.153816 [ 3 ] {0d8e2461-af4a-4f3e-b9be-3c3630c30d0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14957 | 2024.07.30 01:38:45.154176 [ 3 ] {0d8e2461-af4a-4f3e-b9be-3c3630c30d0c} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14958 | 2024.07.30 01:38:45.154214 [ 3 ] {0d8e2461-af4a-4f3e-b9be-3c3630c30d0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 14959 | 2024.07.30 01:38:45.154521 [ 3 ] {0d8e2461-af4a-4f3e-b9be-3c3630c30d0c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 14960 | 2024.07.30 01:38:45.154844 [ 3 ] {0d8e2461-af4a-4f3e-b9be-3c3630c30d0c} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14961 | 2024.07.30 01:38:45.155005 [ 3 ] {0d8e2461-af4a-4f3e-b9be-3c3630c30d0c} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001391 sec., 4313.443565780014 rows/sec., 351.73 KiB/sec. | ||
| 14962 | 2024.07.30 01:38:45.155179 [ 3 ] {0d8e2461-af4a-4f3e-b9be-3c3630c30d0c} <Debug> DynamicQueryHandler: Done processing query | ||
| 14963 | 2024.07.30 01:38:45.155204 [ 3 ] {0d8e2461-af4a-4f3e-b9be-3c3630c30d0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 14964 | 2024.07.30 01:38:45.155220 [ 3 ] {} <Debug> HTTP-Session: ac79caa3-9651-43f6-91b0-8ff8def3882e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14965 | 2024.07.30 01:38:45.155419 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 47930, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14966 | 2024.07.30 01:38:45.155472 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14967 | 2024.07.30 01:38:45.155492 [ 3 ] {} <Debug> HTTP-Session: 35a03c1a-959c-464d-962f-8f8f8de38820 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14968 | 2024.07.30 01:38:45.155508 [ 3 ] {} <Debug> HTTP-Session: 35a03c1a-959c-464d-962f-8f8f8de38820 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14969 | 2024.07.30 01:38:45.155522 [ 3 ] {} <Debug> HTTP-Session: 35a03c1a-959c-464d-962f-8f8f8de38820 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14970 | 2024.07.30 01:38:45.155554 [ 3 ] {} <Trace> HTTP-Session: 35a03c1a-959c-464d-962f-8f8f8de38820 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14971 | 2024.07.30 01:38:45.155748 [ 3 ] {9b303e7c-01a8-4a7a-bd08-a6b44013995c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14972 | 2024.07.30 01:38:45.155792 [ 3 ] {9b303e7c-01a8-4a7a-bd08-a6b44013995c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14973 | 2024.07.30 01:38:45.155922 [ 3 ] {9b303e7c-01a8-4a7a-bd08-a6b44013995c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14974 | 2024.07.30 01:38:45.156421 [ 3 ] {9b303e7c-01a8-4a7a-bd08-a6b44013995c} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14975 | 2024.07.30 01:38:45.156458 [ 3 ] {9b303e7c-01a8-4a7a-bd08-a6b44013995c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 14976 | 2024.07.30 01:38:45.156793 [ 3 ] {9b303e7c-01a8-4a7a-bd08-a6b44013995c} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 14977 | 2024.07.30 01:38:45.157117 [ 3 ] {9b303e7c-01a8-4a7a-bd08-a6b44013995c} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14978 | 2024.07.30 01:38:45.157277 [ 3 ] {9b303e7c-01a8-4a7a-bd08-a6b44013995c} <Debug> executeQuery: Read 317 rows, 28.67 KiB in 0.001627 sec., 194837.12354025815 rows/sec., 17.21 MiB/sec. | ||
| 14979 | 2024.07.30 01:38:45.157529 [ 3 ] {9b303e7c-01a8-4a7a-bd08-a6b44013995c} <Debug> DynamicQueryHandler: Done processing query | ||
| 14980 | 2024.07.30 01:38:45.157592 [ 3 ] {9b303e7c-01a8-4a7a-bd08-a6b44013995c} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 14981 | 2024.07.30 01:38:45.157654 [ 3 ] {} <Debug> HTTP-Session: 35a03c1a-959c-464d-962f-8f8f8de38820 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14982 | 2024.07.30 01:38:45.157846 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14983 | 2024.07.30 01:38:45.157906 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14984 | 2024.07.30 01:38:45.157925 [ 3 ] {} <Debug> HTTP-Session: b953889e-04a9-4282-827e-263d8e3eccd7 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 14985 | 2024.07.30 01:38:45.157942 [ 3 ] {} <Debug> HTTP-Session: b953889e-04a9-4282-827e-263d8e3eccd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14986 | 2024.07.30 01:38:45.157956 [ 3 ] {} <Debug> HTTP-Session: b953889e-04a9-4282-827e-263d8e3eccd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14987 | 2024.07.30 01:38:45.157988 [ 3 ] {} <Trace> HTTP-Session: b953889e-04a9-4282-827e-263d8e3eccd7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14988 | 2024.07.30 01:38:45.158091 [ 3 ] {591740ed-2389-427d-8c92-955f1e81a6c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 14989 | 2024.07.30 01:38:45.158136 [ 3 ] {591740ed-2389-427d-8c92-955f1e81a6c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14990 | 2024.07.30 01:38:45.158284 [ 3 ] {591740ed-2389-427d-8c92-955f1e81a6c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14991 | 2024.07.30 01:38:45.158572 [ 3 ] {591740ed-2389-427d-8c92-955f1e81a6c6} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14992 | 2024.07.30 01:38:45.158609 [ 3 ] {591740ed-2389-427d-8c92-955f1e81a6c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 14993 | 2024.07.30 01:38:45.158907 [ 3 ] {591740ed-2389-427d-8c92-955f1e81a6c6} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 14994 | 2024.07.30 01:38:45.159221 [ 3 ] {591740ed-2389-427d-8c92-955f1e81a6c6} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14995 | 2024.07.30 01:38:45.159379 [ 3 ] {591740ed-2389-427d-8c92-955f1e81a6c6} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001307 sec., 4590.665646518745 rows/sec., 320.54 KiB/sec. | ||
| 14996 | 2024.07.30 01:38:45.159670 [ 3 ] {591740ed-2389-427d-8c92-955f1e81a6c6} <Debug> DynamicQueryHandler: Done processing query | ||
| 14997 | 2024.07.30 01:38:45.159713 [ 3 ] {591740ed-2389-427d-8c92-955f1e81a6c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 14998 | 2024.07.30 01:38:45.159730 [ 3 ] {} <Debug> HTTP-Session: b953889e-04a9-4282-827e-263d8e3eccd7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14999 | 2024.07.30 01:38:45.159965 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 71244, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15000 | 2024.07.30 01:38:45.160020 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15001 | 2024.07.30 01:38:45.160040 [ 3 ] {} <Debug> HTTP-Session: b691316d-1722-4cfb-98a8-3df6c5bd88dd Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15002 | 2024.07.30 01:38:45.160057 [ 3 ] {} <Debug> HTTP-Session: b691316d-1722-4cfb-98a8-3df6c5bd88dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15003 | 2024.07.30 01:38:45.160071 [ 3 ] {} <Debug> HTTP-Session: b691316d-1722-4cfb-98a8-3df6c5bd88dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15004 | 2024.07.30 01:38:45.160102 [ 3 ] {} <Trace> HTTP-Session: b691316d-1722-4cfb-98a8-3df6c5bd88dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15005 | 2024.07.30 01:38:45.160344 [ 3 ] {50f4072d-5d44-471a-85c4-b74e0926d0ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15006 | 2024.07.30 01:38:45.160389 [ 3 ] {50f4072d-5d44-471a-85c4-b74e0926d0ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15007 | 2024.07.30 01:38:45.160533 [ 3 ] {50f4072d-5d44-471a-85c4-b74e0926d0ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15008 | 2024.07.30 01:38:45.161085 [ 3 ] {50f4072d-5d44-471a-85c4-b74e0926d0ff} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15009 | 2024.07.30 01:38:45.161122 [ 3 ] {50f4072d-5d44-471a-85c4-b74e0926d0ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 15010 | 2024.07.30 01:38:45.161456 [ 3 ] {50f4072d-5d44-471a-85c4-b74e0926d0ff} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 15011 | 2024.07.30 01:38:45.161771 [ 3 ] {50f4072d-5d44-471a-85c4-b74e0926d0ff} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15012 | 2024.07.30 01:38:45.161923 [ 3 ] {50f4072d-5d44-471a-85c4-b74e0926d0ff} <Debug> executeQuery: Read 439 rows, 32.05 KiB in 0.001708 sec., 257025.76112412175 rows/sec., 18.32 MiB/sec. | ||
| 15013 | 2024.07.30 01:38:45.162175 [ 3 ] {50f4072d-5d44-471a-85c4-b74e0926d0ff} <Debug> DynamicQueryHandler: Done processing query | ||
| 15014 | 2024.07.30 01:38:45.162238 [ 3 ] {50f4072d-5d44-471a-85c4-b74e0926d0ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 15015 | 2024.07.30 01:38:45.162291 [ 3 ] {} <Debug> HTTP-Session: b691316d-1722-4cfb-98a8-3df6c5bd88dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15016 | 2024.07.30 01:38:45.162481 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15017 | 2024.07.30 01:38:45.162536 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15018 | 2024.07.30 01:38:45.162554 [ 3 ] {} <Debug> HTTP-Session: 8d13b1d8-fe95-487e-a729-f89c3c556583 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15019 | 2024.07.30 01:38:45.162571 [ 3 ] {} <Debug> HTTP-Session: 8d13b1d8-fe95-487e-a729-f89c3c556583 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15020 | 2024.07.30 01:38:45.162585 [ 3 ] {} <Debug> HTTP-Session: 8d13b1d8-fe95-487e-a729-f89c3c556583 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15021 | 2024.07.30 01:38:45.162617 [ 3 ] {} <Trace> HTTP-Session: 8d13b1d8-fe95-487e-a729-f89c3c556583 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15022 | 2024.07.30 01:38:45.162720 [ 3 ] {262c329c-5286-4e81-b7a4-b11ecb3fcde7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 15023 | 2024.07.30 01:38:45.162766 [ 3 ] {262c329c-5286-4e81-b7a4-b11ecb3fcde7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15024 | 2024.07.30 01:38:45.162914 [ 3 ] {262c329c-5286-4e81-b7a4-b11ecb3fcde7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15025 | 2024.07.30 01:38:45.163188 [ 3 ] {262c329c-5286-4e81-b7a4-b11ecb3fcde7} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15026 | 2024.07.30 01:38:45.163225 [ 3 ] {262c329c-5286-4e81-b7a4-b11ecb3fcde7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 15027 | 2024.07.30 01:38:45.163583 [ 3 ] {262c329c-5286-4e81-b7a4-b11ecb3fcde7} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 15028 | 2024.07.30 01:38:45.163922 [ 3 ] {262c329c-5286-4e81-b7a4-b11ecb3fcde7} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15029 | 2024.07.30 01:38:45.164079 [ 3 ] {262c329c-5286-4e81-b7a4-b11ecb3fcde7} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001378 sec., 4354.136429608127 rows/sec., 187.09 KiB/sec. | ||
| 15030 | 2024.07.30 01:38:45.164246 [ 3 ] {262c329c-5286-4e81-b7a4-b11ecb3fcde7} <Debug> DynamicQueryHandler: Done processing query | ||
| 15031 | 2024.07.30 01:38:45.164270 [ 3 ] {262c329c-5286-4e81-b7a4-b11ecb3fcde7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 15032 | 2024.07.30 01:38:45.164287 [ 3 ] {} <Debug> HTTP-Session: 8d13b1d8-fe95-487e-a729-f89c3c556583 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15033 | 2024.07.30 01:38:45.164414 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15034 | 2024.07.30 01:38:45.164462 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15035 | 2024.07.30 01:38:45.164483 [ 3 ] {} <Debug> HTTP-Session: a075f466-27f0-406a-ba80-864615de9174 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15036 | 2024.07.30 01:38:45.164499 [ 3 ] {} <Debug> HTTP-Session: a075f466-27f0-406a-ba80-864615de9174 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15037 | 2024.07.30 01:38:45.164512 [ 3 ] {} <Debug> HTTP-Session: a075f466-27f0-406a-ba80-864615de9174 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15038 | 2024.07.30 01:38:45.164543 [ 3 ] {} <Trace> HTTP-Session: a075f466-27f0-406a-ba80-864615de9174 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15039 | 2024.07.30 01:38:45.164662 [ 3 ] {dcf1e542-afba-48ab-b327-e01f39013a49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 15040 | 2024.07.30 01:38:45.164708 [ 3 ] {dcf1e542-afba-48ab-b327-e01f39013a49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 15041 | 2024.07.30 01:38:45.164851 [ 3 ] {dcf1e542-afba-48ab-b327-e01f39013a49} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15042 | 2024.07.30 01:38:45.165327 [ 3 ] {dcf1e542-afba-48ab-b327-e01f39013a49} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15043 | 2024.07.30 01:38:45.165365 [ 3 ] {dcf1e542-afba-48ab-b327-e01f39013a49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 15044 | 2024.07.30 01:38:45.165731 [ 3 ] {dcf1e542-afba-48ab-b327-e01f39013a49} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 15045 | 2024.07.30 01:38:45.166068 [ 3 ] {dcf1e542-afba-48ab-b327-e01f39013a49} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15046 | 2024.07.30 01:38:45.166228 [ 3 ] {dcf1e542-afba-48ab-b327-e01f39013a49} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001599 sec., 48155.09693558474 rows/sec., 2.97 MiB/sec. | ||
| 15047 | 2024.07.30 01:38:45.166554 [ 3 ] {dcf1e542-afba-48ab-b327-e01f39013a49} <Debug> DynamicQueryHandler: Done processing query | ||
| 15048 | 2024.07.30 01:38:45.166612 [ 3 ] {dcf1e542-afba-48ab-b327-e01f39013a49} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15049 | 2024.07.30 01:38:45.166642 [ 3 ] {} <Debug> HTTP-Session: a075f466-27f0-406a-ba80-864615de9174 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15050 | 2024.07.30 01:38:45.166833 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 31237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15051 | 2024.07.30 01:38:45.166884 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15052 | 2024.07.30 01:38:45.166903 [ 3 ] {} <Debug> HTTP-Session: 33fbb1ac-9299-47d1-af20-6c228dc769cd Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15053 | 2024.07.30 01:38:45.166919 [ 3 ] {} <Debug> HTTP-Session: 33fbb1ac-9299-47d1-af20-6c228dc769cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15054 | 2024.07.30 01:38:45.166932 [ 3 ] {} <Debug> HTTP-Session: 33fbb1ac-9299-47d1-af20-6c228dc769cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15055 | 2024.07.30 01:38:45.166962 [ 3 ] {} <Trace> HTTP-Session: 33fbb1ac-9299-47d1-af20-6c228dc769cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15056 | 2024.07.30 01:38:45.167134 [ 3 ] {56a5acfd-bece-4d2d-9c15-4567b2300bf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15057 | 2024.07.30 01:38:45.167182 [ 3 ] {56a5acfd-bece-4d2d-9c15-4567b2300bf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15058 | 2024.07.30 01:38:45.167341 [ 3 ] {56a5acfd-bece-4d2d-9c15-4567b2300bf3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15059 | 2024.07.30 01:38:45.167736 [ 3 ] {56a5acfd-bece-4d2d-9c15-4567b2300bf3} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15060 | 2024.07.30 01:38:45.167772 [ 3 ] {56a5acfd-bece-4d2d-9c15-4567b2300bf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 15061 | 2024.07.30 01:38:45.168145 [ 3 ] {56a5acfd-bece-4d2d-9c15-4567b2300bf3} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 15062 | 2024.07.30 01:38:45.168481 [ 3 ] {56a5acfd-bece-4d2d-9c15-4567b2300bf3} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15063 | 2024.07.30 01:38:45.168640 [ 3 ] {56a5acfd-bece-4d2d-9c15-4567b2300bf3} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001594 sec., 102258.46925972396 rows/sec., 7.12 MiB/sec. | ||
| 15064 | 2024.07.30 01:38:45.168888 [ 3 ] {56a5acfd-bece-4d2d-9c15-4567b2300bf3} <Debug> DynamicQueryHandler: Done processing query | ||
| 15065 | 2024.07.30 01:38:45.168918 [ 3 ] {56a5acfd-bece-4d2d-9c15-4567b2300bf3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 15066 | 2024.07.30 01:38:45.168977 [ 3 ] {} <Debug> HTTP-Session: 33fbb1ac-9299-47d1-af20-6c228dc769cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15067 | 2024.07.30 01:38:45.169264 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 82788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15068 | 2024.07.30 01:38:45.169332 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15069 | 2024.07.30 01:38:45.169350 [ 3 ] {} <Debug> HTTP-Session: ebcc71a6-c79e-4c0c-8559-58a4043d19d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15070 | 2024.07.30 01:38:45.169367 [ 3 ] {} <Debug> HTTP-Session: ebcc71a6-c79e-4c0c-8559-58a4043d19d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15071 | 2024.07.30 01:38:45.169381 [ 3 ] {} <Debug> HTTP-Session: ebcc71a6-c79e-4c0c-8559-58a4043d19d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15072 | 2024.07.30 01:38:45.169412 [ 3 ] {} <Trace> HTTP-Session: ebcc71a6-c79e-4c0c-8559-58a4043d19d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15073 | 2024.07.30 01:38:45.169877 [ 3 ] {89f4f7f9-4cbe-4b5e-b883-a5c4506b81a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 15074 | 2024.07.30 01:38:45.169945 [ 3 ] {89f4f7f9-4cbe-4b5e-b883-a5c4506b81a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 15075 | 2024.07.30 01:38:45.170372 [ 3 ] {89f4f7f9-4cbe-4b5e-b883-a5c4506b81a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15076 | 2024.07.30 01:38:45.171274 [ 3 ] {89f4f7f9-4cbe-4b5e-b883-a5c4506b81a5} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15077 | 2024.07.30 01:38:45.171309 [ 3 ] {89f4f7f9-4cbe-4b5e-b883-a5c4506b81a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 15078 | 2024.07.30 01:38:45.171972 [ 3 ] {89f4f7f9-4cbe-4b5e-b883-a5c4506b81a5} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 15079 | 2024.07.30 01:38:45.172382 [ 3 ] {89f4f7f9-4cbe-4b5e-b883-a5c4506b81a5} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15080 | 2024.07.30 01:38:45.172599 [ 3 ] {89f4f7f9-4cbe-4b5e-b883-a5c4506b81a5} <Debug> executeQuery: Read 51 rows, 93.58 KiB in 0.003072 sec., 16601.5625 rows/sec., 29.75 MiB/sec. | ||
| 15081 | 2024.07.30 01:38:45.173207 [ 3 ] {89f4f7f9-4cbe-4b5e-b883-a5c4506b81a5} <Debug> DynamicQueryHandler: Done processing query | ||
| 15082 | 2024.07.30 01:38:45.173233 [ 3 ] {89f4f7f9-4cbe-4b5e-b883-a5c4506b81a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 15083 | 2024.07.30 01:38:45.173250 [ 3 ] {} <Debug> HTTP-Session: ebcc71a6-c79e-4c0c-8559-58a4043d19d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15084 | 2024.07.30 01:38:45.173414 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15085 | 2024.07.30 01:38:45.173481 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15086 | 2024.07.30 01:38:45.173509 [ 3 ] {} <Debug> HTTP-Session: 984621ea-6282-4871-b01f-7eddf89cfd93 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15087 | 2024.07.30 01:38:45.173533 [ 3 ] {} <Debug> HTTP-Session: 984621ea-6282-4871-b01f-7eddf89cfd93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15088 | 2024.07.30 01:38:45.173549 [ 3 ] {} <Debug> HTTP-Session: 984621ea-6282-4871-b01f-7eddf89cfd93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15089 | 2024.07.30 01:38:45.173580 [ 3 ] {} <Trace> HTTP-Session: 984621ea-6282-4871-b01f-7eddf89cfd93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15090 | 2024.07.30 01:38:45.173693 [ 3 ] {29a18e52-7233-4816-8af2-46ff8d64fd6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 15091 | 2024.07.30 01:38:45.173740 [ 3 ] {29a18e52-7233-4816-8af2-46ff8d64fd6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 15092 | 2024.07.30 01:38:45.173891 [ 3 ] {29a18e52-7233-4816-8af2-46ff8d64fd6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15093 | 2024.07.30 01:38:45.174201 [ 3 ] {29a18e52-7233-4816-8af2-46ff8d64fd6e} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15094 | 2024.07.30 01:38:45.174238 [ 3 ] {29a18e52-7233-4816-8af2-46ff8d64fd6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 15095 | 2024.07.30 01:38:45.174599 [ 3 ] {29a18e52-7233-4816-8af2-46ff8d64fd6e} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 15096 | 2024.07.30 01:38:45.174934 [ 3 ] {29a18e52-7233-4816-8af2-46ff8d64fd6e} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15097 | 2024.07.30 01:38:45.175096 [ 3 ] {29a18e52-7233-4816-8af2-46ff8d64fd6e} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001426 sec., 16129.032258064517 rows/sec., 872.47 KiB/sec. | ||
| 15098 | 2024.07.30 01:38:45.175263 [ 3 ] {29a18e52-7233-4816-8af2-46ff8d64fd6e} <Debug> DynamicQueryHandler: Done processing query | ||
| 15099 | 2024.07.30 01:38:45.175287 [ 3 ] {29a18e52-7233-4816-8af2-46ff8d64fd6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 15100 | 2024.07.30 01:38:45.175304 [ 3 ] {} <Debug> HTTP-Session: 984621ea-6282-4871-b01f-7eddf89cfd93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15101 | 2024.07.30 01:38:45.175419 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15102 | 2024.07.30 01:38:45.175467 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15103 | 2024.07.30 01:38:45.175486 [ 3 ] {} <Debug> HTTP-Session: 54a8b95a-961d-43bb-a58b-00e6d7bb102e Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15104 | 2024.07.30 01:38:45.175502 [ 3 ] {} <Debug> HTTP-Session: 54a8b95a-961d-43bb-a58b-00e6d7bb102e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15105 | 2024.07.30 01:38:45.175516 [ 3 ] {} <Debug> HTTP-Session: 54a8b95a-961d-43bb-a58b-00e6d7bb102e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15106 | 2024.07.30 01:38:45.175546 [ 3 ] {} <Trace> HTTP-Session: 54a8b95a-961d-43bb-a58b-00e6d7bb102e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15107 | 2024.07.30 01:38:45.175659 [ 3 ] {99117d1d-431f-4e69-a7df-c31b7cc99bca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15108 | 2024.07.30 01:38:45.175703 [ 3 ] {99117d1d-431f-4e69-a7df-c31b7cc99bca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15109 | 2024.07.30 01:38:45.175830 [ 3 ] {99117d1d-431f-4e69-a7df-c31b7cc99bca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15110 | 2024.07.30 01:38:45.176125 [ 3 ] {99117d1d-431f-4e69-a7df-c31b7cc99bca} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15111 | 2024.07.30 01:38:45.176161 [ 3 ] {99117d1d-431f-4e69-a7df-c31b7cc99bca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 15112 | 2024.07.30 01:38:45.176512 [ 3 ] {99117d1d-431f-4e69-a7df-c31b7cc99bca} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 15113 | 2024.07.30 01:38:45.176841 [ 3 ] {99117d1d-431f-4e69-a7df-c31b7cc99bca} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15114 | 2024.07.30 01:38:45.176994 [ 3 ] {99117d1d-431f-4e69-a7df-c31b7cc99bca} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001364 sec., 43988.26979472141 rows/sec., 2.96 MiB/sec. | ||
| 15115 | 2024.07.30 01:38:45.177156 [ 3 ] {99117d1d-431f-4e69-a7df-c31b7cc99bca} <Debug> DynamicQueryHandler: Done processing query | ||
| 15116 | 2024.07.30 01:38:45.177180 [ 3 ] {99117d1d-431f-4e69-a7df-c31b7cc99bca} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 15117 | 2024.07.30 01:38:45.177196 [ 3 ] {} <Debug> HTTP-Session: 54a8b95a-961d-43bb-a58b-00e6d7bb102e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15118 | 2024.07.30 01:38:50.144356 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 7845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15119 | 2024.07.30 01:38:50.144499 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15120 | 2024.07.30 01:38:50.144528 [ 3 ] {} <Debug> HTTP-Session: 43875622-3edc-4654-98a0-dfce104eb71d Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15121 | 2024.07.30 01:38:50.144555 [ 3 ] {} <Debug> HTTP-Session: 43875622-3edc-4654-98a0-dfce104eb71d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15122 | 2024.07.30 01:38:50.144574 [ 3 ] {} <Debug> HTTP-Session: 43875622-3edc-4654-98a0-dfce104eb71d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15123 | 2024.07.30 01:38:50.144627 [ 3 ] {} <Trace> HTTP-Session: 43875622-3edc-4654-98a0-dfce104eb71d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15124 | 2024.07.30 01:38:50.144852 [ 3 ] {30a48bd5-4aea-48db-bc4f-5b0c38b29c36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15125 | 2024.07.30 01:38:50.144929 [ 3 ] {30a48bd5-4aea-48db-bc4f-5b0c38b29c36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15126 | 2024.07.30 01:38:50.145143 [ 3 ] {30a48bd5-4aea-48db-bc4f-5b0c38b29c36} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15127 | 2024.07.30 01:38:50.145643 [ 3 ] {30a48bd5-4aea-48db-bc4f-5b0c38b29c36} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15128 | 2024.07.30 01:38:50.145687 [ 3 ] {30a48bd5-4aea-48db-bc4f-5b0c38b29c36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15129 | 2024.07.30 01:38:50.146059 [ 3 ] {30a48bd5-4aea-48db-bc4f-5b0c38b29c36} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 15130 | 2024.07.30 01:38:50.146405 [ 3 ] {30a48bd5-4aea-48db-bc4f-5b0c38b29c36} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15131 | 2024.07.30 01:38:50.146569 [ 3 ] {30a48bd5-4aea-48db-bc4f-5b0c38b29c36} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001786 sec., 31354.98320268757 rows/sec., 2.41 MiB/sec. | ||
| 15132 | 2024.07.30 01:38:50.146605 [ 130 ] {} <Debug> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 15133 | 2024.07.30 01:38:50.146723 [ 130 ] {} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15134 | 2024.07.30 01:38:50.146756 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15135 | 2024.07.30 01:38:50.146848 [ 3 ] {30a48bd5-4aea-48db-bc4f-5b0c38b29c36} <Debug> DynamicQueryHandler: Done processing query | ||
| 15136 | 2024.07.30 01:38:50.146887 [ 3 ] {30a48bd5-4aea-48db-bc4f-5b0c38b29c36} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15137 | 2024.07.30 01:38:50.146894 [ 195 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 15138 | 2024.07.30 01:38:50.146907 [ 3 ] {} <Debug> HTTP-Session: 43875622-3edc-4654-98a0-dfce104eb71d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15139 | 2024.07.30 01:38:50.147015 [ 195 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15140 | 2024.07.30 01:38:50.147044 [ 195 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 358 rows starting from the beginning of the part | ||
| 15141 | 2024.07.30 01:38:50.147076 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 10894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15142 | 2024.07.30 01:38:50.147115 [ 195 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 92 rows starting from the beginning of the part | ||
| 15143 | 2024.07.30 01:38:50.147172 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15144 | 2024.07.30 01:38:50.147250 [ 3 ] {} <Debug> HTTP-Session: cc759b72-99cb-41f2-97c4-e4b05961e073 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15145 | 2024.07.30 01:38:50.147376 [ 3 ] {} <Debug> HTTP-Session: cc759b72-99cb-41f2-97c4-e4b05961e073 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15146 | 2024.07.30 01:38:50.147405 [ 195 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 314 rows starting from the beginning of the part | ||
| 15147 | 2024.07.30 01:38:50.147446 [ 3 ] {} <Debug> HTTP-Session: cc759b72-99cb-41f2-97c4-e4b05961e073 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15148 | 2024.07.30 01:38:50.147598 [ 3 ] {} <Trace> HTTP-Session: cc759b72-99cb-41f2-97c4-e4b05961e073 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15149 | 2024.07.30 01:38:50.147735 [ 195 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 56 rows starting from the beginning of the part | ||
| 15150 | 2024.07.30 01:38:50.147851 [ 195 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 317 rows starting from the beginning of the part | ||
| 15151 | 2024.07.30 01:38:50.147978 [ 3 ] {0cf06c4e-3438-48dc-ad2c-bb022a635f0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15152 | 2024.07.30 01:38:50.148160 [ 3 ] {0cf06c4e-3438-48dc-ad2c-bb022a635f0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15153 | 2024.07.30 01:38:50.148332 [ 195 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 56 rows starting from the beginning of the part | ||
| 15154 | 2024.07.30 01:38:50.148751 [ 3 ] {0cf06c4e-3438-48dc-ad2c-bb022a635f0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15155 | 2024.07.30 01:38:50.149316 [ 3 ] {0cf06c4e-3438-48dc-ad2c-bb022a635f0f} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15156 | 2024.07.30 01:38:50.149363 [ 3 ] {0cf06c4e-3438-48dc-ad2c-bb022a635f0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15157 | 2024.07.30 01:38:50.149827 [ 3 ] {0cf06c4e-3438-48dc-ad2c-bb022a635f0f} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 15158 | 2024.07.30 01:38:50.150230 [ 195 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1193 rows, containing 4 columns (4 merged, 0 gathered) in 0.003398204 sec., 351067.79934341786 rows/sec., 30.17 MiB/sec. | ||
| 15159 | 2024.07.30 01:38:50.150537 [ 196 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 15160 | 2024.07.30 01:38:50.150542 [ 3 ] {0cf06c4e-3438-48dc-ad2c-bb022a635f0f} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15161 | 2024.07.30 01:38:50.150934 [ 130 ] {} <Debug> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 15162 | 2024.07.30 01:38:50.150965 [ 3 ] {0cf06c4e-3438-48dc-ad2c-bb022a635f0f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003083 sec., 20759.00097307817 rows/sec., 1.62 MiB/sec. | ||
| 15163 | 2024.07.30 01:38:50.151106 [ 130 ] {} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15164 | 2024.07.30 01:38:50.151443 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15165 | 2024.07.30 01:38:50.151579 [ 3 ] {0cf06c4e-3438-48dc-ad2c-bb022a635f0f} <Debug> DynamicQueryHandler: Done processing query | ||
| 15166 | 2024.07.30 01:38:50.151683 [ 3 ] {0cf06c4e-3438-48dc-ad2c-bb022a635f0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 15167 | 2024.07.30 01:38:50.151768 [ 3 ] {} <Debug> HTTP-Session: cc759b72-99cb-41f2-97c4-e4b05961e073 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15168 | 2024.07.30 01:38:50.151892 [ 186 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 15169 | 2024.07.30 01:38:50.151952 [ 196 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_96_19} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15170 | 2024.07.30 01:38:50.152125 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15171 | 2024.07.30 01:38:50.152244 [ 196 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_96_19} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 15172 | 2024.07.30 01:38:50.152297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15173 | 2024.07.30 01:38:50.152393 [ 3 ] {} <Debug> HTTP-Session: a40c04b4-7a56-4b2d-8b49-fe12ac741681 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15174 | 2024.07.30 01:38:50.152388 [ 186 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15175 | 2024.07.30 01:38:50.152473 [ 3 ] {} <Debug> HTTP-Session: a40c04b4-7a56-4b2d-8b49-fe12ac741681 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15176 | 2024.07.30 01:38:50.152521 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 15177 | 2024.07.30 01:38:50.152534 [ 186 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 494 rows starting from the beginning of the part | ||
| 15178 | 2024.07.30 01:38:50.152543 [ 3 ] {} <Debug> HTTP-Session: a40c04b4-7a56-4b2d-8b49-fe12ac741681 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15179 | 2024.07.30 01:38:50.152633 [ 3 ] {} <Trace> HTTP-Session: a40c04b4-7a56-4b2d-8b49-fe12ac741681 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15180 | 2024.07.30 01:38:50.152805 [ 186 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 88 rows starting from the beginning of the part | ||
| 15181 | 2024.07.30 01:38:50.153032 [ 186 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 433 rows starting from the beginning of the part | ||
| 15182 | 2024.07.30 01:38:50.153058 [ 3 ] {a98b0b15-0177-4c40-a508-3a8d9766a86b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15183 | 2024.07.30 01:38:50.153237 [ 3 ] {a98b0b15-0177-4c40-a508-3a8d9766a86b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15184 | 2024.07.30 01:38:50.153471 [ 186 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 64 rows starting from the beginning of the part | ||
| 15185 | 2024.07.30 01:38:50.153860 [ 186 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 439 rows starting from the beginning of the part | ||
| 15186 | 2024.07.30 01:38:50.154229 [ 186 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 64 rows starting from the beginning of the part | ||
| 15187 | 2024.07.30 01:38:50.154296 [ 3 ] {a98b0b15-0177-4c40-a508-3a8d9766a86b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15188 | 2024.07.30 01:38:50.155277 [ 3 ] {a98b0b15-0177-4c40-a508-3a8d9766a86b} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15189 | 2024.07.30 01:38:50.155373 [ 3 ] {a98b0b15-0177-4c40-a508-3a8d9766a86b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15190 | 2024.07.30 01:38:50.156462 [ 3 ] {a98b0b15-0177-4c40-a508-3a8d9766a86b} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 15191 | 2024.07.30 01:38:50.157084 [ 196 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1582 rows, containing 4 columns (4 merged, 0 gathered) in 0.005492166 sec., 288046.6468056501 rows/sec., 20.86 MiB/sec. | ||
| 15192 | 2024.07.30 01:38:50.157147 [ 3 ] {a98b0b15-0177-4c40-a508-3a8d9766a86b} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15193 | 2024.07.30 01:38:50.157341 [ 196 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 15194 | 2024.07.30 01:38:50.157442 [ 130 ] {} <Debug> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 15195 | 2024.07.30 01:38:50.157469 [ 3 ] {a98b0b15-0177-4c40-a508-3a8d9766a86b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004568 sec., 35026.26970227671 rows/sec., 2.44 MiB/sec. | ||
| 15196 | 2024.07.30 01:38:50.157586 [ 130 ] {} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15197 | 2024.07.30 01:38:50.157705 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15198 | 2024.07.30 01:38:50.158216 [ 3 ] {a98b0b15-0177-4c40-a508-3a8d9766a86b} <Debug> DynamicQueryHandler: Done processing query | ||
| 15199 | 2024.07.30 01:38:50.158282 [ 197 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 15200 | 2024.07.30 01:38:50.158315 [ 3 ] {a98b0b15-0177-4c40-a508-3a8d9766a86b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 15201 | 2024.07.30 01:38:50.158421 [ 3 ] {} <Debug> HTTP-Session: a40c04b4-7a56-4b2d-8b49-fe12ac741681 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15202 | 2024.07.30 01:38:50.158706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15203 | 2024.07.30 01:38:50.158850 [ 196 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_96_19} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15204 | 2024.07.30 01:38:50.158871 [ 197 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15205 | 2024.07.30 01:38:50.158882 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15206 | 2024.07.30 01:38:50.159011 [ 197 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_91_18, total 14819 rows starting from the beginning of the part | ||
| 15207 | 2024.07.30 01:38:50.159018 [ 3 ] {} <Debug> HTTP-Session: 8beba61a-a57b-4d81-9898-558b78c04a23 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15208 | 2024.07.30 01:38:50.159103 [ 3 ] {} <Debug> HTTP-Session: 8beba61a-a57b-4d81-9898-558b78c04a23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15209 | 2024.07.30 01:38:50.159106 [ 196 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_96_19} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 15210 | 2024.07.30 01:38:50.159214 [ 3 ] {} <Debug> HTTP-Session: 8beba61a-a57b-4d81-9898-558b78c04a23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15211 | 2024.07.30 01:38:50.159461 [ 197 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 196 rows starting from the beginning of the part | ||
| 15212 | 2024.07.30 01:38:50.159491 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 15213 | 2024.07.30 01:38:50.159592 [ 3 ] {} <Trace> HTTP-Session: 8beba61a-a57b-4d81-9898-558b78c04a23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15214 | 2024.07.30 01:38:50.159769 [ 197 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part | ||
| 15215 | 2024.07.30 01:38:50.160076 [ 3 ] {04a36985-6d3c-405c-a5ae-8a1c032ae9ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15216 | 2024.07.30 01:38:50.160122 [ 197 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 160 rows starting from the beginning of the part | ||
| 15217 | 2024.07.30 01:38:50.160209 [ 3 ] {04a36985-6d3c-405c-a5ae-8a1c032ae9ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15218 | 2024.07.30 01:38:50.160484 [ 197 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 163 rows starting from the beginning of the part | ||
| 15219 | 2024.07.30 01:38:50.160866 [ 197 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 160 rows starting from the beginning of the part | ||
| 15220 | 2024.07.30 01:38:50.161197 [ 3 ] {04a36985-6d3c-405c-a5ae-8a1c032ae9ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15221 | 2024.07.30 01:38:50.162095 [ 3 ] {04a36985-6d3c-405c-a5ae-8a1c032ae9ab} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15222 | 2024.07.30 01:38:50.162156 [ 3 ] {04a36985-6d3c-405c-a5ae-8a1c032ae9ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15223 | 2024.07.30 01:38:50.162619 [ 3 ] {04a36985-6d3c-405c-a5ae-8a1c032ae9ab} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 15224 | 2024.07.30 01:38:50.163176 [ 3 ] {04a36985-6d3c-405c-a5ae-8a1c032ae9ab} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15225 | 2024.07.30 01:38:50.163540 [ 130 ] {} <Debug> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 15226 | 2024.07.30 01:38:50.163592 [ 3 ] {04a36985-6d3c-405c-a5ae-8a1c032ae9ab} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003681 sec., 16299.918500407499 rows/sec., 1.10 MiB/sec. | ||
| 15227 | 2024.07.30 01:38:50.163805 [ 130 ] {} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15228 | 2024.07.30 01:38:50.163956 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15229 | 2024.07.30 01:38:50.164156 [ 3 ] {04a36985-6d3c-405c-a5ae-8a1c032ae9ab} <Debug> DynamicQueryHandler: Done processing query | ||
| 15230 | 2024.07.30 01:38:50.164283 [ 3 ] {04a36985-6d3c-405c-a5ae-8a1c032ae9ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 15231 | 2024.07.30 01:38:50.164406 [ 3 ] {} <Debug> HTTP-Session: 8beba61a-a57b-4d81-9898-558b78c04a23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15232 | 2024.07.30 01:38:50.164643 [ 186 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 15233 | 2024.07.30 01:38:50.165157 [ 186 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15234 | 2024.07.30 01:38:50.165225 [ 186 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5314 rows starting from the beginning of the part | ||
| 15235 | 2024.07.30 01:38:50.165346 [ 186 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 60 rows starting from the beginning of the part | ||
| 15236 | 2024.07.30 01:38:50.165777 [ 186 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 60 rows starting from the beginning of the part | ||
| 15237 | 2024.07.30 01:38:50.165956 [ 186 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 60 rows starting from the beginning of the part | ||
| 15238 | 2024.07.30 01:38:50.166169 [ 186 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 60 rows starting from the beginning of the part | ||
| 15239 | 2024.07.30 01:38:50.166406 [ 186 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 60 rows starting from the beginning of the part | ||
| 15240 | 2024.07.30 01:38:50.167931 [ 197 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15658 rows, containing 5 columns (5 merged, 0 gathered) in 0.009988621 sec., 1567583.7535531681 rows/sec., 109.24 MiB/sec. | ||
| 15241 | 2024.07.30 01:38:50.168449 [ 197 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 15242 | 2024.07.30 01:38:50.169546 [ 197 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15243 | 2024.07.30 01:38:50.169828 [ 197 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 15244 | 2024.07.30 01:38:50.169994 [ 187 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5614 rows, containing 4 columns (4 merged, 0 gathered) in 0.005845839 sec., 960341.1931118869 rows/sec., 64.72 MiB/sec. | ||
| 15245 | 2024.07.30 01:38:50.170018 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.09 MiB. | ||
| 15246 | 2024.07.30 01:38:50.170399 [ 197 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 15247 | 2024.07.30 01:38:50.170772 [ 197 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_96_19} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15248 | 2024.07.30 01:38:50.170865 [ 197 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_96_19} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 15249 | 2024.07.30 01:38:50.170973 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. | ||
| 15250 | 2024.07.30 01:38:55.150935 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 8063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15251 | 2024.07.30 01:38:55.151136 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15252 | 2024.07.30 01:38:55.151182 [ 3 ] {} <Debug> HTTP-Session: 626d88bc-98a0-4d8c-932f-3ff262e0cb2c Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15253 | 2024.07.30 01:38:55.151224 [ 3 ] {} <Debug> HTTP-Session: 626d88bc-98a0-4d8c-932f-3ff262e0cb2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15254 | 2024.07.30 01:38:55.151254 [ 3 ] {} <Debug> HTTP-Session: 626d88bc-98a0-4d8c-932f-3ff262e0cb2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15255 | 2024.07.30 01:38:55.151336 [ 3 ] {} <Trace> HTTP-Session: 626d88bc-98a0-4d8c-932f-3ff262e0cb2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15256 | 2024.07.30 01:38:55.151634 [ 3 ] {d8f62f7d-5066-4926-9c8a-ba763af02c4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 15257 | 2024.07.30 01:38:55.151702 [ 3 ] {d8f62f7d-5066-4926-9c8a-ba763af02c4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 15258 | 2024.07.30 01:38:55.151898 [ 3 ] {d8f62f7d-5066-4926-9c8a-ba763af02c4e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15259 | 2024.07.30 01:38:55.152375 [ 3 ] {d8f62f7d-5066-4926-9c8a-ba763af02c4e} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15260 | 2024.07.30 01:38:55.152421 [ 3 ] {d8f62f7d-5066-4926-9c8a-ba763af02c4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15261 | 2024.07.30 01:38:55.152807 [ 3 ] {d8f62f7d-5066-4926-9c8a-ba763af02c4e} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 15262 | 2024.07.30 01:38:55.153150 [ 3 ] {d8f62f7d-5066-4926-9c8a-ba763af02c4e} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15263 | 2024.07.30 01:38:55.153319 [ 3 ] {d8f62f7d-5066-4926-9c8a-ba763af02c4e} <Debug> executeQuery: Read 57 rows, 4.47 KiB in 0.001779 sec., 32040.472175379426 rows/sec., 2.46 MiB/sec. | ||
| 15264 | 2024.07.30 01:38:55.153343 [ 128 ] {} <Debug> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1) (MergerMutator): Selected 5 parts from all_1_44_10 to all_48_48_0 | ||
| 15265 | 2024.07.30 01:38:55.153463 [ 128 ] {} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15266 | 2024.07.30 01:38:55.153505 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15267 | 2024.07.30 01:38:55.153675 [ 3 ] {d8f62f7d-5066-4926-9c8a-ba763af02c4e} <Debug> DynamicQueryHandler: Done processing query | ||
| 15268 | 2024.07.30 01:38:55.153818 [ 3 ] {d8f62f7d-5066-4926-9c8a-ba763af02c4e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15269 | 2024.07.30 01:38:55.153910 [ 3 ] {} <Debug> HTTP-Session: 626d88bc-98a0-4d8c-932f-3ff262e0cb2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15270 | 2024.07.30 01:38:55.154224 [ 198 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_48_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_44_10 to all_48_48_0 into Compact with storage Full | ||
| 15271 | 2024.07.30 01:38:55.154344 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15272 | 2024.07.30 01:38:55.154573 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15273 | 2024.07.30 01:38:55.154719 [ 3 ] {} <Debug> HTTP-Session: 973fc392-78a3-4853-bf45-d96ee512dcc6 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15274 | 2024.07.30 01:38:55.154836 [ 3 ] {} <Debug> HTTP-Session: 973fc392-78a3-4853-bf45-d96ee512dcc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15275 | 2024.07.30 01:38:55.154962 [ 3 ] {} <Debug> HTTP-Session: 973fc392-78a3-4853-bf45-d96ee512dcc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15276 | 2024.07.30 01:38:55.155245 [ 3 ] {} <Trace> HTTP-Session: 973fc392-78a3-4853-bf45-d96ee512dcc6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15277 | 2024.07.30 01:38:55.155370 [ 198 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_48_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15278 | 2024.07.30 01:38:55.155461 [ 198 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_48_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_44_10, total 57 rows starting from the beginning of the part | ||
| 15279 | 2024.07.30 01:38:55.155742 [ 3 ] {b66e3cf9-1716-4851-9974-3e3d69acd21e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 15280 | 2024.07.30 01:38:55.155836 [ 198 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_48_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 57 rows starting from the beginning of the part | ||
| 15281 | 2024.07.30 01:38:55.155882 [ 3 ] {b66e3cf9-1716-4851-9974-3e3d69acd21e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15282 | 2024.07.30 01:38:55.156258 [ 198 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_48_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 57 rows starting from the beginning of the part | ||
| 15283 | 2024.07.30 01:38:55.156652 [ 198 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_48_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 57 rows starting from the beginning of the part | ||
| 15284 | 2024.07.30 01:38:55.156777 [ 3 ] {b66e3cf9-1716-4851-9974-3e3d69acd21e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15285 | 2024.07.30 01:38:55.156942 [ 198 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_48_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 57 rows starting from the beginning of the part | ||
| 15286 | 2024.07.30 01:38:55.157671 [ 3 ] {b66e3cf9-1716-4851-9974-3e3d69acd21e} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15287 | 2024.07.30 01:38:55.157738 [ 3 ] {b66e3cf9-1716-4851-9974-3e3d69acd21e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15288 | 2024.07.30 01:38:55.158541 [ 3 ] {b66e3cf9-1716-4851-9974-3e3d69acd21e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 15289 | 2024.07.30 01:38:55.159294 [ 198 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_48_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 285 rows, containing 4 columns (4 merged, 0 gathered) in 0.005694697 sec., 50046.560861798265 rows/sec., 3.84 MiB/sec. | ||
| 15290 | 2024.07.30 01:38:55.159411 [ 3 ] {b66e3cf9-1716-4851-9974-3e3d69acd21e} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15291 | 2024.07.30 01:38:55.159518 [ 198 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_48_11} <Trace> MergedBlockOutputStream: filled checksums all_1_48_11 (state Temporary) | ||
| 15292 | 2024.07.30 01:38:55.159721 [ 3 ] {b66e3cf9-1716-4851-9974-3e3d69acd21e} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.004207 sec., 950.7962918944617 rows/sec., 77.53 KiB/sec. | ||
| 15293 | 2024.07.30 01:38:55.160141 [ 3 ] {b66e3cf9-1716-4851-9974-3e3d69acd21e} <Debug> DynamicQueryHandler: Done processing query | ||
| 15294 | 2024.07.30 01:38:55.160188 [ 3 ] {b66e3cf9-1716-4851-9974-3e3d69acd21e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 15295 | 2024.07.30 01:38:55.160215 [ 3 ] {} <Debug> HTTP-Session: 973fc392-78a3-4853-bf45-d96ee512dcc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15296 | 2024.07.30 01:38:55.160332 [ 198 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_48_11} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_merge_all_1_48_11 to all_1_48_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15297 | 2024.07.30 01:38:55.160425 [ 198 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_48_11} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1) (MergerMutator): Merged 5 parts: [all_1_44_10, all_48_48_0] -> all_1_48_11 | ||
| 15298 | 2024.07.30 01:38:55.160442 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 47799, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15299 | 2024.07.30 01:38:55.160547 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15300 | 2024.07.30 01:38:55.160564 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 15301 | 2024.07.30 01:38:55.160573 [ 3 ] {} <Debug> HTTP-Session: 9b6823b6-a275-4294-a7ab-406205079ef5 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15302 | 2024.07.30 01:38:55.160613 [ 3 ] {} <Debug> HTTP-Session: 9b6823b6-a275-4294-a7ab-406205079ef5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15303 | 2024.07.30 01:38:55.160626 [ 3 ] {} <Debug> HTTP-Session: 9b6823b6-a275-4294-a7ab-406205079ef5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15304 | 2024.07.30 01:38:55.160661 [ 3 ] {} <Trace> HTTP-Session: 9b6823b6-a275-4294-a7ab-406205079ef5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15305 | 2024.07.30 01:38:55.160852 [ 3 ] {c4ce2463-4e9e-4402-a184-3dded4cb2bb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15306 | 2024.07.30 01:38:55.160897 [ 3 ] {c4ce2463-4e9e-4402-a184-3dded4cb2bb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15307 | 2024.07.30 01:38:55.161046 [ 3 ] {c4ce2463-4e9e-4402-a184-3dded4cb2bb0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15308 | 2024.07.30 01:38:55.161594 [ 3 ] {c4ce2463-4e9e-4402-a184-3dded4cb2bb0} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15309 | 2024.07.30 01:38:55.161632 [ 3 ] {c4ce2463-4e9e-4402-a184-3dded4cb2bb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15310 | 2024.07.30 01:38:55.161968 [ 3 ] {c4ce2463-4e9e-4402-a184-3dded4cb2bb0} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 15311 | 2024.07.30 01:38:55.162283 [ 3 ] {c4ce2463-4e9e-4402-a184-3dded4cb2bb0} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15312 | 2024.07.30 01:38:55.162438 [ 3 ] {c4ce2463-4e9e-4402-a184-3dded4cb2bb0} <Debug> executeQuery: Read 316 rows, 28.60 KiB in 0.001686 sec., 187425.8600237248 rows/sec., 16.56 MiB/sec. | ||
| 15313 | 2024.07.30 01:38:55.162611 [ 3 ] {c4ce2463-4e9e-4402-a184-3dded4cb2bb0} <Debug> DynamicQueryHandler: Done processing query | ||
| 15314 | 2024.07.30 01:38:55.162635 [ 3 ] {c4ce2463-4e9e-4402-a184-3dded4cb2bb0} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 15315 | 2024.07.30 01:38:55.162650 [ 3 ] {} <Debug> HTTP-Session: 9b6823b6-a275-4294-a7ab-406205079ef5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15316 | 2024.07.30 01:38:55.162769 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15317 | 2024.07.30 01:38:55.162818 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15318 | 2024.07.30 01:38:55.162836 [ 3 ] {} <Debug> HTTP-Session: 1876d518-fd70-445b-ac9d-9c110b1baffe Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15319 | 2024.07.30 01:38:55.162852 [ 3 ] {} <Debug> HTTP-Session: 1876d518-fd70-445b-ac9d-9c110b1baffe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15320 | 2024.07.30 01:38:55.162865 [ 3 ] {} <Debug> HTTP-Session: 1876d518-fd70-445b-ac9d-9c110b1baffe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15321 | 2024.07.30 01:38:55.162897 [ 3 ] {} <Trace> HTTP-Session: 1876d518-fd70-445b-ac9d-9c110b1baffe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15322 | 2024.07.30 01:38:55.162990 [ 3 ] {857653ee-22b7-4509-871c-c0811b287634} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 15323 | 2024.07.30 01:38:55.163036 [ 3 ] {857653ee-22b7-4509-871c-c0811b287634} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15324 | 2024.07.30 01:38:55.163164 [ 3 ] {857653ee-22b7-4509-871c-c0811b287634} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15325 | 2024.07.30 01:38:55.163454 [ 3 ] {857653ee-22b7-4509-871c-c0811b287634} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15326 | 2024.07.30 01:38:55.163490 [ 3 ] {857653ee-22b7-4509-871c-c0811b287634} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15327 | 2024.07.30 01:38:55.163785 [ 3 ] {857653ee-22b7-4509-871c-c0811b287634} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 15328 | 2024.07.30 01:38:55.164100 [ 3 ] {857653ee-22b7-4509-871c-c0811b287634} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15329 | 2024.07.30 01:38:55.164256 [ 3 ] {857653ee-22b7-4509-871c-c0811b287634} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001286 sec., 3110.4199066874025 rows/sec., 217.18 KiB/sec. | ||
| 15330 | 2024.07.30 01:38:55.164419 [ 3 ] {857653ee-22b7-4509-871c-c0811b287634} <Debug> DynamicQueryHandler: Done processing query | ||
| 15331 | 2024.07.30 01:38:55.164442 [ 3 ] {857653ee-22b7-4509-871c-c0811b287634} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 15332 | 2024.07.30 01:38:55.164458 [ 3 ] {} <Debug> HTTP-Session: 1876d518-fd70-445b-ac9d-9c110b1baffe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15333 | 2024.07.30 01:38:55.164638 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 70907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15334 | 2024.07.30 01:38:55.164686 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15335 | 2024.07.30 01:38:55.164705 [ 3 ] {} <Debug> HTTP-Session: d6d60412-c25c-4181-a8dc-007bcf1df60c Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15336 | 2024.07.30 01:38:55.164721 [ 3 ] {} <Debug> HTTP-Session: d6d60412-c25c-4181-a8dc-007bcf1df60c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15337 | 2024.07.30 01:38:55.164735 [ 3 ] {} <Debug> HTTP-Session: d6d60412-c25c-4181-a8dc-007bcf1df60c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15338 | 2024.07.30 01:38:55.164766 [ 3 ] {} <Trace> HTTP-Session: d6d60412-c25c-4181-a8dc-007bcf1df60c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15339 | 2024.07.30 01:38:55.164992 [ 3 ] {6c1cb490-0098-4322-bc5f-2b1172bb6df3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15340 | 2024.07.30 01:38:55.165035 [ 3 ] {6c1cb490-0098-4322-bc5f-2b1172bb6df3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15341 | 2024.07.30 01:38:55.165161 [ 3 ] {6c1cb490-0098-4322-bc5f-2b1172bb6df3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15342 | 2024.07.30 01:38:55.165715 [ 3 ] {6c1cb490-0098-4322-bc5f-2b1172bb6df3} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15343 | 2024.07.30 01:38:55.165752 [ 3 ] {6c1cb490-0098-4322-bc5f-2b1172bb6df3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15344 | 2024.07.30 01:38:55.166077 [ 3 ] {6c1cb490-0098-4322-bc5f-2b1172bb6df3} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 15345 | 2024.07.30 01:38:55.166397 [ 3 ] {6c1cb490-0098-4322-bc5f-2b1172bb6df3} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15346 | 2024.07.30 01:38:55.166548 [ 3 ] {6c1cb490-0098-4322-bc5f-2b1172bb6df3} <Debug> executeQuery: Read 437 rows, 31.88 KiB in 0.001664 sec., 262620.1923076923 rows/sec., 18.71 MiB/sec. | ||
| 15347 | 2024.07.30 01:38:55.166721 [ 3 ] {6c1cb490-0098-4322-bc5f-2b1172bb6df3} <Debug> DynamicQueryHandler: Done processing query | ||
| 15348 | 2024.07.30 01:38:55.166754 [ 3 ] {6c1cb490-0098-4322-bc5f-2b1172bb6df3} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 15349 | 2024.07.30 01:38:55.166789 [ 3 ] {} <Debug> HTTP-Session: d6d60412-c25c-4181-a8dc-007bcf1df60c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15350 | 2024.07.30 01:38:55.166953 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15351 | 2024.07.30 01:38:55.167004 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15352 | 2024.07.30 01:38:55.167022 [ 3 ] {} <Debug> HTTP-Session: 0d71e6d2-d62f-4190-b7d5-87b69bd0c8ea Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15353 | 2024.07.30 01:38:55.167040 [ 3 ] {} <Debug> HTTP-Session: 0d71e6d2-d62f-4190-b7d5-87b69bd0c8ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15354 | 2024.07.30 01:38:55.167054 [ 3 ] {} <Debug> HTTP-Session: 0d71e6d2-d62f-4190-b7d5-87b69bd0c8ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15355 | 2024.07.30 01:38:55.167086 [ 3 ] {} <Trace> HTTP-Session: 0d71e6d2-d62f-4190-b7d5-87b69bd0c8ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15356 | 2024.07.30 01:38:55.167180 [ 3 ] {14d96660-e995-4865-a09c-a6341bc07ebd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 15357 | 2024.07.30 01:38:55.167224 [ 3 ] {14d96660-e995-4865-a09c-a6341bc07ebd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15358 | 2024.07.30 01:38:55.167351 [ 3 ] {14d96660-e995-4865-a09c-a6341bc07ebd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15359 | 2024.07.30 01:38:55.167624 [ 3 ] {14d96660-e995-4865-a09c-a6341bc07ebd} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15360 | 2024.07.30 01:38:55.167659 [ 3 ] {14d96660-e995-4865-a09c-a6341bc07ebd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15361 | 2024.07.30 01:38:55.168015 [ 3 ] {14d96660-e995-4865-a09c-a6341bc07ebd} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 15362 | 2024.07.30 01:38:55.168337 [ 3 ] {14d96660-e995-4865-a09c-a6341bc07ebd} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15363 | 2024.07.30 01:38:55.168493 [ 3 ] {14d96660-e995-4865-a09c-a6341bc07ebd} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001328 sec., 4518.0722891566265 rows/sec., 194.14 KiB/sec. | ||
| 15364 | 2024.07.30 01:38:55.168868 [ 3 ] {14d96660-e995-4865-a09c-a6341bc07ebd} <Debug> DynamicQueryHandler: Done processing query | ||
| 15365 | 2024.07.30 01:38:55.168956 [ 3 ] {14d96660-e995-4865-a09c-a6341bc07ebd} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 15366 | 2024.07.30 01:38:55.169045 [ 3 ] {} <Debug> HTTP-Session: 0d71e6d2-d62f-4190-b7d5-87b69bd0c8ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15367 | 2024.07.30 01:38:55.169316 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15368 | 2024.07.30 01:38:55.169480 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15369 | 2024.07.30 01:38:55.169577 [ 3 ] {} <Debug> HTTP-Session: 4548bb67-bf54-43f7-9455-886050d05a41 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15370 | 2024.07.30 01:38:55.169642 [ 3 ] {} <Debug> HTTP-Session: 4548bb67-bf54-43f7-9455-886050d05a41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15371 | 2024.07.30 01:38:55.169706 [ 3 ] {} <Debug> HTTP-Session: 4548bb67-bf54-43f7-9455-886050d05a41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15372 | 2024.07.30 01:38:55.169831 [ 3 ] {} <Trace> HTTP-Session: 4548bb67-bf54-43f7-9455-886050d05a41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15373 | 2024.07.30 01:38:55.170055 [ 3 ] {6b651e14-bf78-4038-8722-a157ba7648a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 15374 | 2024.07.30 01:38:55.170102 [ 3 ] {6b651e14-bf78-4038-8722-a157ba7648a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 15375 | 2024.07.30 01:38:55.170252 [ 3 ] {6b651e14-bf78-4038-8722-a157ba7648a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15376 | 2024.07.30 01:38:55.170586 [ 3 ] {6b651e14-bf78-4038-8722-a157ba7648a8} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15377 | 2024.07.30 01:38:55.170622 [ 3 ] {6b651e14-bf78-4038-8722-a157ba7648a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15378 | 2024.07.30 01:38:55.170984 [ 3 ] {6b651e14-bf78-4038-8722-a157ba7648a8} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 15379 | 2024.07.30 01:38:55.171322 [ 3 ] {6b651e14-bf78-4038-8722-a157ba7648a8} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15380 | 2024.07.30 01:38:55.171450 [ 3 ] {6b651e14-bf78-4038-8722-a157ba7648a8} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001442 sec., 53398.05825242719 rows/sec., 3.29 MiB/sec. | ||
| 15381 | 2024.07.30 01:38:55.171976 [ 3 ] {6b651e14-bf78-4038-8722-a157ba7648a8} <Debug> DynamicQueryHandler: Done processing query | ||
| 15382 | 2024.07.30 01:38:55.172077 [ 3 ] {6b651e14-bf78-4038-8722-a157ba7648a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15383 | 2024.07.30 01:38:55.172177 [ 3 ] {} <Debug> HTTP-Session: 4548bb67-bf54-43f7-9455-886050d05a41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15384 | 2024.07.30 01:38:55.172492 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 31050, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15385 | 2024.07.30 01:38:55.172683 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15386 | 2024.07.30 01:38:55.172785 [ 3 ] {} <Debug> HTTP-Session: fd0600ec-baf4-4e0d-88a9-6c3ac1997ce1 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15387 | 2024.07.30 01:38:55.172822 [ 3 ] {} <Debug> HTTP-Session: fd0600ec-baf4-4e0d-88a9-6c3ac1997ce1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15388 | 2024.07.30 01:38:55.172852 [ 3 ] {} <Debug> HTTP-Session: fd0600ec-baf4-4e0d-88a9-6c3ac1997ce1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15389 | 2024.07.30 01:38:55.172895 [ 3 ] {} <Trace> HTTP-Session: fd0600ec-baf4-4e0d-88a9-6c3ac1997ce1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15390 | 2024.07.30 01:38:55.173095 [ 3 ] {55028e7d-b0b5-4241-a0ad-aa2b90925ecd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15391 | 2024.07.30 01:38:55.173141 [ 3 ] {55028e7d-b0b5-4241-a0ad-aa2b90925ecd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15392 | 2024.07.30 01:38:55.173311 [ 3 ] {55028e7d-b0b5-4241-a0ad-aa2b90925ecd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15393 | 2024.07.30 01:38:55.173706 [ 3 ] {55028e7d-b0b5-4241-a0ad-aa2b90925ecd} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15394 | 2024.07.30 01:38:55.173741 [ 3 ] {55028e7d-b0b5-4241-a0ad-aa2b90925ecd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15395 | 2024.07.30 01:38:55.174110 [ 3 ] {55028e7d-b0b5-4241-a0ad-aa2b90925ecd} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 15396 | 2024.07.30 01:38:55.174459 [ 3 ] {55028e7d-b0b5-4241-a0ad-aa2b90925ecd} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15397 | 2024.07.30 01:38:55.174584 [ 3 ] {55028e7d-b0b5-4241-a0ad-aa2b90925ecd} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.00161 sec., 100621.11801242236 rows/sec., 7.01 MiB/sec. | ||
| 15398 | 2024.07.30 01:38:55.174748 [ 3 ] {55028e7d-b0b5-4241-a0ad-aa2b90925ecd} <Debug> DynamicQueryHandler: Done processing query | ||
| 15399 | 2024.07.30 01:38:55.174772 [ 3 ] {55028e7d-b0b5-4241-a0ad-aa2b90925ecd} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 15400 | 2024.07.30 01:38:55.174788 [ 3 ] {} <Debug> HTTP-Session: fd0600ec-baf4-4e0d-88a9-6c3ac1997ce1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15401 | 2024.07.30 01:38:55.174980 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 82786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15402 | 2024.07.30 01:38:55.175028 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15403 | 2024.07.30 01:38:55.175047 [ 3 ] {} <Debug> HTTP-Session: 99a04e80-61a3-433e-bef7-5380aca83174 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15404 | 2024.07.30 01:38:55.175064 [ 3 ] {} <Debug> HTTP-Session: 99a04e80-61a3-433e-bef7-5380aca83174 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15405 | 2024.07.30 01:38:55.175077 [ 3 ] {} <Debug> HTTP-Session: 99a04e80-61a3-433e-bef7-5380aca83174 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15406 | 2024.07.30 01:38:55.175108 [ 3 ] {} <Trace> HTTP-Session: 99a04e80-61a3-433e-bef7-5380aca83174 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15407 | 2024.07.30 01:38:55.175587 [ 3 ] {b4911909-fb56-4a10-9bd9-9ad51afd5feb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 15408 | 2024.07.30 01:38:55.175652 [ 3 ] {b4911909-fb56-4a10-9bd9-9ad51afd5feb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 15409 | 2024.07.30 01:38:55.176064 [ 3 ] {b4911909-fb56-4a10-9bd9-9ad51afd5feb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15410 | 2024.07.30 01:38:55.176958 [ 3 ] {b4911909-fb56-4a10-9bd9-9ad51afd5feb} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15411 | 2024.07.30 01:38:55.176994 [ 3 ] {b4911909-fb56-4a10-9bd9-9ad51afd5feb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15412 | 2024.07.30 01:38:55.177675 [ 3 ] {b4911909-fb56-4a10-9bd9-9ad51afd5feb} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 15413 | 2024.07.30 01:38:55.178088 [ 3 ] {b4911909-fb56-4a10-9bd9-9ad51afd5feb} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15414 | 2024.07.30 01:38:55.178241 [ 3 ] {b4911909-fb56-4a10-9bd9-9ad51afd5feb} <Debug> executeQuery: Read 51 rows, 93.58 KiB in 0.00302 sec., 16887.417218543047 rows/sec., 30.26 MiB/sec. | ||
| 15415 | 2024.07.30 01:38:55.178614 [ 3 ] {b4911909-fb56-4a10-9bd9-9ad51afd5feb} <Debug> DynamicQueryHandler: Done processing query | ||
| 15416 | 2024.07.30 01:38:55.178639 [ 3 ] {b4911909-fb56-4a10-9bd9-9ad51afd5feb} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 15417 | 2024.07.30 01:38:55.178654 [ 3 ] {} <Debug> HTTP-Session: 99a04e80-61a3-433e-bef7-5380aca83174 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15418 | 2024.07.30 01:38:55.178770 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15419 | 2024.07.30 01:38:55.178817 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15420 | 2024.07.30 01:38:55.178836 [ 3 ] {} <Debug> HTTP-Session: d8c454d0-8ae7-4178-a496-aa7bee086d28 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15421 | 2024.07.30 01:38:55.178853 [ 3 ] {} <Debug> HTTP-Session: d8c454d0-8ae7-4178-a496-aa7bee086d28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15422 | 2024.07.30 01:38:55.178866 [ 3 ] {} <Debug> HTTP-Session: d8c454d0-8ae7-4178-a496-aa7bee086d28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15423 | 2024.07.30 01:38:55.178897 [ 3 ] {} <Trace> HTTP-Session: d8c454d0-8ae7-4178-a496-aa7bee086d28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15424 | 2024.07.30 01:38:55.178998 [ 3 ] {cf2349e5-14c9-4ce7-b30b-f7ebc6c44f21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 15425 | 2024.07.30 01:38:55.179041 [ 3 ] {cf2349e5-14c9-4ce7-b30b-f7ebc6c44f21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 15426 | 2024.07.30 01:38:55.179166 [ 3 ] {cf2349e5-14c9-4ce7-b30b-f7ebc6c44f21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15427 | 2024.07.30 01:38:55.179488 [ 3 ] {cf2349e5-14c9-4ce7-b30b-f7ebc6c44f21} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15428 | 2024.07.30 01:38:55.179523 [ 3 ] {cf2349e5-14c9-4ce7-b30b-f7ebc6c44f21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15429 | 2024.07.30 01:38:55.179866 [ 3 ] {cf2349e5-14c9-4ce7-b30b-f7ebc6c44f21} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 15430 | 2024.07.30 01:38:55.180191 [ 3 ] {cf2349e5-14c9-4ce7-b30b-f7ebc6c44f21} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15431 | 2024.07.30 01:38:55.180313 [ 3 ] {cf2349e5-14c9-4ce7-b30b-f7ebc6c44f21} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001343 sec., 17125.83767684289 rows/sec., 926.39 KiB/sec. | ||
| 15432 | 2024.07.30 01:38:55.180616 [ 3 ] {cf2349e5-14c9-4ce7-b30b-f7ebc6c44f21} <Debug> DynamicQueryHandler: Done processing query | ||
| 15433 | 2024.07.30 01:38:55.180644 [ 3 ] {cf2349e5-14c9-4ce7-b30b-f7ebc6c44f21} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 15434 | 2024.07.30 01:38:55.180660 [ 3 ] {} <Debug> HTTP-Session: d8c454d0-8ae7-4178-a496-aa7bee086d28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15435 | 2024.07.30 01:38:55.180781 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15436 | 2024.07.30 01:38:55.180829 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15437 | 2024.07.30 01:38:55.180848 [ 3 ] {} <Debug> HTTP-Session: 8b014639-7b52-46f6-b221-5b41fc615367 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15438 | 2024.07.30 01:38:55.180864 [ 3 ] {} <Debug> HTTP-Session: 8b014639-7b52-46f6-b221-5b41fc615367 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15439 | 2024.07.30 01:38:55.180877 [ 3 ] {} <Debug> HTTP-Session: 8b014639-7b52-46f6-b221-5b41fc615367 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15440 | 2024.07.30 01:38:55.180908 [ 3 ] {} <Trace> HTTP-Session: 8b014639-7b52-46f6-b221-5b41fc615367 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15441 | 2024.07.30 01:38:55.181027 [ 3 ] {41ea0c0e-853c-464b-8df5-a50ee6cf3ce0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15442 | 2024.07.30 01:38:55.181072 [ 3 ] {41ea0c0e-853c-464b-8df5-a50ee6cf3ce0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15443 | 2024.07.30 01:38:55.181212 [ 3 ] {41ea0c0e-853c-464b-8df5-a50ee6cf3ce0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15444 | 2024.07.30 01:38:55.181509 [ 3 ] {41ea0c0e-853c-464b-8df5-a50ee6cf3ce0} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15445 | 2024.07.30 01:38:55.181544 [ 3 ] {41ea0c0e-853c-464b-8df5-a50ee6cf3ce0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15446 | 2024.07.30 01:38:55.181895 [ 3 ] {41ea0c0e-853c-464b-8df5-a50ee6cf3ce0} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 15447 | 2024.07.30 01:38:55.182217 [ 3 ] {41ea0c0e-853c-464b-8df5-a50ee6cf3ce0} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15448 | 2024.07.30 01:38:55.182337 [ 3 ] {41ea0c0e-853c-464b-8df5-a50ee6cf3ce0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001353 sec., 44345.89800443459 rows/sec., 2.99 MiB/sec. | ||
| 15449 | 2024.07.30 01:38:55.182497 [ 3 ] {41ea0c0e-853c-464b-8df5-a50ee6cf3ce0} <Debug> DynamicQueryHandler: Done processing query | ||
| 15450 | 2024.07.30 01:38:55.182521 [ 3 ] {41ea0c0e-853c-464b-8df5-a50ee6cf3ce0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 15451 | 2024.07.30 01:38:55.182536 [ 3 ] {} <Debug> HTTP-Session: 8b014639-7b52-46f6-b221-5b41fc615367 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15452 | 2024.07.30 01:38:57.810226 [ 126 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15453 | 2024.07.30 01:38:57.810332 [ 126 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15454 | 2024.07.30 01:39:00.146547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15455 | 2024.07.30 01:39:00.146668 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15456 | 2024.07.30 01:39:00.146698 [ 3 ] {} <Debug> HTTP-Session: f728c11d-8951-4fd1-9d06-ad4211db14a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15457 | 2024.07.30 01:39:00.146726 [ 3 ] {} <Debug> HTTP-Session: f728c11d-8951-4fd1-9d06-ad4211db14a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15458 | 2024.07.30 01:39:00.146745 [ 3 ] {} <Debug> HTTP-Session: f728c11d-8951-4fd1-9d06-ad4211db14a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15459 | 2024.07.30 01:39:00.146800 [ 3 ] {} <Trace> HTTP-Session: f728c11d-8951-4fd1-9d06-ad4211db14a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15460 | 2024.07.30 01:39:00.146994 [ 3 ] {79870df3-0a89-4729-9814-fe6fc0e62c8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 15461 | 2024.07.30 01:39:00.147068 [ 3 ] {79870df3-0a89-4729-9814-fe6fc0e62c8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15462 | 2024.07.30 01:39:00.147285 [ 3 ] {79870df3-0a89-4729-9814-fe6fc0e62c8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15463 | 2024.07.30 01:39:00.147755 [ 3 ] {79870df3-0a89-4729-9814-fe6fc0e62c8c} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15464 | 2024.07.30 01:39:00.147797 [ 3 ] {79870df3-0a89-4729-9814-fe6fc0e62c8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15465 | 2024.07.30 01:39:00.148161 [ 3 ] {79870df3-0a89-4729-9814-fe6fc0e62c8c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 15466 | 2024.07.30 01:39:00.148505 [ 3 ] {79870df3-0a89-4729-9814-fe6fc0e62c8c} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15467 | 2024.07.30 01:39:00.148670 [ 3 ] {79870df3-0a89-4729-9814-fe6fc0e62c8c} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00173 sec., 2312.1387283236995 rows/sec., 188.54 KiB/sec. | ||
| 15468 | 2024.07.30 01:39:00.148892 [ 3 ] {79870df3-0a89-4729-9814-fe6fc0e62c8c} <Debug> DynamicQueryHandler: Done processing query | ||
| 15469 | 2024.07.30 01:39:00.148918 [ 3 ] {79870df3-0a89-4729-9814-fe6fc0e62c8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 15470 | 2024.07.30 01:39:00.148934 [ 3 ] {} <Debug> HTTP-Session: f728c11d-8951-4fd1-9d06-ad4211db14a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15471 | 2024.07.30 01:39:00.149082 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 13093, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15472 | 2024.07.30 01:39:00.149138 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15473 | 2024.07.30 01:39:00.149159 [ 3 ] {} <Debug> HTTP-Session: ff1d4159-0ae3-4c57-a4ec-a7dc17ca0ebb Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15474 | 2024.07.30 01:39:00.149177 [ 3 ] {} <Debug> HTTP-Session: ff1d4159-0ae3-4c57-a4ec-a7dc17ca0ebb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15475 | 2024.07.30 01:39:00.149191 [ 3 ] {} <Debug> HTTP-Session: ff1d4159-0ae3-4c57-a4ec-a7dc17ca0ebb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15476 | 2024.07.30 01:39:00.149226 [ 3 ] {} <Trace> HTTP-Session: ff1d4159-0ae3-4c57-a4ec-a7dc17ca0ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15477 | 2024.07.30 01:39:00.149352 [ 3 ] {130a1525-6442-41df-8be0-07a44bc2ec1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15478 | 2024.07.30 01:39:00.149397 [ 3 ] {130a1525-6442-41df-8be0-07a44bc2ec1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15479 | 2024.07.30 01:39:00.149526 [ 3 ] {130a1525-6442-41df-8be0-07a44bc2ec1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15480 | 2024.07.30 01:39:00.149895 [ 3 ] {130a1525-6442-41df-8be0-07a44bc2ec1f} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15481 | 2024.07.30 01:39:00.149932 [ 3 ] {130a1525-6442-41df-8be0-07a44bc2ec1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15482 | 2024.07.30 01:39:00.150249 [ 3 ] {130a1525-6442-41df-8be0-07a44bc2ec1f} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 15483 | 2024.07.30 01:39:00.150563 [ 3 ] {130a1525-6442-41df-8be0-07a44bc2ec1f} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15484 | 2024.07.30 01:39:00.150720 [ 3 ] {130a1525-6442-41df-8be0-07a44bc2ec1f} <Debug> executeQuery: Read 94 rows, 7.36 KiB in 0.001411 sec., 66619.4188518781 rows/sec., 5.10 MiB/sec. | ||
| 15485 | 2024.07.30 01:39:00.150893 [ 3 ] {130a1525-6442-41df-8be0-07a44bc2ec1f} <Debug> DynamicQueryHandler: Done processing query | ||
| 15486 | 2024.07.30 01:39:00.150917 [ 3 ] {130a1525-6442-41df-8be0-07a44bc2ec1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 15487 | 2024.07.30 01:39:00.150932 [ 3 ] {} <Debug> HTTP-Session: ff1d4159-0ae3-4c57-a4ec-a7dc17ca0ebb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15488 | 2024.07.30 01:39:00.151042 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15489 | 2024.07.30 01:39:00.151093 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15490 | 2024.07.30 01:39:00.151111 [ 3 ] {} <Debug> HTTP-Session: 79d8b965-d255-4be7-a90f-d46f5a0a9012 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15491 | 2024.07.30 01:39:00.151129 [ 3 ] {} <Debug> HTTP-Session: 79d8b965-d255-4be7-a90f-d46f5a0a9012 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15492 | 2024.07.30 01:39:00.151143 [ 3 ] {} <Debug> HTTP-Session: 79d8b965-d255-4be7-a90f-d46f5a0a9012 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15493 | 2024.07.30 01:39:00.151177 [ 3 ] {} <Trace> HTTP-Session: 79d8b965-d255-4be7-a90f-d46f5a0a9012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15494 | 2024.07.30 01:39:00.151283 [ 3 ] {407190ff-acc8-456f-8bd6-fabefdb4c122} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 15495 | 2024.07.30 01:39:00.151326 [ 3 ] {407190ff-acc8-456f-8bd6-fabefdb4c122} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15496 | 2024.07.30 01:39:00.151448 [ 3 ] {407190ff-acc8-456f-8bd6-fabefdb4c122} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15497 | 2024.07.30 01:39:00.151728 [ 3 ] {407190ff-acc8-456f-8bd6-fabefdb4c122} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15498 | 2024.07.30 01:39:00.151764 [ 3 ] {407190ff-acc8-456f-8bd6-fabefdb4c122} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15499 | 2024.07.30 01:39:00.152122 [ 3 ] {407190ff-acc8-456f-8bd6-fabefdb4c122} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 15500 | 2024.07.30 01:39:00.152433 [ 3 ] {407190ff-acc8-456f-8bd6-fabefdb4c122} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15501 | 2024.07.30 01:39:00.152588 [ 3 ] {407190ff-acc8-456f-8bd6-fabefdb4c122} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001327 sec., 3014.318010550113 rows/sec., 210.47 KiB/sec. | ||
| 15502 | 2024.07.30 01:39:00.152832 [ 3 ] {407190ff-acc8-456f-8bd6-fabefdb4c122} <Debug> DynamicQueryHandler: Done processing query | ||
| 15503 | 2024.07.30 01:39:00.152882 [ 3 ] {407190ff-acc8-456f-8bd6-fabefdb4c122} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 15504 | 2024.07.30 01:39:00.152907 [ 3 ] {} <Debug> HTTP-Session: 79d8b965-d255-4be7-a90f-d46f5a0a9012 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15505 | 2024.07.30 01:39:00.153039 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 15620, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15506 | 2024.07.30 01:39:00.153089 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15507 | 2024.07.30 01:39:00.153108 [ 3 ] {} <Debug> HTTP-Session: e7e77305-d399-4571-8acd-b96bb3eeb1c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15508 | 2024.07.30 01:39:00.153127 [ 3 ] {} <Debug> HTTP-Session: e7e77305-d399-4571-8acd-b96bb3eeb1c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15509 | 2024.07.30 01:39:00.153140 [ 3 ] {} <Debug> HTTP-Session: e7e77305-d399-4571-8acd-b96bb3eeb1c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15510 | 2024.07.30 01:39:00.153171 [ 3 ] {} <Trace> HTTP-Session: e7e77305-d399-4571-8acd-b96bb3eeb1c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15511 | 2024.07.30 01:39:00.153297 [ 3 ] {22d4e250-62a1-4207-9322-383a04ebc703} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15512 | 2024.07.30 01:39:00.153340 [ 3 ] {22d4e250-62a1-4207-9322-383a04ebc703} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15513 | 2024.07.30 01:39:00.153482 [ 3 ] {22d4e250-62a1-4207-9322-383a04ebc703} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15514 | 2024.07.30 01:39:00.153833 [ 3 ] {22d4e250-62a1-4207-9322-383a04ebc703} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15515 | 2024.07.30 01:39:00.153870 [ 3 ] {22d4e250-62a1-4207-9322-383a04ebc703} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15516 | 2024.07.30 01:39:00.154184 [ 3 ] {22d4e250-62a1-4207-9322-383a04ebc703} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 15517 | 2024.07.30 01:39:00.154495 [ 3 ] {22d4e250-62a1-4207-9322-383a04ebc703} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15518 | 2024.07.30 01:39:00.154647 [ 3 ] {22d4e250-62a1-4207-9322-383a04ebc703} <Debug> executeQuery: Read 92 rows, 7.34 KiB in 0.001392 sec., 66091.9540229885 rows/sec., 5.15 MiB/sec. | ||
| 15519 | 2024.07.30 01:39:00.154878 [ 3 ] {22d4e250-62a1-4207-9322-383a04ebc703} <Debug> DynamicQueryHandler: Done processing query | ||
| 15520 | 2024.07.30 01:39:00.154930 [ 3 ] {22d4e250-62a1-4207-9322-383a04ebc703} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 15521 | 2024.07.30 01:39:00.154988 [ 3 ] {} <Debug> HTTP-Session: e7e77305-d399-4571-8acd-b96bb3eeb1c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15522 | 2024.07.30 01:39:00.155216 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 38016, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15523 | 2024.07.30 01:39:00.155268 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15524 | 2024.07.30 01:39:00.155287 [ 3 ] {} <Debug> HTTP-Session: 58ee461d-9c43-4b67-ba94-d96dc8989820 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15525 | 2024.07.30 01:39:00.155304 [ 3 ] {} <Debug> HTTP-Session: 58ee461d-9c43-4b67-ba94-d96dc8989820 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15526 | 2024.07.30 01:39:00.155318 [ 3 ] {} <Debug> HTTP-Session: 58ee461d-9c43-4b67-ba94-d96dc8989820 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15527 | 2024.07.30 01:39:00.155351 [ 3 ] {} <Trace> HTTP-Session: 58ee461d-9c43-4b67-ba94-d96dc8989820 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15528 | 2024.07.30 01:39:00.155522 [ 3 ] {dee2c2e9-9156-48f7-afff-a1af8bc7acdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15529 | 2024.07.30 01:39:00.155571 [ 3 ] {dee2c2e9-9156-48f7-afff-a1af8bc7acdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15530 | 2024.07.30 01:39:00.155726 [ 3 ] {dee2c2e9-9156-48f7-afff-a1af8bc7acdb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15531 | 2024.07.30 01:39:00.156227 [ 3 ] {dee2c2e9-9156-48f7-afff-a1af8bc7acdb} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15532 | 2024.07.30 01:39:00.156263 [ 3 ] {dee2c2e9-9156-48f7-afff-a1af8bc7acdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15533 | 2024.07.30 01:39:00.156661 [ 3 ] {dee2c2e9-9156-48f7-afff-a1af8bc7acdb} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 15534 | 2024.07.30 01:39:00.157008 [ 3 ] {dee2c2e9-9156-48f7-afff-a1af8bc7acdb} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15535 | 2024.07.30 01:39:00.157172 [ 3 ] {dee2c2e9-9156-48f7-afff-a1af8bc7acdb} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.001738 sec., 113924.0506329114 rows/sec., 7.95 MiB/sec. | ||
| 15536 | 2024.07.30 01:39:00.157417 [ 3 ] {dee2c2e9-9156-48f7-afff-a1af8bc7acdb} <Debug> DynamicQueryHandler: Done processing query | ||
| 15537 | 2024.07.30 01:39:00.157476 [ 3 ] {dee2c2e9-9156-48f7-afff-a1af8bc7acdb} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 15538 | 2024.07.30 01:39:00.157528 [ 3 ] {} <Debug> HTTP-Session: 58ee461d-9c43-4b67-ba94-d96dc8989820 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15539 | 2024.07.30 01:39:00.157752 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15540 | 2024.07.30 01:39:00.157804 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15541 | 2024.07.30 01:39:00.157822 [ 3 ] {} <Debug> HTTP-Session: 213c825c-b8e4-4a9d-bf99-c99b1b39c520 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15542 | 2024.07.30 01:39:00.157839 [ 3 ] {} <Debug> HTTP-Session: 213c825c-b8e4-4a9d-bf99-c99b1b39c520 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15543 | 2024.07.30 01:39:00.157853 [ 3 ] {} <Debug> HTTP-Session: 213c825c-b8e4-4a9d-bf99-c99b1b39c520 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15544 | 2024.07.30 01:39:00.157886 [ 3 ] {} <Trace> HTTP-Session: 213c825c-b8e4-4a9d-bf99-c99b1b39c520 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15545 | 2024.07.30 01:39:00.158021 [ 3 ] {e1192449-f26f-484c-be21-414fe57cc9bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15546 | 2024.07.30 01:39:00.158066 [ 3 ] {e1192449-f26f-484c-be21-414fe57cc9bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15547 | 2024.07.30 01:39:00.158211 [ 3 ] {e1192449-f26f-484c-be21-414fe57cc9bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15548 | 2024.07.30 01:39:00.158537 [ 3 ] {e1192449-f26f-484c-be21-414fe57cc9bf} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15549 | 2024.07.30 01:39:00.158572 [ 3 ] {e1192449-f26f-484c-be21-414fe57cc9bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15550 | 2024.07.30 01:39:00.158929 [ 3 ] {e1192449-f26f-484c-be21-414fe57cc9bf} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 15551 | 2024.07.30 01:39:00.159256 [ 3 ] {e1192449-f26f-484c-be21-414fe57cc9bf} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15552 | 2024.07.30 01:39:00.159413 [ 3 ] {e1192449-f26f-484c-be21-414fe57cc9bf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001441 sec., 41637.75156141568 rows/sec., 2.81 MiB/sec. | ||
| 15553 | 2024.07.30 01:39:00.159657 [ 3 ] {e1192449-f26f-484c-be21-414fe57cc9bf} <Debug> DynamicQueryHandler: Done processing query | ||
| 15554 | 2024.07.30 01:39:00.159713 [ 3 ] {e1192449-f26f-484c-be21-414fe57cc9bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 15555 | 2024.07.30 01:39:00.159766 [ 3 ] {} <Debug> HTTP-Session: 213c825c-b8e4-4a9d-bf99-c99b1b39c520 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15556 | 2024.07.30 01:39:05.151265 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 8063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15557 | 2024.07.30 01:39:05.151435 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15558 | 2024.07.30 01:39:05.151476 [ 3 ] {} <Debug> HTTP-Session: c8f9b15c-32ea-4755-8b4c-d27f3d42ec12 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15559 | 2024.07.30 01:39:05.151516 [ 3 ] {} <Debug> HTTP-Session: c8f9b15c-32ea-4755-8b4c-d27f3d42ec12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15560 | 2024.07.30 01:39:05.151543 [ 3 ] {} <Debug> HTTP-Session: c8f9b15c-32ea-4755-8b4c-d27f3d42ec12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15561 | 2024.07.30 01:39:05.151618 [ 3 ] {} <Trace> HTTP-Session: c8f9b15c-32ea-4755-8b4c-d27f3d42ec12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15562 | 2024.07.30 01:39:05.151906 [ 3 ] {b75280dc-32a3-423c-b74d-46dde777cda0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 15563 | 2024.07.30 01:39:05.151982 [ 3 ] {b75280dc-32a3-423c-b74d-46dde777cda0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 15564 | 2024.07.30 01:39:05.152231 [ 3 ] {b75280dc-32a3-423c-b74d-46dde777cda0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15565 | 2024.07.30 01:39:05.152751 [ 3 ] {b75280dc-32a3-423c-b74d-46dde777cda0} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15566 | 2024.07.30 01:39:05.152793 [ 3 ] {b75280dc-32a3-423c-b74d-46dde777cda0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15567 | 2024.07.30 01:39:05.153177 [ 3 ] {b75280dc-32a3-423c-b74d-46dde777cda0} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 15568 | 2024.07.30 01:39:05.153541 [ 3 ] {b75280dc-32a3-423c-b74d-46dde777cda0} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15569 | 2024.07.30 01:39:05.153713 [ 3 ] {b75280dc-32a3-423c-b74d-46dde777cda0} <Debug> executeQuery: Read 57 rows, 4.47 KiB in 0.001865 sec., 30563.00268096515 rows/sec., 2.34 MiB/sec. | ||
| 15570 | 2024.07.30 01:39:05.153935 [ 3 ] {b75280dc-32a3-423c-b74d-46dde777cda0} <Debug> DynamicQueryHandler: Done processing query | ||
| 15571 | 2024.07.30 01:39:05.153962 [ 3 ] {b75280dc-32a3-423c-b74d-46dde777cda0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15572 | 2024.07.30 01:39:05.153978 [ 3 ] {} <Debug> HTTP-Session: c8f9b15c-32ea-4755-8b4c-d27f3d42ec12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15573 | 2024.07.30 01:39:05.154177 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 47531, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15574 | 2024.07.30 01:39:05.154236 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15575 | 2024.07.30 01:39:05.154257 [ 3 ] {} <Debug> HTTP-Session: 670defcc-a316-4b00-a77b-61244399130c Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15576 | 2024.07.30 01:39:05.154275 [ 3 ] {} <Debug> HTTP-Session: 670defcc-a316-4b00-a77b-61244399130c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15577 | 2024.07.30 01:39:05.154290 [ 3 ] {} <Debug> HTTP-Session: 670defcc-a316-4b00-a77b-61244399130c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15578 | 2024.07.30 01:39:05.154326 [ 3 ] {} <Trace> HTTP-Session: 670defcc-a316-4b00-a77b-61244399130c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15579 | 2024.07.30 01:39:05.154524 [ 3 ] {a4352212-29fe-437c-8541-54abe8e9d4a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15580 | 2024.07.30 01:39:05.154573 [ 3 ] {a4352212-29fe-437c-8541-54abe8e9d4a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15581 | 2024.07.30 01:39:05.154704 [ 3 ] {a4352212-29fe-437c-8541-54abe8e9d4a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15582 | 2024.07.30 01:39:05.155254 [ 3 ] {a4352212-29fe-437c-8541-54abe8e9d4a4} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15583 | 2024.07.30 01:39:05.155292 [ 3 ] {a4352212-29fe-437c-8541-54abe8e9d4a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15584 | 2024.07.30 01:39:05.155643 [ 3 ] {a4352212-29fe-437c-8541-54abe8e9d4a4} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 15585 | 2024.07.30 01:39:05.155991 [ 3 ] {a4352212-29fe-437c-8541-54abe8e9d4a4} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15586 | 2024.07.30 01:39:05.156150 [ 3 ] {a4352212-29fe-437c-8541-54abe8e9d4a4} <Debug> executeQuery: Read 314 rows, 28.45 KiB in 0.001726 sec., 181923.52259559673 rows/sec., 16.10 MiB/sec. | ||
| 15587 | 2024.07.30 01:39:05.156343 [ 3 ] {a4352212-29fe-437c-8541-54abe8e9d4a4} <Debug> DynamicQueryHandler: Done processing query | ||
| 15588 | 2024.07.30 01:39:05.156378 [ 3 ] {a4352212-29fe-437c-8541-54abe8e9d4a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 15589 | 2024.07.30 01:39:05.156411 [ 3 ] {} <Debug> HTTP-Session: 670defcc-a316-4b00-a77b-61244399130c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15590 | 2024.07.30 01:39:05.156627 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 70221, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15591 | 2024.07.30 01:39:05.156679 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15592 | 2024.07.30 01:39:05.156698 [ 3 ] {} <Debug> HTTP-Session: 3b11e73c-a6ee-44ca-b153-65ae6f00499c Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15593 | 2024.07.30 01:39:05.156716 [ 3 ] {} <Debug> HTTP-Session: 3b11e73c-a6ee-44ca-b153-65ae6f00499c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15594 | 2024.07.30 01:39:05.156730 [ 3 ] {} <Debug> HTTP-Session: 3b11e73c-a6ee-44ca-b153-65ae6f00499c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15595 | 2024.07.30 01:39:05.156763 [ 3 ] {} <Trace> HTTP-Session: 3b11e73c-a6ee-44ca-b153-65ae6f00499c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15596 | 2024.07.30 01:39:05.156985 [ 3 ] {e44aa3fd-dec8-49ce-9bfa-1a642a21a3aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15597 | 2024.07.30 01:39:05.157028 [ 3 ] {e44aa3fd-dec8-49ce-9bfa-1a642a21a3aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15598 | 2024.07.30 01:39:05.157154 [ 3 ] {e44aa3fd-dec8-49ce-9bfa-1a642a21a3aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15599 | 2024.07.30 01:39:05.157810 [ 3 ] {e44aa3fd-dec8-49ce-9bfa-1a642a21a3aa} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15600 | 2024.07.30 01:39:05.157851 [ 3 ] {e44aa3fd-dec8-49ce-9bfa-1a642a21a3aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15601 | 2024.07.30 01:39:05.158212 [ 3 ] {e44aa3fd-dec8-49ce-9bfa-1a642a21a3aa} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 15602 | 2024.07.30 01:39:05.158524 [ 3 ] {e44aa3fd-dec8-49ce-9bfa-1a642a21a3aa} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15603 | 2024.07.30 01:39:05.158675 [ 3 ] {e44aa3fd-dec8-49ce-9bfa-1a642a21a3aa} <Debug> executeQuery: Read 433 rows, 31.56 KiB in 0.001803 sec., 240155.29672767612 rows/sec., 17.09 MiB/sec. | ||
| 15604 | 2024.07.30 01:39:05.158935 [ 3 ] {e44aa3fd-dec8-49ce-9bfa-1a642a21a3aa} <Debug> DynamicQueryHandler: Done processing query | ||
| 15605 | 2024.07.30 01:39:05.158996 [ 3 ] {e44aa3fd-dec8-49ce-9bfa-1a642a21a3aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 15606 | 2024.07.30 01:39:05.159054 [ 3 ] {} <Debug> HTTP-Session: 3b11e73c-a6ee-44ca-b153-65ae6f00499c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15607 | 2024.07.30 01:39:05.159237 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15608 | 2024.07.30 01:39:05.159289 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15609 | 2024.07.30 01:39:05.159308 [ 3 ] {} <Debug> HTTP-Session: 2e838222-c400-41f6-86cf-b307a7444971 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15610 | 2024.07.30 01:39:05.159325 [ 3 ] {} <Debug> HTTP-Session: 2e838222-c400-41f6-86cf-b307a7444971 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15611 | 2024.07.30 01:39:05.159338 [ 3 ] {} <Debug> HTTP-Session: 2e838222-c400-41f6-86cf-b307a7444971 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15612 | 2024.07.30 01:39:05.159372 [ 3 ] {} <Trace> HTTP-Session: 2e838222-c400-41f6-86cf-b307a7444971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15613 | 2024.07.30 01:39:05.159470 [ 3 ] {4708137f-3078-43bb-8ff0-d54f0b0baece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 15614 | 2024.07.30 01:39:05.159517 [ 3 ] {4708137f-3078-43bb-8ff0-d54f0b0baece} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15615 | 2024.07.30 01:39:05.159665 [ 3 ] {4708137f-3078-43bb-8ff0-d54f0b0baece} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15616 | 2024.07.30 01:39:05.159949 [ 3 ] {4708137f-3078-43bb-8ff0-d54f0b0baece} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15617 | 2024.07.30 01:39:05.159985 [ 3 ] {4708137f-3078-43bb-8ff0-d54f0b0baece} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15618 | 2024.07.30 01:39:05.160356 [ 3 ] {4708137f-3078-43bb-8ff0-d54f0b0baece} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 15619 | 2024.07.30 01:39:05.160691 [ 3 ] {4708137f-3078-43bb-8ff0-d54f0b0baece} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15620 | 2024.07.30 01:39:05.160843 [ 3 ] {4708137f-3078-43bb-8ff0-d54f0b0baece} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001393 sec., 4307.250538406318 rows/sec., 185.08 KiB/sec. | ||
| 15621 | 2024.07.30 01:39:05.161018 [ 3 ] {4708137f-3078-43bb-8ff0-d54f0b0baece} <Debug> DynamicQueryHandler: Done processing query | ||
| 15622 | 2024.07.30 01:39:05.161042 [ 3 ] {4708137f-3078-43bb-8ff0-d54f0b0baece} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 15623 | 2024.07.30 01:39:05.161057 [ 3 ] {} <Debug> HTTP-Session: 2e838222-c400-41f6-86cf-b307a7444971 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15624 | 2024.07.30 01:39:05.161184 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15625 | 2024.07.30 01:39:05.161233 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15626 | 2024.07.30 01:39:05.161252 [ 3 ] {} <Debug> HTTP-Session: 13a7fe8f-6564-499c-af5f-b2429dc4f9ad Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15627 | 2024.07.30 01:39:05.161268 [ 3 ] {} <Debug> HTTP-Session: 13a7fe8f-6564-499c-af5f-b2429dc4f9ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15628 | 2024.07.30 01:39:05.161281 [ 3 ] {} <Debug> HTTP-Session: 13a7fe8f-6564-499c-af5f-b2429dc4f9ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15629 | 2024.07.30 01:39:05.161312 [ 3 ] {} <Trace> HTTP-Session: 13a7fe8f-6564-499c-af5f-b2429dc4f9ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15630 | 2024.07.30 01:39:05.161437 [ 3 ] {803a6a21-b37a-40a1-b49e-b5f67d58deb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 15631 | 2024.07.30 01:39:05.161484 [ 3 ] {803a6a21-b37a-40a1-b49e-b5f67d58deb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 15632 | 2024.07.30 01:39:05.161628 [ 3 ] {803a6a21-b37a-40a1-b49e-b5f67d58deb4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15633 | 2024.07.30 01:39:05.161955 [ 3 ] {803a6a21-b37a-40a1-b49e-b5f67d58deb4} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15634 | 2024.07.30 01:39:05.161991 [ 3 ] {803a6a21-b37a-40a1-b49e-b5f67d58deb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15635 | 2024.07.30 01:39:05.162368 [ 3 ] {803a6a21-b37a-40a1-b49e-b5f67d58deb4} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 15636 | 2024.07.30 01:39:05.162734 [ 3 ] {803a6a21-b37a-40a1-b49e-b5f67d58deb4} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15637 | 2024.07.30 01:39:05.162893 [ 3 ] {803a6a21-b37a-40a1-b49e-b5f67d58deb4} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.0015 sec., 51333.333333333336 rows/sec., 3.16 MiB/sec. | ||
| 15638 | 2024.07.30 01:39:05.163177 [ 3 ] {803a6a21-b37a-40a1-b49e-b5f67d58deb4} <Debug> DynamicQueryHandler: Done processing query | ||
| 15639 | 2024.07.30 01:39:05.163235 [ 3 ] {803a6a21-b37a-40a1-b49e-b5f67d58deb4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15640 | 2024.07.30 01:39:05.163289 [ 3 ] {} <Debug> HTTP-Session: 13a7fe8f-6564-499c-af5f-b2429dc4f9ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15641 | 2024.07.30 01:39:05.163521 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15642 | 2024.07.30 01:39:05.163573 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15643 | 2024.07.30 01:39:05.163592 [ 3 ] {} <Debug> HTTP-Session: dd6126e7-fc96-4a5f-b06b-29090c4db461 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15644 | 2024.07.30 01:39:05.163608 [ 3 ] {} <Debug> HTTP-Session: dd6126e7-fc96-4a5f-b06b-29090c4db461 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15645 | 2024.07.30 01:39:05.163622 [ 3 ] {} <Debug> HTTP-Session: dd6126e7-fc96-4a5f-b06b-29090c4db461 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15646 | 2024.07.30 01:39:05.163656 [ 3 ] {} <Trace> HTTP-Session: dd6126e7-fc96-4a5f-b06b-29090c4db461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15647 | 2024.07.30 01:39:05.163834 [ 3 ] {bb256920-3cd2-4922-8e0f-5756295f3aa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15648 | 2024.07.30 01:39:05.163882 [ 3 ] {bb256920-3cd2-4922-8e0f-5756295f3aa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15649 | 2024.07.30 01:39:05.164065 [ 3 ] {bb256920-3cd2-4922-8e0f-5756295f3aa5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15650 | 2024.07.30 01:39:05.164529 [ 3 ] {bb256920-3cd2-4922-8e0f-5756295f3aa5} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15651 | 2024.07.30 01:39:05.164566 [ 3 ] {bb256920-3cd2-4922-8e0f-5756295f3aa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15652 | 2024.07.30 01:39:05.164944 [ 3 ] {bb256920-3cd2-4922-8e0f-5756295f3aa5} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 15653 | 2024.07.30 01:39:05.165286 [ 3 ] {bb256920-3cd2-4922-8e0f-5756295f3aa5} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15654 | 2024.07.30 01:39:05.165432 [ 3 ] {bb256920-3cd2-4922-8e0f-5756295f3aa5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001694 sec., 94451.00354191264 rows/sec., 6.58 MiB/sec. | ||
| 15655 | 2024.07.30 01:39:05.165606 [ 3 ] {bb256920-3cd2-4922-8e0f-5756295f3aa5} <Debug> DynamicQueryHandler: Done processing query | ||
| 15656 | 2024.07.30 01:39:05.165630 [ 3 ] {bb256920-3cd2-4922-8e0f-5756295f3aa5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 15657 | 2024.07.30 01:39:05.165645 [ 3 ] {} <Debug> HTTP-Session: dd6126e7-fc96-4a5f-b06b-29090c4db461 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15658 | 2024.07.30 01:39:05.165836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 82787, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15659 | 2024.07.30 01:39:05.165884 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15660 | 2024.07.30 01:39:05.165902 [ 3 ] {} <Debug> HTTP-Session: ff7a781d-99a3-411d-b328-75b884b93731 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15661 | 2024.07.30 01:39:05.165918 [ 3 ] {} <Debug> HTTP-Session: ff7a781d-99a3-411d-b328-75b884b93731 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15662 | 2024.07.30 01:39:05.165931 [ 3 ] {} <Debug> HTTP-Session: ff7a781d-99a3-411d-b328-75b884b93731 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15663 | 2024.07.30 01:39:05.165963 [ 3 ] {} <Trace> HTTP-Session: ff7a781d-99a3-411d-b328-75b884b93731 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15664 | 2024.07.30 01:39:05.166437 [ 3 ] {3f4e4cb5-2c12-42b0-8332-8faa837aa686} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 15665 | 2024.07.30 01:39:05.166503 [ 3 ] {3f4e4cb5-2c12-42b0-8332-8faa837aa686} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 15666 | 2024.07.30 01:39:05.166905 [ 3 ] {3f4e4cb5-2c12-42b0-8332-8faa837aa686} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15667 | 2024.07.30 01:39:05.167917 [ 3 ] {3f4e4cb5-2c12-42b0-8332-8faa837aa686} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15668 | 2024.07.30 01:39:05.167953 [ 3 ] {3f4e4cb5-2c12-42b0-8332-8faa837aa686} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15669 | 2024.07.30 01:39:05.168610 [ 3 ] {3f4e4cb5-2c12-42b0-8332-8faa837aa686} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 15670 | 2024.07.30 01:39:05.169017 [ 3 ] {3f4e4cb5-2c12-42b0-8332-8faa837aa686} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15671 | 2024.07.30 01:39:05.169227 [ 3 ] {3f4e4cb5-2c12-42b0-8332-8faa837aa686} <Debug> executeQuery: Read 51 rows, 93.58 KiB in 0.003152 sec., 16180.20304568528 rows/sec., 28.99 MiB/sec. | ||
| 15672 | 2024.07.30 01:39:05.169456 [ 3 ] {3f4e4cb5-2c12-42b0-8332-8faa837aa686} <Debug> DynamicQueryHandler: Done processing query | ||
| 15673 | 2024.07.30 01:39:05.169481 [ 3 ] {3f4e4cb5-2c12-42b0-8332-8faa837aa686} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 15674 | 2024.07.30 01:39:05.169496 [ 3 ] {} <Debug> HTTP-Session: ff7a781d-99a3-411d-b328-75b884b93731 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15675 | 2024.07.30 01:39:05.169631 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15676 | 2024.07.30 01:39:05.169679 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15677 | 2024.07.30 01:39:05.169698 [ 3 ] {} <Debug> HTTP-Session: d8b1769f-9884-4296-b450-90d752f72b41 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15678 | 2024.07.30 01:39:05.169714 [ 3 ] {} <Debug> HTTP-Session: d8b1769f-9884-4296-b450-90d752f72b41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15679 | 2024.07.30 01:39:05.169727 [ 3 ] {} <Debug> HTTP-Session: d8b1769f-9884-4296-b450-90d752f72b41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15680 | 2024.07.30 01:39:05.169759 [ 3 ] {} <Trace> HTTP-Session: d8b1769f-9884-4296-b450-90d752f72b41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15681 | 2024.07.30 01:39:05.169860 [ 3 ] {0a294dfa-5173-4098-8694-45a3147cde2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 15682 | 2024.07.30 01:39:05.169903 [ 3 ] {0a294dfa-5173-4098-8694-45a3147cde2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 15683 | 2024.07.30 01:39:05.170028 [ 3 ] {0a294dfa-5173-4098-8694-45a3147cde2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15684 | 2024.07.30 01:39:05.170329 [ 3 ] {0a294dfa-5173-4098-8694-45a3147cde2c} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15685 | 2024.07.30 01:39:05.170365 [ 3 ] {0a294dfa-5173-4098-8694-45a3147cde2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15686 | 2024.07.30 01:39:05.170736 [ 3 ] {0a294dfa-5173-4098-8694-45a3147cde2c} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 15687 | 2024.07.30 01:39:05.171068 [ 3 ] {0a294dfa-5173-4098-8694-45a3147cde2c} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15688 | 2024.07.30 01:39:05.171223 [ 3 ] {0a294dfa-5173-4098-8694-45a3147cde2c} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001387 sec., 16582.55227108868 rows/sec., 897.00 KiB/sec. | ||
| 15689 | 2024.07.30 01:39:05.171508 [ 3 ] {0a294dfa-5173-4098-8694-45a3147cde2c} <Debug> DynamicQueryHandler: Done processing query | ||
| 15690 | 2024.07.30 01:39:05.171564 [ 3 ] {0a294dfa-5173-4098-8694-45a3147cde2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 15691 | 2024.07.30 01:39:05.171627 [ 3 ] {} <Debug> HTTP-Session: d8b1769f-9884-4296-b450-90d752f72b41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15692 | 2024.07.30 01:39:05.171843 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15693 | 2024.07.30 01:39:05.171894 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15694 | 2024.07.30 01:39:05.171913 [ 3 ] {} <Debug> HTTP-Session: 07d1d160-de5c-4eb0-addd-66b1b97f32d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15695 | 2024.07.30 01:39:05.171930 [ 3 ] {} <Debug> HTTP-Session: 07d1d160-de5c-4eb0-addd-66b1b97f32d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15696 | 2024.07.30 01:39:05.171943 [ 3 ] {} <Debug> HTTP-Session: 07d1d160-de5c-4eb0-addd-66b1b97f32d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15697 | 2024.07.30 01:39:05.171976 [ 3 ] {} <Trace> HTTP-Session: 07d1d160-de5c-4eb0-addd-66b1b97f32d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15698 | 2024.07.30 01:39:05.172095 [ 3 ] {15bb81c5-5490-4ca2-82b2-c7c1384a247f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15699 | 2024.07.30 01:39:05.172140 [ 3 ] {15bb81c5-5490-4ca2-82b2-c7c1384a247f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15700 | 2024.07.30 01:39:05.172284 [ 3 ] {15bb81c5-5490-4ca2-82b2-c7c1384a247f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15701 | 2024.07.30 01:39:05.172567 [ 3 ] {15bb81c5-5490-4ca2-82b2-c7c1384a247f} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15702 | 2024.07.30 01:39:05.172602 [ 3 ] {15bb81c5-5490-4ca2-82b2-c7c1384a247f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15703 | 2024.07.30 01:39:05.172949 [ 3 ] {15bb81c5-5490-4ca2-82b2-c7c1384a247f} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 15704 | 2024.07.30 01:39:05.173285 [ 3 ] {15bb81c5-5490-4ca2-82b2-c7c1384a247f} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15705 | 2024.07.30 01:39:05.173433 [ 3 ] {15bb81c5-5490-4ca2-82b2-c7c1384a247f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001381 sec., 43446.77769732078 rows/sec., 2.93 MiB/sec. | ||
| 15706 | 2024.07.30 01:39:05.173602 [ 3 ] {15bb81c5-5490-4ca2-82b2-c7c1384a247f} <Debug> DynamicQueryHandler: Done processing query | ||
| 15707 | 2024.07.30 01:39:05.173626 [ 3 ] {15bb81c5-5490-4ca2-82b2-c7c1384a247f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 15708 | 2024.07.30 01:39:05.173641 [ 3 ] {} <Debug> HTTP-Session: 07d1d160-de5c-4eb0-addd-66b1b97f32d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15709 | 2024.07.30 01:39:10.144628 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15710 | 2024.07.30 01:39:10.144774 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15711 | 2024.07.30 01:39:10.144804 [ 3 ] {} <Debug> HTTP-Session: 8c1c9be7-fa96-4ff8-a098-0308817a6f35 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15712 | 2024.07.30 01:39:10.144834 [ 3 ] {} <Debug> HTTP-Session: 8c1c9be7-fa96-4ff8-a098-0308817a6f35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15713 | 2024.07.30 01:39:10.144852 [ 3 ] {} <Debug> HTTP-Session: 8c1c9be7-fa96-4ff8-a098-0308817a6f35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15714 | 2024.07.30 01:39:10.144908 [ 3 ] {} <Trace> HTTP-Session: 8c1c9be7-fa96-4ff8-a098-0308817a6f35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15715 | 2024.07.30 01:39:10.145103 [ 3 ] {6410987a-5ea9-432f-b4fd-723eedbdb784} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 15716 | 2024.07.30 01:39:10.145177 [ 3 ] {6410987a-5ea9-432f-b4fd-723eedbdb784} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15717 | 2024.07.30 01:39:10.145372 [ 3 ] {6410987a-5ea9-432f-b4fd-723eedbdb784} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15718 | 2024.07.30 01:39:10.145780 [ 3 ] {6410987a-5ea9-432f-b4fd-723eedbdb784} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15719 | 2024.07.30 01:39:10.145821 [ 3 ] {6410987a-5ea9-432f-b4fd-723eedbdb784} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15720 | 2024.07.30 01:39:10.146189 [ 3 ] {6410987a-5ea9-432f-b4fd-723eedbdb784} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 15721 | 2024.07.30 01:39:10.146550 [ 3 ] {6410987a-5ea9-432f-b4fd-723eedbdb784} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15722 | 2024.07.30 01:39:10.146738 [ 3 ] {6410987a-5ea9-432f-b4fd-723eedbdb784} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001685 sec., 1186.9436201780416 rows/sec., 96.79 KiB/sec. | ||
| 15723 | 2024.07.30 01:39:10.147071 [ 3 ] {6410987a-5ea9-432f-b4fd-723eedbdb784} <Debug> DynamicQueryHandler: Done processing query | ||
| 15724 | 2024.07.30 01:39:10.147099 [ 3 ] {6410987a-5ea9-432f-b4fd-723eedbdb784} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 15725 | 2024.07.30 01:39:10.147116 [ 3 ] {} <Debug> HTTP-Session: 8c1c9be7-fa96-4ff8-a098-0308817a6f35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15726 | 2024.07.30 01:39:10.147292 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 7979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15727 | 2024.07.30 01:39:10.147351 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15728 | 2024.07.30 01:39:10.147371 [ 3 ] {} <Debug> HTTP-Session: ae719e61-242d-4b3b-940d-1966ee5dabaf Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15729 | 2024.07.30 01:39:10.147389 [ 3 ] {} <Debug> HTTP-Session: ae719e61-242d-4b3b-940d-1966ee5dabaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15730 | 2024.07.30 01:39:10.147403 [ 3 ] {} <Debug> HTTP-Session: ae719e61-242d-4b3b-940d-1966ee5dabaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15731 | 2024.07.30 01:39:10.147439 [ 3 ] {} <Trace> HTTP-Session: ae719e61-242d-4b3b-940d-1966ee5dabaf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15732 | 2024.07.30 01:39:10.147560 [ 3 ] {112a1853-19a3-462a-91a5-828c5f70aa98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15733 | 2024.07.30 01:39:10.147608 [ 3 ] {112a1853-19a3-462a-91a5-828c5f70aa98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15734 | 2024.07.30 01:39:10.147757 [ 3 ] {112a1853-19a3-462a-91a5-828c5f70aa98} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15735 | 2024.07.30 01:39:10.148082 [ 3 ] {112a1853-19a3-462a-91a5-828c5f70aa98} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15736 | 2024.07.30 01:39:10.148119 [ 3 ] {112a1853-19a3-462a-91a5-828c5f70aa98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15737 | 2024.07.30 01:39:10.148437 [ 3 ] {112a1853-19a3-462a-91a5-828c5f70aa98} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 15738 | 2024.07.30 01:39:10.148751 [ 3 ] {112a1853-19a3-462a-91a5-828c5f70aa98} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15739 | 2024.07.30 01:39:10.148896 [ 3 ] {112a1853-19a3-462a-91a5-828c5f70aa98} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001377 sec., 41394.33551198257 rows/sec., 3.18 MiB/sec. | ||
| 15740 | 2024.07.30 01:39:10.149086 [ 3 ] {112a1853-19a3-462a-91a5-828c5f70aa98} <Debug> DynamicQueryHandler: Done processing query | ||
| 15741 | 2024.07.30 01:39:10.149124 [ 3 ] {112a1853-19a3-462a-91a5-828c5f70aa98} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15742 | 2024.07.30 01:39:10.149156 [ 3 ] {} <Debug> HTTP-Session: ae719e61-242d-4b3b-940d-1966ee5dabaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15743 | 2024.07.30 01:39:10.149302 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15744 | 2024.07.30 01:39:10.149356 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15745 | 2024.07.30 01:39:10.149374 [ 3 ] {} <Debug> HTTP-Session: 20a9f9c3-3aed-4ba5-bcb7-d46cba77b390 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15746 | 2024.07.30 01:39:10.149392 [ 3 ] {} <Debug> HTTP-Session: 20a9f9c3-3aed-4ba5-bcb7-d46cba77b390 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15747 | 2024.07.30 01:39:10.149406 [ 3 ] {} <Debug> HTTP-Session: 20a9f9c3-3aed-4ba5-bcb7-d46cba77b390 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15748 | 2024.07.30 01:39:10.149439 [ 3 ] {} <Trace> HTTP-Session: 20a9f9c3-3aed-4ba5-bcb7-d46cba77b390 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15749 | 2024.07.30 01:39:10.149534 [ 3 ] {d887298e-c37e-46cf-97aa-956d68b9cdc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 15750 | 2024.07.30 01:39:10.149578 [ 3 ] {d887298e-c37e-46cf-97aa-956d68b9cdc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15751 | 2024.07.30 01:39:10.149706 [ 3 ] {d887298e-c37e-46cf-97aa-956d68b9cdc9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15752 | 2024.07.30 01:39:10.149971 [ 3 ] {d887298e-c37e-46cf-97aa-956d68b9cdc9} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15753 | 2024.07.30 01:39:10.150009 [ 3 ] {d887298e-c37e-46cf-97aa-956d68b9cdc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15754 | 2024.07.30 01:39:10.150310 [ 3 ] {d887298e-c37e-46cf-97aa-956d68b9cdc9} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 15755 | 2024.07.30 01:39:10.150621 [ 3 ] {d887298e-c37e-46cf-97aa-956d68b9cdc9} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15756 | 2024.07.30 01:39:10.150782 [ 3 ] {d887298e-c37e-46cf-97aa-956d68b9cdc9} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001262 sec., 1584.7860538827258 rows/sec., 110.66 KiB/sec. | ||
| 15757 | 2024.07.30 01:39:10.150947 [ 3 ] {d887298e-c37e-46cf-97aa-956d68b9cdc9} <Debug> DynamicQueryHandler: Done processing query | ||
| 15758 | 2024.07.30 01:39:10.150971 [ 3 ] {d887298e-c37e-46cf-97aa-956d68b9cdc9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 15759 | 2024.07.30 01:39:10.150987 [ 3 ] {} <Debug> HTTP-Session: 20a9f9c3-3aed-4ba5-bcb7-d46cba77b390 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15760 | 2024.07.30 01:39:10.151118 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 11237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15761 | 2024.07.30 01:39:10.151168 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15762 | 2024.07.30 01:39:10.151188 [ 3 ] {} <Debug> HTTP-Session: 70d84633-8e58-4daa-8add-573868ce4b1f Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15763 | 2024.07.30 01:39:10.151205 [ 3 ] {} <Debug> HTTP-Session: 70d84633-8e58-4daa-8add-573868ce4b1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15764 | 2024.07.30 01:39:10.151219 [ 3 ] {} <Debug> HTTP-Session: 70d84633-8e58-4daa-8add-573868ce4b1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15765 | 2024.07.30 01:39:10.151251 [ 3 ] {} <Trace> HTTP-Session: 70d84633-8e58-4daa-8add-573868ce4b1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15766 | 2024.07.30 01:39:10.151366 [ 3 ] {9a185dff-e2f7-4e70-b227-51f26bd2811e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15767 | 2024.07.30 01:39:10.151408 [ 3 ] {9a185dff-e2f7-4e70-b227-51f26bd2811e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15768 | 2024.07.30 01:39:10.151533 [ 3 ] {9a185dff-e2f7-4e70-b227-51f26bd2811e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15769 | 2024.07.30 01:39:10.151844 [ 3 ] {9a185dff-e2f7-4e70-b227-51f26bd2811e} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15770 | 2024.07.30 01:39:10.151882 [ 3 ] {9a185dff-e2f7-4e70-b227-51f26bd2811e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15771 | 2024.07.30 01:39:10.152192 [ 3 ] {9a185dff-e2f7-4e70-b227-51f26bd2811e} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 15772 | 2024.07.30 01:39:10.152517 [ 3 ] {9a185dff-e2f7-4e70-b227-51f26bd2811e} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15773 | 2024.07.30 01:39:10.152667 [ 3 ] {9a185dff-e2f7-4e70-b227-51f26bd2811e} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001339 sec., 49290.51530993279 rows/sec., 3.85 MiB/sec. | ||
| 15774 | 2024.07.30 01:39:10.152920 [ 3 ] {9a185dff-e2f7-4e70-b227-51f26bd2811e} <Debug> DynamicQueryHandler: Done processing query | ||
| 15775 | 2024.07.30 01:39:10.152977 [ 3 ] {9a185dff-e2f7-4e70-b227-51f26bd2811e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 15776 | 2024.07.30 01:39:10.153041 [ 3 ] {} <Debug> HTTP-Session: 70d84633-8e58-4daa-8add-573868ce4b1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15777 | 2024.07.30 01:39:10.153241 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30859, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15778 | 2024.07.30 01:39:10.153296 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15779 | 2024.07.30 01:39:10.153317 [ 3 ] {} <Debug> HTTP-Session: beb805e4-ad3c-4c92-bd3b-8f2cd60a3ec2 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15780 | 2024.07.30 01:39:10.153334 [ 3 ] {} <Debug> HTTP-Session: beb805e4-ad3c-4c92-bd3b-8f2cd60a3ec2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15781 | 2024.07.30 01:39:10.153348 [ 3 ] {} <Debug> HTTP-Session: beb805e4-ad3c-4c92-bd3b-8f2cd60a3ec2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15782 | 2024.07.30 01:39:10.153380 [ 3 ] {} <Trace> HTTP-Session: beb805e4-ad3c-4c92-bd3b-8f2cd60a3ec2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15783 | 2024.07.30 01:39:10.153532 [ 3 ] {2f534e7a-5006-4ffd-abe0-2dcb366c7831} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15784 | 2024.07.30 01:39:10.153582 [ 3 ] {2f534e7a-5006-4ffd-abe0-2dcb366c7831} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15785 | 2024.07.30 01:39:10.153742 [ 3 ] {2f534e7a-5006-4ffd-abe0-2dcb366c7831} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15786 | 2024.07.30 01:39:10.154130 [ 3 ] {2f534e7a-5006-4ffd-abe0-2dcb366c7831} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15787 | 2024.07.30 01:39:10.154166 [ 3 ] {2f534e7a-5006-4ffd-abe0-2dcb366c7831} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15788 | 2024.07.30 01:39:10.154566 [ 3 ] {2f534e7a-5006-4ffd-abe0-2dcb366c7831} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 15789 | 2024.07.30 01:39:10.154913 [ 3 ] {2f534e7a-5006-4ffd-abe0-2dcb366c7831} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15790 | 2024.07.30 01:39:10.155068 [ 3 ] {2f534e7a-5006-4ffd-abe0-2dcb366c7831} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001607 sec., 100186.6832607343 rows/sec., 6.98 MiB/sec. | ||
| 15791 | 2024.07.30 01:39:10.155248 [ 3 ] {2f534e7a-5006-4ffd-abe0-2dcb366c7831} <Debug> DynamicQueryHandler: Done processing query | ||
| 15792 | 2024.07.30 01:39:10.155273 [ 3 ] {2f534e7a-5006-4ffd-abe0-2dcb366c7831} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 15793 | 2024.07.30 01:39:10.155289 [ 3 ] {} <Debug> HTTP-Session: beb805e4-ad3c-4c92-bd3b-8f2cd60a3ec2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15794 | 2024.07.30 01:39:10.155488 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15795 | 2024.07.30 01:39:10.155538 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15796 | 2024.07.30 01:39:10.155556 [ 3 ] {} <Debug> HTTP-Session: 514c805f-71ef-414e-93ba-967e291aeb4d Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15797 | 2024.07.30 01:39:10.155573 [ 3 ] {} <Debug> HTTP-Session: 514c805f-71ef-414e-93ba-967e291aeb4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15798 | 2024.07.30 01:39:10.155588 [ 3 ] {} <Debug> HTTP-Session: 514c805f-71ef-414e-93ba-967e291aeb4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15799 | 2024.07.30 01:39:10.155620 [ 3 ] {} <Trace> HTTP-Session: 514c805f-71ef-414e-93ba-967e291aeb4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15800 | 2024.07.30 01:39:10.155753 [ 3 ] {ff381c79-06ce-464e-8232-47bb3e881654} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15801 | 2024.07.30 01:39:10.155798 [ 3 ] {ff381c79-06ce-464e-8232-47bb3e881654} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15802 | 2024.07.30 01:39:10.155924 [ 3 ] {ff381c79-06ce-464e-8232-47bb3e881654} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15803 | 2024.07.30 01:39:10.156327 [ 3 ] {ff381c79-06ce-464e-8232-47bb3e881654} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15804 | 2024.07.30 01:39:10.156364 [ 3 ] {ff381c79-06ce-464e-8232-47bb3e881654} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15805 | 2024.07.30 01:39:10.156723 [ 3 ] {ff381c79-06ce-464e-8232-47bb3e881654} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 15806 | 2024.07.30 01:39:10.157052 [ 3 ] {ff381c79-06ce-464e-8232-47bb3e881654} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15807 | 2024.07.30 01:39:10.157213 [ 3 ] {ff381c79-06ce-464e-8232-47bb3e881654} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001515 sec., 39603.960396039605 rows/sec., 2.67 MiB/sec. | ||
| 15808 | 2024.07.30 01:39:10.157399 [ 3 ] {ff381c79-06ce-464e-8232-47bb3e881654} <Debug> DynamicQueryHandler: Done processing query | ||
| 15809 | 2024.07.30 01:39:10.157425 [ 3 ] {ff381c79-06ce-464e-8232-47bb3e881654} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 15810 | 2024.07.30 01:39:10.157441 [ 3 ] {} <Debug> HTTP-Session: 514c805f-71ef-414e-93ba-967e291aeb4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15811 | 2024.07.30 01:39:12.810381 [ 113 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15812 | 2024.07.30 01:39:12.810452 [ 113 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15813 | 2024.07.30 01:39:15.152353 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 8063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15814 | 2024.07.30 01:39:15.152518 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15815 | 2024.07.30 01:39:15.152561 [ 3 ] {} <Debug> HTTP-Session: 719fbf0c-1d4b-4cb9-b251-a97113423f23 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15816 | 2024.07.30 01:39:15.152603 [ 3 ] {} <Debug> HTTP-Session: 719fbf0c-1d4b-4cb9-b251-a97113423f23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15817 | 2024.07.30 01:39:15.152631 [ 3 ] {} <Debug> HTTP-Session: 719fbf0c-1d4b-4cb9-b251-a97113423f23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15818 | 2024.07.30 01:39:15.152712 [ 3 ] {} <Trace> HTTP-Session: 719fbf0c-1d4b-4cb9-b251-a97113423f23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15819 | 2024.07.30 01:39:15.153020 [ 3 ] {0f9934f8-035d-4219-a8ff-a80c36534b42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 15820 | 2024.07.30 01:39:15.153127 [ 3 ] {0f9934f8-035d-4219-a8ff-a80c36534b42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 15821 | 2024.07.30 01:39:15.153420 [ 3 ] {0f9934f8-035d-4219-a8ff-a80c36534b42} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15822 | 2024.07.30 01:39:15.153913 [ 3 ] {0f9934f8-035d-4219-a8ff-a80c36534b42} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15823 | 2024.07.30 01:39:15.153957 [ 3 ] {0f9934f8-035d-4219-a8ff-a80c36534b42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15824 | 2024.07.30 01:39:15.154340 [ 3 ] {0f9934f8-035d-4219-a8ff-a80c36534b42} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 15825 | 2024.07.30 01:39:15.154717 [ 3 ] {0f9934f8-035d-4219-a8ff-a80c36534b42} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15826 | 2024.07.30 01:39:15.154889 [ 3 ] {0f9934f8-035d-4219-a8ff-a80c36534b42} <Debug> executeQuery: Read 57 rows, 4.47 KiB in 0.001977 sec., 28831.562974203338 rows/sec., 2.21 MiB/sec. | ||
| 15827 | 2024.07.30 01:39:15.155205 [ 3 ] {0f9934f8-035d-4219-a8ff-a80c36534b42} <Debug> DynamicQueryHandler: Done processing query | ||
| 15828 | 2024.07.30 01:39:15.155267 [ 3 ] {0f9934f8-035d-4219-a8ff-a80c36534b42} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15829 | 2024.07.30 01:39:15.155307 [ 3 ] {} <Debug> HTTP-Session: 719fbf0c-1d4b-4cb9-b251-a97113423f23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15830 | 2024.07.30 01:39:15.155536 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 47531, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15831 | 2024.07.30 01:39:15.155596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15832 | 2024.07.30 01:39:15.155616 [ 3 ] {} <Debug> HTTP-Session: fd8fca52-7bf7-43ca-9588-a569222e5d0e Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15833 | 2024.07.30 01:39:15.155634 [ 3 ] {} <Debug> HTTP-Session: fd8fca52-7bf7-43ca-9588-a569222e5d0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15834 | 2024.07.30 01:39:15.155649 [ 3 ] {} <Debug> HTTP-Session: fd8fca52-7bf7-43ca-9588-a569222e5d0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15835 | 2024.07.30 01:39:15.155686 [ 3 ] {} <Trace> HTTP-Session: fd8fca52-7bf7-43ca-9588-a569222e5d0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15836 | 2024.07.30 01:39:15.155889 [ 3 ] {ccba526e-1721-447d-ab04-b54a0c24a443} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15837 | 2024.07.30 01:39:15.155939 [ 3 ] {ccba526e-1721-447d-ab04-b54a0c24a443} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15838 | 2024.07.30 01:39:15.156086 [ 3 ] {ccba526e-1721-447d-ab04-b54a0c24a443} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15839 | 2024.07.30 01:39:15.156608 [ 3 ] {ccba526e-1721-447d-ab04-b54a0c24a443} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15840 | 2024.07.30 01:39:15.156645 [ 3 ] {ccba526e-1721-447d-ab04-b54a0c24a443} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15841 | 2024.07.30 01:39:15.156977 [ 3 ] {ccba526e-1721-447d-ab04-b54a0c24a443} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 15842 | 2024.07.30 01:39:15.157282 [ 3 ] {ccba526e-1721-447d-ab04-b54a0c24a443} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15843 | 2024.07.30 01:39:15.157439 [ 3 ] {ccba526e-1721-447d-ab04-b54a0c24a443} <Debug> executeQuery: Read 314 rows, 28.45 KiB in 0.001649 sec., 190418.43541540328 rows/sec., 16.85 MiB/sec. | ||
| 15844 | 2024.07.30 01:39:15.157497 [ 110 ] {} <Debug> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 15845 | 2024.07.30 01:39:15.157621 [ 110 ] {} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15846 | 2024.07.30 01:39:15.157682 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15847 | 2024.07.30 01:39:15.157695 [ 3 ] {ccba526e-1721-447d-ab04-b54a0c24a443} <Debug> DynamicQueryHandler: Done processing query | ||
| 15848 | 2024.07.30 01:39:15.157754 [ 3 ] {ccba526e-1721-447d-ab04-b54a0c24a443} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 15849 | 2024.07.30 01:39:15.157819 [ 3 ] {} <Debug> HTTP-Session: fd8fca52-7bf7-43ca-9588-a569222e5d0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15850 | 2024.07.30 01:39:15.157946 [ 200 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 15851 | 2024.07.30 01:39:15.158144 [ 200 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15852 | 2024.07.30 01:39:15.158189 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 70221, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15853 | 2024.07.30 01:39:15.158211 [ 200 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 358 rows starting from the beginning of the part | ||
| 15854 | 2024.07.30 01:39:15.158286 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15855 | 2024.07.30 01:39:15.158360 [ 3 ] {} <Debug> HTTP-Session: 9d0dcf21-2f0d-4966-ba0e-8bed5008fbb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15856 | 2024.07.30 01:39:15.158463 [ 200 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 316 rows starting from the beginning of the part | ||
| 15857 | 2024.07.30 01:39:15.158468 [ 3 ] {} <Debug> HTTP-Session: 9d0dcf21-2f0d-4966-ba0e-8bed5008fbb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15858 | 2024.07.30 01:39:15.158562 [ 3 ] {} <Debug> HTTP-Session: 9d0dcf21-2f0d-4966-ba0e-8bed5008fbb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15859 | 2024.07.30 01:39:15.158733 [ 3 ] {} <Trace> HTTP-Session: 9d0dcf21-2f0d-4966-ba0e-8bed5008fbb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15860 | 2024.07.30 01:39:15.158772 [ 200 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 94 rows starting from the beginning of the part | ||
| 15861 | 2024.07.30 01:39:15.159021 [ 200 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 314 rows starting from the beginning of the part | ||
| 15862 | 2024.07.30 01:39:15.159237 [ 3 ] {2bbaa118-f78a-4a66-8cf9-238c9d3347c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15863 | 2024.07.30 01:39:15.159332 [ 200 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 57 rows starting from the beginning of the part | ||
| 15864 | 2024.07.30 01:39:15.159403 [ 3 ] {2bbaa118-f78a-4a66-8cf9-238c9d3347c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15865 | 2024.07.30 01:39:15.159662 [ 200 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 314 rows starting from the beginning of the part | ||
| 15866 | 2024.07.30 01:39:15.160331 [ 3 ] {2bbaa118-f78a-4a66-8cf9-238c9d3347c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15867 | 2024.07.30 01:39:15.161467 [ 3 ] {2bbaa118-f78a-4a66-8cf9-238c9d3347c1} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15868 | 2024.07.30 01:39:15.161532 [ 3 ] {2bbaa118-f78a-4a66-8cf9-238c9d3347c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15869 | 2024.07.30 01:39:15.162126 [ 3 ] {2bbaa118-f78a-4a66-8cf9-238c9d3347c1} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 15870 | 2024.07.30 01:39:15.162500 [ 200 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1453 rows, containing 4 columns (4 merged, 0 gathered) in 0.004686307 sec., 310052.24369636906 rows/sec., 26.92 MiB/sec. | ||
| 15871 | 2024.07.30 01:39:15.162798 [ 188 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 15872 | 2024.07.30 01:39:15.162870 [ 3 ] {2bbaa118-f78a-4a66-8cf9-238c9d3347c1} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15873 | 2024.07.30 01:39:15.163255 [ 3 ] {2bbaa118-f78a-4a66-8cf9-238c9d3347c1} <Debug> executeQuery: Read 433 rows, 31.56 KiB in 0.004269 sec., 101428.9060669946 rows/sec., 7.22 MiB/sec. | ||
| 15874 | 2024.07.30 01:39:15.163275 [ 110 ] {} <Debug> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 15875 | 2024.07.30 01:39:15.163563 [ 110 ] {} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15876 | 2024.07.30 01:39:15.163644 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15877 | 2024.07.30 01:39:15.163911 [ 3 ] {2bbaa118-f78a-4a66-8cf9-238c9d3347c1} <Debug> DynamicQueryHandler: Done processing query | ||
| 15878 | 2024.07.30 01:39:15.163983 [ 3 ] {2bbaa118-f78a-4a66-8cf9-238c9d3347c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 15879 | 2024.07.30 01:39:15.163992 [ 200 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 15880 | 2024.07.30 01:39:15.164037 [ 3 ] {} <Debug> HTTP-Session: 9d0dcf21-2f0d-4966-ba0e-8bed5008fbb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15881 | 2024.07.30 01:39:15.164159 [ 188 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_101_20} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15882 | 2024.07.30 01:39:15.164312 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15883 | 2024.07.30 01:39:15.164388 [ 200 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15884 | 2024.07.30 01:39:15.164420 [ 188 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_101_20} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 15885 | 2024.07.30 01:39:15.164478 [ 200 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 494 rows starting from the beginning of the part | ||
| 15886 | 2024.07.30 01:39:15.164485 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15887 | 2024.07.30 01:39:15.164616 [ 3 ] {} <Debug> HTTP-Session: dbfda3ba-5784-4a2f-b7fb-4d68843bf782 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15888 | 2024.07.30 01:39:15.164726 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
| 15889 | 2024.07.30 01:39:15.164737 [ 3 ] {} <Debug> HTTP-Session: dbfda3ba-5784-4a2f-b7fb-4d68843bf782 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15890 | 2024.07.30 01:39:15.164863 [ 3 ] {} <Debug> HTTP-Session: dbfda3ba-5784-4a2f-b7fb-4d68843bf782 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15891 | 2024.07.30 01:39:15.164879 [ 200 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 437 rows starting from the beginning of the part | ||
| 15892 | 2024.07.30 01:39:15.164969 [ 3 ] {} <Trace> HTTP-Session: dbfda3ba-5784-4a2f-b7fb-4d68843bf782 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15893 | 2024.07.30 01:39:15.165108 [ 200 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 92 rows starting from the beginning of the part | ||
| 15894 | 2024.07.30 01:39:15.165276 [ 3 ] {f557de95-5bf8-4fdf-b63a-3e9b20db03f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 15895 | 2024.07.30 01:39:15.165390 [ 200 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 433 rows starting from the beginning of the part | ||
| 15896 | 2024.07.30 01:39:15.165447 [ 3 ] {f557de95-5bf8-4fdf-b63a-3e9b20db03f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15897 | 2024.07.30 01:39:15.165759 [ 200 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 66 rows starting from the beginning of the part | ||
| 15898 | 2024.07.30 01:39:15.166105 [ 200 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 433 rows starting from the beginning of the part | ||
| 15899 | 2024.07.30 01:39:15.166552 [ 3 ] {f557de95-5bf8-4fdf-b63a-3e9b20db03f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15900 | 2024.07.30 01:39:15.167253 [ 3 ] {f557de95-5bf8-4fdf-b63a-3e9b20db03f8} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15901 | 2024.07.30 01:39:15.167298 [ 3 ] {f557de95-5bf8-4fdf-b63a-3e9b20db03f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15902 | 2024.07.30 01:39:15.168291 [ 3 ] {f557de95-5bf8-4fdf-b63a-3e9b20db03f8} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 15903 | 2024.07.30 01:39:15.168954 [ 3 ] {f557de95-5bf8-4fdf-b63a-3e9b20db03f8} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15904 | 2024.07.30 01:39:15.169034 [ 200 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1955 rows, containing 4 columns (4 merged, 0 gathered) in 0.005231643 sec., 373687.57768830936 rows/sec., 26.89 MiB/sec. | ||
| 15905 | 2024.07.30 01:39:15.169272 [ 3 ] {f557de95-5bf8-4fdf-b63a-3e9b20db03f8} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.0041 sec., 1463.4146341463413 rows/sec., 62.88 KiB/sec. | ||
| 15906 | 2024.07.30 01:39:15.169308 [ 200 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 15907 | 2024.07.30 01:39:15.169731 [ 3 ] {f557de95-5bf8-4fdf-b63a-3e9b20db03f8} <Debug> DynamicQueryHandler: Done processing query | ||
| 15908 | 2024.07.30 01:39:15.169783 [ 3 ] {f557de95-5bf8-4fdf-b63a-3e9b20db03f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 15909 | 2024.07.30 01:39:15.169841 [ 3 ] {} <Debug> HTTP-Session: dbfda3ba-5784-4a2f-b7fb-4d68843bf782 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15910 | 2024.07.30 01:39:15.170041 [ 200 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_101_20} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15911 | 2024.07.30 01:39:15.170059 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15912 | 2024.07.30 01:39:15.170159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15913 | 2024.07.30 01:39:15.170188 [ 200 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_101_20} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 15914 | 2024.07.30 01:39:15.170200 [ 3 ] {} <Debug> HTTP-Session: 46d354e8-b8bd-49f9-8e71-64a1bf17e18e Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15915 | 2024.07.30 01:39:15.170239 [ 3 ] {} <Debug> HTTP-Session: 46d354e8-b8bd-49f9-8e71-64a1bf17e18e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15916 | 2024.07.30 01:39:15.170300 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
| 15917 | 2024.07.30 01:39:15.170373 [ 3 ] {} <Debug> HTTP-Session: 46d354e8-b8bd-49f9-8e71-64a1bf17e18e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15918 | 2024.07.30 01:39:15.170427 [ 3 ] {} <Trace> HTTP-Session: 46d354e8-b8bd-49f9-8e71-64a1bf17e18e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15919 | 2024.07.30 01:39:15.170570 [ 3 ] {61be3a80-389d-4dbe-b006-59d1e6c5d4f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 15920 | 2024.07.30 01:39:15.170618 [ 3 ] {61be3a80-389d-4dbe-b006-59d1e6c5d4f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 15921 | 2024.07.30 01:39:15.170784 [ 3 ] {61be3a80-389d-4dbe-b006-59d1e6c5d4f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15922 | 2024.07.30 01:39:15.171118 [ 3 ] {61be3a80-389d-4dbe-b006-59d1e6c5d4f7} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15923 | 2024.07.30 01:39:15.171153 [ 3 ] {61be3a80-389d-4dbe-b006-59d1e6c5d4f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15924 | 2024.07.30 01:39:15.171540 [ 3 ] {61be3a80-389d-4dbe-b006-59d1e6c5d4f7} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 15925 | 2024.07.30 01:39:15.171892 [ 3 ] {61be3a80-389d-4dbe-b006-59d1e6c5d4f7} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15926 | 2024.07.30 01:39:15.172054 [ 3 ] {61be3a80-389d-4dbe-b006-59d1e6c5d4f7} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001535 sec., 50162.866449511406 rows/sec., 3.09 MiB/sec. | ||
| 15927 | 2024.07.30 01:39:15.172333 [ 3 ] {61be3a80-389d-4dbe-b006-59d1e6c5d4f7} <Debug> DynamicQueryHandler: Done processing query | ||
| 15928 | 2024.07.30 01:39:15.172388 [ 3 ] {61be3a80-389d-4dbe-b006-59d1e6c5d4f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15929 | 2024.07.30 01:39:15.172444 [ 3 ] {} <Debug> HTTP-Session: 46d354e8-b8bd-49f9-8e71-64a1bf17e18e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15930 | 2024.07.30 01:39:15.172626 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15931 | 2024.07.30 01:39:15.172678 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15932 | 2024.07.30 01:39:15.172697 [ 3 ] {} <Debug> HTTP-Session: 483953b5-5d70-4d1d-8f6b-e30a5f2d286d Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15933 | 2024.07.30 01:39:15.172714 [ 3 ] {} <Debug> HTTP-Session: 483953b5-5d70-4d1d-8f6b-e30a5f2d286d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15934 | 2024.07.30 01:39:15.172727 [ 3 ] {} <Debug> HTTP-Session: 483953b5-5d70-4d1d-8f6b-e30a5f2d286d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15935 | 2024.07.30 01:39:15.172759 [ 3 ] {} <Trace> HTTP-Session: 483953b5-5d70-4d1d-8f6b-e30a5f2d286d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15936 | 2024.07.30 01:39:15.172943 [ 3 ] {1894e66d-9bd5-40fe-b705-8870f2546bfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15937 | 2024.07.30 01:39:15.172990 [ 3 ] {1894e66d-9bd5-40fe-b705-8870f2546bfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15938 | 2024.07.30 01:39:15.173148 [ 3 ] {1894e66d-9bd5-40fe-b705-8870f2546bfe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15939 | 2024.07.30 01:39:15.173529 [ 3 ] {1894e66d-9bd5-40fe-b705-8870f2546bfe} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15940 | 2024.07.30 01:39:15.173564 [ 3 ] {1894e66d-9bd5-40fe-b705-8870f2546bfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15941 | 2024.07.30 01:39:15.173941 [ 3 ] {1894e66d-9bd5-40fe-b705-8870f2546bfe} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 15942 | 2024.07.30 01:39:15.174283 [ 3 ] {1894e66d-9bd5-40fe-b705-8870f2546bfe} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15943 | 2024.07.30 01:39:15.174435 [ 3 ] {1894e66d-9bd5-40fe-b705-8870f2546bfe} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00159 sec., 100628.93081761006 rows/sec., 7.01 MiB/sec. | ||
| 15944 | 2024.07.30 01:39:15.174467 [ 110 ] {} <Debug> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 15945 | 2024.07.30 01:39:15.174577 [ 110 ] {} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15946 | 2024.07.30 01:39:15.174636 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15947 | 2024.07.30 01:39:15.174717 [ 3 ] {1894e66d-9bd5-40fe-b705-8870f2546bfe} <Debug> DynamicQueryHandler: Done processing query | ||
| 15948 | 2024.07.30 01:39:15.174767 [ 3 ] {1894e66d-9bd5-40fe-b705-8870f2546bfe} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 15949 | 2024.07.30 01:39:15.174816 [ 3 ] {} <Debug> HTTP-Session: 483953b5-5d70-4d1d-8f6b-e30a5f2d286d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15950 | 2024.07.30 01:39:15.174902 [ 201 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 15951 | 2024.07.30 01:39:15.175126 [ 201 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15952 | 2024.07.30 01:39:15.175134 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 82703, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15953 | 2024.07.30 01:39:15.175188 [ 201 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_96_19, total 15658 rows starting from the beginning of the part | ||
| 15954 | 2024.07.30 01:39:15.175226 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15955 | 2024.07.30 01:39:15.175263 [ 3 ] {} <Debug> HTTP-Session: 8b1a0b05-8006-47ae-a518-ad79f4bc6264 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15956 | 2024.07.30 01:39:15.175401 [ 3 ] {} <Debug> HTTP-Session: 8b1a0b05-8006-47ae-a518-ad79f4bc6264 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15957 | 2024.07.30 01:39:15.175457 [ 3 ] {} <Debug> HTTP-Session: 8b1a0b05-8006-47ae-a518-ad79f4bc6264 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15958 | 2024.07.30 01:39:15.175546 [ 201 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 162 rows starting from the beginning of the part | ||
| 15959 | 2024.07.30 01:39:15.175569 [ 3 ] {} <Trace> HTTP-Session: 8b1a0b05-8006-47ae-a518-ad79f4bc6264 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15960 | 2024.07.30 01:39:15.175783 [ 201 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 198 rows starting from the beginning of the part | ||
| 15961 | 2024.07.30 01:39:15.175977 [ 201 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 160 rows starting from the beginning of the part | ||
| 15962 | 2024.07.30 01:39:15.176154 [ 201 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 161 rows starting from the beginning of the part | ||
| 15963 | 2024.07.30 01:39:15.176357 [ 3 ] {81b512f6-0fa7-4301-b490-b2c5246bf82e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 15964 | 2024.07.30 01:39:15.176451 [ 201 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 160 rows starting from the beginning of the part | ||
| 15965 | 2024.07.30 01:39:15.176563 [ 3 ] {81b512f6-0fa7-4301-b490-b2c5246bf82e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 15966 | 2024.07.30 01:39:15.178252 [ 3 ] {81b512f6-0fa7-4301-b490-b2c5246bf82e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15967 | 2024.07.30 01:39:15.179998 [ 3 ] {81b512f6-0fa7-4301-b490-b2c5246bf82e} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15968 | 2024.07.30 01:39:15.180035 [ 3 ] {81b512f6-0fa7-4301-b490-b2c5246bf82e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15969 | 2024.07.30 01:39:15.181181 [ 3 ] {81b512f6-0fa7-4301-b490-b2c5246bf82e} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 15970 | 2024.07.30 01:39:15.181716 [ 3 ] {81b512f6-0fa7-4301-b490-b2c5246bf82e} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15971 | 2024.07.30 01:39:15.181991 [ 3 ] {81b512f6-0fa7-4301-b490-b2c5246bf82e} <Debug> executeQuery: Read 51 rows, 93.58 KiB in 0.006186 sec., 8244.422890397673 rows/sec., 14.77 MiB/sec. | ||
| 15972 | 2024.07.30 01:39:15.182337 [ 3 ] {81b512f6-0fa7-4301-b490-b2c5246bf82e} <Debug> DynamicQueryHandler: Done processing query | ||
| 15973 | 2024.07.30 01:39:15.182361 [ 3 ] {81b512f6-0fa7-4301-b490-b2c5246bf82e} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 15974 | 2024.07.30 01:39:15.182377 [ 3 ] {} <Debug> HTTP-Session: 8b1a0b05-8006-47ae-a518-ad79f4bc6264 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15975 | 2024.07.30 01:39:15.182554 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15976 | 2024.07.30 01:39:15.182625 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15977 | 2024.07.30 01:39:15.182653 [ 3 ] {} <Debug> HTTP-Session: 26b85e93-f928-4d23-93da-7155c3fab284 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 15978 | 2024.07.30 01:39:15.182669 [ 3 ] {} <Debug> HTTP-Session: 26b85e93-f928-4d23-93da-7155c3fab284 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15979 | 2024.07.30 01:39:15.182683 [ 3 ] {} <Debug> HTTP-Session: 26b85e93-f928-4d23-93da-7155c3fab284 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15980 | 2024.07.30 01:39:15.182716 [ 3 ] {} <Trace> HTTP-Session: 26b85e93-f928-4d23-93da-7155c3fab284 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15981 | 2024.07.30 01:39:15.182828 [ 3 ] {6b39f791-6558-4db0-aeae-02e0709e762e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 15982 | 2024.07.30 01:39:15.182873 [ 3 ] {6b39f791-6558-4db0-aeae-02e0709e762e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 15983 | 2024.07.30 01:39:15.183201 [ 3 ] {6b39f791-6558-4db0-aeae-02e0709e762e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15984 | 2024.07.30 01:39:15.183574 [ 201 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16499 rows, containing 5 columns (5 merged, 0 gathered) in 0.008801859 sec., 1874490.3775441074 rows/sec., 130.63 MiB/sec. | ||
| 15985 | 2024.07.30 01:39:15.183809 [ 3 ] {6b39f791-6558-4db0-aeae-02e0709e762e} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15986 | 2024.07.30 01:39:15.183869 [ 3 ] {6b39f791-6558-4db0-aeae-02e0709e762e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 15987 | 2024.07.30 01:39:15.183904 [ 194 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 15988 | 2024.07.30 01:39:15.184748 [ 3 ] {6b39f791-6558-4db0-aeae-02e0709e762e} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 15989 | 2024.07.30 01:39:15.184989 [ 194 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15990 | 2024.07.30 01:39:15.185218 [ 194 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 15991 | 2024.07.30 01:39:15.185375 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.62 MiB. | ||
| 15992 | 2024.07.30 01:39:15.185449 [ 3 ] {6b39f791-6558-4db0-aeae-02e0709e762e} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15993 | 2024.07.30 01:39:15.185632 [ 3 ] {6b39f791-6558-4db0-aeae-02e0709e762e} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.002833 sec., 8118.602188492764 rows/sec., 439.16 KiB/sec. | ||
| 15994 | 2024.07.30 01:39:15.185996 [ 3 ] {6b39f791-6558-4db0-aeae-02e0709e762e} <Debug> DynamicQueryHandler: Done processing query | ||
| 15995 | 2024.07.30 01:39:15.186057 [ 3 ] {6b39f791-6558-4db0-aeae-02e0709e762e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 15996 | 2024.07.30 01:39:15.186129 [ 3 ] {} <Debug> HTTP-Session: 26b85e93-f928-4d23-93da-7155c3fab284 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15997 | 2024.07.30 01:39:15.186337 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15998 | 2024.07.30 01:39:15.186391 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15999 | 2024.07.30 01:39:15.186411 [ 3 ] {} <Debug> HTTP-Session: c70bcf2e-554e-419f-b92e-bae8be1e4415 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 16000 | 2024.07.30 01:39:15.186428 [ 3 ] {} <Debug> HTTP-Session: c70bcf2e-554e-419f-b92e-bae8be1e4415 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16001 | 2024.07.30 01:39:15.186441 [ 3 ] {} <Debug> HTTP-Session: c70bcf2e-554e-419f-b92e-bae8be1e4415 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16002 | 2024.07.30 01:39:15.186476 [ 3 ] {} <Trace> HTTP-Session: c70bcf2e-554e-419f-b92e-bae8be1e4415 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16003 | 2024.07.30 01:39:15.186603 [ 3 ] {2e969eae-0548-422d-bac6-a1443a9b2a28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 16004 | 2024.07.30 01:39:15.186649 [ 3 ] {2e969eae-0548-422d-bac6-a1443a9b2a28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16005 | 2024.07.30 01:39:15.186793 [ 3 ] {2e969eae-0548-422d-bac6-a1443a9b2a28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16006 | 2024.07.30 01:39:15.187096 [ 3 ] {2e969eae-0548-422d-bac6-a1443a9b2a28} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16007 | 2024.07.30 01:39:15.187131 [ 3 ] {2e969eae-0548-422d-bac6-a1443a9b2a28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 16008 | 2024.07.30 01:39:15.187490 [ 3 ] {2e969eae-0548-422d-bac6-a1443a9b2a28} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 16009 | 2024.07.30 01:39:15.187844 [ 3 ] {2e969eae-0548-422d-bac6-a1443a9b2a28} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16010 | 2024.07.30 01:39:15.187998 [ 3 ] {2e969eae-0548-422d-bac6-a1443a9b2a28} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001437 sec., 41753.65344467641 rows/sec., 2.81 MiB/sec. | ||
| 16011 | 2024.07.30 01:39:15.188006 [ 110 ] {} <Debug> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 16012 | 2024.07.30 01:39:15.188086 [ 110 ] {} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16013 | 2024.07.30 01:39:15.188142 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 16014 | 2024.07.30 01:39:15.188269 [ 3 ] {2e969eae-0548-422d-bac6-a1443a9b2a28} <Debug> DynamicQueryHandler: Done processing query | ||
| 16015 | 2024.07.30 01:39:15.188294 [ 191 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 16016 | 2024.07.30 01:39:15.188303 [ 3 ] {2e969eae-0548-422d-bac6-a1443a9b2a28} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 16017 | 2024.07.30 01:39:15.188343 [ 3 ] {} <Debug> HTTP-Session: c70bcf2e-554e-419f-b92e-bae8be1e4415 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16018 | 2024.07.30 01:39:15.188452 [ 191 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16019 | 2024.07.30 01:39:15.188489 [ 191 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5614 rows starting from the beginning of the part | ||
| 16020 | 2024.07.30 01:39:15.188574 [ 191 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 60 rows starting from the beginning of the part | ||
| 16021 | 2024.07.30 01:39:15.188707 [ 191 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 60 rows starting from the beginning of the part | ||
| 16022 | 2024.07.30 01:39:15.188951 [ 191 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 60 rows starting from the beginning of the part | ||
| 16023 | 2024.07.30 01:39:15.189031 [ 191 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 60 rows starting from the beginning of the part | ||
| 16024 | 2024.07.30 01:39:15.189249 [ 191 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 60 rows starting from the beginning of the part | ||
| 16025 | 2024.07.30 01:39:15.191504 [ 194 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5914 rows, containing 4 columns (4 merged, 0 gathered) in 0.003277034 sec., 1804680.6960196325 rows/sec., 121.62 MiB/sec. | ||
| 16026 | 2024.07.30 01:39:15.191975 [ 194 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 16027 | 2024.07.30 01:39:15.192423 [ 194 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_101_20} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16028 | 2024.07.30 01:39:15.192505 [ 194 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_101_20} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 16029 | 2024.07.30 01:39:15.192591 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. | ||
| 16030 | 2024.07.30 01:39:20.145833 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 7845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16031 | 2024.07.30 01:39:20.145980 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16032 | 2024.07.30 01:39:20.146009 [ 3 ] {} <Debug> HTTP-Session: cfbf4bb2-e33a-4a82-97c4-1ab28a080b9f Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 16033 | 2024.07.30 01:39:20.146038 [ 3 ] {} <Debug> HTTP-Session: cfbf4bb2-e33a-4a82-97c4-1ab28a080b9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16034 | 2024.07.30 01:39:20.146055 [ 3 ] {} <Debug> HTTP-Session: cfbf4bb2-e33a-4a82-97c4-1ab28a080b9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16035 | 2024.07.30 01:39:20.146113 [ 3 ] {} <Trace> HTTP-Session: cfbf4bb2-e33a-4a82-97c4-1ab28a080b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16036 | 2024.07.30 01:39:20.146338 [ 3 ] {088ef837-0aaa-4875-8583-ad45e8ce2e54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 16037 | 2024.07.30 01:39:20.146416 [ 3 ] {088ef837-0aaa-4875-8583-ad45e8ce2e54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16038 | 2024.07.30 01:39:20.146623 [ 3 ] {088ef837-0aaa-4875-8583-ad45e8ce2e54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16039 | 2024.07.30 01:39:20.147161 [ 3 ] {088ef837-0aaa-4875-8583-ad45e8ce2e54} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16040 | 2024.07.30 01:39:20.147204 [ 3 ] {088ef837-0aaa-4875-8583-ad45e8ce2e54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 16041 | 2024.07.30 01:39:20.147588 [ 3 ] {088ef837-0aaa-4875-8583-ad45e8ce2e54} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 16042 | 2024.07.30 01:39:20.147933 [ 3 ] {088ef837-0aaa-4875-8583-ad45e8ce2e54} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16043 | 2024.07.30 01:39:20.148101 [ 3 ] {088ef837-0aaa-4875-8583-ad45e8ce2e54} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001837 sec., 30484.48557430593 rows/sec., 2.34 MiB/sec. | ||
| 16044 | 2024.07.30 01:39:20.148306 [ 3 ] {088ef837-0aaa-4875-8583-ad45e8ce2e54} <Debug> DynamicQueryHandler: Done processing query | ||
| 16045 | 2024.07.30 01:39:20.148332 [ 3 ] {088ef837-0aaa-4875-8583-ad45e8ce2e54} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 16046 | 2024.07.30 01:39:20.148349 [ 3 ] {} <Debug> HTTP-Session: cfbf4bb2-e33a-4a82-97c4-1ab28a080b9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16047 | 2024.07.30 01:39:20.148504 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 10894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16048 | 2024.07.30 01:39:20.148553 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16049 | 2024.07.30 01:39:20.148572 [ 3 ] {} <Debug> HTTP-Session: fe7a5e58-2d26-42f4-9289-99af09ba50ed Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 16050 | 2024.07.30 01:39:20.148589 [ 3 ] {} <Debug> HTTP-Session: fe7a5e58-2d26-42f4-9289-99af09ba50ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16051 | 2024.07.30 01:39:20.148602 [ 3 ] {} <Debug> HTTP-Session: fe7a5e58-2d26-42f4-9289-99af09ba50ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16052 | 2024.07.30 01:39:20.148634 [ 3 ] {} <Trace> HTTP-Session: fe7a5e58-2d26-42f4-9289-99af09ba50ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16053 | 2024.07.30 01:39:20.148753 [ 3 ] {8c541122-6704-4acb-96ed-7aa1b459b219} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 16054 | 2024.07.30 01:39:20.148796 [ 3 ] {8c541122-6704-4acb-96ed-7aa1b459b219} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16055 | 2024.07.30 01:39:20.148923 [ 3 ] {8c541122-6704-4acb-96ed-7aa1b459b219} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16056 | 2024.07.30 01:39:20.149277 [ 3 ] {8c541122-6704-4acb-96ed-7aa1b459b219} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16057 | 2024.07.30 01:39:20.149315 [ 3 ] {8c541122-6704-4acb-96ed-7aa1b459b219} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 16058 | 2024.07.30 01:39:20.149645 [ 3 ] {8c541122-6704-4acb-96ed-7aa1b459b219} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 16059 | 2024.07.30 01:39:20.149958 [ 3 ] {8c541122-6704-4acb-96ed-7aa1b459b219} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16060 | 2024.07.30 01:39:20.150109 [ 3 ] {8c541122-6704-4acb-96ed-7aa1b459b219} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001393 sec., 45944.00574300072 rows/sec., 3.59 MiB/sec. | ||
| 16061 | 2024.07.30 01:39:20.150283 [ 3 ] {8c541122-6704-4acb-96ed-7aa1b459b219} <Debug> DynamicQueryHandler: Done processing query | ||
| 16062 | 2024.07.30 01:39:20.150308 [ 3 ] {8c541122-6704-4acb-96ed-7aa1b459b219} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 16063 | 2024.07.30 01:39:20.150324 [ 3 ] {} <Debug> HTTP-Session: fe7a5e58-2d26-42f4-9289-99af09ba50ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16064 | 2024.07.30 01:39:20.150493 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16065 | 2024.07.30 01:39:20.150541 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16066 | 2024.07.30 01:39:20.150560 [ 3 ] {} <Debug> HTTP-Session: 7870a6e0-fd22-41d5-a04e-3ec9ed664467 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 16067 | 2024.07.30 01:39:20.150576 [ 3 ] {} <Debug> HTTP-Session: 7870a6e0-fd22-41d5-a04e-3ec9ed664467 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16068 | 2024.07.30 01:39:20.150590 [ 3 ] {} <Debug> HTTP-Session: 7870a6e0-fd22-41d5-a04e-3ec9ed664467 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16069 | 2024.07.30 01:39:20.150622 [ 3 ] {} <Trace> HTTP-Session: 7870a6e0-fd22-41d5-a04e-3ec9ed664467 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16070 | 2024.07.30 01:39:20.150766 [ 3 ] {1f04e10e-86ef-4953-afbc-c716c248bb30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 16071 | 2024.07.30 01:39:20.150813 [ 3 ] {1f04e10e-86ef-4953-afbc-c716c248bb30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16072 | 2024.07.30 01:39:20.150961 [ 3 ] {1f04e10e-86ef-4953-afbc-c716c248bb30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16073 | 2024.07.30 01:39:20.151373 [ 3 ] {1f04e10e-86ef-4953-afbc-c716c248bb30} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16074 | 2024.07.30 01:39:20.151409 [ 3 ] {1f04e10e-86ef-4953-afbc-c716c248bb30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 16075 | 2024.07.30 01:39:20.151817 [ 3 ] {1f04e10e-86ef-4953-afbc-c716c248bb30} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 16076 | 2024.07.30 01:39:20.152185 [ 3 ] {1f04e10e-86ef-4953-afbc-c716c248bb30} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16077 | 2024.07.30 01:39:20.152338 [ 3 ] {1f04e10e-86ef-4953-afbc-c716c248bb30} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001637 sec., 97739.76786805132 rows/sec., 6.81 MiB/sec. | ||
| 16078 | 2024.07.30 01:39:20.152515 [ 3 ] {1f04e10e-86ef-4953-afbc-c716c248bb30} <Debug> DynamicQueryHandler: Done processing query | ||
| 16079 | 2024.07.30 01:39:20.152538 [ 3 ] {1f04e10e-86ef-4953-afbc-c716c248bb30} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 16080 | 2024.07.30 01:39:20.152553 [ 3 ] {} <Debug> HTTP-Session: 7870a6e0-fd22-41d5-a04e-3ec9ed664467 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16081 | 2024.07.30 01:39:20.152677 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16082 | 2024.07.30 01:39:20.152724 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16083 | 2024.07.30 01:39:20.152742 [ 3 ] {} <Debug> HTTP-Session: cfc96a51-3822-4f20-85bc-62314a857a6b Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 16084 | 2024.07.30 01:39:20.152758 [ 3 ] {} <Debug> HTTP-Session: cfc96a51-3822-4f20-85bc-62314a857a6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16085 | 2024.07.30 01:39:20.152772 [ 3 ] {} <Debug> HTTP-Session: cfc96a51-3822-4f20-85bc-62314a857a6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16086 | 2024.07.30 01:39:20.152802 [ 3 ] {} <Trace> HTTP-Session: cfc96a51-3822-4f20-85bc-62314a857a6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16087 | 2024.07.30 01:39:20.152920 [ 3 ] {47e52258-2e9e-4430-b6a5-c396f9ba0179} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 16088 | 2024.07.30 01:39:20.152964 [ 3 ] {47e52258-2e9e-4430-b6a5-c396f9ba0179} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16089 | 2024.07.30 01:39:20.153089 [ 3 ] {47e52258-2e9e-4430-b6a5-c396f9ba0179} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16090 | 2024.07.30 01:39:20.153395 [ 3 ] {47e52258-2e9e-4430-b6a5-c396f9ba0179} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16091 | 2024.07.30 01:39:20.153431 [ 3 ] {47e52258-2e9e-4430-b6a5-c396f9ba0179} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 16092 | 2024.07.30 01:39:20.153786 [ 3 ] {47e52258-2e9e-4430-b6a5-c396f9ba0179} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 16093 | 2024.07.30 01:39:20.154102 [ 3 ] {47e52258-2e9e-4430-b6a5-c396f9ba0179} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16094 | 2024.07.30 01:39:20.154253 [ 3 ] {47e52258-2e9e-4430-b6a5-c396f9ba0179} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00137 sec., 43795.620437956204 rows/sec., 2.95 MiB/sec. | ||
| 16095 | 2024.07.30 01:39:20.154477 [ 3 ] {47e52258-2e9e-4430-b6a5-c396f9ba0179} <Debug> DynamicQueryHandler: Done processing query | ||
| 16096 | 2024.07.30 01:39:20.154501 [ 3 ] {47e52258-2e9e-4430-b6a5-c396f9ba0179} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 16097 | 2024.07.30 01:39:20.154517 [ 3 ] {} <Debug> HTTP-Session: cfc96a51-3822-4f20-85bc-62314a857a6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16098 | 2024.07.30 01:39:20.161211 [ 225 ] {} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 16099 | 2024.07.30 01:39:20.161266 [ 225 ] {} <Debug> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 16100 | 2024.07.30 01:39:20.169339 [ 225 ] {} <Debug> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 16101 | 2024.07.30 01:39:20.766356 [ 218 ] {} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 16102 | 2024.07.30 01:39:20.766443 [ 218 ] {} <Debug> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 16103 | 2024.07.30 01:39:20.769928 [ 218 ] {} <Debug> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 16104 | 2024.07.30 01:39:21.206336 [ 218 ] {} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 16105 | 2024.07.30 01:39:21.206383 [ 218 ] {} <Debug> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 16106 | 2024.07.30 01:39:21.208787 [ 218 ] {} <Debug> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 16107 | 2024.07.30 01:39:21.241768 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 16108 | 2024.07.30 01:39:21.241822 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 16109 | 2024.07.30 01:39:21.244280 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 16110 | 2024.07.30 01:39:21.249666 [ 104 ] {} <Debug> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80) (MergerMutator): Selected 5 parts from all_1_27_6 to all_31_31_0 | ||
| 16111 | 2024.07.30 01:39:21.249778 [ 104 ] {} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16112 | 2024.07.30 01:39:21.249823 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 16113 | 2024.07.30 01:39:21.250048 [ 191 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_31_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_27_6 to all_31_31_0 into Compact with storage Full | ||
| 16114 | 2024.07.30 01:39:21.250254 [ 191 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_31_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16115 | 2024.07.30 01:39:21.250294 [ 191 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_27_6, total 16 rows starting from the beginning of the part | ||
| 16116 | 2024.07.30 01:39:21.250381 [ 191 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
| 16117 | 2024.07.30 01:39:21.250629 [ 191 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 4 rows starting from the beginning of the part | ||
| 16118 | 2024.07.30 01:39:21.250781 [ 191 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 4 rows starting from the beginning of the part | ||
| 16119 | 2024.07.30 01:39:21.250895 [ 191 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part | ||
| 16120 | 2024.07.30 01:39:21.251792 [ 193 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_31_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.001845329 sec., 17341.081183897288 rows/sec., 1.38 MiB/sec. | ||
| 16121 | 2024.07.30 01:39:21.252006 [ 192 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_31_7} <Trace> MergedBlockOutputStream: filled checksums all_1_31_7 (state Temporary) | ||
| 16122 | 2024.07.30 01:39:21.252513 [ 192 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_31_7} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80): Renaming temporary part tmp_merge_all_1_31_7 to all_1_31_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16123 | 2024.07.30 01:39:21.252612 [ 192 ] {c1c2d149-bb06-4307-9b7b-427c7da68c80::all_1_31_7} <Trace> oximeter.fields_ipaddr (c1c2d149-bb06-4307-9b7b-427c7da68c80) (MergerMutator): Merged 5 parts: [all_1_27_6, all_31_31_0] -> all_1_31_7 | ||
| 16124 | 2024.07.30 01:39:21.252713 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 16125 | 2024.07.30 01:39:22.670244 [ 103 ] {} <Debug> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4) (MergerMutator): Selected 5 parts from all_1_27_6 to all_31_31_0 | ||
| 16126 | 2024.07.30 01:39:22.670326 [ 103 ] {} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16127 | 2024.07.30 01:39:22.670350 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 16128 | 2024.07.30 01:39:22.670592 [ 186 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_31_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_27_6 to all_31_31_0 into Compact with storage Full | ||
| 16129 | 2024.07.30 01:39:22.670875 [ 186 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_31_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16130 | 2024.07.30 01:39:22.670935 [ 186 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_27_6, total 16 rows starting from the beginning of the part | ||
| 16131 | 2024.07.30 01:39:22.671103 [ 186 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
| 16132 | 2024.07.30 01:39:22.671374 [ 186 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 4 rows starting from the beginning of the part | ||
| 16133 | 2024.07.30 01:39:22.671587 [ 186 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 4 rows starting from the beginning of the part | ||
| 16134 | 2024.07.30 01:39:22.671769 [ 186 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part | ||
| 16135 | 2024.07.30 01:39:22.672849 [ 193 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_31_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.002404375 sec., 13309.072004159087 rows/sec., 929.30 KiB/sec. | ||
| 16136 | 2024.07.30 01:39:22.673114 [ 193 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_31_7} <Trace> MergedBlockOutputStream: filled checksums all_1_31_7 (state Temporary) | ||
| 16137 | 2024.07.30 01:39:22.673761 [ 193 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_31_7} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4): Renaming temporary part tmp_merge_all_1_31_7 to all_1_31_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16138 | 2024.07.30 01:39:22.673855 [ 193 ] {edca6b65-ee23-44de-b7db-bf69a0756cf4::all_1_31_7} <Trace> oximeter.fields_u16 (edca6b65-ee23-44de-b7db-bf69a0756cf4) (MergerMutator): Merged 5 parts: [all_1_27_6, all_31_31_0] -> all_1_31_7 | ||
| 16139 | 2024.07.30 01:39:22.673956 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 16140 | 2024.07.30 01:39:25.152335 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 8063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16141 | 2024.07.30 01:39:25.152455 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16142 | 2024.07.30 01:39:25.152480 [ 3 ] {} <Debug> HTTP-Session: 84825bd8-de15-4b18-9db6-2998e8101cd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 16143 | 2024.07.30 01:39:25.152506 [ 3 ] {} <Debug> HTTP-Session: 84825bd8-de15-4b18-9db6-2998e8101cd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16144 | 2024.07.30 01:39:25.152521 [ 3 ] {} <Debug> HTTP-Session: 84825bd8-de15-4b18-9db6-2998e8101cd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16145 | 2024.07.30 01:39:25.152583 [ 3 ] {} <Trace> HTTP-Session: 84825bd8-de15-4b18-9db6-2998e8101cd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16146 | 2024.07.30 01:39:25.152787 [ 3 ] {4cf4b711-bedd-49c5-a6c7-ea2277757366} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 16147 | 2024.07.30 01:39:25.152856 [ 3 ] {4cf4b711-bedd-49c5-a6c7-ea2277757366} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 16148 | 2024.07.30 01:39:25.153054 [ 3 ] {4cf4b711-bedd-49c5-a6c7-ea2277757366} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16149 | 2024.07.30 01:39:25.153521 [ 3 ] {4cf4b711-bedd-49c5-a6c7-ea2277757366} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16150 | 2024.07.30 01:39:25.153570 [ 3 ] {4cf4b711-bedd-49c5-a6c7-ea2277757366} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 16151 | 2024.07.30 01:39:25.153979 [ 3 ] {4cf4b711-bedd-49c5-a6c7-ea2277757366} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 16152 | 2024.07.30 01:39:25.154342 [ 3 ] {4cf4b711-bedd-49c5-a6c7-ea2277757366} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16153 | 2024.07.30 01:39:25.154501 [ 3 ] {4cf4b711-bedd-49c5-a6c7-ea2277757366} <Debug> executeQuery: Read 57 rows, 4.47 KiB in 0.001779 sec., 32040.472175379426 rows/sec., 2.46 MiB/sec. | ||
| 16154 | 2024.07.30 01:39:25.154816 [ 3 ] {4cf4b711-bedd-49c5-a6c7-ea2277757366} <Debug> DynamicQueryHandler: Done processing query | ||
| 16155 | 2024.07.30 01:39:25.154860 [ 3 ] {4cf4b711-bedd-49c5-a6c7-ea2277757366} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 16156 | 2024.07.30 01:39:25.154882 [ 3 ] {} <Debug> HTTP-Session: 84825bd8-de15-4b18-9db6-2998e8101cd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16157 | 2024.07.30 01:39:25.155082 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 47531, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16158 | 2024.07.30 01:39:25.155139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16159 | 2024.07.30 01:39:25.155161 [ 3 ] {} <Debug> HTTP-Session: ebddfd36-4845-4e9e-b9ac-2aee6503e51d Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 16160 | 2024.07.30 01:39:25.155179 [ 3 ] {} <Debug> HTTP-Session: ebddfd36-4845-4e9e-b9ac-2aee6503e51d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16161 | 2024.07.30 01:39:25.155194 [ 3 ] {} <Debug> HTTP-Session: ebddfd36-4845-4e9e-b9ac-2aee6503e51d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16162 | 2024.07.30 01:39:25.155231 [ 3 ] {} <Trace> HTTP-Session: ebddfd36-4845-4e9e-b9ac-2aee6503e51d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16163 | 2024.07.30 01:39:25.155440 [ 3 ] {6dc69c39-46bf-4ef8-9471-b44d8f2b198c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 16164 | 2024.07.30 01:39:25.155489 [ 3 ] {6dc69c39-46bf-4ef8-9471-b44d8f2b198c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16165 | 2024.07.30 01:39:25.155639 [ 3 ] {6dc69c39-46bf-4ef8-9471-b44d8f2b198c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16166 | 2024.07.30 01:39:25.156168 [ 3 ] {6dc69c39-46bf-4ef8-9471-b44d8f2b198c} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16167 | 2024.07.30 01:39:25.156206 [ 3 ] {6dc69c39-46bf-4ef8-9471-b44d8f2b198c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 16168 | 2024.07.30 01:39:25.156573 [ 3 ] {6dc69c39-46bf-4ef8-9471-b44d8f2b198c} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 16169 | 2024.07.30 01:39:25.156904 [ 3 ] {6dc69c39-46bf-4ef8-9471-b44d8f2b198c} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16170 | 2024.07.30 01:39:25.157055 [ 3 ] {6dc69c39-46bf-4ef8-9471-b44d8f2b198c} <Debug> executeQuery: Read 314 rows, 28.45 KiB in 0.001719 sec., 182664.33973240256 rows/sec., 16.16 MiB/sec. | ||
| 16171 | 2024.07.30 01:39:25.157241 [ 3 ] {6dc69c39-46bf-4ef8-9471-b44d8f2b198c} <Debug> DynamicQueryHandler: Done processing query | ||
| 16172 | 2024.07.30 01:39:25.157267 [ 3 ] {6dc69c39-46bf-4ef8-9471-b44d8f2b198c} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 16173 | 2024.07.30 01:39:25.157283 [ 3 ] {} <Debug> HTTP-Session: ebddfd36-4845-4e9e-b9ac-2aee6503e51d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16174 | 2024.07.30 01:39:25.157504 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 70221, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16175 | 2024.07.30 01:39:25.157554 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16176 | 2024.07.30 01:39:25.157574 [ 3 ] {} <Debug> HTTP-Session: ee932aff-46ae-485f-9417-3c5b32ab3d0c Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 16177 | 2024.07.30 01:39:25.157592 [ 3 ] {} <Debug> HTTP-Session: ee932aff-46ae-485f-9417-3c5b32ab3d0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16178 | 2024.07.30 01:39:25.157605 [ 3 ] {} <Debug> HTTP-Session: ee932aff-46ae-485f-9417-3c5b32ab3d0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16179 | 2024.07.30 01:39:25.157638 [ 3 ] {} <Trace> HTTP-Session: ee932aff-46ae-485f-9417-3c5b32ab3d0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16180 | 2024.07.30 01:39:25.157887 [ 3 ] {7ae1d352-e97d-407d-81dd-d07bd43dd3b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 16181 | 2024.07.30 01:39:25.157930 [ 3 ] {7ae1d352-e97d-407d-81dd-d07bd43dd3b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16182 | 2024.07.30 01:39:25.158057 [ 3 ] {7ae1d352-e97d-407d-81dd-d07bd43dd3b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16183 | 2024.07.30 01:39:25.158698 [ 3 ] {7ae1d352-e97d-407d-81dd-d07bd43dd3b1} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16184 | 2024.07.30 01:39:25.158735 [ 3 ] {7ae1d352-e97d-407d-81dd-d07bd43dd3b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 16185 | 2024.07.30 01:39:25.159068 [ 3 ] {7ae1d352-e97d-407d-81dd-d07bd43dd3b1} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 16186 | 2024.07.30 01:39:25.159380 [ 3 ] {7ae1d352-e97d-407d-81dd-d07bd43dd3b1} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16187 | 2024.07.30 01:39:25.159529 [ 3 ] {7ae1d352-e97d-407d-81dd-d07bd43dd3b1} <Debug> executeQuery: Read 433 rows, 31.56 KiB in 0.001779 sec., 243395.16582349635 rows/sec., 17.32 MiB/sec. | ||
| 16188 | 2024.07.30 01:39:25.159800 [ 3 ] {7ae1d352-e97d-407d-81dd-d07bd43dd3b1} <Debug> DynamicQueryHandler: Done processing query | ||
| 16189 | 2024.07.30 01:39:25.159860 [ 3 ] {7ae1d352-e97d-407d-81dd-d07bd43dd3b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 16190 | 2024.07.30 01:39:25.159916 [ 3 ] {} <Debug> HTTP-Session: ee932aff-46ae-485f-9417-3c5b32ab3d0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16191 | 2024.07.30 01:39:25.160173 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16192 | 2024.07.30 01:39:25.160227 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16193 | 2024.07.30 01:39:25.160247 [ 3 ] {} <Debug> HTTP-Session: 935ef5ea-6f93-4966-af80-0eda321c145e Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 16194 | 2024.07.30 01:39:25.160264 [ 3 ] {} <Debug> HTTP-Session: 935ef5ea-6f93-4966-af80-0eda321c145e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16195 | 2024.07.30 01:39:25.160278 [ 3 ] {} <Debug> HTTP-Session: 935ef5ea-6f93-4966-af80-0eda321c145e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16196 | 2024.07.30 01:39:25.160311 [ 3 ] {} <Trace> HTTP-Session: 935ef5ea-6f93-4966-af80-0eda321c145e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16197 | 2024.07.30 01:39:25.160412 [ 3 ] {cce26838-e08e-49e5-8653-9b69d0a86a47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 16198 | 2024.07.30 01:39:25.160459 [ 3 ] {cce26838-e08e-49e5-8653-9b69d0a86a47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16199 | 2024.07.30 01:39:25.160609 [ 3 ] {cce26838-e08e-49e5-8653-9b69d0a86a47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16200 | 2024.07.30 01:39:25.160894 [ 3 ] {cce26838-e08e-49e5-8653-9b69d0a86a47} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16201 | 2024.07.30 01:39:25.160929 [ 3 ] {cce26838-e08e-49e5-8653-9b69d0a86a47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 16202 | 2024.07.30 01:39:25.161296 [ 3 ] {cce26838-e08e-49e5-8653-9b69d0a86a47} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 16203 | 2024.07.30 01:39:25.161632 [ 3 ] {cce26838-e08e-49e5-8653-9b69d0a86a47} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16204 | 2024.07.30 01:39:25.161794 [ 3 ] {cce26838-e08e-49e5-8653-9b69d0a86a47} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001403 sec., 4276.550249465431 rows/sec., 183.76 KiB/sec. | ||
| 16205 | 2024.07.30 01:39:25.161805 [ 101 ] {} <Debug> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 16206 | 2024.07.30 01:39:25.161901 [ 101 ] {} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16207 | 2024.07.30 01:39:25.161954 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 16208 | 2024.07.30 01:39:25.162082 [ 3 ] {cce26838-e08e-49e5-8653-9b69d0a86a47} <Debug> DynamicQueryHandler: Done processing query | ||
| 16209 | 2024.07.30 01:39:25.162190 [ 3 ] {cce26838-e08e-49e5-8653-9b69d0a86a47} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 16210 | 2024.07.30 01:39:25.162315 [ 196 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::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 | ||
| 16211 | 2024.07.30 01:39:25.162315 [ 3 ] {} <Debug> HTTP-Session: 935ef5ea-6f93-4966-af80-0eda321c145e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16212 | 2024.07.30 01:39:25.162784 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16213 | 2024.07.30 01:39:25.162885 [ 196 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16214 | 2024.07.30 01:39:25.162890 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16215 | 2024.07.30 01:39:25.162963 [ 3 ] {} <Debug> HTTP-Session: cfda28e3-afc2-40dd-b32c-3a14cd274b30 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 16216 | 2024.07.30 01:39:25.162967 [ 196 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 276 rows starting from the beginning of the part | ||
| 16217 | 2024.07.30 01:39:25.162998 [ 3 ] {} <Debug> HTTP-Session: cfda28e3-afc2-40dd-b32c-3a14cd274b30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16218 | 2024.07.30 01:39:25.163044 [ 3 ] {} <Debug> HTTP-Session: cfda28e3-afc2-40dd-b32c-3a14cd274b30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16219 | 2024.07.30 01:39:25.163173 [ 3 ] {} <Trace> HTTP-Session: cfda28e3-afc2-40dd-b32c-3a14cd274b30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16220 | 2024.07.30 01:39:25.163243 [ 196 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part | ||
| 16221 | 2024.07.30 01:39:25.163541 [ 3 ] {71d102ab-82a2-4555-9dff-0fedc836e2a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 16222 | 2024.07.30 01:39:25.163557 [ 196 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 6 rows starting from the beginning of the part | ||
| 16223 | 2024.07.30 01:39:25.163686 [ 3 ] {71d102ab-82a2-4555-9dff-0fedc836e2a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 16224 | 2024.07.30 01:39:25.163852 [ 196 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 6 rows starting from the beginning of the part | ||
| 16225 | 2024.07.30 01:39:25.164194 [ 196 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 6 rows starting from the beginning of the part | ||
| 16226 | 2024.07.30 01:39:25.164571 [ 196 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 6 rows starting from the beginning of the part | ||
| 16227 | 2024.07.30 01:39:25.165058 [ 3 ] {71d102ab-82a2-4555-9dff-0fedc836e2a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16228 | 2024.07.30 01:39:25.166002 [ 3 ] {71d102ab-82a2-4555-9dff-0fedc836e2a0} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16229 | 2024.07.30 01:39:25.166080 [ 3 ] {71d102ab-82a2-4555-9dff-0fedc836e2a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 16230 | 2024.07.30 01:39:25.167214 [ 3 ] {71d102ab-82a2-4555-9dff-0fedc836e2a0} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 16231 | 2024.07.30 01:39:25.167788 [ 193 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 4 columns (4 merged, 0 gathered) in 0.005740238 sec., 53307.89420229614 rows/sec., 2.24 MiB/sec. | ||
| 16232 | 2024.07.30 01:39:25.168034 [ 193 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 16233 | 2024.07.30 01:39:25.168134 [ 3 ] {71d102ab-82a2-4555-9dff-0fedc836e2a0} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16234 | 2024.07.30 01:39:25.168403 [ 101 ] {} <Debug> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 16235 | 2024.07.30 01:39:25.168487 [ 101 ] {} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16236 | 2024.07.30 01:39:25.168493 [ 3 ] {71d102ab-82a2-4555-9dff-0fedc836e2a0} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.005106 sec., 15080.29768899334 rows/sec., 950.93 KiB/sec. | ||
| 16237 | 2024.07.30 01:39:25.168554 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 16238 | 2024.07.30 01:39:25.169393 [ 195 ] {7196aa43-cd1d-4023-8afb-33229605fc23::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 | ||
| 16239 | 2024.07.30 01:39:25.169597 [ 3 ] {71d102ab-82a2-4555-9dff-0fedc836e2a0} <Debug> DynamicQueryHandler: Done processing query | ||
| 16240 | 2024.07.30 01:39:25.169712 [ 3 ] {71d102ab-82a2-4555-9dff-0fedc836e2a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 16241 | 2024.07.30 01:39:25.169837 [ 3 ] {} <Debug> HTTP-Session: cfda28e3-afc2-40dd-b32c-3a14cd274b30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16242 | 2024.07.30 01:39:25.170204 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16243 | 2024.07.30 01:39:25.170229 [ 193 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_51_10} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16244 | 2024.07.30 01:39:25.170465 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16245 | 2024.07.30 01:39:25.170497 [ 195 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16246 | 2024.07.30 01:39:25.170626 [ 3 ] {} <Debug> HTTP-Session: d780adb6-562a-453f-8047-3ad6265248a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 16247 | 2024.07.30 01:39:25.170713 [ 3 ] {} <Debug> HTTP-Session: d780adb6-562a-453f-8047-3ad6265248a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16248 | 2024.07.30 01:39:25.170707 [ 195 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 3542 rows starting from the beginning of the part | ||
| 16249 | 2024.07.30 01:39:25.170762 [ 193 ] {7d1cd546-9130-4ea1-9fb3-d91fd456c827::all_1_51_10} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 16250 | 2024.07.30 01:39:25.170792 [ 3 ] {} <Debug> HTTP-Session: d780adb6-562a-453f-8047-3ad6265248a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16251 | 2024.07.30 01:39:25.170905 [ 3 ] {} <Trace> HTTP-Session: d780adb6-562a-453f-8047-3ad6265248a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16252 | 2024.07.30 01:39:25.171196 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 16253 | 2024.07.30 01:39:25.171223 [ 195 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 77 rows starting from the beginning of the part | ||
| 16254 | 2024.07.30 01:39:25.171368 [ 195 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 77 rows starting from the beginning of the part | ||
| 16255 | 2024.07.30 01:39:25.171393 [ 3 ] {6ee6779c-5c8b-4b64-8154-25604bc65513} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 16256 | 2024.07.30 01:39:25.171517 [ 3 ] {6ee6779c-5c8b-4b64-8154-25604bc65513} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16257 | 2024.07.30 01:39:25.171611 [ 195 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 77 rows starting from the beginning of the part | ||
| 16258 | 2024.07.30 01:39:25.171986 [ 195 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 77 rows starting from the beginning of the part | ||
| 16259 | 2024.07.30 01:39:25.172220 [ 195 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 77 rows starting from the beginning of the part | ||
| 16260 | 2024.07.30 01:39:25.172476 [ 3 ] {6ee6779c-5c8b-4b64-8154-25604bc65513} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16261 | 2024.07.30 01:39:25.173104 [ 3 ] {6ee6779c-5c8b-4b64-8154-25604bc65513} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16262 | 2024.07.30 01:39:25.173143 [ 3 ] {6ee6779c-5c8b-4b64-8154-25604bc65513} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 16263 | 2024.07.30 01:39:25.173746 [ 3 ] {6ee6779c-5c8b-4b64-8154-25604bc65513} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 16264 | 2024.07.30 01:39:25.174143 [ 3 ] {6ee6779c-5c8b-4b64-8154-25604bc65513} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16265 | 2024.07.30 01:39:25.174386 [ 197 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3927 rows, containing 5 columns (5 merged, 0 gathered) in 0.005648127 sec., 695274.7344385139 rows/sec., 42.82 MiB/sec. | ||
| 16266 | 2024.07.30 01:39:25.174467 [ 3 ] {6ee6779c-5c8b-4b64-8154-25604bc65513} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003214 sec., 49782.20286247667 rows/sec., 3.47 MiB/sec. | ||
| 16267 | 2024.07.30 01:39:25.174800 [ 3 ] {6ee6779c-5c8b-4b64-8154-25604bc65513} <Debug> DynamicQueryHandler: Done processing query | ||
| 16268 | 2024.07.30 01:39:25.174840 [ 197 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 16269 | 2024.07.30 01:39:25.174895 [ 3 ] {6ee6779c-5c8b-4b64-8154-25604bc65513} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 16270 | 2024.07.30 01:39:25.174978 [ 3 ] {} <Debug> HTTP-Session: d780adb6-562a-453f-8047-3ad6265248a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16271 | 2024.07.30 01:39:25.175407 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 82750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16272 | 2024.07.30 01:39:25.175568 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16273 | 2024.07.30 01:39:25.175644 [ 3 ] {} <Debug> HTTP-Session: 9e641280-6f56-467b-9b0c-b6d5ddd8e6ed Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 16274 | 2024.07.30 01:39:25.175926 [ 3 ] {} <Debug> HTTP-Session: 9e641280-6f56-467b-9b0c-b6d5ddd8e6ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16275 | 2024.07.30 01:39:25.175991 [ 3 ] {} <Debug> HTTP-Session: 9e641280-6f56-467b-9b0c-b6d5ddd8e6ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16276 | 2024.07.30 01:39:25.176059 [ 3 ] {} <Trace> HTTP-Session: 9e641280-6f56-467b-9b0c-b6d5ddd8e6ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16277 | 2024.07.30 01:39:25.176307 [ 197 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_51_10} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16278 | 2024.07.30 01:39:25.176401 [ 197 ] {7196aa43-cd1d-4023-8afb-33229605fc23::all_1_51_10} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 16279 | 2024.07.30 01:39:25.176499 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 16280 | 2024.07.30 01:39:25.176681 [ 3 ] {711884a8-caa3-4ef7-9ea7-b391ad261243} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 16281 | 2024.07.30 01:39:25.176763 [ 3 ] {711884a8-caa3-4ef7-9ea7-b391ad261243} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 16282 | 2024.07.30 01:39:25.177201 [ 3 ] {711884a8-caa3-4ef7-9ea7-b391ad261243} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16283 | 2024.07.30 01:39:25.178090 [ 3 ] {711884a8-caa3-4ef7-9ea7-b391ad261243} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16284 | 2024.07.30 01:39:25.178128 [ 3 ] {711884a8-caa3-4ef7-9ea7-b391ad261243} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 16285 | 2024.07.30 01:39:25.178809 [ 3 ] {711884a8-caa3-4ef7-9ea7-b391ad261243} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 16286 | 2024.07.30 01:39:25.179240 [ 3 ] {711884a8-caa3-4ef7-9ea7-b391ad261243} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16287 | 2024.07.30 01:39:25.179418 [ 101 ] {} <Debug> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 16288 | 2024.07.30 01:39:25.179440 [ 3 ] {711884a8-caa3-4ef7-9ea7-b391ad261243} <Debug> executeQuery: Read 51 rows, 93.58 KiB in 0.003211 sec., 15882.902522578637 rows/sec., 28.46 MiB/sec. | ||
| 16289 | 2024.07.30 01:39:25.179479 [ 101 ] {} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16290 | 2024.07.30 01:39:25.179556 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 16291 | 2024.07.30 01:39:25.179978 [ 198 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::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 | ||
| 16292 | 2024.07.30 01:39:25.180036 [ 3 ] {711884a8-caa3-4ef7-9ea7-b391ad261243} <Debug> DynamicQueryHandler: Done processing query | ||
| 16293 | 2024.07.30 01:39:25.180092 [ 3 ] {711884a8-caa3-4ef7-9ea7-b391ad261243} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 16294 | 2024.07.30 01:39:25.180120 [ 3 ] {} <Debug> HTTP-Session: 9e641280-6f56-467b-9b0c-b6d5ddd8e6ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16295 | 2024.07.30 01:39:25.180345 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16296 | 2024.07.30 01:39:25.180476 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16297 | 2024.07.30 01:39:25.180540 [ 3 ] {} <Debug> HTTP-Session: 9bb5be74-4dae-429b-9424-8cb431a4ec3e Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 16298 | 2024.07.30 01:39:25.180597 [ 3 ] {} <Debug> HTTP-Session: 9bb5be74-4dae-429b-9424-8cb431a4ec3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16299 | 2024.07.30 01:39:25.180636 [ 3 ] {} <Debug> HTTP-Session: 9bb5be74-4dae-429b-9424-8cb431a4ec3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16300 | 2024.07.30 01:39:25.180725 [ 3 ] {} <Trace> HTTP-Session: 9bb5be74-4dae-429b-9424-8cb431a4ec3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16301 | 2024.07.30 01:39:25.180991 [ 3 ] {ce04d0f8-7135-4581-a93c-ddd9ac2659b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 16302 | 2024.07.30 01:39:25.181041 [ 198 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16303 | 2024.07.30 01:39:25.181091 [ 3 ] {ce04d0f8-7135-4581-a93c-ddd9ac2659b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 16304 | 2024.07.30 01:39:25.181241 [ 198 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1428 rows starting from the beginning of the part | ||
| 16305 | 2024.07.30 01:39:25.181848 [ 3 ] {ce04d0f8-7135-4581-a93c-ddd9ac2659b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16306 | 2024.07.30 01:39:25.182164 [ 198 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 51 rows starting from the beginning of the part | ||
| 16307 | 2024.07.30 01:39:25.182857 [ 198 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 51 rows starting from the beginning of the part | ||
| 16308 | 2024.07.30 01:39:25.183069 [ 3 ] {ce04d0f8-7135-4581-a93c-ddd9ac2659b3} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16309 | 2024.07.30 01:39:25.183184 [ 3 ] {ce04d0f8-7135-4581-a93c-ddd9ac2659b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 16310 | 2024.07.30 01:39:25.183568 [ 198 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 51 rows starting from the beginning of the part | ||
| 16311 | 2024.07.30 01:39:25.184168 [ 198 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 51 rows starting from the beginning of the part | ||
| 16312 | 2024.07.30 01:39:25.184547 [ 3 ] {ce04d0f8-7135-4581-a93c-ddd9ac2659b3} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 16313 | 2024.07.30 01:39:25.184815 [ 198 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 51 rows starting from the beginning of the part | ||
| 16314 | 2024.07.30 01:39:25.185834 [ 3 ] {ce04d0f8-7135-4581-a93c-ddd9ac2659b3} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16315 | 2024.07.30 01:39:25.186138 [ 101 ] {} <Debug> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 16316 | 2024.07.30 01:39:25.186244 [ 101 ] {} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16317 | 2024.07.30 01:39:25.186323 [ 3 ] {ce04d0f8-7135-4581-a93c-ddd9ac2659b3} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.005388 sec., 4268.745360059391 rows/sec., 230.91 KiB/sec. | ||
| 16318 | 2024.07.30 01:39:25.186332 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 16319 | 2024.07.30 01:39:25.186781 [ 197 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::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 | ||
| 16320 | 2024.07.30 01:39:25.186931 [ 3 ] {ce04d0f8-7135-4581-a93c-ddd9ac2659b3} <Debug> DynamicQueryHandler: Done processing query | ||
| 16321 | 2024.07.30 01:39:25.187009 [ 3 ] {ce04d0f8-7135-4581-a93c-ddd9ac2659b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 16322 | 2024.07.30 01:39:25.187112 [ 3 ] {} <Debug> HTTP-Session: 9bb5be74-4dae-429b-9424-8cb431a4ec3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16323 | 2024.07.30 01:39:25.187342 [ 197 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16324 | 2024.07.30 01:39:25.187379 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16325 | 2024.07.30 01:39:25.187460 [ 197 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1109 rows starting from the beginning of the part | ||
| 16326 | 2024.07.30 01:39:25.187554 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16327 | 2024.07.30 01:39:25.187704 [ 3 ] {} <Debug> HTTP-Session: 0d03fe7f-a3ff-40ba-b134-053df146c3b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 16328 | 2024.07.30 01:39:25.187775 [ 197 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 23 rows starting from the beginning of the part | ||
| 16329 | 2024.07.30 01:39:25.187802 [ 3 ] {} <Debug> HTTP-Session: 0d03fe7f-a3ff-40ba-b134-053df146c3b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16330 | 2024.07.30 01:39:25.187902 [ 3 ] {} <Debug> HTTP-Session: 0d03fe7f-a3ff-40ba-b134-053df146c3b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16331 | 2024.07.30 01:39:25.188167 [ 3 ] {} <Trace> HTTP-Session: 0d03fe7f-a3ff-40ba-b134-053df146c3b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16332 | 2024.07.30 01:39:25.188281 [ 197 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 23 rows starting from the beginning of the part | ||
| 16333 | 2024.07.30 01:39:25.188705 [ 197 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 23 rows starting from the beginning of the part | ||
| 16334 | 2024.07.30 01:39:25.188892 [ 3 ] {b36fa279-232c-48a9-8283-b65f4cacef50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 16335 | 2024.07.30 01:39:25.189053 [ 197 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 23 rows starting from the beginning of the part | ||
| 16336 | 2024.07.30 01:39:25.189120 [ 3 ] {b36fa279-232c-48a9-8283-b65f4cacef50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16337 | 2024.07.30 01:39:25.189554 [ 197 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 23 rows starting from the beginning of the part | ||
| 16338 | 2024.07.30 01:39:25.190444 [ 3 ] {b36fa279-232c-48a9-8283-b65f4cacef50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16339 | 2024.07.30 01:39:25.191111 [ 3 ] {b36fa279-232c-48a9-8283-b65f4cacef50} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16340 | 2024.07.30 01:39:25.191181 [ 3 ] {b36fa279-232c-48a9-8283-b65f4cacef50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 16341 | 2024.07.30 01:39:25.192537 [ 3 ] {b36fa279-232c-48a9-8283-b65f4cacef50} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 16342 | 2024.07.30 01:39:25.193421 [ 197 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1224 rows, containing 4 columns (4 merged, 0 gathered) in 0.0069177 sec., 176937.42139728524 rows/sec., 9.48 MiB/sec. | ||
| 16343 | 2024.07.30 01:39:25.193801 [ 197 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 16344 | 2024.07.30 01:39:25.193939 [ 3 ] {b36fa279-232c-48a9-8283-b65f4cacef50} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16345 | 2024.07.30 01:39:25.194596 [ 3 ] {b36fa279-232c-48a9-8283-b65f4cacef50} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005988 sec., 10020.040080160321 rows/sec., 691.49 KiB/sec. | ||
| 16346 | 2024.07.30 01:39:25.195425 [ 3 ] {b36fa279-232c-48a9-8283-b65f4cacef50} <Debug> DynamicQueryHandler: Done processing query | ||
| 16347 | 2024.07.30 01:39:25.195536 [ 3 ] {b36fa279-232c-48a9-8283-b65f4cacef50} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 16348 | 2024.07.30 01:39:25.195629 [ 3 ] {} <Debug> HTTP-Session: 0d03fe7f-a3ff-40ba-b134-053df146c3b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16349 | 2024.07.30 01:39:25.195970 [ 199 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_51_10} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16350 | 2024.07.30 01:39:25.196427 [ 199 ] {07045b05-ab4f-41ac-bdcd-d879fd7cf886::all_1_51_10} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 16351 | 2024.07.30 01:39:25.196802 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 16352 | 2024.07.30 01:39:25.204434 [ 201 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1683 rows, containing 19 columns (19 merged, 0 gathered) in 0.024707811 sec., 68116.11113586712 rows/sec., 122.06 MiB/sec. | ||
| 16353 | 2024.07.30 01:39:25.206377 [ 201 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 16354 | 2024.07.30 01:39:25.206998 [ 201 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16355 | 2024.07.30 01:39:25.207083 [ 201 ] {5bc7dc14-9260-4f45-9ae6-212557cf2fb3::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 16356 | 2024.07.30 01:39:25.207248 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.15 MiB. | ||
| 16357 | 2024.07.30 01:39:26.000212 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 209.07 MiB, peak 221.19 MiB, free memory in arenas 0.00 B, will set to 214.21 MiB (RSS), difference: 5.15 MiB | ||
| 16358 | 2024.07.30 01:39:27.810497 [ 99 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16359 | 2024.07.30 01:39:27.810595 [ 99 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16360 | 2024.07.30 01:39:30.146518 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 12825, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16361 | 2024.07.30 01:39:30.146651 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16362 | 2024.07.30 01:39:30.146681 [ 3 ] {} <Debug> HTTP-Session: 7dbc7835-be8f-4e91-abf0-b9f5849fd166 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 16363 | 2024.07.30 01:39:30.146709 [ 3 ] {} <Debug> HTTP-Session: 7dbc7835-be8f-4e91-abf0-b9f5849fd166 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16364 | 2024.07.30 01:39:30.146728 [ 3 ] {} <Debug> HTTP-Session: 7dbc7835-be8f-4e91-abf0-b9f5849fd166 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16365 | 2024.07.30 01:39:30.146784 [ 3 ] {} <Trace> HTTP-Session: 7dbc7835-be8f-4e91-abf0-b9f5849fd166 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16366 | 2024.07.30 01:39:30.147014 [ 3 ] {94f73f0c-e233-4756-b619-7f0969c55e65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 16367 | 2024.07.30 01:39:30.147083 [ 3 ] {94f73f0c-e233-4756-b619-7f0969c55e65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16368 | 2024.07.30 01:39:30.147278 [ 3 ] {94f73f0c-e233-4756-b619-7f0969c55e65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16369 | 2024.07.30 01:39:30.147862 [ 3 ] {94f73f0c-e233-4756-b619-7f0969c55e65} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16370 | 2024.07.30 01:39:30.147906 [ 3 ] {94f73f0c-e233-4756-b619-7f0969c55e65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 16371 | 2024.07.30 01:39:30.148307 [ 3 ] {94f73f0c-e233-4756-b619-7f0969c55e65} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 16372 | 2024.07.30 01:39:30.148674 [ 3 ] {94f73f0c-e233-4756-b619-7f0969c55e65} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16373 | 2024.07.30 01:39:30.148855 [ 3 ] {94f73f0c-e233-4756-b619-7f0969c55e65} <Debug> executeQuery: Read 92 rows, 7.22 KiB in 0.001915 sec., 48041.77545691906 rows/sec., 3.68 MiB/sec. | ||
| 16374 | 2024.07.30 01:39:30.149067 [ 3 ] {94f73f0c-e233-4756-b619-7f0969c55e65} <Debug> DynamicQueryHandler: Done processing query | ||
| 16375 | 2024.07.30 01:39:30.149094 [ 3 ] {94f73f0c-e233-4756-b619-7f0969c55e65} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 16376 | 2024.07.30 01:39:30.149110 [ 3 ] {} <Debug> HTTP-Session: 7dbc7835-be8f-4e91-abf0-b9f5849fd166 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16377 | 2024.07.30 01:39:30.149305 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14934, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16378 | 2024.07.30 01:39:30.149361 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16379 | 2024.07.30 01:39:30.149382 [ 3 ] {} <Debug> HTTP-Session: f5e491e6-8244-48c7-bfd9-b3bbfb7c70b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 16380 | 2024.07.30 01:39:30.149400 [ 3 ] {} <Debug> HTTP-Session: f5e491e6-8244-48c7-bfd9-b3bbfb7c70b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16381 | 2024.07.30 01:39:30.149415 [ 3 ] {} <Debug> HTTP-Session: f5e491e6-8244-48c7-bfd9-b3bbfb7c70b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16382 | 2024.07.30 01:39:30.149449 [ 3 ] {} <Trace> HTTP-Session: f5e491e6-8244-48c7-bfd9-b3bbfb7c70b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16383 | 2024.07.30 01:39:30.149584 [ 3 ] {a620f4c5-c679-4b19-9cc6-12fb2895ddb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 16384 | 2024.07.30 01:39:30.149631 [ 3 ] {a620f4c5-c679-4b19-9cc6-12fb2895ddb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16385 | 2024.07.30 01:39:30.149762 [ 3 ] {a620f4c5-c679-4b19-9cc6-12fb2895ddb8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16386 | 2024.07.30 01:39:30.150184 [ 3 ] {a620f4c5-c679-4b19-9cc6-12fb2895ddb8} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16387 | 2024.07.30 01:39:30.150222 [ 3 ] {a620f4c5-c679-4b19-9cc6-12fb2895ddb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 16388 | 2024.07.30 01:39:30.150548 [ 3 ] {a620f4c5-c679-4b19-9cc6-12fb2895ddb8} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 16389 | 2024.07.30 01:39:30.150874 [ 3 ] {a620f4c5-c679-4b19-9cc6-12fb2895ddb8} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16390 | 2024.07.30 01:39:30.151027 [ 3 ] {a620f4c5-c679-4b19-9cc6-12fb2895ddb8} <Debug> executeQuery: Read 88 rows, 7.01 KiB in 0.001493 sec., 58941.72806430007 rows/sec., 4.59 MiB/sec. | ||
| 16391 | 2024.07.30 01:39:30.151213 [ 3 ] {a620f4c5-c679-4b19-9cc6-12fb2895ddb8} <Debug> DynamicQueryHandler: Done processing query | ||
| 16392 | 2024.07.30 01:39:30.151237 [ 3 ] {a620f4c5-c679-4b19-9cc6-12fb2895ddb8} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 16393 | 2024.07.30 01:39:30.151253 [ 3 ] {} <Debug> HTTP-Session: f5e491e6-8244-48c7-bfd9-b3bbfb7c70b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16394 | 2024.07.30 01:39:30.151429 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 37633, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16395 | 2024.07.30 01:39:30.151482 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16396 | 2024.07.30 01:39:30.151501 [ 3 ] {} <Debug> HTTP-Session: 30b4769c-530f-4792-90ef-302c4cd2c871 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 16397 | 2024.07.30 01:39:30.151518 [ 3 ] {} <Debug> HTTP-Session: 30b4769c-530f-4792-90ef-302c4cd2c871 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16398 | 2024.07.30 01:39:30.151532 [ 3 ] {} <Debug> HTTP-Session: 30b4769c-530f-4792-90ef-302c4cd2c871 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16399 | 2024.07.30 01:39:30.151565 [ 3 ] {} <Trace> HTTP-Session: 30b4769c-530f-4792-90ef-302c4cd2c871 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16400 | 2024.07.30 01:39:30.151742 [ 3 ] {ee80f9c7-733c-442d-b789-dab23bff77e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 16401 | 2024.07.30 01:39:30.151791 [ 3 ] {ee80f9c7-733c-442d-b789-dab23bff77e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16402 | 2024.07.30 01:39:30.151938 [ 3 ] {ee80f9c7-733c-442d-b789-dab23bff77e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16403 | 2024.07.30 01:39:30.152400 [ 3 ] {ee80f9c7-733c-442d-b789-dab23bff77e5} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16404 | 2024.07.30 01:39:30.152437 [ 3 ] {ee80f9c7-733c-442d-b789-dab23bff77e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 16405 | 2024.07.30 01:39:30.152845 [ 3 ] {ee80f9c7-733c-442d-b789-dab23bff77e5} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 16406 | 2024.07.30 01:39:30.153195 [ 3 ] {ee80f9c7-733c-442d-b789-dab23bff77e5} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16407 | 2024.07.30 01:39:30.153350 [ 3 ] {ee80f9c7-733c-442d-b789-dab23bff77e5} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001691 sec., 115907.74689532821 rows/sec., 8.09 MiB/sec. | ||
| 16408 | 2024.07.30 01:39:30.153529 [ 3 ] {ee80f9c7-733c-442d-b789-dab23bff77e5} <Debug> DynamicQueryHandler: Done processing query | ||
| 16409 | 2024.07.30 01:39:30.153555 [ 3 ] {ee80f9c7-733c-442d-b789-dab23bff77e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 16410 | 2024.07.30 01:39:30.153570 [ 3 ] {} <Debug> HTTP-Session: 30b4769c-530f-4792-90ef-302c4cd2c871 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16411 | 2024.07.30 01:39:30.153714 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16412 | 2024.07.30 01:39:30.153765 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16413 | 2024.07.30 01:39:30.153784 [ 3 ] {} <Debug> HTTP-Session: 90e5de61-dae8-4004-8ab5-6134d427a66b Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 16414 | 2024.07.30 01:39:30.153801 [ 3 ] {} <Debug> HTTP-Session: 90e5de61-dae8-4004-8ab5-6134d427a66b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16415 | 2024.07.30 01:39:30.153814 [ 3 ] {} <Debug> HTTP-Session: 90e5de61-dae8-4004-8ab5-6134d427a66b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16416 | 2024.07.30 01:39:30.153846 [ 3 ] {} <Trace> HTTP-Session: 90e5de61-dae8-4004-8ab5-6134d427a66b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16417 | 2024.07.30 01:39:30.153967 [ 3 ] {2d9107e1-75f7-4ed8-93bc-5127ae4a81a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 16418 | 2024.07.30 01:39:30.154013 [ 3 ] {2d9107e1-75f7-4ed8-93bc-5127ae4a81a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16419 | 2024.07.30 01:39:30.154139 [ 3 ] {2d9107e1-75f7-4ed8-93bc-5127ae4a81a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16420 | 2024.07.30 01:39:30.154458 [ 3 ] {2d9107e1-75f7-4ed8-93bc-5127ae4a81a2} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16421 | 2024.07.30 01:39:30.154496 [ 3 ] {2d9107e1-75f7-4ed8-93bc-5127ae4a81a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 16422 | 2024.07.30 01:39:30.154874 [ 3 ] {2d9107e1-75f7-4ed8-93bc-5127ae4a81a2} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 16423 | 2024.07.30 01:39:30.155205 [ 3 ] {2d9107e1-75f7-4ed8-93bc-5127ae4a81a2} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16424 | 2024.07.30 01:39:30.155360 [ 3 ] {2d9107e1-75f7-4ed8-93bc-5127ae4a81a2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001428 sec., 42016.80672268908 rows/sec., 2.83 MiB/sec. | ||
| 16425 | 2024.07.30 01:39:30.155529 [ 3 ] {2d9107e1-75f7-4ed8-93bc-5127ae4a81a2} <Debug> DynamicQueryHandler: Done processing query | ||
| 16426 | 2024.07.30 01:39:30.155553 [ 3 ] {2d9107e1-75f7-4ed8-93bc-5127ae4a81a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 16427 | 2024.07.30 01:39:30.155568 [ 3 ] {} <Debug> HTTP-Session: 90e5de61-dae8-4004-8ab5-6134d427a66b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16428 | 2024.07.30 01:39:35.152380 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 8063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16429 | 2024.07.30 01:39:35.152515 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16430 | 2024.07.30 01:39:35.152541 [ 3 ] {} <Debug> HTTP-Session: 5996897b-ef3d-42ca-9514-cca80d030d2d Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 16431 | 2024.07.30 01:39:35.152566 [ 3 ] {} <Debug> HTTP-Session: 5996897b-ef3d-42ca-9514-cca80d030d2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16432 | 2024.07.30 01:39:35.152580 [ 3 ] {} <Debug> HTTP-Session: 5996897b-ef3d-42ca-9514-cca80d030d2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16433 | 2024.07.30 01:39:35.152630 [ 3 ] {} <Trace> HTTP-Session: 5996897b-ef3d-42ca-9514-cca80d030d2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16434 | 2024.07.30 01:39:35.152831 [ 3 ] {a411c029-d0cc-4930-9b70-0cbffe6be4ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 16435 | 2024.07.30 01:39:35.152899 [ 3 ] {a411c029-d0cc-4930-9b70-0cbffe6be4ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 16436 | 2024.07.30 01:39:35.153093 [ 3 ] {a411c029-d0cc-4930-9b70-0cbffe6be4ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16437 | 2024.07.30 01:39:35.153659 [ 3 ] {a411c029-d0cc-4930-9b70-0cbffe6be4ab} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16438 | 2024.07.30 01:39:35.153702 [ 3 ] {a411c029-d0cc-4930-9b70-0cbffe6be4ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 16439 | 2024.07.30 01:39:35.154087 [ 3 ] {a411c029-d0cc-4930-9b70-0cbffe6be4ab} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 16440 | 2024.07.30 01:39:35.154441 [ 3 ] {a411c029-d0cc-4930-9b70-0cbffe6be4ab} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16441 | 2024.07.30 01:39:35.154589 [ 3 ] {a411c029-d0cc-4930-9b70-0cbffe6be4ab} <Debug> executeQuery: Read 57 rows, 4.47 KiB in 0.001825 sec., 31232.876712328765 rows/sec., 2.39 MiB/sec. | ||
| 16442 | 2024.07.30 01:39:35.154603 [ 95 ] {} <Debug> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1) (MergerMutator): Selected 5 parts from all_1_48_11 to all_52_52_0 | ||
| 16443 | 2024.07.30 01:39:35.154660 [ 95 ] {} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16444 | 2024.07.30 01:39:35.154698 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 16445 | 2024.07.30 01:39:35.154845 [ 3 ] {a411c029-d0cc-4930-9b70-0cbffe6be4ab} <Debug> DynamicQueryHandler: Done processing query | ||
| 16446 | 2024.07.30 01:39:35.154917 [ 3 ] {a411c029-d0cc-4930-9b70-0cbffe6be4ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 16447 | 2024.07.30 01:39:35.154961 [ 3 ] {} <Debug> HTTP-Session: 5996897b-ef3d-42ca-9514-cca80d030d2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16448 | 2024.07.30 01:39:35.154980 [ 194 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_52_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_48_11 to all_52_52_0 into Compact with storage Full | ||
| 16449 | 2024.07.30 01:39:35.155342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 47531, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16450 | 2024.07.30 01:39:35.155584 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16451 | 2024.07.30 01:39:35.155684 [ 3 ] {} <Debug> HTTP-Session: 67ca7e21-6633-4f71-b99b-3cb4ae2ba14c Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 16452 | 2024.07.30 01:39:35.155704 [ 194 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_52_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16453 | 2024.07.30 01:39:35.155762 [ 3 ] {} <Debug> HTTP-Session: 67ca7e21-6633-4f71-b99b-3cb4ae2ba14c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16454 | 2024.07.30 01:39:35.155818 [ 194 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_52_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_48_11, total 57 rows starting from the beginning of the part | ||
| 16455 | 2024.07.30 01:39:35.155832 [ 3 ] {} <Debug> HTTP-Session: 67ca7e21-6633-4f71-b99b-3cb4ae2ba14c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16456 | 2024.07.30 01:39:35.155922 [ 3 ] {} <Trace> HTTP-Session: 67ca7e21-6633-4f71-b99b-3cb4ae2ba14c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16457 | 2024.07.30 01:39:35.156057 [ 194 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_52_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 57 rows starting from the beginning of the part | ||
| 16458 | 2024.07.30 01:39:35.156379 [ 194 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_52_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 57 rows starting from the beginning of the part | ||
| 16459 | 2024.07.30 01:39:35.156376 [ 3 ] {3e5a222f-d19a-40d7-b7ae-89a96a25abb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 16460 | 2024.07.30 01:39:35.156539 [ 3 ] {3e5a222f-d19a-40d7-b7ae-89a96a25abb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16461 | 2024.07.30 01:39:35.156655 [ 194 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_52_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 57 rows starting from the beginning of the part | ||
| 16462 | 2024.07.30 01:39:35.156964 [ 194 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_52_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 57 rows starting from the beginning of the part | ||
| 16463 | 2024.07.30 01:39:35.157606 [ 3 ] {3e5a222f-d19a-40d7-b7ae-89a96a25abb6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16464 | 2024.07.30 01:39:35.158719 [ 3 ] {3e5a222f-d19a-40d7-b7ae-89a96a25abb6} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16465 | 2024.07.30 01:39:35.158789 [ 3 ] {3e5a222f-d19a-40d7-b7ae-89a96a25abb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 16466 | 2024.07.30 01:39:35.159315 [ 194 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_52_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 285 rows, containing 4 columns (4 merged, 0 gathered) in 0.004532936 sec., 62873.157706175414 rows/sec., 4.82 MiB/sec. | ||
| 16467 | 2024.07.30 01:39:35.159553 [ 3 ] {3e5a222f-d19a-40d7-b7ae-89a96a25abb6} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 16468 | 2024.07.30 01:39:35.159579 [ 188 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_52_12} <Trace> MergedBlockOutputStream: filled checksums all_1_52_12 (state Temporary) | ||
| 16469 | 2024.07.30 01:39:35.160304 [ 3 ] {3e5a222f-d19a-40d7-b7ae-89a96a25abb6} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16470 | 2024.07.30 01:39:35.160562 [ 3 ] {3e5a222f-d19a-40d7-b7ae-89a96a25abb6} <Debug> executeQuery: Read 314 rows, 28.45 KiB in 0.004425 sec., 70960.45197740113 rows/sec., 6.28 MiB/sec. | ||
| 16471 | 2024.07.30 01:39:35.160573 [ 188 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_52_12} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1): Renaming temporary part tmp_merge_all_1_52_12 to all_1_52_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16472 | 2024.07.30 01:39:35.160851 [ 188 ] {947b2b1a-99d3-46e2-a94b-25e11dd676f1::all_1_52_12} <Trace> oximeter.fields_i64 (947b2b1a-99d3-46e2-a94b-25e11dd676f1) (MergerMutator): Merged 5 parts: [all_1_48_11, all_52_52_0] -> all_1_52_12 | ||
| 16473 | 2024.07.30 01:39:35.161088 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 16474 | 2024.07.30 01:39:35.161115 [ 3 ] {3e5a222f-d19a-40d7-b7ae-89a96a25abb6} <Debug> DynamicQueryHandler: Done processing query | ||
| 16475 | 2024.07.30 01:39:35.161185 [ 3 ] {3e5a222f-d19a-40d7-b7ae-89a96a25abb6} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 16476 | 2024.07.30 01:39:35.161242 [ 3 ] {} <Debug> HTTP-Session: 67ca7e21-6633-4f71-b99b-3cb4ae2ba14c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16477 | 2024.07.30 01:39:35.161482 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 70221, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16478 | 2024.07.30 01:39:35.161546 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16479 | 2024.07.30 01:39:35.161566 [ 3 ] {} <Debug> HTTP-Session: aabab0a8-66a2-485f-8a90-f774b4b2104d Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 16480 | 2024.07.30 01:39:35.161583 [ 3 ] {} <Debug> HTTP-Session: aabab0a8-66a2-485f-8a90-f774b4b2104d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16481 | 2024.07.30 01:39:35.161597 [ 3 ] {} <Debug> HTTP-Session: aabab0a8-66a2-485f-8a90-f774b4b2104d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16482 | 2024.07.30 01:39:35.161630 [ 3 ] {} <Trace> HTTP-Session: aabab0a8-66a2-485f-8a90-f774b4b2104d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16483 | 2024.07.30 01:39:35.161886 [ 3 ] {5c00ef5f-576f-4264-9e4c-6baa524ad3c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 16484 | 2024.07.30 01:39:35.161934 [ 3 ] {5c00ef5f-576f-4264-9e4c-6baa524ad3c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16485 | 2024.07.30 01:39:35.162088 [ 3 ] {5c00ef5f-576f-4264-9e4c-6baa524ad3c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16486 | 2024.07.30 01:39:35.162753 [ 3 ] {5c00ef5f-576f-4264-9e4c-6baa524ad3c0} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16487 | 2024.07.30 01:39:35.162790 [ 3 ] {5c00ef5f-576f-4264-9e4c-6baa524ad3c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 16488 | 2024.07.30 01:39:35.163133 [ 3 ] {5c00ef5f-576f-4264-9e4c-6baa524ad3c0} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 16489 | 2024.07.30 01:39:35.163461 [ 3 ] {5c00ef5f-576f-4264-9e4c-6baa524ad3c0} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16490 | 2024.07.30 01:39:35.163584 [ 3 ] {5c00ef5f-576f-4264-9e4c-6baa524ad3c0} <Debug> executeQuery: Read 433 rows, 31.56 KiB in 0.001844 sec., 234815.61822125813 rows/sec., 16.71 MiB/sec. | ||
| 16491 | 2024.07.30 01:39:35.163803 [ 3 ] {5c00ef5f-576f-4264-9e4c-6baa524ad3c0} <Debug> DynamicQueryHandler: Done processing query | ||
| 16492 | 2024.07.30 01:39:35.163848 [ 3 ] {5c00ef5f-576f-4264-9e4c-6baa524ad3c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 16493 | 2024.07.30 01:39:35.163906 [ 3 ] {} <Debug> HTTP-Session: aabab0a8-66a2-485f-8a90-f774b4b2104d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16494 | 2024.07.30 01:39:35.164128 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16495 | 2024.07.30 01:39:35.164183 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16496 | 2024.07.30 01:39:35.164202 [ 3 ] {} <Debug> HTTP-Session: 708c20db-7f82-4ba5-9dbd-1cd1cb963f59 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 16497 | 2024.07.30 01:39:35.164219 [ 3 ] {} <Debug> HTTP-Session: 708c20db-7f82-4ba5-9dbd-1cd1cb963f59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16498 | 2024.07.30 01:39:35.164232 [ 3 ] {} <Debug> HTTP-Session: 708c20db-7f82-4ba5-9dbd-1cd1cb963f59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16499 | 2024.07.30 01:39:35.164263 [ 3 ] {} <Trace> HTTP-Session: 708c20db-7f82-4ba5-9dbd-1cd1cb963f59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16500 | 2024.07.30 01:39:35.164362 [ 3 ] {d4e63223-78e2-4959-8a58-40225eaf0c42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 16501 | 2024.07.30 01:39:35.164409 [ 3 ] {d4e63223-78e2-4959-8a58-40225eaf0c42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16502 | 2024.07.30 01:39:35.164553 [ 3 ] {d4e63223-78e2-4959-8a58-40225eaf0c42} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16503 | 2024.07.30 01:39:35.164834 [ 3 ] {d4e63223-78e2-4959-8a58-40225eaf0c42} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16504 | 2024.07.30 01:39:35.164870 [ 3 ] {d4e63223-78e2-4959-8a58-40225eaf0c42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 16505 | 2024.07.30 01:39:35.165235 [ 3 ] {d4e63223-78e2-4959-8a58-40225eaf0c42} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 16506 | 2024.07.30 01:39:35.165572 [ 3 ] {d4e63223-78e2-4959-8a58-40225eaf0c42} <Trace> oximeter.measurements_bool (7d1cd546-9130-4ea1-9fb3-d91fd456c827): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16507 | 2024.07.30 01:39:35.165696 [ 3 ] {d4e63223-78e2-4959-8a58-40225eaf0c42} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001361 sec., 4408.52314474651 rows/sec., 189.43 KiB/sec. | ||
| 16508 | 2024.07.30 01:39:35.165859 [ 3 ] {d4e63223-78e2-4959-8a58-40225eaf0c42} <Debug> DynamicQueryHandler: Done processing query | ||
| 16509 | 2024.07.30 01:39:35.165884 [ 3 ] {d4e63223-78e2-4959-8a58-40225eaf0c42} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 16510 | 2024.07.30 01:39:35.165899 [ 3 ] {} <Debug> HTTP-Session: 708c20db-7f82-4ba5-9dbd-1cd1cb963f59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16511 | 2024.07.30 01:39:35.166012 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 14080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16512 | 2024.07.30 01:39:35.166060 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16513 | 2024.07.30 01:39:35.166080 [ 3 ] {} <Debug> HTTP-Session: 76a4300e-bbd0-49c0-86be-2182ab79d3f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 16514 | 2024.07.30 01:39:35.166096 [ 3 ] {} <Debug> HTTP-Session: 76a4300e-bbd0-49c0-86be-2182ab79d3f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16515 | 2024.07.30 01:39:35.166109 [ 3 ] {} <Debug> HTTP-Session: 76a4300e-bbd0-49c0-86be-2182ab79d3f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16516 | 2024.07.30 01:39:35.166139 [ 3 ] {} <Trace> HTTP-Session: 76a4300e-bbd0-49c0-86be-2182ab79d3f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16517 | 2024.07.30 01:39:35.166255 [ 3 ] {97c76210-85d0-442b-a69d-d08ce16b0a99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 16518 | 2024.07.30 01:39:35.166302 [ 3 ] {97c76210-85d0-442b-a69d-d08ce16b0a99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 16519 | 2024.07.30 01:39:35.166441 [ 3 ] {97c76210-85d0-442b-a69d-d08ce16b0a99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16520 | 2024.07.30 01:39:35.166838 [ 3 ] {97c76210-85d0-442b-a69d-d08ce16b0a99} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16521 | 2024.07.30 01:39:35.166874 [ 3 ] {97c76210-85d0-442b-a69d-d08ce16b0a99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 16522 | 2024.07.30 01:39:35.167249 [ 3 ] {97c76210-85d0-442b-a69d-d08ce16b0a99} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 16523 | 2024.07.30 01:39:35.167597 [ 3 ] {97c76210-85d0-442b-a69d-d08ce16b0a99} <Trace> oximeter.measurements_cumulativei64 (7196aa43-cd1d-4023-8afb-33229605fc23): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16524 | 2024.07.30 01:39:35.167724 [ 3 ] {97c76210-85d0-442b-a69d-d08ce16b0a99} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001511 sec., 50959.629384513566 rows/sec., 3.14 MiB/sec. | ||
| 16525 | 2024.07.30 01:39:35.168018 [ 3 ] {97c76210-85d0-442b-a69d-d08ce16b0a99} <Debug> DynamicQueryHandler: Done processing query | ||
| 16526 | 2024.07.30 01:39:35.168080 [ 3 ] {97c76210-85d0-442b-a69d-d08ce16b0a99} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 16527 | 2024.07.30 01:39:35.168130 [ 3 ] {} <Debug> HTTP-Session: 76a4300e-bbd0-49c0-86be-2182ab79d3f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16528 | 2024.07.30 01:39:35.168367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16529 | 2024.07.30 01:39:35.168418 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16530 | 2024.07.30 01:39:35.168437 [ 3 ] {} <Debug> HTTP-Session: f484098b-5e06-4bbc-a640-2b1868d6cf88 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 16531 | 2024.07.30 01:39:35.168454 [ 3 ] {} <Debug> HTTP-Session: f484098b-5e06-4bbc-a640-2b1868d6cf88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16532 | 2024.07.30 01:39:35.168467 [ 3 ] {} <Debug> HTTP-Session: f484098b-5e06-4bbc-a640-2b1868d6cf88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16533 | 2024.07.30 01:39:35.168499 [ 3 ] {} <Trace> HTTP-Session: f484098b-5e06-4bbc-a640-2b1868d6cf88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16534 | 2024.07.30 01:39:35.168690 [ 3 ] {642dffba-8972-48f4-8a06-bad3a8187414} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 16535 | 2024.07.30 01:39:35.168738 [ 3 ] {642dffba-8972-48f4-8a06-bad3a8187414} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16536 | 2024.07.30 01:39:35.168893 [ 3 ] {642dffba-8972-48f4-8a06-bad3a8187414} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16537 | 2024.07.30 01:39:35.169332 [ 3 ] {642dffba-8972-48f4-8a06-bad3a8187414} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16538 | 2024.07.30 01:39:35.169367 [ 3 ] {642dffba-8972-48f4-8a06-bad3a8187414} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 16539 | 2024.07.30 01:39:35.169751 [ 3 ] {642dffba-8972-48f4-8a06-bad3a8187414} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 16540 | 2024.07.30 01:39:35.170095 [ 3 ] {642dffba-8972-48f4-8a06-bad3a8187414} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16541 | 2024.07.30 01:39:35.170223 [ 3 ] {642dffba-8972-48f4-8a06-bad3a8187414} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001642 sec., 97442.143727162 rows/sec., 6.79 MiB/sec. | ||
| 16542 | 2024.07.30 01:39:35.170486 [ 3 ] {642dffba-8972-48f4-8a06-bad3a8187414} <Debug> DynamicQueryHandler: Done processing query | ||
| 16543 | 2024.07.30 01:39:35.170541 [ 3 ] {642dffba-8972-48f4-8a06-bad3a8187414} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 16544 | 2024.07.30 01:39:35.170608 [ 3 ] {} <Debug> HTTP-Session: f484098b-5e06-4bbc-a640-2b1868d6cf88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16545 | 2024.07.30 01:39:35.170864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 82750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16546 | 2024.07.30 01:39:35.170932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16547 | 2024.07.30 01:39:35.170953 [ 3 ] {} <Debug> HTTP-Session: 9b76df9b-5c9c-4039-aa17-f6f019298c21 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 16548 | 2024.07.30 01:39:35.170970 [ 3 ] {} <Debug> HTTP-Session: 9b76df9b-5c9c-4039-aa17-f6f019298c21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16549 | 2024.07.30 01:39:35.170983 [ 3 ] {} <Debug> HTTP-Session: 9b76df9b-5c9c-4039-aa17-f6f019298c21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16550 | 2024.07.30 01:39:35.171014 [ 3 ] {} <Trace> HTTP-Session: 9b76df9b-5c9c-4039-aa17-f6f019298c21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16551 | 2024.07.30 01:39:35.171505 [ 3 ] {60b95c04-7848-431b-a208-c732177d2a41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 16552 | 2024.07.30 01:39:35.171577 [ 3 ] {60b95c04-7848-431b-a208-c732177d2a41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
| 16553 | 2024.07.30 01:39:35.172004 [ 3 ] {60b95c04-7848-431b-a208-c732177d2a41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16554 | 2024.07.30 01:39:35.172944 [ 3 ] {60b95c04-7848-431b-a208-c732177d2a41} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16555 | 2024.07.30 01:39:35.172981 [ 3 ] {60b95c04-7848-431b-a208-c732177d2a41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 16556 | 2024.07.30 01:39:35.173673 [ 3 ] {60b95c04-7848-431b-a208-c732177d2a41} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 16557 | 2024.07.30 01:39:35.174107 [ 3 ] {60b95c04-7848-431b-a208-c732177d2a41} <Trace> oximeter.measurements_histogramf64 (5bc7dc14-9260-4f45-9ae6-212557cf2fb3): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16558 | 2024.07.30 01:39:35.174259 [ 3 ] {60b95c04-7848-431b-a208-c732177d2a41} <Debug> executeQuery: Read 51 rows, 93.58 KiB in 0.003132 sec., 16283.52490421456 rows/sec., 29.18 MiB/sec. | ||
| 16559 | 2024.07.30 01:39:35.174506 [ 3 ] {60b95c04-7848-431b-a208-c732177d2a41} <Debug> DynamicQueryHandler: Done processing query | ||
| 16560 | 2024.07.30 01:39:35.174530 [ 3 ] {60b95c04-7848-431b-a208-c732177d2a41} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 16561 | 2024.07.30 01:39:35.174546 [ 3 ] {} <Debug> HTTP-Session: 9b76df9b-5c9c-4039-aa17-f6f019298c21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16562 | 2024.07.30 01:39:35.174722 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16563 | 2024.07.30 01:39:35.174776 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16564 | 2024.07.30 01:39:35.174795 [ 3 ] {} <Debug> HTTP-Session: 7fd8394a-cf97-4169-83fc-5fb5112678a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 16565 | 2024.07.30 01:39:35.174811 [ 3 ] {} <Debug> HTTP-Session: 7fd8394a-cf97-4169-83fc-5fb5112678a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16566 | 2024.07.30 01:39:35.174825 [ 3 ] {} <Debug> HTTP-Session: 7fd8394a-cf97-4169-83fc-5fb5112678a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16567 | 2024.07.30 01:39:35.174855 [ 3 ] {} <Trace> HTTP-Session: 7fd8394a-cf97-4169-83fc-5fb5112678a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16568 | 2024.07.30 01:39:35.174956 [ 3 ] {8f7d0747-d152-4b38-bf4e-ccaad180e6b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 16569 | 2024.07.30 01:39:35.174999 [ 3 ] {8f7d0747-d152-4b38-bf4e-ccaad180e6b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 16570 | 2024.07.30 01:39:35.175126 [ 3 ] {8f7d0747-d152-4b38-bf4e-ccaad180e6b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16571 | 2024.07.30 01:39:35.175430 [ 3 ] {8f7d0747-d152-4b38-bf4e-ccaad180e6b1} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16572 | 2024.07.30 01:39:35.175465 [ 3 ] {8f7d0747-d152-4b38-bf4e-ccaad180e6b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 16573 | 2024.07.30 01:39:35.175820 [ 3 ] {8f7d0747-d152-4b38-bf4e-ccaad180e6b1} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 16574 | 2024.07.30 01:39:35.176164 [ 3 ] {8f7d0747-d152-4b38-bf4e-ccaad180e6b1} <Trace> oximeter.measurements_i64 (07045b05-ab4f-41ac-bdcd-d879fd7cf886): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16575 | 2024.07.30 01:39:35.176292 [ 3 ] {8f7d0747-d152-4b38-bf4e-ccaad180e6b1} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001366 sec., 16837.481698389456 rows/sec., 910.79 KiB/sec. | ||
| 16576 | 2024.07.30 01:39:35.176536 [ 3 ] {8f7d0747-d152-4b38-bf4e-ccaad180e6b1} <Debug> DynamicQueryHandler: Done processing query | ||
| 16577 | 2024.07.30 01:39:35.176598 [ 3 ] {8f7d0747-d152-4b38-bf4e-ccaad180e6b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 16578 | 2024.07.30 01:39:35.176647 [ 3 ] {} <Debug> HTTP-Session: 7fd8394a-cf97-4169-83fc-5fb5112678a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16579 | 2024.07.30 01:39:35.176804 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16580 | 2024.07.30 01:39:35.176856 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16581 | 2024.07.30 01:39:35.176875 [ 3 ] {} <Debug> HTTP-Session: 7f7d0c58-8bce-41bf-9205-61fb9e1dd369 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 16582 | 2024.07.30 01:39:35.176892 [ 3 ] {} <Debug> HTTP-Session: 7f7d0c58-8bce-41bf-9205-61fb9e1dd369 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16583 | 2024.07.30 01:39:35.176906 [ 3 ] {} <Debug> HTTP-Session: 7f7d0c58-8bce-41bf-9205-61fb9e1dd369 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16584 | 2024.07.30 01:39:35.176938 [ 3 ] {} <Trace> HTTP-Session: 7f7d0c58-8bce-41bf-9205-61fb9e1dd369 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16585 | 2024.07.30 01:39:35.177068 [ 3 ] {61b44a01-2f8f-44e1-b44a-c1d7e182511a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 16586 | 2024.07.30 01:39:35.177117 [ 3 ] {61b44a01-2f8f-44e1-b44a-c1d7e182511a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16587 | 2024.07.30 01:39:35.177252 [ 3 ] {61b44a01-2f8f-44e1-b44a-c1d7e182511a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16588 | 2024.07.30 01:39:35.177556 [ 3 ] {61b44a01-2f8f-44e1-b44a-c1d7e182511a} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16589 | 2024.07.30 01:39:35.177591 [ 3 ] {61b44a01-2f8f-44e1-b44a-c1d7e182511a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 16590 | 2024.07.30 01:39:35.177949 [ 3 ] {61b44a01-2f8f-44e1-b44a-c1d7e182511a} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 16591 | 2024.07.30 01:39:35.178281 [ 3 ] {61b44a01-2f8f-44e1-b44a-c1d7e182511a} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16592 | 2024.07.30 01:39:35.178406 [ 3 ] {61b44a01-2f8f-44e1-b44a-c1d7e182511a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001383 sec., 43383.94793926248 rows/sec., 2.92 MiB/sec. | ||
| 16593 | 2024.07.30 01:39:35.178582 [ 3 ] {61b44a01-2f8f-44e1-b44a-c1d7e182511a} <Debug> DynamicQueryHandler: Done processing query | ||
| 16594 | 2024.07.30 01:39:35.178605 [ 3 ] {61b44a01-2f8f-44e1-b44a-c1d7e182511a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 16595 | 2024.07.30 01:39:35.178621 [ 3 ] {} <Debug> HTTP-Session: 7f7d0c58-8bce-41bf-9205-61fb9e1dd369 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16596 | 2024.07.30 01:39:40.145210 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 7845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16597 | 2024.07.30 01:39:40.145403 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16598 | 2024.07.30 01:39:40.145449 [ 3 ] {} <Debug> HTTP-Session: f6230d03-220c-4434-a79f-3eb34db946a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 16599 | 2024.07.30 01:39:40.145490 [ 3 ] {} <Debug> HTTP-Session: f6230d03-220c-4434-a79f-3eb34db946a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16600 | 2024.07.30 01:39:40.145519 [ 3 ] {} <Debug> HTTP-Session: f6230d03-220c-4434-a79f-3eb34db946a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16601 | 2024.07.30 01:39:40.145598 [ 3 ] {} <Trace> HTTP-Session: f6230d03-220c-4434-a79f-3eb34db946a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16602 | 2024.07.30 01:39:40.145906 [ 3 ] {95692c1d-0c78-4677-8ddb-ecc3e3589801} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 16603 | 2024.07.30 01:39:40.146016 [ 3 ] {95692c1d-0c78-4677-8ddb-ecc3e3589801} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16604 | 2024.07.30 01:39:40.146335 [ 3 ] {95692c1d-0c78-4677-8ddb-ecc3e3589801} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16605 | 2024.07.30 01:39:40.146802 [ 3 ] {95692c1d-0c78-4677-8ddb-ecc3e3589801} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16606 | 2024.07.30 01:39:40.146841 [ 3 ] {95692c1d-0c78-4677-8ddb-ecc3e3589801} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 16607 | 2024.07.30 01:39:40.147211 [ 3 ] {95692c1d-0c78-4677-8ddb-ecc3e3589801} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 16608 | 2024.07.30 01:39:40.147567 [ 3 ] {95692c1d-0c78-4677-8ddb-ecc3e3589801} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16609 | 2024.07.30 01:39:40.147735 [ 3 ] {95692c1d-0c78-4677-8ddb-ecc3e3589801} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001944 sec., 28806.584362139918 rows/sec., 2.21 MiB/sec. | ||
| 16610 | 2024.07.30 01:39:40.147752 [ 91 ] {} <Debug> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 16611 | 2024.07.30 01:39:40.147810 [ 91 ] {} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16612 | 2024.07.30 01:39:40.147849 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 16613 | 2024.07.30 01:39:40.147999 [ 3 ] {95692c1d-0c78-4677-8ddb-ecc3e3589801} <Debug> DynamicQueryHandler: Done processing query | ||
| 16614 | 2024.07.30 01:39:40.148074 [ 3 ] {95692c1d-0c78-4677-8ddb-ecc3e3589801} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 16615 | 2024.07.30 01:39:40.148113 [ 3 ] {} <Debug> HTTP-Session: f6230d03-220c-4434-a79f-3eb34db946a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16616 | 2024.07.30 01:39:40.148113 [ 200 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 16617 | 2024.07.30 01:39:40.148429 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 10894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16618 | 2024.07.30 01:39:40.148656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16619 | 2024.07.30 01:39:40.148711 [ 200 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16620 | 2024.07.30 01:39:40.148768 [ 3 ] {} <Debug> HTTP-Session: e02cc9d4-c7e6-4de3-81de-64b20e10e1ba Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 16621 | 2024.07.30 01:39:40.148864 [ 3 ] {} <Debug> HTTP-Session: e02cc9d4-c7e6-4de3-81de-64b20e10e1ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16622 | 2024.07.30 01:39:40.148856 [ 200 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 358 rows starting from the beginning of the part | ||
| 16623 | 2024.07.30 01:39:40.148937 [ 3 ] {} <Debug> HTTP-Session: e02cc9d4-c7e6-4de3-81de-64b20e10e1ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16624 | 2024.07.30 01:39:40.149123 [ 3 ] {} <Trace> HTTP-Session: e02cc9d4-c7e6-4de3-81de-64b20e10e1ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16625 | 2024.07.30 01:39:40.149403 [ 200 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 56 rows starting from the beginning of the part | ||
| 16626 | 2024.07.30 01:39:40.149646 [ 3 ] {45347931-86e3-49eb-b33b-33ba6a976062} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 16627 | 2024.07.30 01:39:40.149738 [ 200 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 314 rows starting from the beginning of the part | ||
| 16628 | 2024.07.30 01:39:40.149784 [ 3 ] {45347931-86e3-49eb-b33b-33ba6a976062} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16629 | 2024.07.30 01:39:40.150077 [ 200 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 92 rows starting from the beginning of the part | ||
| 16630 | 2024.07.30 01:39:40.150406 [ 200 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 314 rows starting from the beginning of the part | ||
| 16631 | 2024.07.30 01:39:40.150741 [ 200 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 56 rows starting from the beginning of the part | ||
| 16632 | 2024.07.30 01:39:40.151114 [ 3 ] {45347931-86e3-49eb-b33b-33ba6a976062} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16633 | 2024.07.30 01:39:40.152069 [ 3 ] {45347931-86e3-49eb-b33b-33ba6a976062} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16634 | 2024.07.30 01:39:40.152131 [ 3 ] {45347931-86e3-49eb-b33b-33ba6a976062} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 16635 | 2024.07.30 01:39:40.152985 [ 3 ] {45347931-86e3-49eb-b33b-33ba6a976062} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 16636 | 2024.07.30 01:39:40.153824 [ 3 ] {45347931-86e3-49eb-b33b-33ba6a976062} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16637 | 2024.07.30 01:39:40.154019 [ 200 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1190 rows, containing 4 columns (4 merged, 0 gathered) in 0.006077942 sec., 195789.95653462963 rows/sec., 16.83 MiB/sec. | ||
| 16638 | 2024.07.30 01:39:40.154129 [ 91 ] {} <Debug> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 16639 | 2024.07.30 01:39:40.154162 [ 3 ] {45347931-86e3-49eb-b33b-33ba6a976062} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004709 sec., 13590.995965173073 rows/sec., 1.06 MiB/sec. | ||
| 16640 | 2024.07.30 01:39:40.154194 [ 91 ] {} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16641 | 2024.07.30 01:39:40.154267 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 16642 | 2024.07.30 01:39:40.154387 [ 200 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 16643 | 2024.07.30 01:39:40.154676 [ 188 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 16644 | 2024.07.30 01:39:40.154737 [ 3 ] {45347931-86e3-49eb-b33b-33ba6a976062} <Debug> DynamicQueryHandler: Done processing query | ||
| 16645 | 2024.07.30 01:39:40.154815 [ 3 ] {45347931-86e3-49eb-b33b-33ba6a976062} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 16646 | 2024.07.30 01:39:40.154902 [ 3 ] {} <Debug> HTTP-Session: e02cc9d4-c7e6-4de3-81de-64b20e10e1ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16647 | 2024.07.30 01:39:40.155165 [ 188 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16648 | 2024.07.30 01:39:40.155265 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 30667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16649 | 2024.07.30 01:39:40.155280 [ 188 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 494 rows starting from the beginning of the part | ||
| 16650 | 2024.07.30 01:39:40.155493 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16651 | 2024.07.30 01:39:40.155613 [ 3 ] {} <Debug> HTTP-Session: f4e1433f-e744-461f-b97c-cfdc6e6dae9d Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 16652 | 2024.07.30 01:39:40.155670 [ 188 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 64 rows starting from the beginning of the part | ||
| 16653 | 2024.07.30 01:39:40.155710 [ 3 ] {} <Debug> HTTP-Session: f4e1433f-e744-461f-b97c-cfdc6e6dae9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16654 | 2024.07.30 01:39:40.155793 [ 3 ] {} <Debug> HTTP-Session: f4e1433f-e744-461f-b97c-cfdc6e6dae9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16655 | 2024.07.30 01:39:40.155988 [ 3 ] {} <Trace> HTTP-Session: f4e1433f-e744-461f-b97c-cfdc6e6dae9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16656 | 2024.07.30 01:39:40.156006 [ 200 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_106_21} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16657 | 2024.07.30 01:39:40.156126 [ 188 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 433 rows starting from the beginning of the part | ||
| 16658 | 2024.07.30 01:39:40.156526 [ 200 ] {cfb366ee-7d09-4c82-86e1-26e2d2a21974::all_1_106_21} <Trace> oximeter.fields_string (cfb366ee-7d09-4c82-86e1-26e2d2a21974) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 16659 | 2024.07.30 01:39:40.156543 [ 188 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 88 rows starting from the beginning of the part | ||
| 16660 | 2024.07.30 01:39:40.156556 [ 3 ] {d83b9f57-eb74-4765-8881-300a2b8e957f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 16661 | 2024.07.30 01:39:40.156867 [ 3 ] {d83b9f57-eb74-4765-8881-300a2b8e957f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16662 | 2024.07.30 01:39:40.156886 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 16663 | 2024.07.30 01:39:40.157013 [ 188 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 433 rows starting from the beginning of the part | ||
| 16664 | 2024.07.30 01:39:40.157294 [ 188 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 64 rows starting from the beginning of the part | ||
| 16665 | 2024.07.30 01:39:40.158218 [ 3 ] {d83b9f57-eb74-4765-8881-300a2b8e957f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16666 | 2024.07.30 01:39:40.159253 [ 3 ] {d83b9f57-eb74-4765-8881-300a2b8e957f} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16667 | 2024.07.30 01:39:40.159313 [ 3 ] {d83b9f57-eb74-4765-8881-300a2b8e957f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 16668 | 2024.07.30 01:39:40.160188 [ 3 ] {d83b9f57-eb74-4765-8881-300a2b8e957f} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 16669 | 2024.07.30 01:39:40.160354 [ 200 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1576 rows, containing 4 columns (4 merged, 0 gathered) in 0.00595517 sec., 264643.9984081059 rows/sec., 19.16 MiB/sec. | ||
| 16670 | 2024.07.30 01:39:40.160630 [ 200 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 16671 | 2024.07.30 01:39:40.161082 [ 3 ] {d83b9f57-eb74-4765-8881-300a2b8e957f} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16672 | 2024.07.30 01:39:40.161440 [ 91 ] {} <Debug> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 16673 | 2024.07.30 01:39:40.161478 [ 3 ] {d83b9f57-eb74-4765-8881-300a2b8e957f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005201 sec., 30763.314747164008 rows/sec., 2.14 MiB/sec. | ||
| 16674 | 2024.07.30 01:39:40.161517 [ 91 ] {} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16675 | 2024.07.30 01:39:40.161619 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 16676 | 2024.07.30 01:39:40.161837 [ 200 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_106_21} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16677 | 2024.07.30 01:39:40.162042 [ 192 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 16678 | 2024.07.30 01:39:40.162075 [ 3 ] {d83b9f57-eb74-4765-8881-300a2b8e957f} <Debug> DynamicQueryHandler: Done processing query | ||
| 16679 | 2024.07.30 01:39:40.162102 [ 200 ] {558a5c92-37b9-436e-ac7b-09ea7192036a::all_1_106_21} <Trace> oximeter.fields_uuid (558a5c92-37b9-436e-ac7b-09ea7192036a) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 16680 | 2024.07.30 01:39:40.162137 [ 3 ] {d83b9f57-eb74-4765-8881-300a2b8e957f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 16681 | 2024.07.30 01:39:40.162216 [ 3 ] {} <Debug> HTTP-Session: f4e1433f-e744-461f-b97c-cfdc6e6dae9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16682 | 2024.07.30 01:39:40.162359 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 16683 | 2024.07.30 01:39:40.162418 [ 192 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16684 | 2024.07.30 01:39:40.162493 [ 192 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_101_20, total 16499 rows starting from the beginning of the part | ||
| 16685 | 2024.07.30 01:39:40.162493 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52651, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16686 | 2024.07.30 01:39:40.162667 [ 192 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 160 rows starting from the beginning of the part | ||
| 16687 | 2024.07.30 01:39:40.162689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16688 | 2024.07.30 01:39:40.162785 [ 3 ] {} <Debug> HTTP-Session: 87cfbe36-517d-4043-8fbe-196395481e6f Authenticating user 'default' from [fd00:1122:3344:101::d]:52651 | ||
| 16689 | 2024.07.30 01:39:40.162881 [ 3 ] {} <Debug> HTTP-Session: 87cfbe36-517d-4043-8fbe-196395481e6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16690 | 2024.07.30 01:39:40.162956 [ 3 ] {} <Debug> HTTP-Session: 87cfbe36-517d-4043-8fbe-196395481e6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16691 | 2024.07.30 01:39:40.163053 [ 192 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 160 rows starting from the beginning of the part | ||
| 16692 | 2024.07.30 01:39:40.163089 [ 3 ] {} <Trace> HTTP-Session: 87cfbe36-517d-4043-8fbe-196395481e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16693 | 2024.07.30 01:39:40.163316 [ 192 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 196 rows starting from the beginning of the part | ||
| 16694 | 2024.07.30 01:39:40.163563 [ 192 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 160 rows starting from the beginning of the part | ||
| 16695 | 2024.07.30 01:39:40.163681 [ 3 ] {399bbde1-858c-4b1b-b2c5-d032dd48f62b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52651) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 16696 | 2024.07.30 01:39:40.163853 [ 192 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 160 rows starting from the beginning of the part | ||
| 16697 | 2024.07.30 01:39:40.163914 [ 3 ] {399bbde1-858c-4b1b-b2c5-d032dd48f62b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16698 | 2024.07.30 01:39:40.164633 [ 3 ] {399bbde1-858c-4b1b-b2c5-d032dd48f62b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16699 | 2024.07.30 01:39:40.165145 [ 3 ] {399bbde1-858c-4b1b-b2c5-d032dd48f62b} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16700 | 2024.07.30 01:39:40.165198 [ 3 ] {399bbde1-858c-4b1b-b2c5-d032dd48f62b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 16701 | 2024.07.30 01:39:40.165682 [ 3 ] {399bbde1-858c-4b1b-b2c5-d032dd48f62b} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 16702 | 2024.07.30 01:39:40.166482 [ 3 ] {399bbde1-858c-4b1b-b2c5-d032dd48f62b} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16703 | 2024.07.30 01:39:40.166785 [ 91 ] {} <Debug> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 16704 | 2024.07.30 01:39:40.166885 [ 91 ] {} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16705 | 2024.07.30 01:39:40.166928 [ 3 ] {399bbde1-858c-4b1b-b2c5-d032dd48f62b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003536 sec., 16968.325791855204 rows/sec., 1.14 MiB/sec. | ||
| 16706 | 2024.07.30 01:39:40.166954 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 16707 | 2024.07.30 01:39:40.167509 [ 187 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 16708 | 2024.07.30 01:39:40.167555 [ 3 ] {399bbde1-858c-4b1b-b2c5-d032dd48f62b} <Debug> DynamicQueryHandler: Done processing query | ||
| 16709 | 2024.07.30 01:39:40.167596 [ 3 ] {399bbde1-858c-4b1b-b2c5-d032dd48f62b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 16710 | 2024.07.30 01:39:40.167619 [ 3 ] {} <Debug> HTTP-Session: 87cfbe36-517d-4043-8fbe-196395481e6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16711 | 2024.07.30 01:39:40.167723 [ 187 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16712 | 2024.07.30 01:39:40.167762 [ 187 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 5914 rows starting from the beginning of the part | ||
| 16713 | 2024.07.30 01:39:40.167915 [ 187 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 60 rows starting from the beginning of the part | ||
| 16714 | 2024.07.30 01:39:40.168032 [ 187 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 60 rows starting from the beginning of the part | ||
| 16715 | 2024.07.30 01:39:40.168268 [ 187 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 60 rows starting from the beginning of the part | ||
| 16716 | 2024.07.30 01:39:40.168608 [ 187 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 60 rows starting from the beginning of the part | ||
| 16717 | 2024.07.30 01:39:40.168859 [ 187 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 60 rows starting from the beginning of the part | ||
| 16718 | 2024.07.30 01:39:40.171225 [ 192 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17335 rows, containing 5 columns (5 merged, 0 gathered) in 0.009439036 sec., 1836522.2889286575 rows/sec., 127.98 MiB/sec. | ||
| 16719 | 2024.07.30 01:39:40.171402 [ 187 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6214 rows, containing 4 columns (4 merged, 0 gathered) in 0.004302633 sec., 1444231.9389081057 rows/sec., 97.33 MiB/sec. | ||
| 16720 | 2024.07.30 01:39:40.171522 [ 192 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 16721 | 2024.07.30 01:39:40.171939 [ 201 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 16722 | 2024.07.30 01:39:40.172018 [ 192 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_106_21} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16723 | 2024.07.30 01:39:40.172215 [ 192 ] {cd834331-51f5-4343-a714-fe3ab6dd309a::all_1_106_21} <Trace> oximeter.measurements_cumulativeu64 (cd834331-51f5-4343-a714-fe3ab6dd309a) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 16724 | 2024.07.30 01:39:40.172364 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
| 16725 | 2024.07.30 01:39:40.172653 [ 201 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_106_21} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16726 | 2024.07.30 01:39:40.172750 [ 201 ] {69b3132d-aef6-4e60-be34-e1b43d046924::all_1_106_21} <Trace> oximeter.measurements_u64 (69b3132d-aef6-4e60-be34-e1b43d046924) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 16727 | 2024.07.30 01:39:40.172857 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. | ||